diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-05-28 10:48:08 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-05-28 10:48:08 +0000 |
| commit | 6e51203860a3133bfc63b2cb8e111264a8857b96 (patch) | |
| tree | 17b202ca3f68cdbbed6eceb381863be6c0df7615 | |
| parent | 0416452981d10363f83cdd80035d1da2e346ec03 (diff) | |
| download | rockbox-6e51203860a3133bfc63b2cb8e111264a8857b96.zip rockbox-6e51203860a3133bfc63b2cb8e111264a8857b96.tar.gz rockbox-6e51203860a3133bfc63b2cb8e111264a8857b96.tar.bz2 rockbox-6e51203860a3133bfc63b2cb8e111264a8857b96.tar.xz | |
Accept FS#7200 - updated italian translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13502 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/italiano.lang | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/apps/lang/italiano.lang b/apps/lang/italiano.lang index 64574c2..96421a8 100644 --- a/apps/lang/italiano.lang +++ b/apps/lang/italiano.lang @@ -10776,3 +10776,59 @@ LANG_RECORDING_AGC_PRESET: The phrase is not used. Skipped gigabeatf: "Luminosità Tasti"" </voice> </phrase> +<phrase> + id: LANG_BROWSE_CUESHEET + desc: + user: + <source> + *: "Browse Cuesheet" + </source> + <dest> + *: "Scegli Cuesheet" + </dest> + <voice> + *: "Scegli Cuesheet" + </voice> +</phrase> +<phrase> + id: LANG_DELETING + desc: + user: + <source> + *: "Deleting..." + </source> + <dest> + *: "Cancellazione..." + </dest> + <voice> + *: "Cancellazione" + </voice> +</phrase> +<phrase> + id: LANG_MOVING + desc: + user: + <source> + *: "Moving..." + </source> + <dest> + *: "Spostamento..." + </dest> + <voice> + *: "Spostamento" + </voice> +</phrase> +<phrase> + id: LANG_COPYING + desc: + user: + <source> + *: "Copying..." + </source> + <dest> + *: "Copia..." + </dest> + <voice> + *: "Copia" + </voice> +</phrase> |