diff options
author | Thomas Günther <tom@toms-cafe.de> | 2007-09-22 01:01:10 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2007-09-22 01:01:10 +0200 |
commit | 135a8c9447ca19c4d609373b228bd096a2ae2ab8 (patch) | |
tree | 1f24e7f3d0d4531d1a5bd705b89c40e7c3c29d33 /i18n.cpp | |
parent | b39a6bf3e7add336dbb127394e8c611ec1d29cd6 (diff) | |
download | vdr-plugin-spider-135a8c9447ca19c4d609373b228bd096a2ae2ab8.tar.gz vdr-plugin-spider-135a8c9447ca19c4d609373b228bd096a2ae2ab8.tar.bz2 |
Added namespaces
Diffstat (limited to 'i18n.cpp')
-rw-r--r-- | i18n.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: i18n.cpp 94 2007-09-20 23:43:48Z tom $ + * $Id: i18n.cpp 95 2007-09-21 23:01:10Z tom $ * * * Translations provided by: @@ -30,7 +30,7 @@ #include <vdr/config.h> -const tI18nPhrase Phrases[] = { +const tI18nPhrase SpiderPlugin::Phrases[] = { { "Spider Arachnid", // English "Spider Arachnid", // Deutsch / German "", // Slovenski / Slovenian |