From 6d7d8e8cfa7eb41320052d5f8b6424290c7418ac Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 15 Oct 2015 21:11:41 +0200 Subject: [PATCH] Added missing language elements + target="_blank" --- src/java/org/mxchange/localization/bundle_de_DE.properties | 2 ++ src/java/org/mxchange/localization/bundle_en_US.properties | 2 ++ web/login/login_start_sharing_addressbook.xhtml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index e8dd33ed..356a8cfe 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -235,3 +235,5 @@ TABLE_HEADER_CHOOSE_USER_FOR_SHARING=Waehlen Sie einen Benutzer zum Teilen Ihres LOGIN_START_SHARING_NOTICE1=Damit werden Ihr gesamtes Adressbuch fuer den ausgewaehlten Benutzer sichtbar. #TODO: Please fix German umlaut! LOGIN_START_SHARING_NOTICE2=Sie koennen dies jederzeit wiederrufen. +LINK_USER_PROFILE=Zum Benutzerprofil +LINK_USER_PROFILE_TITLE=Das Benutzerprofil in einem neuen Fenster aufrufen. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index aabbaccb..d32a5a82 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -232,3 +232,5 @@ LOGIN_START_SHARING_BUTTON_TITLE=Share your choosen address book with this user. TABLE_HEADER_CHOOSE_USER_FOR_SHARING=Choose a user for sharing your address book with. LOGIN_START_SHARING_NOTICE1=With this your whole address book becomes visible to the other user. LOGIN_START_SHARING_NOTICE2=You can always revoke your choice. +LINK_USER_PROFILE=To user profile +LINK_USER_PROFILE_TITLE=Open the user profile in a new window. diff --git a/web/login/login_start_sharing_addressbook.xhtml b/web/login/login_start_sharing_addressbook.xhtml index 432dc7be..aa10d667 100644 --- a/web/login/login_start_sharing_addressbook.xhtml +++ b/web/login/login_start_sharing_addressbook.xhtml @@ -31,7 +31,7 @@ #{msg.USER_ID} - + -- 2.39.5