From 35320a6b8337640bb5322f917e4262c9aa86753f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 31 Mar 2018 03:09:07 +0200 Subject: [PATCH 1/1] Please cherry-pick: - added missing i18n string MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/java/org/mxchange/localization/generic_de_DE.properties | 2 ++ src/java/org/mxchange/localization/generic_en_US.properties | 1 + 2 files changed, 3 insertions(+) diff --git a/src/java/org/mxchange/localization/generic_de_DE.properties b/src/java/org/mxchange/localization/generic_de_DE.properties index 50f04abc..ee4b481a 100644 --- a/src/java/org/mxchange/localization/generic_de_DE.properties +++ b/src/java/org/mxchange/localization/generic_de_DE.properties @@ -1172,3 +1172,5 @@ CHOICE_ALL=Alle/s ENTER_KEYWORD=Stichwort eingeben ... SEARCH_ALL_FIELDS=Alle Felder durchsuchen: BASIC_DATA_LINK_MASK={0} (Nr. {1}) +#@TODO Please fix German umlauts! +ADMIN_LINK_LIST_OPENING_TIMES_TITLE=Listet alle Oeffnungszeiten auf. diff --git a/src/java/org/mxchange/localization/generic_en_US.properties b/src/java/org/mxchange/localization/generic_en_US.properties index cf5feef3..a460b899 100644 --- a/src/java/org/mxchange/localization/generic_en_US.properties +++ b/src/java/org/mxchange/localization/generic_en_US.properties @@ -1066,3 +1066,4 @@ CHOICE_ALL=All ENTER_KEYWORD=Enter keyword ... SEARCH_ALL_FIELDS=Search all fields: BASIC_DATA_LINK_MASK={0} (No. {1}) +ADMIN_LINK_LIST_OPENING_TIMES_TITLE=Lists all opening times. -- 2.39.2