diff options
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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", }, |