forked from len0rd/rockbox
Changed lang message for credits item in Rockbox Mainmenu/System and updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19699 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4add1af763
commit
a1a287905b
2 changed files with 19 additions and 5 deletions
|
|
@ -6963,16 +6963,16 @@
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_VERSION
|
id: LANG_VERSION
|
||||||
desc: start the credits.rock plugin which shows who made Rockbox
|
desc: in the Rockbox Info screen
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
*: "Credits"
|
*: "Version"
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: "Crediti"
|
*: "Versione"
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: "Crediti"
|
*: "Versione"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
|
|
@ -12274,3 +12274,17 @@
|
||||||
quickscreen: "Imposta Come Inferiore Nel Menu Rapido"
|
quickscreen: "Imposta Come Inferiore Nel Menu Rapido"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
|
<phrase>
|
||||||
|
id: LANG_CREDITS
|
||||||
|
desc: in the Main Menu -> System screen
|
||||||
|
user:
|
||||||
|
<source>
|
||||||
|
*: "Credits"
|
||||||
|
</source>
|
||||||
|
<dest>
|
||||||
|
*: "Crediti"
|
||||||
|
</dest>
|
||||||
|
<voice>
|
||||||
|
*: "Crediti"
|
||||||
|
</voice>
|
||||||
|
</phrase>
|
||||||
|
|
|
||||||
|
|
@ -440,7 +440,7 @@ MENUITEM_FUNCTION(sleep_timer_call, 0, ID2P(LANG_SLEEP_TIMER), sleep_timer,
|
||||||
NULL, NULL, Icon_Menu_setting); /* make it look like a
|
NULL, NULL, Icon_Menu_setting); /* make it look like a
|
||||||
setting to the user */
|
setting to the user */
|
||||||
|
|
||||||
MENUITEM_FUNCTION(show_credits_item, 0, ID2P(LANG_VERSION),
|
MENUITEM_FUNCTION(show_credits_item, 0, ID2P(LANG_CREDITS),
|
||||||
(menu_function)show_credits, NULL, NULL, Icon_NOICON);
|
(menu_function)show_credits, NULL, NULL, Icon_NOICON);
|
||||||
MENUITEM_FUNCTION(show_runtime_item, 0, ID2P(LANG_RUNNING_TIME),
|
MENUITEM_FUNCTION(show_runtime_item, 0, ID2P(LANG_RUNNING_TIME),
|
||||||
(menu_function)view_runtime, NULL, NULL, Icon_NOICON);
|
(menu_function)view_runtime, NULL, NULL, Icon_NOICON);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue