GUID TOOL: Revision

Last updated by lord55

<?php

     /**
     * Elgg Plugin language pack
     *
     * @package Elgg GuidTool
     * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
     * @author Curverider Ltd
     * @copyright Curverider Ltd 2008
     * @link http://elgg.com/
     * ****************************************
     * @Italian Language Pack
     * @Plugin:  GuidTool
     * @version: beta
     * english_revision: 2218
     * @Italian Support Group: http://community.elgg.org/pg/groups/271/italian-support-group/
     * @translation by Lord55 
     * @link http://www.nobilityofequals.com
     ****************************************/


    $italian = array(
   
        /**
         * Menu items and titles  ###Argomenti del menu e titoli###
         */
   
            'guidtool' => 'GUID Tool',
            'guidtool:browse' => 'Naviga nei GUIDs',
            'guidtool:import' => 'Importa',
            'guidtool:import:desc' => 'Incolla il valore che desideri per importare nella seguente finestra,questo deve avere il formato "%s".',
   
            'guidtool:pickformat' => 'Per favore seleziona il formato che preferisci importare o esportare.',
   
            'guidbrowser:export' => 'Esporta',
    );
                   
    add_translation("it",$italian);
?>

History