From b69c8642378256e701ff5f1514ce15f3e0d4a8d4 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 25 Sep 2015 10:56:28 +0200 Subject: [PATCH] =?utf8?q?Fixed=20i18n=20resource=20name=20Signed-off-by:R?= =?utf8?q?oland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/java/org/mxchange/localization/bundle_de_DE.properties | 2 +- src/java/org/mxchange/localization/bundle_en_US.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 825b7b9d..76275bc5 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -47,7 +47,7 @@ PAGE_TITLE_ADMIN_WELCOME=Willkommen zum Administrationsbereich SUB_TITLE_ADMIN_WELCOME=Willkommen zur Administration: PAGE_TITLE_ADMIN_LOGOUT=Ausloggen SUB_TITLE_ADMIN_LOGOUT=Aus dem Adminbereich ausloggen: -PAGE_TITLE_ADMIN_CATEGORY=Kategorien +PAGE_TITLE_ADMIN_CATEGORIES=Kategorien SUB_TITLE_ADMIN_CATEGORIES=Kategorien administrieren: SELECT_ENTRY=Ausw\u00e4hlen: ADMIN_ENTER_CATEGORY_TITLE=Bezeichnung: diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index c7c28db2..ff99bb84 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -47,7 +47,7 @@ PAGE_TITLE_ADMIN_WELCOME=Welcome to administration area SUB_TITLE_ADMIN_WELCOME=Welcome to website administration: PAGE_TITLE_ADMIN_LOGOUT=Logout SUB_TITLE_ADMIN_LOGOUT=Logout from administration area: -PAGE_TITLE_ADMIN_CATEGORY=Categories +PAGE_TITLE_ADMIN_CATEGORIES=Categories SUB_TITLE_ADMIN_CATEGORIES=Administrate categories: SELECT_ENTRY=Select: ADMIN_ENTER_CATEGORY_TITLE=Title: -- 2.39.5