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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/sr@latin.js')
-rw-r--r--apps/files_versions/l10n/sr@latin.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/sr@latin.js b/apps/files_versions/l10n/sr@latin.js
index 79b152e9f32..54215cc4d38 100644
--- a/apps/files_versions/l10n/sr@latin.js
+++ b/apps/files_versions/l10n/sr@latin.js
@@ -1,6 +1,11 @@
OC.L10N.register(
"files_versions",
{
+ "Could not revert: %s" : "Nemoguće povratiti: %s",
+ "Versions" : "Verzije",
+ "Failed to revert {file} to revision {timestamp}." : "Neuspelo vraćanje {file} na reviziju {timestamp}.",
+ "More versions..." : "Još verzija...",
+ "No other versions available" : "Nema drugih dostupnih verzija.",
"Restore" : "Povrati"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");