diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-26 20:46:22 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-26 20:46:22 +0200 |
commit | 36a5d5862c3744f899fe6a5712f81171af144795 (patch) | |
tree | ba3c4782ca2da1bdd6b9271371b3bab87f2816a8 /db/i18n | |
parent | b7db43abcaf8c9d9ccb4bcaff07c5416cb21ff62 (diff) |
evolution items and shop interface
Diffstat (limited to 'db/i18n')
-rw-r--r-- | db/i18n/de_DE.po | 9 | ||||
-rw-r--r-- | db/i18n/en_US.po | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/db/i18n/de_DE.po b/db/i18n/de_DE.po index 88a6af5..25da91b 100644 --- a/db/i18n/de_DE.po +++ b/db/i18n/de_DE.po @@ -19,6 +19,15 @@ msgid "translation_missing" msgstr "Übersetzung fehlt" +# Shop + +msgid "ui:shop:mode:buy" +msgstr "Kaufen" + +msgid "ui:shop:mode:info" +msgstr "Info" + + # Status msgid "ui:status:area:title" diff --git a/db/i18n/en_US.po b/db/i18n/en_US.po index 31b2022..2b85fe2 100644 --- a/db/i18n/en_US.po +++ b/db/i18n/en_US.po @@ -19,6 +19,15 @@ msgid "translation_missing" msgstr "Translation missing" +# Shop + +msgid "ui:shop:mode:buy" +msgstr "Buy" + +msgid "ui:shop:mode:info" +msgstr "Info" + + # Status msgid "ui:status:area:title" |