diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-04 20:32:05 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-04 20:32:05 +0000 |
commit | c35eba3676b09d58f3b71c29934853964aaf0a3f (patch) | |
tree | d3af46d70ea835aea1bd671300a1a3d37840ef28 /h-source/Application/Include/languages.php | |
parent | 37b417757fc21ecf2ae159fc8f5182ec234e0be0 (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Include/languages.php')
-rw-r--r-- | h-source/Application/Include/languages.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index abdd0f2..7ee011b 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -317,7 +317,7 @@ class Lang /*0269*/"Download the xml file of all the <b>modems</b> in the database" => "Scarica il file xml di tutti i <b>modem</b> presenti nel database", /*0270*/"Modems and ADSL cards" => "Modem e schede ADSL", /*0271*/"Table of contents" => "Indice dei contenuti", - /*0272*/"by" => "da", + /*0272*/"by" => "creato da", /*0273*/"Add a message" => "Aggiungi un messaggio", /*0274*/"Save" => "Salva", /*0275*/"Revision of the wiki page" => "Revisione della pagina della wiki", @@ -343,6 +343,18 @@ class Lang /*0295*/"undef" => "tutti", /*0296*/"All" => "Tutti", /*0297*/"inkjet" => "getto d'inchiostro", + /*0298*/"A-Full" => "A-Piena", + /*0299*/"B-Partial" => "B-Parziale", + /*0300*/"C-None" => "C-Nessuna", + /*0301*/"A-platinum" => "A-platino", + /*0302*/"B-gold" => "B-oro", + /*0303*/"C-silver" => "C-argento", + /*0304*/"D-bronze" => "D-bronzo", + /*0305*/"E-garbage" => "E-spazzatura", + /*0306*/"not specified how it works" => "non è stato specificato come funziona", + /*0307*/"there is no wifi card" => "la scheda wifi non è presente", + /*0308*/"there is no webcam" => "la webcam non è presente", + /*0309*/"it works" => "funziona", ), 'es' => array ( |