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-01-20 08:50:48 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-20 08:50:48 +0300
commita857f6368201e62eae73a5a1ea330cce42de6aa0 (patch)
tree9fa3b7685af7c92399455df00c6560f66b8780e2 /admin_migrate
parenta95593e03b693c3cd2fbb2268c102ae5dec7ead2 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/hr.js4
-rw-r--r--admin_migrate/l10n/hr.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/admin_migrate/l10n/hr.js b/admin_migrate/l10n/hr.js
index 4334fca35..05b4bce61 100644
--- a/admin_migrate/l10n/hr.js
+++ b/admin_migrate/l10n/hr.js
@@ -1,6 +1,10 @@
OC.L10N.register(
"admin_migrate",
{
+ "Export data" : "Izvezi podatke",
+ "All system files and user data" : "Sve sistemske datoteke i korisničke podatke",
+ "Only system files" : "Samo sistemske datoteke",
+ "Only user data" : "Samo koriničke podatke",
"Export" : "Izvoz"
},
"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/hr.json b/admin_migrate/l10n/hr.json
index 65ffa168c..d4042b932 100644
--- a/admin_migrate/l10n/hr.json
+++ b/admin_migrate/l10n/hr.json
@@ -1,4 +1,8 @@
{ "translations": {
+ "Export data" : "Izvezi podatke",
+ "All system files and user data" : "Sve sistemske datoteke i korisničke podatke",
+ "Only system files" : "Samo sistemske datoteke",
+ "Only user data" : "Samo koriničke podatke",
"Export" : "Izvoz"
},"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