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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-07-10 05:58:56 +0300
committerNextcloud bot <bot@nextcloud.com>2020-07-10 05:58:56 +0300
commit50605c1d2994d72ce7394c39caa12cf15b9c4b07 (patch)
tree880b73c918039a8bcfa8c032cebb7d7b25c7260a /l10n/sr@latin.js
parent239259697288d8cc9bc8a786eef8ed2d532e4281 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/sr@latin.js')
-rw-r--r--l10n/sr@latin.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js
new file mode 100644
index 0000000..304fd2f
--- /dev/null
+++ b/l10n/sr@latin.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "registration",
+ {
+ "None" : "Ništa",
+ "Username" : "Korisničko ime",
+ "Password" : "Lozinka",
+ "Create account" : "Novi nalog",
+ "Email" : "email"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");