*add locale for 'Cancel'

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@998 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
thilo
2011-01-08 14:31:39 +00:00
parent 39121ee052
commit bc3b9d6221
4 changed files with 5 additions and 1 deletions

View File

@@ -701,6 +701,7 @@ mainsettings.streaming Movieplayer
mainsettings.timezone Zeitzone
mainsettings.video Video
menu.back Zurück
menu.cancel Abbrechen
menu.next Weiter (Menü zum Beenden)
messagebox.back Zurück
messagebox.cancel Abbruch

View File

@@ -513,7 +513,8 @@ mainsettings.savesettingsnow save settings now
mainsettings.savesettingsnow_hint Saving settings,\nplease wait...
mainsettings.streaming Movieplayer
mainsettings.video Video
menu.back back
menu.back Back
menu.cancel Cancel
menu.next Next (press Menu to quit)
messagebox.back Back
messagebox.cancel Cancel

View File

@@ -546,6 +546,7 @@ typedef enum {
LOCALE_MAINSETTINGS_STREAMING,
LOCALE_MAINSETTINGS_VIDEO,
LOCALE_MENU_BACK,
LOCALE_MENU_CANCEL,
LOCALE_MENU_NEXT,
LOCALE_MESSAGEBOX_BACK,
LOCALE_MESSAGEBOX_CANCEL,

View File

@@ -546,6 +546,7 @@ const char *locale_real_names[] = {
"mainsettings.streaming",
"mainsettings.video",
"menu.back",
"menu.cancel",
"menu.next",
"messagebox.back",
"messagebox.cancel",