summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/i18n.c b/i18n.c
index b6e89ac..010eb8a 100644
--- a/i18n.c
+++ b/i18n.c
@@ -1,7 +1,9 @@
/*
* See the README file for copyright information and how to reach the author.
+ *
*/
+
#include "i18n.h"
const tI18nPhrase Phrases[] = {
@@ -17,6 +19,9 @@ const tI18nPhrase Phrases[] = {
{ "Button$Play",
"Wiedergabe",
},
+ { "Button$Commands",
+ "Befehle",
+ },
{ "Button$Rewind",
"Anfang",
},