diff options
| author | Alessio Lenzi <lenzone10@rockbox.org> | 2010-03-05 16:50:04 +0000 |
|---|---|---|
| committer | Alessio Lenzi <lenzone10@rockbox.org> | 2010-03-05 16:50:04 +0000 |
| commit | 9c78531aec2259b99bfd930cb58e3d68be421479 (patch) | |
| tree | dd1996106ae6f43ffb38e0072565dbf3de766cb7 /apps | |
| parent | b382d8334bcfff7fe49ba3ab850b069a6fd95505 (diff) | |
| download | rockbox-9c78531aec2259b99bfd930cb58e3d68be421479.zip rockbox-9c78531aec2259b99bfd930cb58e3d68be421479.tar.gz rockbox-9c78531aec2259b99bfd930cb58e3d68be421479.tar.bz2 rockbox-9c78531aec2259b99bfd930cb58e3d68be421479.tar.xz | |
Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25032 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/lang/italiano.lang | 92 |
1 files changed, 89 insertions, 3 deletions
diff --git a/apps/lang/italiano.lang b/apps/lang/italiano.lang index c2506fd..2a38d03 100644 --- a/apps/lang/italiano.lang +++ b/apps/lang/italiano.lang @@ -262,14 +262,14 @@ user: core <source> *: "PLAY = Yes" - cowond2*: "MENU = Yes" + cowond2*: "MENU, or top-right = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" archosplayer: "(PLAY/STOP)" </source> <dest> *: "PLAY = Sì" - cowond2*: "MENU = Sì" + cowond2*: "MENU, o alto-destra = Sì" iriverh100,iriverh120,iriverh300: "NAVI = Sì" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Sì" mrobe500: "PLAY o POWER = Sì" @@ -13205,7 +13205,93 @@ <dest> *: "di" </dest> - <voice> + <voice> *: "di" </voice> </phrase> +<phrase> + id: LANG_BASE_SKIN + desc: browse for the base skin in theme settings + user: core + <source> + *:none + lcd_bitmap: "Base Skin" + </source> + <dest> + *:none + lcd_bitmap: "Skin Base " + </dest> + <voice> + *:none + lcd_bitmap: "Skin Base " + </voice> +</phrase> +<phrase> + id: LANG_REMOTE_BASE_SKIN + desc: browse for the base skin in theme settings + user: core + <source> + *:none + lcd_bitmap: "Remote Base Skin" + </source> + <dest> + *:none + lcd_bitmap: "Skin Base Per Telecomando" + </dest> + <voice> + *:none + lcd_bitmap: "Skin Base Per Telecomando" + </voice> +</phrase> +<phrase> + id: LANG_MAIN_SCREEN + desc: in the main menu + user: core + <source> + *:none + remote: "Schermata Principale" + </source> + <dest> + *:none + remote: "Schermata Principale" + </dest> + <voice> + *:none + remote: "Schermata Principale" + </voice> +</phrase> +<phrase> + id: LANG_REMOTE_SCREEN + desc: in the main menu + user: core + <source> + *:none + remote: "Remote Screen" + </source> + <dest> + *:none + remote: "Schermata Telecomando" + </dest> + <voice> + *:none + remote: "Schermata Telecomando" + </voice> +</phrase> +<phrase> + id: LANG_RECORDING_HISTOGRAM_INTERVAL + desc: in record settings menu + user: core + <source> + *: none + recording_histogram: "Histogram interval" + </source> + <dest> + *: none + recording_histogram: "Intervallo Istogramma" + </dest> + <voice> + *: none + recording_histogram: "Intervallo Istogramma" + </voice> +</phrase> + |