00001
00002
00003
00004 void strings_null() {
00005 ThemeUI::tr("Humidity");
00006 ThemeUI::tr("Pressure");
00007 ThemeUI::tr("Wind(Gust)");
00008 ThemeUI::tr("Wind Direction");
00009 ThemeUI::tr("Visibility");
00010 ThemeUI::tr("Feels Like");
00011 ThemeUI::tr("Low");
00012 ThemeUI::tr("High");
00013 ThemeUI::tr("Weather Alerts");
00014 ThemeUI::tr("Temp");
00015 ThemeUI::tr("Precip");
00016 ThemeUI::tr("Global Settings");
00017 ThemeUI::tr("Seconds to display each page:");
00018 ThemeUI::tr("Retrieve data in the background:");
00019 ThemeUI::tr("Screen Setup");
00020 ThemeUI::tr("Source Setup");
00021 ThemeUI::tr("Data Retrieval Interval (minutes):");
00022 ThemeUI::tr("Source Update Timeout (seconds):");
00023 ThemeUI::tr("Location Search");
00024 ThemeUI::tr("Enter your current location, nearest large town or city. In some countries postal codes are also supported.");
00025 ThemeUI::tr("Enter Location:");
00026 ThemeUI::tr("%DATE%, %TIME%");
00027 ThemeUI::tr("Last Updated %1");
00028 ThemeUI::tr("High Temperature: %1");
00029 ThemeUI::tr("Low Temperature: %1");
00030 ThemeUI::tr("Temperature: %1");
00031 ThemeUI::tr("Chance of Precipitation: %1");
00032 ThemeUI::tr("Weather Screen Settings");
00033 ThemeUI::tr("This screen governs the behavior of the weather screens. You can enable a background weather update which will run regardless of being on the weather screen, and configure how many seconds each screen will display.\n\nWhen you are done configuring the weather plugin, click \"Finish\" to continue.");
00034 ThemeUI::tr("Retrieve data in background:");
00035 ThemeUI::tr("OK");
00036 ThemeUI::tr("Weather Setup");
00037 ThemeUI::tr("Available Screens");
00038 ThemeUI::tr("Active Screens");
00039 ThemeUI::tr("Weather Script Settings");
00040 ThemeUI::tr("This settings screen governs the behavior of individual weather scripts. Select the script whose behavior you with to change and press the right arrow. Adjust the interval at which data is retrieved, and the timeout for accessing the site.\n\nWhen you have completed your changes, click \"Finish\" to continue.");
00041 ThemeUI::tr("Finish");
00042 ThemeUI::tr("Search");
00043 ThemeUI::tr("Enter Current Location");
00044 ThemeUI::tr("Weather Screen Setup");
00045 ThemeUI::tr("Weather Source Setup");
00046 ThemeUI::tr("Source");
00047 ThemeUI::tr("Weather Location Search");
00048 ThemeUI::tr("Humidity:");
00049 ThemeUI::tr("Pressure:");
00050 ThemeUI::tr("Wind(Gust):");
00051 ThemeUI::tr("Wind Direction:");
00052 ThemeUI::tr("Visibility:");
00053 ThemeUI::tr("Feels Like:");
00054 ThemeUI::tr(": %1");
00055 ThemeUI::tr("100%");
00056 ThemeUI::tr("Global Weather Settings");
00057 ThemeUI::tr("Seconds to display each page");
00058 ThemeUI::tr("Retrieve data in the background");
00059 ThemeUI::tr("General weather options");
00060 ThemeUI::tr("Screen Settings");
00061 ThemeUI::tr("Choose which weather forecasts to display");
00062 ThemeUI::tr("Source Settings");
00063 ThemeUI::tr("Configure the behavior of weather scripts");
00064 }