diff options
author | Alessio Lenzi <lenzone10@rockbox.org> | 2007-08-22 09:53:29 +0000 |
---|---|---|
committer | Alessio Lenzi <lenzone10@rockbox.org> | 2007-08-22 09:53:29 +0000 |
commit | b7466fd8cf63247d6b28e6b3a7df9b7003376c8f (patch) | |
tree | edb5797a81f0fb87c276c7c7d137c1b3d3c93920 /apps/lang | |
parent | 2a34ff41f3d88eb4a7fbcdcb409901385491493f (diff) |
Updated italian translation with last modifications. Added two missimg voice strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14428 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/italiano.lang | 55 |
1 files changed, 53 insertions, 2 deletions
diff --git a/apps/lang/italiano.lang b/apps/lang/italiano.lang index ee6ab21cdf..22bf448791 100644 --- a/apps/lang/italiano.lang +++ b/apps/lang/italiano.lang @@ -6517,7 +6517,7 @@ </dest> <voice> *: none - radio: "" + radio: "Nessuna stazione" </voice> </phrase> <phrase> @@ -7566,7 +7566,7 @@ </dest> <voice> *: none - radio: ""Nessun file stazioni trovato. Ricercare automaticamente?" + radio: "Nessun file stazioni trovato. Ricercare automaticamente?" </voice> </phrase> <phrase> @@ -11012,3 +11012,54 @@ *: "unita' per tick" </voice> </phrase> +<phrase> + id: VOICE_OCLOCK + desc: spoken only, for wall clock announce + user: + <source> + *: none + rtc: "" + </source> + <dest> + *: none + rtc: "" + </dest> + <voice> + *: none + rtc: "In punto" + </voice> +</phrase> +<phrase> + id: VOICE_PM + desc: spoken only, for wall clock announce + user: + <source> + *: none + rtc: "" + </source> + <dest> + *: none + rtc: "" + </dest> + <voice> + *: none + rtc: "P M" + </voice> +</phrase> +<phrase> + id: VOICE_AM + desc: spoken only, for wall clock announce + user: + <source> + *: none + rtc: "" + </source> + <dest> + *: none + rtc: "" + </dest> + <voice> + *: none + rtc: "A M" + </voice> +</phrase> |