diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index 75698f569e5258629213c94fdc774c11af011955..44e0fdae1f158c3a2bbe02d0b7e6e92a924f7609 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "File name must not contain \"/\". Please choose a different name." => "Název souboru nesmà obsahovat \"/\". Vyberte prosÃm jiné jméno.", "The name %s is already used in the folder %s. Please choose a different name." => "Název %s ve složce %s již existuje. Vyberte prosÃm jiné jméno.", "Not a valid source" => "Neplatný zdroj", +"Server is not allowed to open URLs, please check the server configuration" => "Server nenà oprávnÄ›n otevÃrat adresy URL. Ověřte, prosÃm, konfiguraci serveru.", "Error while downloading %s to %s" => "Chyba pÅ™i stahovánà %s do %s", "Error when creating the file" => "Chyba pÅ™i vytvářenà souboru", "Folder name cannot be empty." => "Název složky nemůže být prázdný.", @@ -36,6 +37,7 @@ $TRANSLATIONS = array( "{new_name} already exists" => "{new_name} již existuje", "Could not create file" => "NepodaÅ™ilo se vytvoÅ™it soubor", "Could not create folder" => "NepodaÅ™ilo se vytvoÅ™it složku", +"Error fetching URL" => "Chyba pÅ™i naÄÃtánà URL", "Share" => "SdÃlet", "Delete permanently" => "Trvale odstranit", "Rename" => "PÅ™ejmenovat", diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php index dd556151864f817e2703184b2350ad923db76019..8019b825d3c16b48ef4f986c7c06949a141c992c 100644 --- a/apps/files/l10n/ja_JP.php +++ b/apps/files/l10n/ja_JP.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "File name must not contain \"/\". Please choose a different name." => "ファイルåã«ã¯ \"/\" ã‚’å«ã‚ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。別ã®åå‰ã‚’é¸æŠžã—ã¦ãã ã•ã„。", "The name %s is already used in the folder %s. Please choose a different name." => "%s ã¯ãƒ•ã‚©ãƒ«ãƒ€ %s ãªã„ã§ã™ã§ã«ä½¿ã‚ã‚Œã¦ã„ã¾ã™ã€‚別ã®åå‰ã‚’é¸æŠžã—ã¦ãã ã•ã„。", "Not a valid source" => "有効ãªã‚½ãƒ¼ã‚¹ã§ã¯ã‚ã‚Šã¾ã›ã‚“", +"Server is not allowed to open URLs, please check the server configuration" => "サーãƒãƒ¼ã¯ã€URLã‚’é–‹ãã“ã¨ã¯è¨±ã•ã‚Œã¾ã›ã‚“。サーãƒãƒ¼ã®è¨å®šã‚’ãƒã‚§ãƒƒã‚¯ã—ã¦ãã ã•ã„。", "Error while downloading %s to %s" => "%s ã‹ã‚‰ %s ã¸ã®ãƒ€ã‚¦ãƒ³ãƒãƒ¼ãƒ‰ã‚¨ãƒ©ãƒ¼", "Error when creating the file" => "ファイルã®ç”Ÿæˆã‚¨ãƒ©ãƒ¼", "Folder name cannot be empty." => "フォルダåã¯ç©ºã«ã§ãã¾ã›ã‚“", @@ -36,6 +37,7 @@ $TRANSLATIONS = array( "{new_name} already exists" => "{new_name} ã¯ã™ã§ã«å˜åœ¨ã—ã¦ã„ã¾ã™", "Could not create file" => "ファイルを作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ", "Could not create folder" => "フォルダを作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ", +"Error fetching URL" => "URLå–得エラー", "Share" => "共有", "Delete permanently" => "完全ã«å‰Šé™¤ã™ã‚‹", "Rename" => "åå‰ã®å¤‰æ›´", diff --git a/apps/user_webdavauth/l10n/el.php b/apps/user_webdavauth/l10n/el.php index 4a9ab3bafcc40c3ca1c638c70b16ea53b4ced915..e7403f9a8c39da754c44599f7213c49be41600e1 100644 --- a/apps/user_webdavauth/l10n/el.php +++ b/apps/user_webdavauth/l10n/el.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "Αυθεντικοποίηση μÎσω WebDAV ", +"WebDAV Authentication" => "Πιστοποίηση μÎσω WebDAV ", "Address: " => "ΔιεÏθυνση:", "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Τα διαπιστευτήÏια του χÏήστη θα σταλοÏν σε αυτή την διεÏθυνση. Αυτό το Ï€Ïόσθετο ελÎγχει την απόκÏιση και θα εÏμηνεÏσει τους κωδικοÏÏ‚ κατάστασης HTTP 401 και 402 ως μη ÎγκυÏα διαπιστευτήÏια και όλες τις άλλες αποκÏίσεις ως ÎγκυÏα διαπιστευτήÏια." ); diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 2c430ef67de3a7166839ac6bd8141d5a83600b99..40608268d8ec88b30fee267bbf53266a6afae16b 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -6,7 +6,7 @@ # Twiguard, 2013 # dibalaj <dibalaj@dibalaj.cz>, 2013 # Honza K. <honza889@gmail.com>, 2013 -# liska_, 2013 +# liska_, 2013-2014 # cvanca <mrs.jenkins.oh.yeah@gmail.com>, 2013 # pstast <petr@stastny.eu>, 2013 # Tomáš Chvátal <tomas.chvatal@gmail.com>, 2013 @@ -14,9 +14,9 @@ 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-04 01:55-0500\n" +"PO-Revision-Date: 2014-01-02 07:30+0000\n" +"Last-Translator: liska_\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,7 +56,7 @@ msgstr "Neplatný zdroj" #: ajax/newfile.php:86 msgid "" "Server is not allowed to open URLs, please check the server configuration" -msgstr "" +msgstr "Server nenà oprávnÄ›n otevÃrat adresy URL. Ověřte, prosÃm, konfiguraci serveru." #: ajax/newfile.php:103 #, php-format @@ -185,7 +185,7 @@ msgstr "NepodaÅ™ilo se vytvoÅ™it složku" #: js/file-upload.js:661 msgid "Error fetching URL" -msgstr "" +msgstr "Chyba pÅ™i naÄÃtánà URL" #: js/fileactions.js:125 msgid "Share" diff --git a/l10n/el/core.po b/l10n/el/core.po index 8a35a68e8518f8b035b805c6807d884b076bf7f0..b0f4b9ecc5c40138d64cfcba6b6dd9b6c64bdbd4 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-12-26 01:55-0500\n" -"PO-Revision-Date: 2013-12-25 17:30+0000\n" +"POT-Creation-Date: 2014-01-04 01:55-0500\n" +"PO-Revision-Date: 2014-01-02 17:40+0000\n" "Last-Translator: vkehayas <vkehayas@gmail.com>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files_sharing.po b/l10n/el/files_sharing.po index 276e7044c67a4a72de1b3e184d00bffaf9bd0ddf..09221d38d5cb587b428d27a0f6623f7d81fbefeb 100644 --- a/l10n/el/files_sharing.po +++ b/l10n/el/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-23 01:30+0000\n" +"POT-Creation-Date: 2014-01-04 01:55-0500\n" +"PO-Revision-Date: 2014-01-02 17:40+0000\n" "Last-Translator: vkehayas <vkehayas@gmail.com>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/settings.po b/l10n/el/settings.po index f049af2dd2aa43d3ceb2caff20efea8ffdd0ca35..a899dcc3fc66af09ccea22c6d089f40b74a2786c 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -14,8 +14,8 @@ 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-23 19:10+0000\n" +"POT-Creation-Date: 2014-01-04 01:55-0500\n" +"PO-Revision-Date: 2014-01-02 18:11+0000\n" "Last-Translator: vkehayas <vkehayas@gmail.com>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/user_ldap.po b/l10n/el/user_ldap.po index 86fd8c88bbe991757e64e9f6081c4b6fe77adfe1..a7c6ef95f42b87f949182df3ba0f6d595ffb3145 100644 --- a/l10n/el/user_ldap.po +++ b/l10n/el/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-12-29 01:55-0500\n" -"PO-Revision-Date: 2013-12-28 23:00+0000\n" +"POT-Creation-Date: 2014-01-04 01:55-0500\n" +"PO-Revision-Date: 2014-01-02 18:11+0000\n" "Last-Translator: vkehayas <vkehayas@gmail.com>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/user_webdavauth.po b/l10n/el/user_webdavauth.po index 85544e07257fafa0f3effbde00a98a6b24a50fe9..ce04dbf8a6c22b5b2a6319d94ace8db2dd3ebbb6 100644 --- a/l10n/el/user_webdavauth.po +++ b/l10n/el/user_webdavauth.po @@ -9,13 +9,14 @@ # Efstathios Iosifidis <iosifidis@opensuse.org>, 2012-2013 # Konstantinos Tzanidis <tzanidis@gmail.com>, 2012 # Marios Bekatoros <>, 2013 +# vkehayas <vkehayas@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" -"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-07 08:59-0400\n" -"PO-Revision-Date: 2013-08-06 08:10+0000\n" -"Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>\n" +"Report-Msgid-Bugs-To: translations@owncloud.org\n" +"POT-Creation-Date: 2014-01-04 01:55-0500\n" +"PO-Revision-Date: 2014-01-02 18:00+0000\n" +"Last-Translator: vkehayas <vkehayas@gmail.com>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +26,7 @@ msgstr "" #: templates/settings.php:3 msgid "WebDAV Authentication" -msgstr "Αυθεντικοποίηση μÎσω WebDAV " +msgstr "Πιστοποίηση μÎσω WebDAV " #: templates/settings.php:4 msgid "Address: " diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po index 2fba25c8d173ece55efc51db6c845688ed9fef88..e8b99a951c8e0254a4d5d70f854e64b33b0a5704 100644 --- a/l10n/ja_JP/files.po +++ b/l10n/ja_JP/files.po @@ -8,14 +8,14 @@ # iLikeIT <dj_dark_junglist@yahoo.com>, 2013 # Koichi MATSUMOTO <mzch@me.com>, 2013 # pabook <pabook.32@gmail.com>, 2013 -# tt yn <tetuyano+transi@gmail.com>, 2013 +# tt yn <tetuyano+transi@gmail.com>, 2013-2014 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-04 01:55-0500\n" +"PO-Revision-Date: 2014-01-03 14:10+0000\n" +"Last-Translator: tt yn <tetuyano+transi@gmail.com>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -55,7 +55,7 @@ msgstr "有効ãªã‚½ãƒ¼ã‚¹ã§ã¯ã‚ã‚Šã¾ã›ã‚“" #: ajax/newfile.php:86 msgid "" "Server is not allowed to open URLs, please check the server configuration" -msgstr "" +msgstr "サーãƒãƒ¼ã¯ã€URLã‚’é–‹ãã“ã¨ã¯è¨±ã•ã‚Œã¾ã›ã‚“。サーãƒãƒ¼ã®è¨å®šã‚’ãƒã‚§ãƒƒã‚¯ã—ã¦ãã ã•ã„。" #: ajax/newfile.php:103 #, php-format @@ -184,7 +184,7 @@ msgstr "フォルダを作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ" #: js/file-upload.js:661 msgid "Error fetching URL" -msgstr "" +msgstr "URLå–得エラー" #: js/fileactions.js:125 msgid "Share" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index c528e78b933e0d06ea4a5a0a41cd7bfa67f57758..e1e89d47f60a0e50dc2fa7e1bffb893d012ccc81 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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.pot b/l10n/templates/files.pot index d43c2a7ba4ccfeef9b68247abeafa5c6c3e4b73d..d080d1b8b41212376c58b721a8f435cd0c5e9608 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 0a94bd7f958bd8c61ed59d1f6e3dcce0dca7abfc..ca22a696b3dff354b9615b5b757d296f460ee060 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 ca7592fbe7cbc45423a5db6f7d36c8f8747a8699..eb5ad7eb591a611f694db368915b8ae311aaed62 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 1a13b136858ea891fe840d46bd23e9633e9ab492..2339525931b966b39b87838899a9c56ff814db37 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 1eb88f5077586269971b094bf2ac046685729f8b..f04c0e1799a02ff2a54a52bb248552ab9171a348 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 1f78fe56ae1d35e2f56a419e2ce6d35216416753..9f55f23684241c9a36c3c4c52441c5d3d3b7cadf 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 51f7dadfc468b10673b592724110a69bac79398f..8eeae863748e76508febcebb543ff0d984e11d11 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 54dba8afe1638a5b660e2d7b22fdda495fc229f4..a09971691c95a748b2634d30f82d8813c1cf0837 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 852c12681fcae08c1e8950cc2f0ac582c7abdf44..96a4271f403f54f1be1a5dad40b56a3577581346 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 6a3b1094bc48586615c206c47548b41fc03322ee..bbaed7c634a6a2238cea7d03da475e275c8fb6a0 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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 7206e4efddcdba6a3877a122b04055be9b39d0fb..dbad212c026d8530b4b2e3bc048c684ae2e397d1 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-02 01:55-0500\n" +"POT-Creation-Date: 2014-01-04 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/settings.po b/l10n/tr/settings.po index d075dae4d747af327be866bb112aa1f48e3e59c0..32ed182dcfd1f75f108a407f8a6f5fd5ecbdd479 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -6,13 +6,13 @@ # DeeJaVu <ddejjavvu@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: 2013-12-24 01:55-0500\n" -"PO-Revision-Date: 2013-12-23 16:11+0000\n" +"POT-Creation-Date: 2014-01-04 01:55-0500\n" +"PO-Revision-Date: 2014-01-03 14:10+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" @@ -508,7 +508,7 @@ msgstr "Ä°lk Çalıştırma Sihirbazını yeniden göster" #: templates/personal.php:27 #, php-format msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>" -msgstr "Kullandığınız: <strong>%s</strong>. Seçilebilecekler: <strong>%s</strong>" +msgstr "Kullandığınız: <strong>%s</strong>. Kullanılabilir alan: <strong>%s</strong>" #: templates/personal.php:39 templates/users.php:23 templates/users.php:89 msgid "Password" diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index c35323e4c6d0fbca7556cd81b4f5fcc1e19d8650..6ab2b48b568ab01e1d8b1383b2696258fd4359d8 100644 --- a/l10n/zh_TW/files.po +++ b/l10n/zh_TW/files.po @@ -9,9 +9,9 @@ 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-04 01:55-0500\n" +"PO-Revision-Date: 2014-01-03 12:00+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 6099d4badc782d6eda7047023e9bfbbda54bc2f0..97a46a02dbd7a37bd6b0e9bfce4b9933d54aed54 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -109,7 +109,7 @@ $TRANSLATIONS = array( "Commercial Support" => "Ticari Destek", "Get the apps to sync your files" => "Dosyalarınızı eÅŸitlemek için uygulamayı indirin", "Show First Run Wizard again" => "Ä°lk Çalıştırma Sihirbazını yeniden göster", -"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Kullandığınız: <strong>%s</strong>. Seçilebilecekler: <strong>%s</strong>", +"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Kullandığınız: <strong>%s</strong>. Kullanılabilir alan: <strong>%s</strong>", "Password" => "Parola", "Your password was changed" => "Åžifreniz deÄŸiÅŸtirildi", "Unable to change your password" => "Parolanız deÄŸiÅŸtirilemiyor",