diff options
| author | louis <louis.braun@gmx.de> | 2015-01-23 16:55:16 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-01-23 16:55:16 +0100 |
| commit | d000794647981b956ad763ea4069f077f6163bf4 (patch) | |
| tree | 2ae334a657d766c8385d9f85141cdb28ad358133 | |
| parent | a5aa281e337f148e27b17c287e04d8a023856667 (diff) | |
| download | vdr-plugin-weatherforecast-d000794647981b956ad763ea4069f077f6163bf4.tar.gz vdr-plugin-weatherforecast-d000794647981b956ad763ea4069f077f6163bf4.tar.bz2 | |
added translation for plugin name
| -rw-r--r-- | po/de_DE.po | 9 | ||||
| -rw-r--r-- | weatherforecast.c | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/po/de_DE.po b/po/de_DE.po index 54e187e..88d28cc 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr-weatherforecast 0.0.1\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2015-01-16 14:50+0100\n" +"POT-Creation-Date: 2015-01-23 16:53+0100\n" "PO-Revision-Date: 2015-01-12 11:46+0100\n" "Last-Translator: Louis Braun <louis.braun@gmx.de>\n" "Language-Team: \n" @@ -28,10 +28,13 @@ msgid "API Key" msgstr "" msgid "Update Frequency in hours" -msgstr "" +msgstr "Update Frequenz in Stunden" + +msgid "WeatherForecast" +msgstr "Wetter" msgid "Weather Forecast" -msgstr "" +msgstr "Wetter" msgid "Current Weather" msgstr "Aktuelles Wetter" diff --git a/weatherforecast.c b/weatherforecast.c index 5d82fda..a3e1c3a 100644 --- a/weatherforecast.c +++ b/weatherforecast.c @@ -20,7 +20,7 @@ //*************************************************************************** static const char *VERSION = "0.0.2"; static const char *DESCRIPTION = "Weatherforecast based on forecast.io"; -static const char *MAINMENUENTRY = "WeatherForecast"; +static const char *MAINMENUENTRY = tr("WeatherForecast"); //*************************************************************************** // Globals |
