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:
authorNextcloud bot <bot@nextcloud.com>2021-12-16 06:18:45 +0300
committerNextcloud bot <bot@nextcloud.com>2021-12-16 06:18:45 +0300
commit48d3acec06c30976d9d6a112889f53bf52c09410 (patch)
tree8832ee78781bf8bbe1c8f6bb856904b75800c438 /l10n/sr@latin.js
parent5d58aa64bab9729b3b0bd5e9db575ff4c9e5998c (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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);");