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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-10-15 03:23:49 +0300
committerNextcloud bot <bot@nextcloud.com>2017-10-15 03:23:49 +0300
commit59e5a0058e07ba4f68577fcc1e285aeb613fad5f (patch)
tree269eb5b5090a42220c8ea2ac02af121b0ceef647 /l10n
parent637797aa4f160d10dbbf38ab5216885dde8411b8 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/sr.js12
-rw-r--r--l10n/sr.json10
2 files changed, 22 insertions, 0 deletions
diff --git a/l10n/sr.js b/l10n/sr.js
new file mode 100644
index 0000000..281aa27
--- /dev/null
+++ b/l10n/sr.js
@@ -0,0 +1,12 @@
+OC.L10N.register(
+ "twofactor_sms",
+ {
+ "SMS verification" : "SMS провера",
+ "Send an authentication code via SMS" : "Пошаљи код за проверу идентитета SMS-ом",
+ "%s is your Nextcloud authentication code" : "%s je kod za proveru identiteta",
+ "Two Factor SMS Provider" : "Провајдер двофакторског SMS-а",
+ "Authentication code" : "Код за проверу идентитета",
+ "An access code has been sent to %s" : "Приступни код је послат на %s",
+ "Error while sending the Message. Please try again later or contact the administrator." : "Грешка приликом слања поруке. Покушајте касније или контактирајте администратора."
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/l10n/sr.json b/l10n/sr.json
new file mode 100644
index 0000000..5a26d86
--- /dev/null
+++ b/l10n/sr.json
@@ -0,0 +1,10 @@
+{ "translations": {
+ "SMS verification" : "SMS провера",
+ "Send an authentication code via SMS" : "Пошаљи код за проверу идентитета SMS-ом",
+ "%s is your Nextcloud authentication code" : "%s je kod za proveru identiteta",
+ "Two Factor SMS Provider" : "Провајдер двофакторског SMS-а",
+ "Authentication code" : "Код за проверу идентитета",
+ "An access code has been sent to %s" : "Приступни код је послат на %s",
+ "Error while sending the Message. Please try again later or contact the administrator." : "Грешка приликом слања поруке. Покушајте касније или контактирајте администратора."
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+} \ No newline at end of file