Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-12-20 18:09:56 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-12-20 18:09:56 +0300
commit1cfd4b6614a4a05c511fdc96ec91296647c73c75 (patch)
tree2d46dfff14750c9181dbcf73df3cbc35adcc5e77 /src/platform
parent345f7f0d2528cff8a706b6cec6e7ea841a650570 (diff)
Add option to disable localisation
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/generic/_locales/de/messages.json28
-rw-r--r--src/platform/generic/_locales/en/messages.json24
2 files changed, 41 insertions, 11 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index 8f5f083..ea4edba 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -29,6 +29,20 @@
}
}
},
+ "UserAgent" : {
+ "message" : "Offizielle Passwords $BROWSER$ Extension auf $OS$",
+ "description" : "The user agent used for api requests. Only ASCII characters allowed",
+ "placeholders": {
+ "browser": {
+ "content": "$1",
+ "example": "Firefox"
+ },
+ "os" : {
+ "content": "$2",
+ "example": "Linux"
+ }
+ }
+ },
"MigrationAccountName" : {
"message" : "Nextcloud Konto",
"description": "Label assigned to the account used by the v1.x migration"
@@ -1011,15 +1025,15 @@
"message" : "Interner Status",
"description": ""
},
- "DebugInfoExtensionVersion" : {
+ "DebugInfoExtensionVersion" : {
"message" : "Extension Version",
"description": ""
},
- "DebugInfoExtensionPlatform" : {
+ "DebugInfoExtensionPlatform" : {
"message" : "Extension Plattform",
"description": ""
},
- "DebugInfoExtensionEnvironment" : {
+ "DebugInfoExtensionEnvironment" : {
"message" : "Extension Modus",
"description": ""
},
@@ -1027,6 +1041,14 @@
"message" : "ID des Ordners für private Passwörter",
"description": ""
},
+ "DebugSettings" : {
+ "message" : "Entwicklereinstellungen",
+ "description": "Headline above the debugging settings section in the extension settings in the debug tab"
+ },
+ "DebugLanguageTagsEnabled" : {
+ "message" : "Sprach-Tags anzeigen",
+ "description": "Label of the setting to disable translation of language keys in the debug settings section in the debug tab in the extension settings"
+ },
"DebugErrorLog" : {
"message" : "Fehlerberichte",
"description": ""
diff --git a/src/platform/generic/_locales/en/messages.json b/src/platform/generic/_locales/en/messages.json
index 706f0a8..5f0c734 100644
--- a/src/platform/generic/_locales/en/messages.json
+++ b/src/platform/generic/_locales/en/messages.json
@@ -49,23 +49,23 @@
},
"SettingsTabAccounts" : {
"message" : "Accounts",
- "description": ""
+ "description": "Label of the user accounts tab in the extension settings"
},
"SettingsTabTheming" : {
"message" : "Theming",
- "description": ""
+ "description": "Label of the themes tab in the extension settings"
},
"SettingsTabOther" : {
"message" : "Other Settings",
- "description": ""
+ "description": "Label of the general settings tab in the extension settings"
},
"SettingsTabDebug" : {
"message" : "Debug",
- "description": ""
+ "description": "Label of the extension debugging tab in the extension settings"
},
"SettingsAccountsMain" : {
"message" : "Default account for new passwords",
- "description": ""
+ "description": "Label of the option to choose the main account in the extension settings. This account will be used to synchronize settings accross apps, store new passwords and so on"
},
"AutofillSettings" : {
"message" : "Password autofill",
@@ -1025,15 +1025,15 @@
"message" : "Internal Status",
"description": "Headline above the internal status section in the extension settings in the debug tab"
},
- "DebugInfoExtensionVersion" : {
+ "DebugInfoExtensionVersion" : {
"message" : "Extension Version",
"description": "Description of the extension version in the internal status section in the debug tab in the extension settings"
},
- "DebugInfoExtensionPlatform" : {
+ "DebugInfoExtensionPlatform" : {
"message" : "Extension Platform",
"description": "Description of the extension platform (firefox or chrome) in the internal status section in the debug tab in the extension settings"
},
- "DebugInfoExtensionEnvironment" : {
+ "DebugInfoExtensionEnvironment" : {
"message" : "Extension Mode",
"description": "Description of the extension mode (production or development) in the internal status section in the debug tab in the extension settings"
},
@@ -1041,6 +1041,14 @@
"message" : "Hidden Passwords Folder ID",
"description": "Description of the id of the folder used to store hidden/private passwords in the internal status section in the debug tab in the extension settings"
},
+ "DebugSettings" : {
+ "message" : "Debugging Settings",
+ "description": "Headline above the debugging settings section in the extension settings in the debug tab"
+ },
+ "DebugLanguageTagsEnabled" : {
+ "message" : "Show language keys",
+ "description": "Label of the setting to disable translation of language keys in the debug settings section in the debug tab in the extension settings"
+ },
"DebugErrorLog" : {
"message" : "Error Log",
"description": "Headline above the error logs section in the extension settings in the debug tab"