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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/lv.js1
-rw-r--r--l10n/lv.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/lv.js b/l10n/lv.js
index b0f36a3b..b8039cbd 100644
--- a/l10n/lv.js
+++ b/l10n/lv.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Category" : "Kategorija",
"Uncategorized" : "Bez kategorijas",
"_%n word_::_%n words_" : ["%n words","%n vārdi","%n vārdi"],
+ "Updating settings has failed." : "Iestatījumu atjaunināšana neizdevās.",
"Tasks" : "Uzdevumi"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/l10n/lv.json b/l10n/lv.json
index 442960cc..3ec5fd38 100644
--- a/l10n/lv.json
+++ b/l10n/lv.json
@@ -21,6 +21,7 @@
"Category" : "Kategorija",
"Uncategorized" : "Bez kategorijas",
"_%n word_::_%n words_" : ["%n words","%n vārdi","%n vārdi"],
+ "Updating settings has failed." : "Iestatījumu atjaunināšana neizdevās.",
"Tasks" : "Uzdevumi"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
} \ No newline at end of file