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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/sr@latin.js')
-rw-r--r--l10n/sr@latin.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js
index 06c14e57c..c66756aa8 100644
--- a/l10n/sr@latin.js
+++ b/l10n/sr@latin.js
@@ -1,9 +1,9 @@
OC.L10N.register(
"text",
{
- "Edit" : "Uredi",
- "Undo" : "Opozovi",
"Bold" : "Podebljano",
- "Italic" : "Kurziv"
+ "Italic" : "Kurziv",
+ "Edit" : "Uredi",
+ "Undo" : "Opozovi"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");