diff options
| author | Alessio Lenzi <lenzone10@rockbox.org> | 2008-11-03 15:19:45 +0000 |
|---|---|---|
| committer | Alessio Lenzi <lenzone10@rockbox.org> | 2008-11-03 15:19:45 +0000 |
| commit | 3b05259316cdfa8baa578d868352233ad2e9bfa0 (patch) | |
| tree | e163c26f50c01e5957911080a8b72f7f4e0f9eff | |
| parent | f3358b0e3ca476bc35d3839ffc54756d81558ddb (diff) | |
| download | rockbox-3b05259316cdfa8baa578d868352233ad2e9bfa0.zip rockbox-3b05259316cdfa8baa578d868352233ad2e9bfa0.tar.gz rockbox-3b05259316cdfa8baa578d868352233ad2e9bfa0.tar.bz2 rockbox-3b05259316cdfa8baa578d868352233ad2e9bfa0.tar.xz | |
Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18989 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/italiano.lang | 72 |
1 files changed, 70 insertions, 2 deletions
diff --git a/apps/lang/italiano.lang b/apps/lang/italiano.lang index c75160d..5d6f03f 100644 --- a/apps/lang/italiano.lang +++ b/apps/lang/italiano.lang @@ -11671,7 +11671,7 @@ *: "" </dest> <voice> - *: "Impostazioni Rapide" + *: "Menu Rapido" </voice> </phrase> <phrase> @@ -11685,7 +11685,7 @@ *: "" </dest> <voice> - *: "OK" + *: "OK" </voice> </phrase> <phrase> @@ -12038,3 +12038,71 @@ *: "Risultati Ricerca" </voice> </phrase> +<phrase> + id: LANG_QS_ITEMS + desc: used for the submenu name for the quickscreen items + user: + <source> + *: none + quickscreen: "Quickscreen Items" + </source> + <dest> + *: none + quickscreen: "Elementi menu rapido" + </dest> + <voice> + *: none + quickscreen: "Elementi menu rapido" + </voice> +</phrase> +<phrase> + id: LANG_LEFT + desc: used for the submenu name for the quickscreen items + user: + <source> + *: none + quickscreen: "Left" + </source> + <dest> + *: none + quickscreen: "Sinistro" + </dest> + <voice> + *: none + quickscreen: "Sinistro" + </voice> +</phrase> +<phrase> + id: LANG_RIGHT + desc: used for the submenu name for the quickscreen items + user: + <source> + *: none + quickscreen: "Right" + </source> + <dest> + *: none + quickscreen: "Destro" + </dest> + <voice> + *: none + quickscreen: "Destro" + </voice> +</phrase> +<phrase> + id: LANG_BOTTOM + desc: used for the submenu name for the quickscreen items + user: + <source> + *: none + quickscreen: "Bottom" + </source> + <dest> + *: none + quickscreen: "Inferiore" + </dest> + <voice> + *: none + quickscreen: "Inferiore" + </voice> +</phrase> |