initial move to git (subversion history dropped intentionally)
This commit is contained in:
66
lang/PME.lang.IT.inc
Normal file
66
lang/PME.lang.IT.inc
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* phpMyEdit language file
|
||||
*
|
||||
* language: italian (standard)
|
||||
* encoding: iso-8859-1
|
||||
* date: 2002-02, 2002-11-07, 2003-04-13, 2004-03-31
|
||||
* authors:
|
||||
* Dario <dartar@users.sourceforge.net>
|
||||
* Keatch <raffaele.spangaro@eurika.net>
|
||||
*/
|
||||
|
||||
/* $Platon: phpMyEdit/lang/PME.lang.IT.inc,v 1.15 2004/12/27 20:14:29 nepto Exp $ */
|
||||
|
||||
return Array(
|
||||
'Add' =>'Aggiungi',
|
||||
'Copy' =>'Copia',
|
||||
'Change' =>'Modifica',
|
||||
'Delete' =>'Cancella',
|
||||
'View' =>'Visualizza',
|
||||
'Prev' =>'Precedente',
|
||||
'Next' =>'Seguente',
|
||||
'First' =>'Prima',
|
||||
'Last' =>'Ultima',
|
||||
'Go to' =>'Vai a',
|
||||
'Page' =>'Pagina',
|
||||
'Records' =>'Voci',
|
||||
'Save' =>'Salva',
|
||||
'More' =>'Salva & Continua',
|
||||
'Apply' =>'Applica',
|
||||
'Cancel' =>'Annulla',
|
||||
'Search' =>'Cerca',
|
||||
'Hide' =>'Nascondi',
|
||||
'Clear' =>'Svuota',
|
||||
'Query' =>'Chiedi',
|
||||
'Current Query' =>'Richiesta Corrente',
|
||||
'Sorted By' =>'Ordinato per',
|
||||
'ascending' =>'crescente',
|
||||
'descending' =>'decrescente',
|
||||
'hidden' =>'nascosto',
|
||||
'of' =>'/',
|
||||
'record added' =>'voce aggiunta',
|
||||
'record changed'=>'voce modificata',
|
||||
'record deleted'=>'voce eliminata',
|
||||
'Please enter' =>'Si prega di riempire il campo: ',
|
||||
'months' => Array(
|
||||
'01'=>'Gennaio',
|
||||
'02'=>'Febbraio',
|
||||
'03'=>'Marzo',
|
||||
'04'=>'Aprile',
|
||||
'05'=>'Maggio',
|
||||
'06'=>'Giugno',
|
||||
'07'=>'Luglio',
|
||||
'08'=>'Agosto',
|
||||
'09'=>'Settembre',
|
||||
'10'=>'Ottobre',
|
||||
'11'=>'Novembre',
|
||||
'12'=>'Dicembre'),
|
||||
// phpMyEdit-report
|
||||
'Make report' => 'Genera report',
|
||||
'Select fields' => 'Seleziona campi',
|
||||
'Records per screen' => 'Record per schermata',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user