diff options
| author | Alessio Lenzi <lenzone10@rockbox.org> | 2010-04-09 16:43:11 +0000 |
|---|---|---|
| committer | Alessio Lenzi <lenzone10@rockbox.org> | 2010-04-09 16:43:11 +0000 |
| commit | a80d7ce36e8be4407ee0cf6f88e26618142dcf29 (patch) | |
| tree | a09cd967e3483c6f47a347a212a79a99f67a67ee | |
| parent | eb755ec351507c8706fc8cd0e292349034ddbe68 (diff) | |
| download | rockbox-a80d7ce36e8be4407ee0cf6f88e26618142dcf29.zip rockbox-a80d7ce36e8be4407ee0cf6f88e26618142dcf29.tar.gz rockbox-a80d7ce36e8be4407ee0cf6f88e26618142dcf29.tar.bz2 rockbox-a80d7ce36e8be4407ee0cf6f88e26618142dcf29.tar.xz | |
Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25557 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/italiano.lang | 142 |
1 files changed, 138 insertions, 4 deletions
diff --git a/apps/lang/italiano.lang b/apps/lang/italiano.lang index 5d815f8..d52b6aa 100644 --- a/apps/lang/italiano.lang +++ b/apps/lang/italiano.lang @@ -5952,11 +5952,11 @@ </source> <dest> *: none - recording,archosplayer: "Linea in ingresso" + recording,archosplayer: "Ingresso Line" </dest> <voice> *: none - recording,archosplayer: "Linea in ingresso" + recording,archosplayer: "Ingresso Line" </voice> </phrase> <phrase> @@ -10639,11 +10639,11 @@ </source> <dest> *: none - recording: "Linea in Ingresso" + recording: "Ingresso Line" </dest> <voice> *: none - recording: "Linea in Ingresso" + recording: "Ingresso Line" </voice> </phrase> <phrase> @@ -13302,3 +13302,137 @@ recording_histogram: "Intervallo Istogramma" </voice> </phrase> +<phrase> + id: LANG_LINEOUT_ONOFF + desc: in system settings menu + user: core + <source> + *: none + lineout_poweroff: "Line Out" + </source> + <dest> + *: none + lineout_poweroff: "Uscita Line" + </dest> + <voice> + *: none + lineout_poweroff: "Uscita Line" + </voice> +</phrase> +<phrase> + id: LANG_SET_HOTKEY_QUESTION + desc: hotkey splash + user: core + <source> + *: none + hotkey: "Set Hotkey: %s?" + </source> + <dest> + *: none + hotkey: "Imposta Tasto Rapido: %s?" + </dest> + <voice> + *: none + hotkey: "Imposta Tasto Rapido?" + </voice> +</phrase> +<phrase> + id: LANG_HOTKEY_ASSIGNED + desc: Confirmation after the hotkey has been assigned + user: core + <source> + *: none + hotkey: "Assigned Hotkey: %s" + </source> + <dest> + *: none + hotkey: "Tasto Rapido Assegnato: %s" + </dest> + <voice> + *: none + hotkey: "Tasto Rapido Assegnato" + </voice> +</phrase> +<phrase> + id: LANG_HOTKEY_NOT_SET + desc: hotkey splash + user: core + <source> + *: none + hotkey: "Hotkey Not Set" + </source> + <dest> + *: none + hotkey: "Tasto Rapido Non Impostato" + </dest> + <voice> + *: none + hotkey: "Tasto Rapido Non Impostato" + </voice> +</phrase> +<phrase> + id: LANG_HOTKEY + desc: hotkey menu + user: core + <source> + *: none + hotkey: "Hotkey" + </source> + <dest> + *: none + hotkey: "Tasto Rapido" + </dest> + <voice> + *: none + hotkey: "Tasto Rapido" + </voice> +</phrase> +<phrase> + id: LANG_VIEW_HOTKEY + desc: hotkey menu + user: core + <source> + *: none + hotkey: "View Hotkey Settings" + </source> + <dest> + *: none + hotkey: "Visualizza Impostazioni Tasto Rapido" + </dest> + <voice> + *: none + hotkey: "Visualizza Impostazioni Tasto Rapido" + </voice> +</phrase> +<phrase> + id: LANG_HOTKEY_VIEW_WPS + desc: hotkey info menu + user: core + <source> + *: none + hotkey: "WPS: %s" + </source> + <dest> + *: none + hotkey: "WPS: %s" + </dest> + <voice> + *: none + </voice> +</phrase> +<phrase> + id: LANG_HOTKEY_VIEW_FILE_BROWSER + desc: hotkey info menu + user: core + <source> + *: none + hotkey: "File Browser: %s" + </source> + <dest> + *: none + hotkey: "Sfoglia File: %s" + </dest> + <voice> + *: none + </voice> +</phrase> |