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-01 08:52:24 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-01 08:52:24 +0300
commitc101caad7c95cd50ca02b60390900f00c3a3ba4e (patch)
tree123c14e00d863a99d53b475322aea70fa652d9c4 /user_migrate
parent01650b59ec4f58deee264a87fbd735b32ffcdb6c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/bs.js3
-rw-r--r--user_migrate/l10n/bs.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/user_migrate/l10n/bs.js b/user_migrate/l10n/bs.js
index 492915ae6..f2b0bb188 100644
--- a/user_migrate/l10n/bs.js
+++ b/user_migrate/l10n/bs.js
@@ -2,6 +2,9 @@ OC.L10N.register(
"user_migrate",
{
"Export" : "Izvezi",
+ "Something went wrong while the export file was being generated" : "Nešto nije bilo u redu pri generiranju izvoz datoteke",
+ "An error has occurred" : "Došlo je do greške",
+ "Account Export/Import" : "Rašun izvoz/uvoz",
"Import" : "Uvezi"
},
"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/user_migrate/l10n/bs.json b/user_migrate/l10n/bs.json
index cb3fb725c..5328cb012 100644
--- a/user_migrate/l10n/bs.json
+++ b/user_migrate/l10n/bs.json
@@ -1,5 +1,8 @@
{ "translations": {
"Export" : "Izvezi",
+ "Something went wrong while the export file was being generated" : "Nešto nije bilo u redu pri generiranju izvoz datoteke",
+ "An error has occurred" : "Došlo je do greške",
+ "Account Export/Import" : "Rašun izvoz/uvoz",
"Import" : "Uvezi"
},"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