One last theme strings update before 0.27...

Multimedia / MythTV - Nicolas Riendeau [mythtv.org] - 1 September 2013 19:40 UTC



###

diff --git a/mythplugins/mythgallery/i18n/themestrings.h b/mythplugins/mythgallery/i18n/themestrings.h
index 9be2cba..e3d013c 100644
--- a/mythplugins/mythgallery/i18n/themestrings.h
+++ b/mythplugins/mythgallery/i18n/themestrings.h
@@ -27,7 +27,6 @@ void strings_null() {
ThemeUI::tr("Enter your current location, nearest large town or city. In some countries postal codes are also supported.");
ThemeUI::tr("SELECT: View");
ThemeUI::tr("MENU: Activate Menu");
- ThemeUI::tr("Video Gallery");
ThemeUI::tr("Done");
ThemeUI::tr("Save as default");
ThemeUI::tr("Folder filter :");
diff --git a/mythtv/themes/themestrings.h b/mythtv/themes/themestrings.h
index b6f07cf..cfd0eac 100644
--- a/mythtv/themes/themestrings.h
+++ b/mythtv/themes/themestrings.h
@@ -153,6 +153,8 @@ void strings_null() {
ThemeUI::tr("Home");
ThemeUI::tr("Select Time & Date");
ThemeUI::tr("Please Wait...");
+ ThemeUI::tr("%TITLE%% - |SUBTITLE%% (|YEAR|)%");
+ ThemeUI::tr("%DESCRIPTION%");
ThemeUI::tr("%DATE%, %TIME%");
ThemeUI::tr("%LENMINS%");
ThemeUI::tr("%TIME%");
@@ -350,6 +352,10 @@ void strings_null() {
ThemeUI::tr("Alternate Player:");
ThemeUI::tr("Appearance Wizard");
ThemeUI::tr("Move the selected corner of the preview image to the corner of the TV screen. Press SELECT to edit the other corner. Press MENU for options and ESC to quit.");
+ ThemeUI::tr("Search List");
+ ThemeUI::tr("Previous");
+ ThemeUI::tr("Found");
+ ThemeUI::tr("Not Found");
ThemeUI::tr("Search terms:");
ThemeUI::tr("Search");
ThemeUI::tr("Skip");
@@ -412,7 +418,6 @@ void strings_null() {
ThemeUI::tr("My audio subsystem supports TrueHD");
ThemeUI::tr("My audio subsystem supports DTS-HD");
ThemeUI::tr("Number of Speakers:");
- ThemeUI::tr("Previous");
ThemeUI::tr("Video Configuration");
ThemeUI::tr("Video Playback Profile:");
ThemeUI::tr("Test Standard Definition");
@@ -506,9 +511,6 @@ void strings_null() {
ThemeUI::tr("A long menu which breaks down the options by their category. TV, Music, Video etc");
ThemeUI::tr("Search Listings");
ThemeUI::tr("Play TV Recordings");
- ThemeUI::tr("Search List");
- ThemeUI::tr("Found");
- ThemeUI::tr("Not Found");
ThemeUI::tr("Select the country in which you currently reside");
ThemeUI::tr("Language");
ThemeUI::tr("Select your preferred language");
@@ -517,7 +519,6 @@ void strings_null() {
ThemeUI::tr("Firewall");
ThemeUI::tr("Select the server you wish to connect to");
ThemeUI::tr("Manual");
- ThemeUI::tr("%DESCRIPTION%");
ThemeUI::tr("Filename :");
ThemeUI::tr("Storage to Buffer :");
ThemeUI::tr("Buffer to Decoder :");
@@ -982,16 +983,16 @@ void strings_null() {
ThemeUI::tr("Browseable");
ThemeUI::tr("Player Command:");
ThemeUI::tr("Seas/Ep:");
- ThemeUI::tr("%TITLE%% - |SUBTITLE%% (|YEAR|)%");
ThemeUI::tr("%\"|SUBTITLE|\" %%00X00| %%(|ORIGINALAIRDATE|)\n%%YEARSTARS| %%DESCRIPTION%");
ThemeUI::tr("%TITLESUBTITLE% %YEARSTARS%");
ThemeUI::tr("Hide channels without channel number");
ThemeUI::tr("Theater name");
ThemeUI::tr("%STARTDATE|, %%STARTTIME%% - |ENDTIME|: %%LENMINS%");
ThemeUI::tr("%STARTTIME%% - |ENDTIME|: %%LENMINS%");
+ ThemeUI::tr("%SUBTITLE% %YEARSTARS%");
ThemeUI::tr("%1");
ThemeUI::tr("No Recordings available, or screen loading...");
- ThemeUI::tr("%\"|SUBTITLE|\" %%00X00| %%(|ORIGINALAIRDATE|)\n%");
+ ThemeUI::tr("%STARTTIME%%-|ENDTIME| %%\"|SUBTITLE|\" %%00X00| %%(|ORIGINALAIRDATE|)\n%");
ThemeUI::tr("%YEARSTARS| %%DESCRIPTION%");
ThemeUI::tr("(1) All (2) Important");
ThemeUI::tr("INFO");

39733e0 One last theme strings update before 0.27...
mythplugins/mythgallery/i18n/themestrings.h | 1 -
mythtv/themes/themestrings.h | 15 ++++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)

Upstream: github.com


  • Share