summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/user_ldap/l10n/ar.php1
-rw-r--r--core/l10n/en_GB.php1
-rw-r--r--core/l10n/es.php1
-rw-r--r--core/l10n/fi_FI.php1
-rw-r--r--core/l10n/gl.php1
-rw-r--r--core/l10n/it.php1
-rw-r--r--core/l10n/nl.php1
-rw-r--r--core/l10n/pl.php1
-rw-r--r--core/l10n/pt_BR.php1
-rw-r--r--core/l10n/tr.php1
-rw-r--r--l10n/ar/settings.po6
-rw-r--r--l10n/ar/user_ldap.po6
-rw-r--r--l10n/cs_CZ/settings.po6
-rw-r--r--l10n/en_GB/core.po8
-rw-r--r--l10n/es/core.po8
-rw-r--r--l10n/fi_FI/core.po8
-rw-r--r--l10n/gl/core.po8
-rw-r--r--l10n/it/core.po8
-rw-r--r--l10n/nl/core.po8
-rw-r--r--l10n/pl/core.po10
-rw-r--r--l10n/pt_BR/core.po8
-rw-r--r--l10n/templates/core.pot2
-rw-r--r--l10n/templates/files.pot70
-rw-r--r--l10n/templates/files_encryption.pot2
-rw-r--r--l10n/templates/files_external.pot8
-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.pot6
-rw-r--r--l10n/templates/private.pot6
-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--settings/l10n/ar.php1
-rw-r--r--settings/l10n/cs_CZ.php1
36 files changed, 111 insertions, 99 deletions
diff --git a/apps/user_ldap/l10n/ar.php b/apps/user_ldap/l10n/ar.php
index 8438c31f235..a2152dde852 100644
--- a/apps/user_ldap/l10n/ar.php
+++ b/apps/user_ldap/l10n/ar.php
@@ -11,6 +11,7 @@ $TRANSLATIONS = array(
"Save" => "حفظ",
"Help" => "المساعدة",
"Host" => "المضيف",
+"Port" => "المنفذ",
"Password" => "كلمة المرور",
"Back" => "رجوع",
"Email Field" => "خانة البريد الإلكتروني"
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php
index a8f36deff35..7e2d5b8e910 100644
--- a/core/l10n/en_GB.php
+++ b/core/l10n/en_GB.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "Expiration date is in the past.",
"Couldn't send mail to following users: %s " => "Couldn't send mail to following users: %s ",
"Turned on maintenance mode" => "Turned on maintenance mode",
"Turned off maintenance mode" => "Turned off maintenance mode",
diff --git a/core/l10n/es.php b/core/l10n/es.php
index 32de51d9126..7794914fc9e 100644
--- a/core/l10n/es.php
+++ b/core/l10n/es.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "La fecha de caducidad está en el pasado.",
"Couldn't send mail to following users: %s " => "No se pudo enviar el mensaje a los siguientes usuarios: %s",
"Turned on maintenance mode" => "Modo mantenimiento activado",
"Turned off maintenance mode" => "Modo mantenimiento desactivado",
diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php
index e86ce1c2fb2..0af7503ee9d 100644
--- a/core/l10n/fi_FI.php
+++ b/core/l10n/fi_FI.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "Päättymispäivä on menneisyydessä.",
"Couldn't send mail to following users: %s " => "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s",
"Turned on maintenance mode" => "Siirrytty ylläpitotilaan",
"Turned off maintenance mode" => "Ylläpitotila laitettu pois päältä",
diff --git a/core/l10n/gl.php b/core/l10n/gl.php
index 30730a72d63..7811e62e0b6 100644
--- a/core/l10n/gl.php
+++ b/core/l10n/gl.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "A data de caducidade está no pasado.",
"Couldn't send mail to following users: %s " => "Non é posíbel enviar correo aos usuarios seguintes: %s",
"Turned on maintenance mode" => "Modo de mantemento activado",
"Turned off maintenance mode" => "Modo de mantemento desactivado",
diff --git a/core/l10n/it.php b/core/l10n/it.php
index fb9746d76ca..86b664d616f 100644
--- a/core/l10n/it.php
+++ b/core/l10n/it.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "La data di scadenza è nel passato.",
"Couldn't send mail to following users: %s " => "Impossibile inviare email ai seguenti utenti: %s",
"Turned on maintenance mode" => "Modalità di manutenzione attivata",
"Turned off maintenance mode" => "Modalità di manutenzione disattivata",
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index 68fd3d2c381..77e1dff586f 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "De vervaldatum ligt in het verleden.",
"Couldn't send mail to following users: %s " => "Kon geen e-mail sturen aan de volgende gebruikers: %s",
"Turned on maintenance mode" => "Onderhoudsmodus ingeschakeld",
"Turned off maintenance mode" => "Onderhoudsmodus uitgeschakeld",
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index 8f53c802f6d..e1b97a4b247 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "Data wygaśnięcia jest w przeszłości",
"Couldn't send mail to following users: %s " => "Nie można było wysłać wiadomości do następujących użytkowników: %s",
"Turned on maintenance mode" => "Włączony tryb konserwacji",
"Turned off maintenance mode" => "Wyłączony tryb konserwacji",
diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php
index ee695831519..a0fa7b14d2b 100644
--- a/core/l10n/pt_BR.php
+++ b/core/l10n/pt_BR.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "A data de vencimento passou.",
"Couldn't send mail to following users: %s " => "Não foi possível enviar e-mail para os seguintes usuários: %s",
"Turned on maintenance mode" => "Ativar modo de manutenção",
"Turned off maintenance mode" => "Desligar o modo de manutenção",
diff --git a/core/l10n/tr.php b/core/l10n/tr.php
index b0f4a463dcf..bd717ef8d92 100644
--- a/core/l10n/tr.php
+++ b/core/l10n/tr.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "Son kullanma tarihi geçmişte.",
"Couldn't send mail to following users: %s " => "Şu kullanıcılara posta gönderilemedi: %s",
"Turned on maintenance mode" => "Bakım kipi etkinleştirildi",
"Turned off maintenance mode" => "Bakım kipi kapatıldı",
diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po
index 693e98aa319..06d399baad7 100644
--- a/l10n/ar/settings.po
+++ b/l10n/ar/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-19 06:40+0000\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 11:40+0000\n"
"Last-Translator: m.shehab <shehab.mahmood@gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -538,7 +538,7 @@ msgstr "عنوان الخادم"
#: templates/admin.php:340
msgid "Port"
-msgstr ""
+msgstr "المنفذ"
#: templates/admin.php:345
msgid "Credentials"
diff --git a/l10n/ar/user_ldap.po b/l10n/ar/user_ldap.po
index b2c76070de0..7b68c2ffef2 100644
--- a/l10n/ar/user_ldap.po
+++ b/l10n/ar/user_ldap.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-19 06:30+0000\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 11:40+0000\n"
"Last-Translator: m.shehab <shehab.mahmood@gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -244,7 +244,7 @@ msgstr ""
#: templates/part.wizard-server.php:36
msgid "Port"
-msgstr ""
+msgstr "المنفذ"
#: templates/part.wizard-server.php:44
msgid "User DN"
diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po
index 459232cb5a8..a4e5a0e16c6 100644
--- a/l10n/cs_CZ/settings.po
+++ b/l10n/cs_CZ/settings.po
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-19 01:55-0400\n"
-"PO-Revision-Date: 2014-03-18 21:40+0000\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 21:20+0000\n"
"Last-Translator: m23 <black23@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -35,7 +35,7 @@ msgstr "Uloženo"
#: admin/controller.php:90
msgid "test email settings"
-msgstr ""
+msgstr "nastavení zkušebního emailu"
#: admin/controller.php:91
msgid "If you received this email, the settings seem to be correct."
diff --git a/l10n/en_GB/core.po b/l10n/en_GB/core.po
index 8db8790c2b6..08258961c66 100644
--- a/l10n/en_GB/core.po
+++ b/l10n/en_GB/core.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-20 05:55+0000\n"
-"Last-Translator: I Robot\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 12:40+0000\n"
+"Last-Translator: mnestis <transifex@mnestis.net>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +20,7 @@ msgstr ""
#: ajax/share.php:88
msgid "Expiration date is in the past."
-msgstr ""
+msgstr "Expiration date is in the past."
#: ajax/share.php:120 ajax/share.php:162
#, php-format
diff --git a/l10n/es/core.po b/l10n/es/core.po
index 6b0bc3f0e65..3286a21a8e9 100644
--- a/l10n/es/core.po
+++ b/l10n/es/core.po
@@ -21,9 +21,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-20 05:55+0000\n"
-"Last-Translator: I Robot\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 17:41+0000\n"
+"Last-Translator: Art O. Pal <artopal@fastmail.fm>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -33,7 +33,7 @@ msgstr ""
#: ajax/share.php:88
msgid "Expiration date is in the past."
-msgstr ""
+msgstr "La fecha de caducidad está en el pasado."
#: ajax/share.php:120 ajax/share.php:162
#, php-format
diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po
index 3be019119c4..d0456dcd740 100644
--- a/l10n/fi_FI/core.po
+++ b/l10n/fi_FI/core.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-20 05:55+0000\n"
-"Last-Translator: I Robot\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 11:20+0000\n"
+"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,7 +22,7 @@ msgstr ""
#: ajax/share.php:88
msgid "Expiration date is in the past."
-msgstr ""
+msgstr "Päättymispäivä on menneisyydessä."
#: ajax/share.php:120 ajax/share.php:162
#, php-format
diff --git a/l10n/gl/core.po b/l10n/gl/core.po
index 1c9a36d6c5c..6b3b02246f3 100644
--- a/l10n/gl/core.po
+++ b/l10n/gl/core.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-20 05:55+0000\n"
-"Last-Translator: I Robot\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 11:03+0000\n"
+"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +21,7 @@ msgstr ""
#: ajax/share.php:88
msgid "Expiration date is in the past."
-msgstr ""
+msgstr "A data de caducidade está no pasado."
#: ajax/share.php:120 ajax/share.php:162
#, php-format
diff --git a/l10n/it/core.po b/l10n/it/core.po
index 4182eed81e9..1597098ae1d 100644
--- a/l10n/it/core.po
+++ b/l10n/it/core.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-20 05:55+0000\n"
-"Last-Translator: I Robot\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 21:10+0000\n"
+"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +23,7 @@ msgstr ""
#: ajax/share.php:88
msgid "Expiration date is in the past."
-msgstr ""
+msgstr "La data di scadenza è nel passato."
#: ajax/share.php:120 ajax/share.php:162
#, php-format
diff --git a/l10n/nl/core.po b/l10n/nl/core.po
index cfdd8373de7..4e33e23483f 100644
--- a/l10n/nl/core.po
+++ b/l10n/nl/core.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-20 05:55+0000\n"
-"Last-Translator: I Robot\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 08:20+0000\n"
+"Last-Translator: André Koot <meneer@tken.net>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,7 +22,7 @@ msgstr ""
#: ajax/share.php:88
msgid "Expiration date is in the past."
-msgstr ""
+msgstr "De vervaldatum ligt in het verleden."
#: ajax/share.php:120 ajax/share.php:162
#, php-format
diff --git a/l10n/pl/core.po b/l10n/pl/core.po
index c912c148cf1..acc4f191f2f 100644
--- a/l10n/pl/core.po
+++ b/l10n/pl/core.po
@@ -5,15 +5,15 @@
# Translators:
# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2013
# maxxx <maxxxrally@gmail.com>, 2014
-# bobie <maciej.przybecki@gmail.com>, 2013
+# bobie <maciej.przybecki@gmail.com>, 2013-2014
# adbrand <pkwiecin@adbrand.pl>, 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-20 05:55+0000\n"
-"Last-Translator: I Robot\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 06:30+0000\n"
+"Last-Translator: bobie <maciej.przybecki@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +23,7 @@ msgstr ""
#: ajax/share.php:88
msgid "Expiration date is in the past."
-msgstr ""
+msgstr "Data wygaśnięcia jest w przeszłości"
#: ajax/share.php:120 ajax/share.php:162
#, php-format
diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po
index 04951a8a4eb..622c8b621cd 100644
--- a/l10n/pt_BR/core.po
+++ b/l10n/pt_BR/core.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-20 05:55+0000\n"
-"Last-Translator: I Robot\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 11:03+0000\n"
+"Last-Translator: Flávio Veras <flaviove@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +21,7 @@ msgstr ""
#: ajax/share.php:88
msgid "Expiration date is in the past."
-msgstr ""
+msgstr "A data de vencimento passou."
#: ajax/share.php:120 ajax/share.php:162
#, php-format
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index c01b35df513..f1d502bbbba 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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.pot b/l10n/templates/files.pot
index 6f2d8e6b258..9bc1bdb810c 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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"
@@ -18,65 +18,65 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-#: ajax/move.php:17
+#: ajax/move.php:15
#, php-format
msgid "Could not move %s - File with this name already exists"
msgstr ""
-#: ajax/move.php:27 ajax/move.php:30
+#: ajax/move.php:25 ajax/move.php:28
#, php-format
msgid "Could not move %s"
msgstr ""
-#: ajax/newfile.php:57 js/files.js:98
+#: ajax/newfile.php:58 js/files.js:98
msgid "File name cannot be empty."
msgstr ""
-#: ajax/newfile.php:62
+#: ajax/newfile.php:63
#, php-format
msgid "\"%s\" is an invalid file name."
msgstr ""
-#: ajax/newfile.php:68 ajax/newfolder.php:27 js/files.js:105
+#: ajax/newfile.php:69 ajax/newfolder.php:28 js/files.js:105
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
msgstr ""
-#: ajax/newfile.php:75 ajax/newfolder.php:34 ajax/upload.php:137
+#: ajax/newfile.php:76 ajax/newfolder.php:35 ajax/upload.php:138
#: lib/app.php:65
msgid "The target folder has been moved or deleted."
msgstr ""
-#: ajax/newfile.php:87 ajax/newfolder.php:46 lib/app.php:74
+#: ajax/newfile.php:88 ajax/newfolder.php:47 lib/app.php:74
#, php-format
msgid ""
"The name %s is already used in the folder %s. Please choose a different name."
msgstr ""
-#: ajax/newfile.php:96
+#: ajax/newfile.php:97
msgid "Not a valid source"
msgstr ""
-#: ajax/newfile.php:101
+#: ajax/newfile.php:102
msgid ""
"Server is not allowed to open URLs, please check the server configuration"
msgstr ""
-#: ajax/newfile.php:118
+#: ajax/newfile.php:119
#, php-format
msgid "Error while downloading %s to %s"
msgstr ""
-#: ajax/newfile.php:155
+#: ajax/newfile.php:156
msgid "Error when creating the file"
msgstr ""
-#: ajax/newfolder.php:21
+#: ajax/newfolder.php:22
msgid "Folder name cannot be empty."
msgstr ""
-#: ajax/newfolder.php:65
+#: ajax/newfolder.php:66
msgid "Error when creating the folder"
msgstr ""
@@ -88,54 +88,54 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
-#: ajax/upload.php:67
+#: ajax/upload.php:68
msgid "No file was uploaded. Unknown error"
msgstr ""
-#: ajax/upload.php:74
+#: ajax/upload.php:75
msgid "There is no error, the file uploaded with success"
msgstr ""
-#: ajax/upload.php:75
+#: ajax/upload.php:76
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr ""
-#: ajax/upload.php:77
+#: ajax/upload.php:78
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr ""
-#: ajax/upload.php:78
+#: ajax/upload.php:79
msgid "The uploaded file was only partially uploaded"
msgstr ""
-#: ajax/upload.php:79
+#: ajax/upload.php:80
msgid "No file was uploaded"
msgstr ""
-#: ajax/upload.php:80
+#: ajax/upload.php:81
msgid "Missing a temporary folder"
msgstr ""
-#: ajax/upload.php:81
+#: ajax/upload.php:82
msgid "Failed to write to disk"
msgstr ""
-#: ajax/upload.php:99
+#: ajax/upload.php:100
msgid "Not enough storage available"
msgstr ""
-#: ajax/upload.php:156
+#: ajax/upload.php:157
msgid "Upload failed. Could not find uploaded file"
msgstr ""
-#: ajax/upload.php:166
+#: ajax/upload.php:167
msgid "Upload failed. Could not get file info."
msgstr ""
-#: ajax/upload.php:185
+#: ajax/upload.php:186
msgid "Invalid directory."
msgstr ""
@@ -156,40 +156,40 @@ msgid ""
"Not enough free space, you are uploading {size1} but only {size2} is left"
msgstr ""
-#: js/file-upload.js:338
+#: js/file-upload.js:340
msgid "Upload cancelled."
msgstr ""
-#: js/file-upload.js:383
+#: js/file-upload.js:385
msgid "Could not get result from server."
msgstr ""
-#: js/file-upload.js:475
+#: js/file-upload.js:477
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/file-upload.js:562
+#: js/file-upload.js:564
msgid "URL cannot be empty"
msgstr ""
-#: js/file-upload.js:566
+#: js/file-upload.js:568
msgid "In the home folder 'Shared' is a reserved filename"
msgstr ""
-#: js/file-upload.js:568 js/filelist.js:430
+#: js/file-upload.js:570 js/filelist.js:430
msgid "{new_name} already exists"
msgstr ""
-#: js/file-upload.js:634
+#: js/file-upload.js:636
msgid "Could not create file"
msgstr ""
-#: js/file-upload.js:650
+#: js/file-upload.js:652
msgid "Could not create folder"
msgstr ""
-#: js/file-upload.js:700
+#: js/file-upload.js:702
msgid "Error fetching URL"
msgstr ""
diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot
index f68e49c1961..6894e1524b5 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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 2b8e4c65b0f..f26ae037111 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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"
@@ -41,20 +41,20 @@ msgstr ""
msgid "Saved"
msgstr ""
-#: lib/config.php:518
+#: lib/config.php:631
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:522
+#: lib/config.php:635
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:525
+#: lib/config.php:638
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 "
diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot
index 498b49abd88..af07b6635e1 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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 d7c83c81a57..87c92807a5e 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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 9e824b6c4d8..6b0f82618f5 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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 7edc2ed495e..503a0af0b8a 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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"
@@ -268,13 +268,13 @@ msgstr ""
msgid "Set an admin password."
msgstr ""
-#: private/setup.php:198
+#: private/setup.php:202
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: private/setup.php:199
+#: private/setup.php:203
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr ""
diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot
index 7cef5398c80..bd2a744879e 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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"
@@ -261,13 +261,13 @@ msgstr ""
msgid "Set an admin password."
msgstr ""
-#: setup.php:198
+#: setup.php:202
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:199
+#: setup.php:203
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr ""
diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot
index ba55a900c3d..623f7f46dca 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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 21f7fd9bd77..b048f760470 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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 0b9740c9a68..3b0553eec27 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-03-20 01:55-0400\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\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 91432480480..19871ad9dd1 100644
--- a/l10n/tr/core.po
+++ b/l10n/tr/core.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-03-20 01:55-0400\n"
-"PO-Revision-Date: 2014-03-20 05:55+0000\n"
-"Last-Translator: I Robot\n"
+"POT-Creation-Date: 2014-03-21 01:55-0400\n"
+"PO-Revision-Date: 2014-03-20 09:00+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"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +23,7 @@ msgstr ""
#: ajax/share.php:88
msgid "Expiration date is in the past."
-msgstr ""
+msgstr "Son kullanma tarihi geçmişte."
#: ajax/share.php:120 ajax/share.php:162
#, php-format
diff --git a/settings/l10n/ar.php b/settings/l10n/ar.php
index be2dc384c72..cdc689a211c 100644
--- a/settings/l10n/ar.php
+++ b/settings/l10n/ar.php
@@ -108,6 +108,7 @@ $TRANSLATIONS = array(
"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "يرجى الاتصال بـ %s عن طريق HTTPS لتفعيل او تعطيل SSL enforcement.",
"Email Server" => "خادم البريد الالكتروني",
"Server address" => "عنوان الخادم",
+"Port" => "المنفذ",
"Log" => "سجل",
"Log level" => "مستوى السجل",
"More" => "المزيد",
diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php
index 778a05bd5e4..1d9a554f3c7 100644
--- a/settings/l10n/cs_CZ.php
+++ b/settings/l10n/cs_CZ.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Saved" => "Uloženo",
+"test email settings" => "nastavení zkušebního emailu",
"Email sent" => "E-mail odeslán",
"Encryption" => "Šifrování",
"Authentication method" => "Metoda autentifikace",