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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-20 08:50:50 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-20 08:50:50 +0300
commit65d74710063cb7caf020cbbd83205b919f272345 (patch)
tree39ee496dae7ff210e95819d00d9c53de76345c4b /admin_migrate
parent10be4072acb808b8a74cb8b0170658710a2c8db5 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/sr.js4
-rw-r--r--admin_migrate/l10n/sr.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/admin_migrate/l10n/sr.js b/admin_migrate/l10n/sr.js
index c2b8f9877..d1187db95 100644
--- a/admin_migrate/l10n/sr.js
+++ b/admin_migrate/l10n/sr.js
@@ -1,6 +1,10 @@
OC.L10N.register(
"admin_migrate",
{
+ "Export data" : "Извоз података",
+ "All system files and user data" : "Све системске фајлове и корисничке податке",
+ "Only system files" : "Само системске фајлове",
+ "Only user data" : "Само корисничке податке",
"Export" : "Извези"
},
"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/admin_migrate/l10n/sr.json b/admin_migrate/l10n/sr.json
index bb2e9d1f7..ba7550c49 100644
--- a/admin_migrate/l10n/sr.json
+++ b/admin_migrate/l10n/sr.json
@@ -1,4 +1,8 @@
{ "translations": {
+ "Export data" : "Извоз података",
+ "All system files and user data" : "Све системске фајлове и корисничке податке",
+ "Only system files" : "Само системске фајлове",
+ "Only user data" : "Само корисничке податке",
"Export" : "Извези"
},"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