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-04-14 17:23:09 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-04-14 17:23:09 +0300
commit46da16236ee12533ef217acee3eb8689820b5f54 (patch)
tree125c9541362531f984156d4f522549dce281a15e /admin_migrate
parentff7e6ed74a3fff447e1bf0d6cba278079257c540 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/hi.js7
-rw-r--r--admin_migrate/l10n/hi.json5
-rw-r--r--admin_migrate/l10n/sr@latin.js8
-rw-r--r--admin_migrate/l10n/sr@latin.json8
4 files changed, 20 insertions, 8 deletions
diff --git a/admin_migrate/l10n/hi.js b/admin_migrate/l10n/hi.js
new file mode 100644
index 000000000..262ea75e3
--- /dev/null
+++ b/admin_migrate/l10n/hi.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_migrate",
+ {
+ "Export data" : "निर्यात डेटा",
+ "Export" : "निर्यात"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/admin_migrate/l10n/hi.json b/admin_migrate/l10n/hi.json
new file mode 100644
index 000000000..00b1f5e89
--- /dev/null
+++ b/admin_migrate/l10n/hi.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Export data" : "निर्यात डेटा",
+ "Export" : "निर्यात"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/admin_migrate/l10n/sr@latin.js b/admin_migrate/l10n/sr@latin.js
index 492c54095..c2f6c0c1c 100644
--- a/admin_migrate/l10n/sr@latin.js
+++ b/admin_migrate/l10n/sr@latin.js
@@ -1,10 +1,10 @@
OC.L10N.register(
"admin_migrate",
{
- "Export data" : "Izvezi podatke",
- "All system files and user data" : "Svi sistemski fajlovi i korisnički podaci",
- "Only system files" : "Samo sistemski fajlovi",
- "Only user data" : "Samo korisnički podaci",
+ "Export data" : "Izvoz podataka",
+ "All system files and user data" : "sve sistemske fajlove i korisničke podatke",
+ "Only system files" : "samo sistemske fajlove",
+ "Only user data" : "samo korisničke podatke",
"Export" : "Izvezi"
},
"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@latin.json b/admin_migrate/l10n/sr@latin.json
index d9a210e0a..69b202e31 100644
--- a/admin_migrate/l10n/sr@latin.json
+++ b/admin_migrate/l10n/sr@latin.json
@@ -1,8 +1,8 @@
{ "translations": {
- "Export data" : "Izvezi podatke",
- "All system files and user data" : "Svi sistemski fajlovi i korisnički podaci",
- "Only system files" : "Samo sistemski fajlovi",
- "Only user data" : "Samo korisnički podaci",
+ "Export data" : "Izvoz podataka",
+ "All system files and user data" : "sve sistemske fajlove i korisničke podatke",
+ "Only system files" : "samo sistemske fajlove",
+ "Only user data" : "samo korisničke podatke",
"Export" : "Izvezi"
},"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