From 53e7dbe12f69566c4d0bd15653cc536192774486 Mon Sep 17 00:00:00 2001
From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
Date: Thu, 17 Aug 2023 00:10:14 +0100
Subject: [PATCH] translates
---
src/main/resources/application.properties | 6 +--
src/main/resources/messages_en_GB.properties | 51 +++++++++++++-----
src/main/resources/templates/account.html | 54 +++++++++----------
src/main/resources/templates/addUsers.html | 20 +++----
.../resources/templates/fragments/navbar.html | 19 +++----
5 files changed, 89 insertions(+), 61 deletions(-)
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index bf594bfcc..e52f939e3 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -16,9 +16,9 @@ server.error.include-stacktrace=always
server.error.include-exception=true
server.error.include-message=always
-logging.level.org.springframework.web=DEBUG
-logging.level.org.springframework=DEBUG
-logging.level.org.springframework.security=DEBUG
+#logging.level.org.springframework.web=DEBUG
+#logging.level.org.springframework=DEBUG
+#logging.level.org.springframework.security=DEBUG
login.enabled=true
diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties
index 5b2112627..b560e8de5 100644
--- a/src/main/resources/messages_en_GB.properties
+++ b/src/main/resources/messages_en_GB.properties
@@ -31,7 +31,11 @@ sizes.medium=Medium
sizes.large=Large
sizes.x-large=X-Large
error.pdfPassword=The PDF Document is passworded and either the password was not provided or was incorrect
-
+delete=Delete
+username=Username
+password=Password
+welcome=Welcome
+=Property
#############
# NAVBAR #
@@ -54,18 +58,41 @@ settings.downloadOption.1=Open in same window
settings.downloadOption.2=Open in new window
settings.downloadOption.3=Download file
settings.zipThreshold=Zip files when the number of downloaded files exceeds
-
-settings.accountSettings=Account Settings
-settings.adminSettings=Admin Settings- View and Add Users
-settings.userControlSettings=User Control Settings
-settings.changeUsername=New Username
-settings.changeUsernameButton=Change Username
-settings.password=Confirmation Password
-settings.oldPassword=Old password
-settings.newPassword=New Password
-settings.changePasswordButton=Change Password
-settings.confirmNewPassword=Confirm New Password
settings.signOut=Sign Out
+settings.accountSettings=Account Settings
+
+account.accountSettings=Account Settings
+account.adminSettings=Admin Settings - View and Add Users
+account.userControlSettings=User Control Settings
+account.changeUsername=New Username
+account.changeUsername=Change Username
+account.password=Confirmation Password
+account.oldPassword=Old password
+account.newPassword=New Password
+account.changePassword=Change Password
+account.confirmNewPassword=Confirm New Password
+account.signOut=Sign Out
+account.yourApiKey=Your API Key
+account.syncTitle=Sync browser settings with Account
+account.settingsCompare=Settings Comparison:
+account.property=Property
+account.webBrowserSettings=Web Browser Setting
+account.syncToBrowser=Sync Account -> Browser
+account.syncToAccount=Sync Account <- Browser
+
+
+adminUserSettings.title=User Control Settings
+adminUserSettings.header=Admin User Control Settings
+adminUserSettings.admin=Admin
+adminUserSettings.user=User
+Add New User
+Roles
+Role
+Actions
+adminUserSettings.apiUser=Limited API User
+adminUserSettings.webOnlyUser=Web Only User
+adminUserSettings.submit=Save User
+
#############
# HOME-PAGE #
#############
diff --git a/src/main/resources/templates/account.html b/src/main/resources/templates/account.html
index 1b2bb8940..714f8029b 100644
--- a/src/main/resources/templates/account.html
+++ b/src/main/resources/templates/account.html
@@ -1,7 +1,7 @@
-