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:
authorflo-mic <florianmichel@hotmail.de>2021-02-20 12:47:17 +0300
committerflo-mic <florianmichel@hotmail.de>2021-02-20 12:47:17 +0300
commit874579c00ab3307f4445543b4af486223d589a9d (patch)
tree74389c3bdc51f4acaf1b60a6c88cb6b6f2df3ade /src/platform/generic/_locales/de
parent97e5e29294ebb27cdec9106ce57f7571eea3d49e (diff)
add max row setting for password recommendations
Diffstat (limited to 'src/platform/generic/_locales/de')
-rw-r--r--src/platform/generic/_locales/de/messages.json92
1 files changed, 92 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index 0f63bba..2f057ea 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -1177,6 +1177,14 @@
"message" : "Keine Fehlerberichte vorhanden",
"description": "Message shown when no error reports exist instead of the error logs in the error logs section in the extension settings in the debug tab"
},
+ "RecommendationSettings" : {
+ "message" : "Password empfehlungen",
+ "description": "Label of the section password recommendations in the extension settings."
+ },
+ "RecommendationSettingsHelp" : {
+ "message" : "Beim ändern doeser Einstellungen muss die Erweiterung neu gestartet werden. Entweder durch deaktivieren und aktivieren der Erweiterung oder mit einem Browser neustart.",
+ "description": "Label of the help text for section password recommendations in the extension settings."
+ },
"SettingsSearchRecommendationOption" : {
"message" : "Suche Passwort empfehlungen auf Basis von dieser Option.",
"description": "Label of the setting in the extension settings to define how password recommendations are searched."
@@ -1196,5 +1204,89 @@
"LabelSearchRecommendationExact" : {
"message" : "Exakte URL",
"description": "Find only passwords where th url matches exact to the current browser url."
+ },
+ "SettingsSearchRecommendationMaxRows" : {
+ "message" : "Maximale Anzahl an Ergebnissen für die Password Empfehlung.",
+ "description": "Label of the setting in the extension settings to define the maximum number of results for the password recommendation."
+ },
+ "LabelSearchRecommendationRows1" : {
+ "message" : "1",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows2" : {
+ "message" : "2",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows3" : {
+ "message" : "3",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows4" : {
+ "message" : "4",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows5" : {
+ "message" : "5",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows6" : {
+ "message" : "6",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows7" : {
+ "message" : "7",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows8" : {
+ "message" : "8",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows9" : {
+ "message" : "9",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows10" : {
+ "message" : "10",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows11" : {
+ "message" : "11",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows12" : {
+ "message" : "12",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows13" : {
+ "message" : "13",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows14" : {
+ "message" : "14",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows15" : {
+ "message" : "15",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows16" : {
+ "message" : "16",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows17" : {
+ "message" : "17",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows18" : {
+ "message" : "18",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows19" : {
+ "message" : "19",
+ "description": "Number of results that should be displayed for password recommendations."
+ },
+ "LabelSearchRecommendationRows20" : {
+ "message" : "20",
+ "description": "Number of results that should be displayed for password recommendations."
}
} \ No newline at end of file