summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/l10n/be.php3
-rw-r--r--apps/files/l10n/sk.php6
-rw-r--r--apps/files/l10n/tr.php2
-rw-r--r--apps/files_external/l10n/sk.php5
-rwxr-xr-xapps/files_external/lib/config.php2
-rw-r--r--apps/files_sharing/l10n/sk.php5
-rw-r--r--apps/files_trashbin/l10n/be.php3
-rw-r--r--apps/files_trashbin/l10n/sk.php3
-rw-r--r--apps/user_ldap/l10n/be.php1
-rw-r--r--apps/user_ldap/l10n/sk.php3
-rw-r--r--core/js/js.js5
-rw-r--r--core/l10n/be.php33
-rw-r--r--core/l10n/ca.php1
-rw-r--r--core/l10n/sk.php28
-rw-r--r--core/l10n/tr.php2
-rw-r--r--l10n/be/core.po97
-rw-r--r--l10n/be/files.po8
-rw-r--r--l10n/be/files_trashbin.po30
-rw-r--r--l10n/be/lib.po36
-rw-r--r--l10n/be/settings.po16
-rw-r--r--l10n/be/user_ldap.po38
-rw-r--r--l10n/ca/core.po10
-rw-r--r--l10n/ru/settings.po11
-rw-r--r--l10n/sk/core.po82
-rw-r--r--l10n/sk/files.po14
-rw-r--r--l10n/sk/files_external.po22
-rw-r--r--l10n/sk/files_sharing.po24
-rw-r--r--l10n/sk/files_trashbin.po30
-rw-r--r--l10n/sk/lib.po26
-rw-r--r--l10n/sk/settings.po18
-rw-r--r--l10n/sk/user_ldap.po38
-rw-r--r--l10n/templates/core.pot24
-rw-r--r--l10n/templates/files.pot2
-rw-r--r--l10n/templates/files_encryption.pot2
-rw-r--r--l10n/templates/files_external.pot2
-rw-r--r--l10n/templates/files_sharing.pot2
-rw-r--r--l10n/templates/files_trashbin.pot2
-rw-r--r--l10n/templates/files_versions.pot2
-rw-r--r--l10n/templates/lib.pot2
-rw-r--r--l10n/templates/private.pot2
-rw-r--r--l10n/templates/settings.pot2
-rw-r--r--l10n/templates/user_ldap.pot2
-rw-r--r--l10n/templates/user_webdavauth.pot2
-rw-r--r--l10n/tr/core.po8
-rw-r--r--l10n/tr/files.po8
-rw-r--r--l10n/tr/lib.po8
-rw-r--r--l10n/tr/settings.po12
-rw-r--r--lib/l10n/be.php9
-rw-r--r--lib/l10n/sk.php2
-rw-r--r--lib/l10n/tr.php2
-rw-r--r--lib/private/helper.php2
-rw-r--r--settings/l10n/be.php5
-rw-r--r--settings/l10n/ru.php2
-rw-r--r--settings/l10n/sk.php6
-rw-r--r--settings/l10n/tr.php8
-rw-r--r--tests/lib/migrate.php32
56 files changed, 443 insertions, 309 deletions
diff --git a/apps/files/l10n/be.php b/apps/files/l10n/be.php
index 17262d2184d..830400b93fb 100644
--- a/apps/files/l10n/be.php
+++ b/apps/files/l10n/be.php
@@ -2,6 +2,7 @@
$TRANSLATIONS = array(
"_%n folder_::_%n folders_" => array("","","",""),
"_%n file_::_%n files_" => array("","","",""),
-"_Uploading %n file_::_Uploading %n files_" => array("","","","")
+"_Uploading %n file_::_Uploading %n files_" => array("","","",""),
+"Error" => "Памылка"
);
$PLURAL_FORMS = "nplurals=4; 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/apps/files/l10n/sk.php b/apps/files/l10n/sk.php
index a3178a95c47..53daf549eaa 100644
--- a/apps/files/l10n/sk.php
+++ b/apps/files/l10n/sk.php
@@ -1,7 +1,11 @@
<?php
$TRANSLATIONS = array(
+"Share" => "Zdieľať",
"_%n folder_::_%n folders_" => array("","",""),
"_%n file_::_%n files_" => array("","",""),
-"_Uploading %n file_::_Uploading %n files_" => array("","","")
+"_Uploading %n file_::_Uploading %n files_" => array("","",""),
+"Save" => "Uložiť",
+"Download" => "Stiahnuť",
+"Delete" => "Odstrániť"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php
index a9e0935b74e..90b16922a76 100644
--- a/apps/files/l10n/tr.php
+++ b/apps/files/l10n/tr.php
@@ -66,7 +66,7 @@ $TRANSLATIONS = array(
"Invalid folder name. Usage of 'Shared' is reserved." => "Geçersiz dizin adı. 'Shared' ismi ayrılmıştır.",
"%s could not be renamed" => "%s yeniden adlandırılamadı",
"Upload" => "Yükle",
-"File handling" => "Dosya taşıma",
+"File handling" => "Dosya işlemleri",
"Maximum upload size" => "Maksimum yükleme boyutu",
"max. possible: " => "mümkün olan en fazla: ",
"Needed for multi-file and folder downloads." => "Çoklu dosya ve dizin indirmesi için gerekli.",
diff --git a/apps/files_external/l10n/sk.php b/apps/files_external/l10n/sk.php
new file mode 100644
index 00000000000..3129cf5c411
--- /dev/null
+++ b/apps/files_external/l10n/sk.php
@@ -0,0 +1,5 @@
+<?php
+$TRANSLATIONS = array(
+"Delete" => "Odstrániť"
+);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 12836c7b88c..122cc57debc 100755
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -431,7 +431,7 @@ class OC_Mount_Config {
*/
public static function checksmbclient() {
if(function_exists('shell_exec')) {
- $output=shell_exec('which smbclient');
+ $output=shell_exec('which smbclient 2> /dev/null');
return !empty($output);
}else{
return false;
diff --git a/apps/files_sharing/l10n/sk.php b/apps/files_sharing/l10n/sk.php
new file mode 100644
index 00000000000..72c9039571e
--- /dev/null
+++ b/apps/files_sharing/l10n/sk.php
@@ -0,0 +1,5 @@
+<?php
+$TRANSLATIONS = array(
+"Download" => "Stiahnuť"
+);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/apps/files_trashbin/l10n/be.php b/apps/files_trashbin/l10n/be.php
index 50df7ff5a97..6a34f1fe246 100644
--- a/apps/files_trashbin/l10n/be.php
+++ b/apps/files_trashbin/l10n/be.php
@@ -1,6 +1,5 @@
<?php
$TRANSLATIONS = array(
-"_%n folder_::_%n folders_" => array("","","",""),
-"_%n file_::_%n files_" => array("","","","")
+"Error" => "Памылка"
);
$PLURAL_FORMS = "nplurals=4; 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/apps/files_trashbin/l10n/sk.php b/apps/files_trashbin/l10n/sk.php
index 94aaf9b3a94..3129cf5c411 100644
--- a/apps/files_trashbin/l10n/sk.php
+++ b/apps/files_trashbin/l10n/sk.php
@@ -1,6 +1,5 @@
<?php
$TRANSLATIONS = array(
-"_%n folder_::_%n folders_" => array("","",""),
-"_%n file_::_%n files_" => array("","","")
+"Delete" => "Odstrániť"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/apps/user_ldap/l10n/be.php b/apps/user_ldap/l10n/be.php
index 2641c1d1300..089b92efe7b 100644
--- a/apps/user_ldap/l10n/be.php
+++ b/apps/user_ldap/l10n/be.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Error" => "Памылка",
"_%s group found_::_%s groups found_" => array("","","",""),
"_%s user found_::_%s users found_" => array("","","","")
);
diff --git a/apps/user_ldap/l10n/sk.php b/apps/user_ldap/l10n/sk.php
index 8a689224737..2578bb55649 100644
--- a/apps/user_ldap/l10n/sk.php
+++ b/apps/user_ldap/l10n/sk.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"_%s group found_::_%s groups found_" => array("","",""),
-"_%s user found_::_%s users found_" => array("","","")
+"_%s user found_::_%s users found_" => array("","",""),
+"Save" => "Uložiť"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/core/js/js.js b/core/js/js.js
index 3650d0520a7..f380234af05 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -836,7 +836,10 @@ function humanFileSize(size) {
order = Math.min(humanList.length - 1, order);
var readableFormat = humanList[order];
var relativeSize = (size / Math.pow(1024, order)).toFixed(1);
- if(relativeSize.substr(relativeSize.length-2,2)=='.0'){
+ if(order < 2){
+ relativeSize = parseFloat(relativeSize).toFixed(0);
+ }
+ else if(relativeSize.substr(relativeSize.length-2,2)==='.0'){
relativeSize=relativeSize.substr(0,relativeSize.length-2);
}
return relativeSize + ' ' + readableFormat;
diff --git a/core/l10n/be.php b/core/l10n/be.php
index 2481806bcb9..19d330a44dd 100644
--- a/core/l10n/be.php
+++ b/core/l10n/be.php
@@ -1,10 +1,43 @@
<?php
$TRANSLATIONS = array(
+"Sunday" => "Нядзеля",
+"Monday" => "Панядзелак",
+"Tuesday" => "Аўторак",
+"Wednesday" => "Серада",
+"Thursday" => "Чацвер",
+"Friday" => "Пятніца",
+"Saturday" => "Субота",
+"January" => "Студзень",
+"February" => "Люты",
+"March" => "Сакавік",
+"April" => "Красавік",
+"May" => "Май",
+"June" => "Чэрвень",
+"July" => "Ліпень",
+"August" => "Жнівень",
+"September" => "Верасень",
+"October" => "Кастрычнік",
+"November" => "Лістапад",
+"December" => "Снежань",
+"Settings" => "Налады",
+"seconds ago" => "Секунд таму",
"_%n minute ago_::_%n minutes ago_" => array("","","",""),
"_%n hour ago_::_%n hours ago_" => array("","","",""),
+"today" => "Сёння",
+"yesterday" => "Ўчора",
"_%n day ago_::_%n days ago_" => array("","","",""),
+"last month" => "У мінулым месяцы",
"_%n month ago_::_%n months ago_" => array("","","",""),
+"months ago" => "Месяцаў таму",
+"last year" => "У мінулым годзе",
+"years ago" => "Гадоў таму",
+"Choose" => "Выбар",
+"Yes" => "Так",
+"No" => "Не",
+"Ok" => "Добра",
"_{count} file conflict_::_{count} file conflicts_" => array("","","",""),
+"Error" => "Памылка",
+"The object type is not specified." => "Тып аб'екта не ўдакладняецца.",
"Advanced" => "Дасведчаны",
"Finish setup" => "Завяршыць ўстаноўку."
);
diff --git a/core/l10n/ca.php b/core/l10n/ca.php
index d24cb680653..d8076172cee 100644
--- a/core/l10n/ca.php
+++ b/core/l10n/ca.php
@@ -154,6 +154,7 @@ $TRANSLATIONS = array(
"Database host" => "Ordinador central de la base de dades",
"Finish setup" => "Acaba la configuració",
"Finishing …" => "Acabant...",
+"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Aquesta aplicació necessita tenir JavaScript activat per funcionar correctament. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeu JavaScript</a> i carregueu aquesta interfície de nou.",
"%s is available. Get more information on how to update." => "%s està disponible. Obtingueu més informació de com actualitzar.",
"Log out" => "Surt",
"Automatic logon rejected!" => "L'ha rebutjat l'acceditació automàtica!",
diff --git a/core/l10n/sk.php b/core/l10n/sk.php
index 50c3ecaf664..d9ab70db1a8 100644
--- a/core/l10n/sk.php
+++ b/core/l10n/sk.php
@@ -1,9 +1,35 @@
<?php
$TRANSLATIONS = array(
+"Sunday" => "Nedeľa",
+"Monday" => "Pondelok",
+"Tuesday" => "Utorok",
+"Wednesday" => "Streda",
+"Thursday" => "Štvrtok",
+"Friday" => "Piatok",
+"Saturday" => "Sobota",
+"January" => "Január",
+"February" => "Február",
+"March" => "Marec",
+"April" => "Apríl",
+"May" => "Máj",
+"June" => "Jún",
+"July" => "Júl",
+"August" => "August",
+"September" => "September",
+"October" => "Október",
+"November" => "November",
+"December" => "December",
+"Settings" => "Nastavenia",
"_%n minute ago_::_%n minutes ago_" => array("","",""),
"_%n hour ago_::_%n hours ago_" => array("","",""),
"_%n day ago_::_%n days ago_" => array("","",""),
"_%n month ago_::_%n months ago_" => array("","",""),
-"_{count} file conflict_::_{count} file conflicts_" => array("","","")
+"_{count} file conflict_::_{count} file conflicts_" => array("","",""),
+"Cancel" => "Zrušiť",
+"Share" => "Zdieľať",
+"group" => "skupina",
+"Delete" => "Odstrániť",
+"Personal" => "Osobné",
+"Advanced" => "Pokročilé"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/core/l10n/tr.php b/core/l10n/tr.php
index 301959c7e5c..fc08d68bb14 100644
--- a/core/l10n/tr.php
+++ b/core/l10n/tr.php
@@ -66,7 +66,7 @@ $TRANSLATIONS = array(
"Error while unsharing" => "Paylaşım iptal edilirken hata",
"Error while changing permissions" => "İzinleri değiştirirken hata oluştu",
"Shared with you and the group {group} by {owner}" => "{owner} tarafından sizinle ve {group} ile paylaştırılmış",
-"Shared with you by {owner}" => "{owner} trafından sizinle paylaştırıldı",
+"Shared with you by {owner}" => "{owner} tarafından sizinle paylaşıldı",
"Share with user or group …" => "Kullanıcı veya grup ile paylaş..",
"Share link" => "Paylaşma bağlantısı",
"Password protect" => "Parola koruması",
diff --git a/l10n/be/core.po b/l10n/be/core.po
index b7563df3635..9e268cef6cd 100644
--- a/l10n/be/core.po
+++ b/l10n/be/core.po
@@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# VladVaranetski <vlad.voronecky@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-07 22:26-0500\n"
-"PO-Revision-Date: 2013-12-08 03:26+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 17:20+0000\n"
+"Last-Translator: VladVaranetski <vlad.voronecky@gmail.com>\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -74,89 +75,89 @@ msgstr ""
#: js/config.php:32
msgid "Sunday"
-msgstr ""
+msgstr "Нядзеля"
#: js/config.php:33
msgid "Monday"
-msgstr ""
+msgstr "Панядзелак"
#: js/config.php:34
msgid "Tuesday"
-msgstr ""
+msgstr "Аўторак"
#: js/config.php:35
msgid "Wednesday"
-msgstr ""
+msgstr "Серада"
#: js/config.php:36
msgid "Thursday"
-msgstr ""
+msgstr "Чацвер"
#: js/config.php:37
msgid "Friday"
-msgstr ""
+msgstr "Пятніца"
#: js/config.php:38
msgid "Saturday"
-msgstr ""
+msgstr "Субота"
#: js/config.php:43
msgid "January"
-msgstr ""
+msgstr "Студзень"
#: js/config.php:44
msgid "February"
-msgstr ""
+msgstr "Люты"
#: js/config.php:45
msgid "March"
-msgstr ""
+msgstr "Сакавік"
#: js/config.php:46
msgid "April"
-msgstr ""
+msgstr "Красавік"
#: js/config.php:47
msgid "May"
-msgstr ""
+msgstr "Май"
#: js/config.php:48
msgid "June"
-msgstr ""
+msgstr "Чэрвень"
#: js/config.php:49
msgid "July"
-msgstr ""
+msgstr "Ліпень"
#: js/config.php:50
msgid "August"
-msgstr ""
+msgstr "Жнівень"
#: js/config.php:51
msgid "September"
-msgstr ""
+msgstr "Верасень"
#: js/config.php:52
msgid "October"
-msgstr ""
+msgstr "Кастрычнік"
#: js/config.php:53
msgid "November"
-msgstr ""
+msgstr "Лістапад"
#: js/config.php:54
msgid "December"
-msgstr ""
+msgstr "Снежань"
-#: js/js.js:387
+#: js/js.js:398
msgid "Settings"
-msgstr ""
+msgstr "Налады"
-#: js/js.js:858
+#: js/js.js:872
msgid "seconds ago"
-msgstr ""
+msgstr "Секунд таму"
-#: js/js.js:859
+#: js/js.js:873
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
@@ -164,7 +165,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: js/js.js:860
+#: js/js.js:874
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
@@ -172,15 +173,15 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: js/js.js:861
+#: js/js.js:875
msgid "today"
-msgstr ""
+msgstr "Сёння"
-#: js/js.js:862
+#: js/js.js:876
msgid "yesterday"
-msgstr ""
+msgstr "Ўчора"
-#: js/js.js:863
+#: js/js.js:877
msgid "%n day ago"
msgid_plural "%n days ago"
msgstr[0] ""
@@ -188,11 +189,11 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: js/js.js:864
+#: js/js.js:878
msgid "last month"
-msgstr ""
+msgstr "У мінулым месяцы"
-#: js/js.js:865
+#: js/js.js:879
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
@@ -200,21 +201,21 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: js/js.js:866
+#: js/js.js:880
msgid "months ago"
-msgstr ""
+msgstr "Месяцаў таму"
-#: js/js.js:867
+#: js/js.js:881
msgid "last year"
-msgstr ""
+msgstr "У мінулым годзе"
-#: js/js.js:868
+#: js/js.js:882
msgid "years ago"
-msgstr ""
+msgstr "Гадоў таму"
#: js/oc-dialogs.js:123
msgid "Choose"
-msgstr ""
+msgstr "Выбар"
#: js/oc-dialogs.js:146
msgid "Error loading file picker template: {error}"
@@ -222,15 +223,15 @@ msgstr ""
#: js/oc-dialogs.js:172
msgid "Yes"
-msgstr ""
+msgstr "Так"
#: js/oc-dialogs.js:182
msgid "No"
-msgstr ""
+msgstr "Не"
#: js/oc-dialogs.js:199
msgid "Ok"
-msgstr ""
+msgstr "Добра"
#: js/oc-dialogs.js:219
msgid "Error loading message template: {error}"
@@ -289,7 +290,7 @@ msgstr ""
#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
#: js/share.js:719 templates/installation.php:10
msgid "Error"
-msgstr ""
+msgstr "Памылка"
#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
@@ -425,7 +426,7 @@ msgstr ""
#: js/tags.js:4
msgid "The object type is not specified."
-msgstr ""
+msgstr "Тып аб'екта не ўдакладняецца."
#: js/tags.js:13
msgid "Enter new"
diff --git a/l10n/be/files.po b/l10n/be/files.po
index 2b804d9388e..5dcc21e2463 100644
--- a/l10n/be/files.po
+++ b/l10n/be/files.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-19 01:55-0500\n"
-"PO-Revision-Date: 2013-12-19 06:55+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 17:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -289,7 +289,7 @@ msgstr ""
#: js/files.js:558 js/files.js:596
msgid "Error"
-msgstr ""
+msgstr "Памылка"
#: js/files.js:613 templates/index.php:56
msgid "Name"
diff --git a/l10n/be/files_trashbin.po b/l10n/be/files_trashbin.po
index d784d5ddc54..91455c96709 100644
--- a/l10n/be/files_trashbin.po
+++ b/l10n/be/files_trashbin.po
@@ -6,10 +6,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-10 22:26-0400\n"
-"PO-Revision-Date: 2013-10-11 02:27+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 17:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,44 +17,44 @@ msgstr ""
"Language: be\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: ajax/delete.php:42
+#: ajax/delete.php:63
#, php-format
msgid "Couldn't delete %s permanently"
msgstr ""
-#: ajax/undelete.php:42
+#: ajax/undelete.php:43
#, php-format
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:18 js/trash.js:44 js/trash.js:121 js/trash.js:149
+#: js/trash.js:18 js/trash.js:45 js/trash.js:88 js/trash.js:142
msgid "Error"
-msgstr ""
+msgstr "Памылка"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:905 lib/trashbin.php:907
msgid "restored"
msgstr ""
-#: templates/index.php:9
+#: templates/index.php:7
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:23
+#: templates/index.php:20
msgid "Name"
msgstr ""
-#: templates/index.php:26 templates/index.php:28
+#: templates/index.php:23 templates/index.php:25
msgid "Restore"
msgstr ""
-#: templates/index.php:34
+#: templates/index.php:31
msgid "Deleted"
msgstr ""
-#: templates/index.php:37 templates/index.php:38
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr ""
-#: templates/part.breadcrumb.php:9
+#: templates/part.breadcrumb.php:8
msgid "Deleted Files"
msgstr ""
diff --git a/l10n/be/lib.po b/l10n/be/lib.po
index f209cb8230b..a422c6e60fc 100644
--- a/l10n/be/lib.po
+++ b/l10n/be/lib.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-17 06:45-0500\n"
-"PO-Revision-Date: 2013-12-17 11:45+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 17:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,38 +17,38 @@ msgstr ""
"Language: be\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: private/app.php:243
+#: private/app.php:245
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: private/app.php:255
+#: private/app.php:257
msgid "No app name specified"
msgstr ""
-#: private/app.php:360
+#: private/app.php:362
msgid "Help"
msgstr ""
-#: private/app.php:373
+#: private/app.php:375
msgid "Personal"
msgstr ""
-#: private/app.php:384
+#: private/app.php:386
msgid "Settings"
-msgstr ""
+msgstr "Налады"
-#: private/app.php:396
+#: private/app.php:398
msgid "Users"
msgstr ""
-#: private/app.php:409
+#: private/app.php:411
msgid "Admin"
msgstr ""
-#: private/app.php:873
+#: private/app.php:875
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
@@ -286,7 +286,7 @@ msgstr ""
#: private/template/functions.php:130
msgid "seconds ago"
-msgstr ""
+msgstr "Секунд таму"
#: private/template/functions.php:131
msgid "%n minute ago"
@@ -306,11 +306,11 @@ msgstr[3] ""
#: private/template/functions.php:133
msgid "today"
-msgstr ""
+msgstr "Сёння"
#: private/template/functions.php:134
msgid "yesterday"
-msgstr ""
+msgstr "Ўчора"
#: private/template/functions.php:136
msgid "%n day go"
@@ -322,7 +322,7 @@ msgstr[3] ""
#: private/template/functions.php:138
msgid "last month"
-msgstr ""
+msgstr "У мінулым месяцы"
#: private/template/functions.php:139
msgid "%n month ago"
@@ -334,8 +334,8 @@ msgstr[3] ""
#: private/template/functions.php:141
msgid "last year"
-msgstr ""
+msgstr "У мінулым годзе"
#: private/template/functions.php:142
msgid "years ago"
-msgstr ""
+msgstr "Гадоў таму"
diff --git a/l10n/be/settings.po b/l10n/be/settings.po
index 3545bf5f05e..fdb09c0a2b7 100644
--- a/l10n/be/settings.po
+++ b/l10n/be/settings.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-04 18:12-0500\n"
-"PO-Revision-Date: 2013-12-04 23:13+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 17:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -147,7 +147,7 @@ msgstr ""
#: js/apps.js:128
msgid "Error"
-msgstr ""
+msgstr "Памылка"
#: js/apps.js:129 templates/apps.php:43
msgid "Update"
@@ -198,19 +198,19 @@ msgstr ""
msgid "add group"
msgstr ""
-#: js/users.js:451
+#: js/users.js:454
msgid "A valid username must be provided"
msgstr ""
-#: js/users.js:452 js/users.js:458 js/users.js:473
+#: js/users.js:455 js/users.js:461 js/users.js:476
msgid "Error creating user"
msgstr ""
-#: js/users.js:457
+#: js/users.js:460
msgid "A valid password must be provided"
msgstr ""
-#: js/users.js:481
+#: js/users.js:484
msgid "Warning: Home directory for user \"{user}\" already exists"
msgstr ""
diff --git a/l10n/be/user_ldap.po b/l10n/be/user_ldap.po
index 3a41fc0a4d2..f9a186e2dea 100644
--- a/l10n/be/user_ldap.po
+++ b/l10n/be/user_ldap.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-27 12:08-0500\n"
-"PO-Revision-Date: 2013-11-27 17:09+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 17:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:37
+#: ajax/testConfiguration.php:39
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:40
+#: ajax/testConfiguration.php:42
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:44
+#: ajax/testConfiguration.php:46
msgid ""
"The configuration is invalid. Please have a look at the logs for further "
"details."
@@ -84,45 +84,45 @@ msgstr ""
#: js/settings.js:133
msgid "Error"
-msgstr ""
+msgstr "Памылка"
-#: js/settings.js:777
+#: js/settings.js:837
msgid "Configuration OK"
msgstr ""
-#: js/settings.js:786
+#: js/settings.js:846
msgid "Configuration incorrect"
msgstr ""
-#: js/settings.js:795
+#: js/settings.js:855
msgid "Configuration incomplete"
msgstr ""
-#: js/settings.js:812 js/settings.js:821
+#: js/settings.js:872 js/settings.js:881
msgid "Select groups"
msgstr ""
-#: js/settings.js:815 js/settings.js:824
+#: js/settings.js:875 js/settings.js:884
msgid "Select object classes"
msgstr ""
-#: js/settings.js:818
+#: js/settings.js:878
msgid "Select attributes"
msgstr ""
-#: js/settings.js:845
+#: js/settings.js:905
msgid "Connection test succeeded"
msgstr ""
-#: js/settings.js:852
+#: js/settings.js:912
msgid "Connection test failed"
msgstr ""
-#: js/settings.js:861
+#: js/settings.js:921
msgid "Do you really want to delete the current Server Configuration?"
msgstr ""
-#: js/settings.js:862
+#: js/settings.js:922
msgid "Confirm Deletion"
msgstr ""
@@ -144,11 +144,11 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: lib/wizard.php:779 lib/wizard.php:791
+#: lib/wizard.php:778 lib/wizard.php:790
msgid "Invalid Host"
msgstr ""
-#: lib/wizard.php:952
+#: lib/wizard.php:951
msgid "Could not find the desired feature"
msgstr ""
diff --git a/l10n/ca/core.po b/l10n/ca/core.po
index 2efc821f286..2a27131c22e 100644
--- a/l10n/ca/core.po
+++ b/l10n/ca/core.po
@@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# rogerc, 2013
+# rogerc, 2013-2014
# rogerc, 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-20 01:55-0500\n"
-"PO-Revision-Date: 2013-12-20 06:23+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 10:20+0000\n"
+"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -688,7 +688,7 @@ msgid ""
"This application requires JavaScript to be enabled for correct operation. "
"Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable "
"JavaScript</a> and re-load this interface."
-msgstr ""
+msgstr "Aquesta aplicació necessita tenir JavaScript activat per funcionar correctament. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeu JavaScript</a> i carregueu aquesta interfície de nou."
#: templates/layout.user.php:44
#, php-format
diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po
index 86cfda2cae8..91d66080a29 100644
--- a/l10n/ru/settings.po
+++ b/l10n/ru/settings.po
@@ -10,6 +10,7 @@
# Evgeniy Spitsyn <evgeniy@spitsyn.net>, 2013
# jekader <jekader@gmail.com>, 2013
# eurekafag <rkfg@rkfg.me>, 2013
+# stushev, 2014
# unixoid <victor.ashirov@gmail.com>, 2013
# vsapronov <vladimir.sapronov@gmail.com>, 2013
# not_your_conscience <hex.void@gmail.com>, 2013
@@ -21,9 +22,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-24 01:55-0500\n"
-"PO-Revision-Date: 2013-12-22 19:50+0000\n"
-"Last-Translator: Evgeniy Spitsyn <evgeniy@spitsyn.net>\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 23:30+0000\n"
+"Last-Translator: stushev\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -314,7 +315,7 @@ msgstr "Локализация не работает"
#: templates/admin.php:98
msgid "System locale can not be set to a one which supports UTF-8."
-msgstr ""
+msgstr "Невозможно установить системную локаль, поддерживающую UTF-8"
#: templates/admin.php:102
msgid ""
@@ -582,7 +583,7 @@ msgstr "Либо png, либо jpg. Изображение должно быть
#: templates/personal.php:97
msgid "Your avatar is provided by your original account."
-msgstr ""
+msgstr "Будет использован аватар вашей оригинальной учетной записи."
#: templates/personal.php:101
msgid "Abort"
diff --git a/l10n/sk/core.po b/l10n/sk/core.po
index df3eb5ac9b2..1d149c8a11b 100644
--- a/l10n/sk/core.po
+++ b/l10n/sk/core.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-07 22:26-0500\n"
-"PO-Revision-Date: 2013-12-08 03:26+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 15:30+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -74,137 +74,137 @@ msgstr ""
#: js/config.php:32
msgid "Sunday"
-msgstr ""
+msgstr "Nedeľa"
#: js/config.php:33
msgid "Monday"
-msgstr ""
+msgstr "Pondelok"
#: js/config.php:34
msgid "Tuesday"
-msgstr ""
+msgstr "Utorok"
#: js/config.php:35
msgid "Wednesday"
-msgstr ""
+msgstr "Streda"
#: js/config.php:36
msgid "Thursday"
-msgstr ""
+msgstr "Štvrtok"
#: js/config.php:37
msgid "Friday"
-msgstr ""
+msgstr "Piatok"
#: js/config.php:38
msgid "Saturday"
-msgstr ""
+msgstr "Sobota"
#: js/config.php:43
msgid "January"
-msgstr ""
+msgstr "Január"
#: js/config.php:44
msgid "February"
-msgstr ""
+msgstr "Február"
#: js/config.php:45
msgid "March"
-msgstr ""
+msgstr "Marec"
#: js/config.php:46
msgid "April"
-msgstr ""
+msgstr "Apríl"
#: js/config.php:47
msgid "May"
-msgstr ""
+msgstr "Máj"
#: js/config.php:48
msgid "June"
-msgstr ""
+msgstr "Jún"
#: js/config.php:49
msgid "July"
-msgstr ""
+msgstr "Júl"
#: js/config.php:50
msgid "August"
-msgstr ""
+msgstr "August"
#: js/config.php:51
msgid "September"
-msgstr ""
+msgstr "September"
#: js/config.php:52
msgid "October"
-msgstr ""
+msgstr "Október"
#: js/config.php:53
msgid "November"
-msgstr ""
+msgstr "November"
#: js/config.php:54
msgid "December"
-msgstr ""
+msgstr "December"
-#: js/js.js:387
+#: js/js.js:398
msgid "Settings"
-msgstr ""
+msgstr "Nastavenia"
-#: js/js.js:858
+#: js/js.js:869
msgid "seconds ago"
msgstr ""
-#: js/js.js:859
+#: js/js.js:870
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: js/js.js:860
+#: js/js.js:871
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: js/js.js:861
+#: js/js.js:872
msgid "today"
msgstr ""
-#: js/js.js:862
+#: js/js.js:873
msgid "yesterday"
msgstr ""
-#: js/js.js:863
+#: js/js.js:874
msgid "%n day ago"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: js/js.js:864
+#: js/js.js:875
msgid "last month"
msgstr ""
-#: js/js.js:865
+#: js/js.js:876
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: js/js.js:866
+#: js/js.js:877
msgid "months ago"
msgstr ""
-#: js/js.js:867
+#: js/js.js:878
msgid "last year"
msgstr ""
-#: js/js.js:868
+#: js/js.js:879
msgid "years ago"
msgstr ""
@@ -255,7 +255,7 @@ msgstr ""
#: js/oc-dialogs.js:376
msgid "Cancel"
-msgstr ""
+msgstr "Zrušiť"
#: js/oc-dialogs.js:386
msgid "Continue"
@@ -279,7 +279,7 @@ msgstr ""
#: js/share.js:109
msgid "Share"
-msgstr ""
+msgstr "Zdieľať"
#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
#: js/share.js:719 templates/installation.php:10
@@ -352,7 +352,7 @@ msgstr ""
#: js/share.js:322 js/share.js:359
msgid "group"
-msgstr ""
+msgstr "skupina"
#: js/share.js:333
msgid "Resharing is not allowed"
@@ -428,7 +428,7 @@ msgstr ""
#: js/tags.js:27
msgid "Delete"
-msgstr ""
+msgstr "Odstrániť"
#: js/tags.js:31
msgid "Add"
@@ -524,7 +524,7 @@ msgstr ""
#: strings.php:5
msgid "Personal"
-msgstr ""
+msgstr "Osobné"
#: strings.php:6
msgid "Users"
@@ -642,7 +642,7 @@ msgstr ""
#: templates/installation.php:67
msgid "Advanced"
-msgstr ""
+msgstr "Pokročilé"
#: templates/installation.php:74
msgid "Data folder"
diff --git a/l10n/sk/files.po b/l10n/sk/files.po
index 07a816b9346..dee18527fb4 100644
--- a/l10n/sk/files.po
+++ b/l10n/sk/files.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-19 01:55-0500\n"
-"PO-Revision-Date: 2013-12-19 06:55+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 15:30+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -182,7 +182,7 @@ msgstr ""
#: js/fileactions.js:125
msgid "Share"
-msgstr ""
+msgstr "Zdieľať"
#: js/fileactions.js:137
msgid "Delete permanently"
@@ -343,7 +343,7 @@ msgstr ""
#: templates/admin.php:26
msgid "Save"
-msgstr ""
+msgstr "Uložiť"
#: templates/index.php:5
msgid "New"
@@ -387,11 +387,11 @@ msgstr ""
#: templates/index.php:62
msgid "Download"
-msgstr ""
+msgstr "Stiahnuť"
#: templates/index.php:73 templates/index.php:74
msgid "Delete"
-msgstr ""
+msgstr "Odstrániť"
#: templates/index.php:86
msgid "Upload too large"
diff --git a/l10n/sk/files_external.po b/l10n/sk/files_external.po
index 62d305b6004..5a80877b71b 100644
--- a/l10n/sk/files_external.po
+++ b/l10n/sk/files_external.po
@@ -6,10 +6,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-05-25 02:01+0200\n"
-"PO-Revision-Date: 2013-05-24 13:27+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 15:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr ""
@@ -33,24 +33,24 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:431
+#: lib/config.php:467
msgid ""
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:434
+#: lib/config.php:471
msgid ""
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:437
+#: lib/config.php:474
msgid ""
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
@@ -104,7 +104,7 @@ msgstr ""
#: templates/settings.php:113 templates/settings.php:114
#: templates/settings.php:149 templates/settings.php:150
msgid "Delete"
-msgstr ""
+msgstr "Odstrániť"
#: templates/settings.php:129
msgid "Enable User External Storage"
diff --git a/l10n/sk/files_sharing.po b/l10n/sk/files_sharing.po
index 62db38045b9..2783214c344 100644
--- a/l10n/sk/files_sharing.po
+++ b/l10n/sk/files_sharing.po
@@ -6,10 +6,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-21 13:01-0400\n"
-"PO-Revision-Date: 2013-10-21 17:02+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 15:30+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -53,32 +53,32 @@ msgstr ""
msgid "For more info, please ask the person who sent this link."
msgstr ""
-#: templates/public.php:17
+#: templates/public.php:18
#, php-format
msgid "%s shared the folder %s with you"
msgstr ""
-#: templates/public.php:20
+#: templates/public.php:21
#, php-format
msgid "%s shared the file %s with you"
msgstr ""
-#: templates/public.php:28 templates/public.php:94
+#: templates/public.php:29 templates/public.php:95
msgid "Download"
-msgstr ""
+msgstr "Stiahnuť"
-#: templates/public.php:45 templates/public.php:48
+#: templates/public.php:46 templates/public.php:49
msgid "Upload"
msgstr ""
-#: templates/public.php:58
+#: templates/public.php:59
msgid "Cancel upload"
msgstr ""
-#: templates/public.php:91
+#: templates/public.php:92
msgid "No preview available for"
msgstr ""
-#: templates/public.php:98
+#: templates/public.php:99
msgid "Direct link"
msgstr ""
diff --git a/l10n/sk/files_trashbin.po b/l10n/sk/files_trashbin.po
index a6f8e0f6fac..7cd4fe38745 100644
--- a/l10n/sk/files_trashbin.po
+++ b/l10n/sk/files_trashbin.po
@@ -6,10 +6,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-10 22:26-0400\n"
-"PO-Revision-Date: 2013-10-11 02:27+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 15:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,44 +17,44 @@ msgstr ""
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: ajax/delete.php:42
+#: ajax/delete.php:63
#, php-format
msgid "Couldn't delete %s permanently"
msgstr ""
-#: ajax/undelete.php:42
+#: ajax/undelete.php:43
#, php-format
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:18 js/trash.js:44 js/trash.js:121 js/trash.js:149
+#: js/trash.js:18 js/trash.js:45 js/trash.js:88 js/trash.js:142
msgid "Error"
msgstr ""
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:905 lib/trashbin.php:907
msgid "restored"
msgstr ""
-#: templates/index.php:9
+#: templates/index.php:7
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:23
+#: templates/index.php:20
msgid "Name"
msgstr ""
-#: templates/index.php:26 templates/index.php:28
+#: templates/index.php:23 templates/index.php:25
msgid "Restore"
msgstr ""
-#: templates/index.php:34
+#: templates/index.php:31
msgid "Deleted"
msgstr ""
-#: templates/index.php:37 templates/index.php:38
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
-msgstr ""
+msgstr "Odstrániť"
-#: templates/part.breadcrumb.php:9
+#: templates/part.breadcrumb.php:8
msgid "Deleted Files"
msgstr ""
diff --git a/l10n/sk/lib.po b/l10n/sk/lib.po
index 60770f82b2c..9cd71b74332 100644
--- a/l10n/sk/lib.po
+++ b/l10n/sk/lib.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-17 06:45-0500\n"
-"PO-Revision-Date: 2013-12-17 11:45+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 15:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,38 +17,38 @@ msgstr ""
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: private/app.php:243
+#: private/app.php:245
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: private/app.php:255
+#: private/app.php:257
msgid "No app name specified"
msgstr ""
-#: private/app.php:360
+#: private/app.php:362
msgid "Help"
msgstr ""
-#: private/app.php:373
+#: private/app.php:375
msgid "Personal"
-msgstr ""
+msgstr "Osobné"
-#: private/app.php:384
+#: private/app.php:386
msgid "Settings"
-msgstr ""
+msgstr "Nastavenia"
-#: private/app.php:396
+#: private/app.php:398
msgid "Users"
msgstr ""
-#: private/app.php:409
+#: private/app.php:411
msgid "Admin"
msgstr ""
-#: private/app.php:873
+#: private/app.php:875
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po
index ae4867f1aed..6a0e0098d45 100644
--- a/l10n/sk/settings.po
+++ b/l10n/sk/settings.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-12-04 18:12-0500\n"
-"PO-Revision-Date: 2013-12-04 23:13+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 15:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -192,25 +192,25 @@ msgstr ""
#: js/users.js:123 templates/users.php:170
msgid "Delete"
-msgstr ""
+msgstr "Odstrániť"
#: js/users.js:284
msgid "add group"
msgstr ""
-#: js/users.js:451
+#: js/users.js:454
msgid "A valid username must be provided"
msgstr ""
-#: js/users.js:452 js/users.js:458 js/users.js:473
+#: js/users.js:455 js/users.js:461 js/users.js:476
msgid "Error creating user"
msgstr ""
-#: js/users.js:457
+#: js/users.js:460
msgid "A valid password must be provided"
msgstr ""
-#: js/users.js:481
+#: js/users.js:484
msgid "Warning: Home directory for user \"{user}\" already exists"
msgstr ""
@@ -645,7 +645,7 @@ msgstr ""
#: templates/users.php:66 templates/users.php:163
msgid "Other"
-msgstr ""
+msgstr "Ostatné"
#: templates/users.php:87
msgid "Username"
diff --git a/l10n/sk/user_ldap.po b/l10n/sk/user_ldap.po
index a8920b3fdc0..79c47dfcc60 100644
--- a/l10n/sk/user_ldap.po
+++ b/l10n/sk/user_ldap.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-27 12:08-0500\n"
-"PO-Revision-Date: 2013-11-27 17:09+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 15:20+0000\n"
+"Last-Translator: I Robot\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:37
+#: ajax/testConfiguration.php:39
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:40
+#: ajax/testConfiguration.php:42
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:44
+#: ajax/testConfiguration.php:46
msgid ""
"The configuration is invalid. Please have a look at the logs for further "
"details."
@@ -86,43 +86,43 @@ msgstr ""
msgid "Error"
msgstr ""
-#: js/settings.js:777
+#: js/settings.js:837
msgid "Configuration OK"
msgstr ""
-#: js/settings.js:786
+#: js/settings.js:846
msgid "Configuration incorrect"
msgstr ""
-#: js/settings.js:795
+#: js/settings.js:855
msgid "Configuration incomplete"
msgstr ""
-#: js/settings.js:812 js/settings.js:821
+#: js/settings.js:872 js/settings.js:881
msgid "Select groups"
msgstr ""
-#: js/settings.js:815 js/settings.js:824
+#: js/settings.js:875 js/settings.js:884
msgid "Select object classes"
msgstr ""
-#: js/settings.js:818
+#: js/settings.js:878
msgid "Select attributes"
msgstr ""
-#: js/settings.js:845
+#: js/settings.js:905
msgid "Connection test succeeded"
msgstr ""
-#: js/settings.js:852
+#: js/settings.js:912
msgid "Connection test failed"
msgstr ""
-#: js/settings.js:861
+#: js/settings.js:921
msgid "Do you really want to delete the current Server Configuration?"
msgstr ""
-#: js/settings.js:862
+#: js/settings.js:922
msgid "Confirm Deletion"
msgstr ""
@@ -142,17 +142,17 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: lib/wizard.php:779 lib/wizard.php:791
+#: lib/wizard.php:778 lib/wizard.php:790
msgid "Invalid Host"
msgstr ""
-#: lib/wizard.php:952
+#: lib/wizard.php:951
msgid "Could not find the desired feature"
msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
-msgstr ""
+msgstr "Uložiť"
#: templates/part.settingcontrols.php:4
msgid "Test Configuration"
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index e1e89d47f60..1ec73dd2975 100644
--- a/l10n/templates/core.pot
+++ b/l10n/templates/core.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -153,55 +153,55 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: js/js.js:869
+#: js/js.js:872
msgid "seconds ago"
msgstr ""
-#: js/js.js:870
+#: js/js.js:873
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: js/js.js:871
+#: js/js.js:874
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: js/js.js:872
+#: js/js.js:875
msgid "today"
msgstr ""
-#: js/js.js:873
+#: js/js.js:876
msgid "yesterday"
msgstr ""
-#: js/js.js:874
+#: js/js.js:877
msgid "%n day ago"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: js/js.js:875
+#: js/js.js:878
msgid "last month"
msgstr ""
-#: js/js.js:876
+#: js/js.js:879
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: js/js.js:877
+#: js/js.js:880
msgid "months ago"
msgstr ""
-#: js/js.js:878
+#: js/js.js:881
msgid "last year"
msgstr ""
-#: js/js.js:879
+#: js/js.js:882
msgid "years ago"
msgstr ""
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot
index d080d1b8b41..e5f6887ddda 100644
--- a/l10n/templates/files.pot
+++ b/l10n/templates/files.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot
index ca22a696b3d..ae01087be4f 100644
--- a/l10n/templates/files_encryption.pot
+++ b/l10n/templates/files_encryption.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot
index eb5ad7eb591..5d95ea33849 100644
--- a/l10n/templates/files_external.pot
+++ b/l10n/templates/files_external.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot
index 2339525931b..684d5663a9b 100644
--- a/l10n/templates/files_sharing.pot
+++ b/l10n/templates/files_sharing.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot
index f04c0e1799a..0b7e5f01605 100644
--- a/l10n/templates/files_trashbin.pot
+++ b/l10n/templates/files_trashbin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot
index 9f55f236842..e08efdb3921 100644
--- a/l10n/templates/files_versions.pot
+++ b/l10n/templates/files_versions.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot
index 8eeae863748..9bcb4ce52ab 100644
--- a/l10n/templates/lib.pot
+++ b/l10n/templates/lib.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot
index a09971691c9..250fadf1831 100644
--- a/l10n/templates/private.pot
+++ b/l10n/templates/private.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot
index 96a4271f403..e8fb417a519 100644
--- a/l10n/templates/settings.pot
+++ b/l10n/templates/settings.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot
index bbaed7c634a..1191a2c59e2 100644
--- a/l10n/templates/user_ldap.pot
+++ b/l10n/templates/user_ldap.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot
index dbad212c026..4268d7b5d4b 100644
--- a/l10n/templates/user_webdavauth.pot
+++ b/l10n/templates/user_webdavauth.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/tr/core.po b/l10n/tr/core.po
index 50bf2d71013..8a80ed98df1 100644
--- a/l10n/tr/core.po
+++ b/l10n/tr/core.po
@@ -6,13 +6,13 @@
# Fatih Aşıcı <fatih.asici@gmail.com>, 2013
# ismail yenigül <ismail.yenigul@surgate.com>, 2013
# tridinebandim, 2013
-# volkangezer <volkangezer@gmail.com>, 2013
+# volkangezer <volkangezer@gmail.com>, 2013-2014
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-02 01:55-0500\n"
-"PO-Revision-Date: 2013-12-31 15:20+0000\n"
+"POT-Creation-Date: 2014-01-05 01:55-0500\n"
+"PO-Revision-Date: 2014-01-04 20:50+0000\n"
"Last-Translator: volkangezer <volkangezer@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n"
@@ -303,7 +303,7 @@ msgstr "{owner} tarafından sizinle ve {group} ile paylaştırılmış"
#: js/share.js:189
msgid "Shared with you by {owner}"
-msgstr "{owner} trafından sizinle paylaştırıldı"
+msgstr "{owner} tarafından sizinle paylaşıldı"
#: js/share.js:213
msgid "Share with user or group …"
diff --git a/l10n/tr/files.po b/l10n/tr/files.po
index 89f82eb48b5..966906608b3 100644
--- a/l10n/tr/files.po
+++ b/l10n/tr/files.po
@@ -6,13 +6,13 @@
# alicanbatur <alicanbatur@hotmail.com>, 2013
# ismail yenigül <ismail.yenigul@surgate.com>, 2013
# tridinebandim, 2013
-# volkangezer <volkangezer@gmail.com>, 2013
+# volkangezer <volkangezer@gmail.com>, 2013-2014
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-02 01:55-0500\n"
-"PO-Revision-Date: 2013-12-31 15:40+0000\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 16:40+0000\n"
"Last-Translator: volkangezer <volkangezer@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n"
@@ -316,7 +316,7 @@ msgstr "Yükle"
#: templates/admin.php:5
msgid "File handling"
-msgstr "Dosya taşıma"
+msgstr "Dosya işlemleri"
#: templates/admin.php:7
msgid "Maximum upload size"
diff --git a/l10n/tr/lib.po b/l10n/tr/lib.po
index 8aef1c95bbc..3237785ad46 100644
--- a/l10n/tr/lib.po
+++ b/l10n/tr/lib.po
@@ -6,13 +6,13 @@
# Caner BAŞARAN <basaran.caner@gmail.com>, 2013
# ismail yenigül <ismail.yenigul@surgate.com>, 2013
# tridinebandim, 2013
-# volkangezer <volkangezer@gmail.com>, 2013
+# volkangezer <volkangezer@gmail.com>, 2013-2014
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-02 01:55-0500\n"
-"PO-Revision-Date: 2013-12-31 15:40+0000\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 16:40+0000\n"
"Last-Translator: volkangezer <volkangezer@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n"
@@ -67,7 +67,7 @@ msgstr "Geçersiz resim"
#: private/defaults.php:34
msgid "web services under your control"
-msgstr "Bilgileriniz güvenli ve şifreli"
+msgstr "kontrolünüzün altındaki web hizmetleri"
#: private/files.php:66 private/files.php:98
#, php-format
diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po
index 32ed182dcfd..80560004a5e 100644
--- a/l10n/tr/settings.po
+++ b/l10n/tr/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-01-04 01:55-0500\n"
-"PO-Revision-Date: 2014-01-03 14:10+0000\n"
+"POT-Creation-Date: 2014-01-06 01:55-0500\n"
+"PO-Revision-Date: 2014-01-05 16:40+0000\n"
"Last-Translator: volkangezer <volkangezer@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n"
@@ -344,7 +344,7 @@ msgstr "Yüklenen her sayfa ile bir görev çalıştır"
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
-msgstr "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedildi."
+msgstr "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir."
#: templates/admin.php:158
msgid "Use systems cron service to call the cron.php file every 15 minutes."
@@ -377,7 +377,7 @@ msgstr "Herkes tarafından yüklemeye izin ver"
#: templates/admin.php:187
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
-msgstr "Kullanıcıların, herkese açık dizinlerine, başkalarının dosya yüklemelerini etkinleştirmelerine izin ver."
+msgstr "Kullanıcıların, herkese açık dizinlerine, başkalarının dosya yüklemelerini etkinleştirmelerine izin ver"
#: templates/admin.php:195
msgid "Allow resharing"
@@ -414,14 +414,14 @@ msgstr "HTTPS bağlantısına zorla"
#: templates/admin.php:236
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
-msgstr "İstemcileri %s a şifreli bir bağlantı ile bağlanmaya zorlar."
+msgstr "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar."
#: templates/admin.php:242
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
-msgstr "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s a HTTPS ile bağlanın."
+msgstr "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s'a HTTPS ile bağlanın."
#: templates/admin.php:254
msgid "Log"
diff --git a/lib/l10n/be.php b/lib/l10n/be.php
index 1570411eb86..b1cf270aba2 100644
--- a/lib/l10n/be.php
+++ b/lib/l10n/be.php
@@ -1,8 +1,15 @@
<?php
$TRANSLATIONS = array(
+"Settings" => "Налады",
+"seconds ago" => "Секунд таму",
"_%n minute ago_::_%n minutes ago_" => array("","","",""),
"_%n hour ago_::_%n hours ago_" => array("","","",""),
+"today" => "Сёння",
+"yesterday" => "Ўчора",
"_%n day go_::_%n days ago_" => array("","","",""),
-"_%n month ago_::_%n months ago_" => array("","","","")
+"last month" => "У мінулым месяцы",
+"_%n month ago_::_%n months ago_" => array("","","",""),
+"last year" => "У мінулым годзе",
+"years ago" => "Гадоў таму"
);
$PLURAL_FORMS = "nplurals=4; 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/lib/l10n/sk.php b/lib/l10n/sk.php
index 54812b15a6f..5cfafe6ca0c 100644
--- a/lib/l10n/sk.php
+++ b/lib/l10n/sk.php
@@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
+"Personal" => "Osobné",
+"Settings" => "Nastavenia",
"_%n minute ago_::_%n minutes ago_" => array("","",""),
"_%n hour ago_::_%n hours ago_" => array("","",""),
"_%n day go_::_%n days ago_" => array("","",""),
diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php
index 0439ddab6a2..7d25836f7d8 100644
--- a/lib/l10n/tr.php
+++ b/lib/l10n/tr.php
@@ -10,7 +10,7 @@ $TRANSLATIONS = array(
"Failed to upgrade \"%s\"." => "\"%s\" yükseltme başarısız oldu.",
"Unknown filetype" => "Bilinmeyen dosya türü",
"Invalid image" => "Geçersiz resim",
-"web services under your control" => "Bilgileriniz güvenli ve şifreli",
+"web services under your control" => "kontrolünüzün altındaki web hizmetleri",
"cannot open \"%s\"" => "\"%s\" açılamıyor",
"ZIP download is turned off." => "ZIP indirmeleri kapatıldı.",
"Files need to be downloaded one by one." => "Dosyaların birer birer indirilmesi gerekmektedir.",
diff --git a/lib/private/helper.php b/lib/private/helper.php
index c82d3bd4ef4..4fe3097af26 100644
--- a/lib/private/helper.php
+++ b/lib/private/helper.php
@@ -252,7 +252,7 @@ class OC_Helper {
if ($bytes < 1024) {
return "$bytes B";
}
- $bytes = round($bytes / 1024, 1);
+ $bytes = round($bytes / 1024, 0);
if ($bytes < 1024) {
return "$bytes kB";
}
diff --git a/settings/l10n/be.php b/settings/l10n/be.php
new file mode 100644
index 00000000000..6a34f1fe246
--- /dev/null
+++ b/settings/l10n/be.php
@@ -0,0 +1,5 @@
+<?php
+$TRANSLATIONS = array(
+"Error" => "Памылка"
+);
+$PLURAL_FORMS = "nplurals=4; 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/settings/l10n/ru.php b/settings/l10n/ru.php
index 8b6a075002f..8a9ae156f1a 100644
--- a/settings/l10n/ru.php
+++ b/settings/l10n/ru.php
@@ -64,6 +64,7 @@ $TRANSLATIONS = array(
"Your PHP version is outdated" => "Ваша версия PHP устарела",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Ваша версия PHP устарела. Мы настоятельно рекомендуем обновиться до 5.3.8 или новее, так как старые версии работают не корректно. Вполне возможно, что эта установка не работает должным образом.",
"Locale not working" => "Локализация не работает",
+"System locale can not be set to a one which supports UTF-8." => "Невозможно установить системную локаль, поддерживающую UTF-8",
"This means that there might be problems with certain characters in file names." => "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.",
"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Мы настоятельно рекомендуем установить требуемые пакеты в систему, для поддержки одной из следующих локалей: %s.",
"Internet connection not working" => "Интернет-соединение не работает",
@@ -124,6 +125,7 @@ $TRANSLATIONS = array(
"Select new from Files" => "Выберите новый из файлов",
"Remove image" => "Удалить изображение",
"Either png or jpg. Ideally square but you will be able to crop it." => "Либо png, либо jpg. Изображение должно быть квадратным, но вы сможете обрезать его позже.",
+"Your avatar is provided by your original account." => "Будет использован аватар вашей оригинальной учетной записи.",
"Abort" => "Отмена",
"Choose as profile image" => "Выберите изображение профиля",
"Language" => "Язык",
diff --git a/settings/l10n/sk.php b/settings/l10n/sk.php
new file mode 100644
index 00000000000..6bde1c438e4
--- /dev/null
+++ b/settings/l10n/sk.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"Delete" => "Odstrániť",
+"Other" => "Ostatné"
+);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php
index 97a46a02dbd..211b87d79d5 100644
--- a/settings/l10n/tr.php
+++ b/settings/l10n/tr.php
@@ -71,7 +71,7 @@ $TRANSLATIONS = array(
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Bu sunucunun çalışan bir internet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya 3. parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için internet bağlantısını etkinleştirmenizi öneriyoruz.",
"Cron" => "Cron",
"Execute one task with each page loaded" => "Yüklenen her sayfa ile bir görev çalıştır",
-"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedildi.",
+"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir.",
"Use systems cron service to call the cron.php file every 15 minutes." => "Cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan.",
"Sharing" => "Paylaşım",
"Enable Share API" => "Paylaşım API'sini etkinleştir",
@@ -79,7 +79,7 @@ $TRANSLATIONS = array(
"Allow links" => "Bağlantılara izin ver",
"Allow users to share items to the public with links" => "Kullanıcıların ögeleri paylaşması için herkese açık bağlantılara izin ver",
"Allow public uploads" => "Herkes tarafından yüklemeye izin ver",
-"Allow users to enable others to upload into their publicly shared folders" => "Kullanıcıların, herkese açık dizinlerine, başkalarının dosya yüklemelerini etkinleştirmelerine izin ver.",
+"Allow users to enable others to upload into their publicly shared folders" => "Kullanıcıların, herkese açık dizinlerine, başkalarının dosya yüklemelerini etkinleştirmelerine izin ver",
"Allow resharing" => "Paylaşıma izin ver",
"Allow users to share items shared with them again" => "Kullanıcıların kendileri ile paylaşılan ögeleri yeniden paylaşmasına izin ver",
"Allow users to share with anyone" => "Kullanıcıların her şeyi paylaşmalarına izin ver",
@@ -88,8 +88,8 @@ $TRANSLATIONS = array(
"Allow user to send mail notification for shared files" => "Paylaşılmış dosyalar için kullanıcının posta bildirimi göndermesine izin ver",
"Security" => "Güvenlik",
"Enforce HTTPS" => "HTTPS bağlantısına zorla",
-"Forces the clients to connect to %s via an encrypted connection." => "İstemcileri %s a şifreli bir bağlantı ile bağlanmaya zorlar.",
-"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s a HTTPS ile bağlanın.",
+"Forces the clients to connect to %s via an encrypted connection." => "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar.",
+"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s'a HTTPS ile bağlanın.",
"Log" => "Günlük",
"Log level" => "Günlük seviyesi",
"More" => "Daha fazla",
diff --git a/tests/lib/migrate.php b/tests/lib/migrate.php
new file mode 100644
index 00000000000..5c6c9ebe7be
--- /dev/null
+++ b/tests/lib/migrate.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2014 Tom Needham <tom@owncloud.com>
+ * This file is licensed under the Affero General Public License version 3 or
+ * later.
+ * See the COPYING-README file.
+ */
+
+class Test_Migrate extends PHPUnit_Framework_TestCase {
+
+ public $users;
+
+ public function testUserSelfExport(){
+ // Create a user
+ $user = uniqid();
+ $u = new OC_User();
+ $u->createUser($user, 'password');
+ $this->users[] = $user;
+ $exportLocation = \OC_Migrate::export($user);
+ }
+
+ public function tearDown() {
+ $u = new OC_User();
+ foreach($this->users as $user) {
+ $u->deleteUser($user);
+ }
+ }
+
+
+
+
+}