diff options
| author | Alessio Lenzi <lenzone10@rockbox.org> | 2009-07-06 08:18:19 +0000 |
|---|---|---|
| committer | Alessio Lenzi <lenzone10@rockbox.org> | 2009-07-06 08:18:19 +0000 |
| commit | a306e90f217086228f30dad20d1495f7057f6ea4 (patch) | |
| tree | 41405ea2175c1e8713c714f81f4bc423d037fd11 | |
| parent | 9e05a2f5b090b16c58c18d00e5d5c30b170083be (diff) | |
| download | rockbox-a306e90f217086228f30dad20d1495f7057f6ea4.zip rockbox-a306e90f217086228f30dad20d1495f7057f6ea4.tar.gz rockbox-a306e90f217086228f30dad20d1495f7057f6ea4.tar.bz2 rockbox-a306e90f217086228f30dad20d1495f7057f6ea4.tar.xz | |
Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21686 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/italiano.lang | 51 |
1 files changed, 48 insertions, 3 deletions
diff --git a/apps/lang/italiano.lang b/apps/lang/italiano.lang index 523e3cc..8dd8515 100644 --- a/apps/lang/italiano.lang +++ b/apps/lang/italiano.lang @@ -4940,7 +4940,7 @@ *: "Pronuncia nomi file" </dest> <voice> - *: "Pronuncia nomi dei file" + *: "Pronuncia nomi file" </voice> </phrase> <phrase> @@ -4993,10 +4993,10 @@ *: ".talk mp3 clip" </source> <dest> - *: "Usando un clip audio" + *: "Clip Audio .Talk" </dest> <voice> - *: "usando un clip audio" + *: "Clip Audio .Talk" </voice> </phrase> <phrase> @@ -12488,3 +12488,48 @@ touchscreen: "Ripristina Calibrazione" </voice> </phrase> +<phrase> + id: LANG_STATUSBAR_TOP + desc: in Settings -> General -> Display -> statusbar + user: core + <source> + *: "Top" + </source> + <dest> + *: "In Alto" + </dest> + <voice> + *: "In Alto" + </voice> +</phrase> +<phrase> + id: LANG_STATUSBAR_BOTTOM + desc: in Settings -> General -> Display -> statusbar + user: core + <source> + *: "Bottom" + </source> + <dest> + *: "In Basso" + </dest> + <voice> + *: "In Basso" + </voice> +</phrase> +<phrase> + id: LANG_REMOTE_STATUSBAR + desc: in Settings -> General -> Display -> statusbar + user: core + <source> + *: none + remote: "Remote Statusbar" + </source> + <dest> + *: none + remote: "Barra Di Stato Del Telecomando" + </dest> + <voice> + *: none + remote: "Barra Di Stato Del Telecomando" + </voice> +</phrase> |