diff --git a/apps/files/l10n/ta_IN.php b/apps/files/l10n/ta_IN.php index 0157af093e92200cc7790497227e92e62d80165f..8266e21a44ef2aaf33bb4502d79ca8e326f993e3 100644 --- a/apps/files/l10n/ta_IN.php +++ b/apps/files/l10n/ta_IN.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( +"Files" => "கோப்புகள்", "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") +"_Uploading %n file_::_Uploading %n files_" => array("",""), +"New folder" => "புதிய கோப்புறை" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php index c1557bb7eaa2bcd34ae848760ba03792f76c88bc..8868bd21c8d4d36c785f98daaea16bca53c248c6 100644 --- a/apps/files/l10n/zh_HK.php +++ b/apps/files/l10n/zh_HK.php @@ -1,17 +1,24 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "不明錯誤", "Files" => "文件", +"All files" => "所有文件", "Share" => "分享", "Delete" => "刪除", "Unshare" => "取消分享", +"Rename" => "重新命名", "Error" => "錯誤", "Name" => "名稱", "Size" => "大小", "_%n folder_::_%n folders_" => array(""), "_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), +"{dirs} and {files}" => "{dirs} 和 {files}", "Save" => "儲存", -"New folder" => "新文件夾", +"WebDAV" => "WebDAV", +"New" => "新增", +"New folder" => "新資料夾", +"Folder" => "資料夾", "Download" => "下載" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/zh_CN.php b/apps/files_encryption/l10n/zh_CN.php index 7621b6fa4fdba849e14bd13afbdd1141d60708d1..4454c458f0ee41440a2e5db2ec7c3485c7a7eaba 100644 --- a/apps/files_encryption/l10n/zh_CN.php +++ b/apps/files_encryption/l10n/zh_CN.php @@ -9,6 +9,8 @@ $TRANSLATIONS = array( "Private key password successfully updated." => "私钥密码成功更新。", "Could not update the private key password. Maybe the old password was not correct." => "无法更新私钥密码。可能旧密码不正确。", "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "加密应用还没有初始化!可能加密应用在你会话期间已被重新启用。请注销并重新登录,以初始化加密应用。", +"Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "您的私有密钥无效!也许是您在 %s 外更改了密码 (比如,在您的公司目录)。您可以在个人设置里更新您的私钥密码来恢复访问你的加密文件。", +"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => " 无法解密这个文件(或许这是一个共享文件?),请询问文件所有者重新与您分享这个文件。", "Unknown error. Please check your system settings or contact your administrator" => "未知错误。请检查系统设置或联系您的管理员", "Missing requirements." => "必填项未填写。", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "请确认安装了 PHP 5.3.3 或更新版本,且 OpenSSL 及其 PHP 扩展已经启用并正确配置。加密应用现在已被禁用。", diff --git a/apps/files_encryption/l10n/zh_HK.php b/apps/files_encryption/l10n/zh_HK.php index edbeb0f1c66b83a4ce6bc0840e7892202cbf769d..c9480c429f5b2d1510651eaee272e7b6a6ef5f9c 100644 --- a/apps/files_encryption/l10n/zh_HK.php +++ b/apps/files_encryption/l10n/zh_HK.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( -"Encryption" => "加密" +"Encryption" => "加密", +"Enabled" => "啟用", +"Disabled" => "停用", +"Change Password" => "更改密碼" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/zh_HK.php b/apps/files_external/l10n/zh_HK.php index 202bfcad18effb67e3891a6cdd690de4f459f7d1..c31b20dbc9948077684a8f3a875e6a02e81fd3ca 100644 --- a/apps/files_external/l10n/zh_HK.php +++ b/apps/files_external/l10n/zh_HK.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "Share" => "分享", "URL" => "網址", "Personal" => "個人", +"Saved" => "已儲存", "Name" => "名稱", "Folder name" => "資料夾名稱", "Groups" => "群組", diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index f623fc8f82bf2bcc463cc017e46e81cb2374f9e7..988d0be52a02cf3b4e1fe821f754b628e4fd1ff6 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "Współdzielenie między serwerami nie jest uruchomione na tym serwerze", "Couldn't add remote share" => "Nie można dodać zdalnego folderu", "Shared with you" => "Współdzielony z Tobą", "Shared with others" => "Współdzielony z innymi", @@ -7,6 +8,7 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Nie ma jeszcze żadnych plików współdzielonych z Tobą", "You haven't shared any files yet." => "Nie współdzielisz jeszcze żadnych plików.", "You haven't shared any files by link yet." => "Nie współdzielisz jeszcze żadnych plików linkiem", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?", "Remote share" => "Zdalny zasób", "Remote share password" => "Hasło do zdalnego zasobu", "Cancel" => "Anuluj", @@ -29,6 +31,8 @@ $TRANSLATIONS = array( "Download" => "Pobierz", "Download %s" => "Pobierz %s", "Direct link" => "Bezpośredni link", +"Remote Shares" => "Udziały zdalne", +"Allow other instances to mount public links shared from this server" => "Pozwól innym instancjom montować publiczne linki z tego serwera", "Allow users to mount public link shares" => "Zezwalaj użytkownikom na montowanie publicznych linków" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/user_webdavauth/l10n/nl.php b/apps/user_webdavauth/l10n/nl.php index 22608cf2ec6d084fdb185802487434f5eb9e92ce..8b015bf7ae666b424e908217a33429ce42167158 100644 --- a/apps/user_webdavauth/l10n/nl.php +++ b/apps/user_webdavauth/l10n/nl.php @@ -3,6 +3,6 @@ $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV authenticatie", "Address:" => "Adres:", "Save" => "Bewaren", -"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." => "De ingloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert de HTTP statuscodes 401 en 403 als invalide inloggegevens, en alle andere terugkoppelingen als valide inloggegevens." +"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." => "De inloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert HTTP statuscodes 401 en 403 als ongeldige inloggegevens en alle andere terugkoppelingen als valide inloggegevens." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/zh_HK.php b/apps/user_webdavauth/l10n/zh_HK.php index fa0e987fa3c7ee22b4b5a15f42d681421ec773ab..993a253fc3d292c140f77ce02b595795a25bba49 100644 --- a/apps/user_webdavauth/l10n/zh_HK.php +++ b/apps/user_webdavauth/l10n/zh_HK.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV 認證", +"Address:" => "地址:", "Save" => "儲存", "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與403將會被理解為無效憑證,而所有其他的回應將會被理解為有效憑證。" ); diff --git a/core/l10n/ia.php b/core/l10n/ia.php index a999059f9a0b8b5f7aa37e0c8c3bd19b29bdc0a5..c67f523d24bf173321431dd1c0f7fedf95238d3a 100644 --- a/core/l10n/ia.php +++ b/core/l10n/ia.php @@ -27,19 +27,24 @@ $TRANSLATIONS = array( "November" => "Novembre", "December" => "Decembre", "Settings" => "Configurationes", +"File" => "File", "Folder" => "Dossier", +"Image" => "Imagine", +"Audio" => "Audio", "Saving..." => "Salveguardante...", "seconds ago" => "secundas passate", "_%n minute ago_::_%n minutes ago_" => array("%n minuta passate","%n minutas passate"), "_%n hour ago_::_%n hours ago_" => array("%n hora passate","%n horas passate"), "today" => "hodie", "yesterday" => "heri", -"_%n day ago_::_%n days ago_" => array("",""), +"_%n day ago_::_%n days ago_" => array("%n die ante","%n dies ante"), "last month" => "ultime mense", -"_%n month ago_::_%n months ago_" => array("",""), +"_%n month ago_::_%n months ago_" => array("%n mense ante","%n menses ante"), "last year" => "ultime anno", "years ago" => "annos passate", +"I know what I'm doing" => "Io sape lo que io es facente", "Reset password" => "Reinitialisar contrasigno", +"Password can not be changed. Please contact your administrator." => "Contrasigno non pote esser modificate. Pro favor continge tu administrator.", "No" => "No", "Yes" => "Si", "Choose" => "Seliger", @@ -68,6 +73,7 @@ $TRANSLATIONS = array( "Share with user or group …" => "Compartir con usator o gruppo ...", "Share link" => "Compartir ligamine", "Password protect" => "Protegite per contrasigno", +"Choose a password for the public link" => "Selige un contrasigno pro le ligamine public", "Allow Public Upload" => "Permitter incargamento public", "Email link to person" => "Ligamine de e-posta a persona", "Send" => "Invia", @@ -104,6 +110,7 @@ $TRANSLATIONS = array( "Username" => "Nomine de usator", "Reset" => "Re-fixar", "New password" => "Nove contrasigno", +"New Password" => "Nove contrasigno", "For the best results, please consider using a GNU/Linux server instead." => "Pro le exitos melior, pro favor tu considera usar in loco un servitor GNU/Linux.", "Personal" => "Personal", "Users" => "Usatores", @@ -123,6 +130,7 @@ $TRANSLATIONS = array( "Storage & database" => "Immagazinage & base de datos", "Data folder" => "Dossier de datos", "Configure the database" => "Configurar le base de datos", +"Only %s is available." => "Solmente %s es disponibile", "Database user" => "Usator de base de datos", "Database password" => "Contrasigno de base de datos", "Database name" => "Nomine de base de datos", @@ -138,6 +146,7 @@ $TRANSLATIONS = array( "remember" => "memora", "Log in" => "Aperir session", "Alternative Logins" => "Accessos de autorisation alternative", -"Thank you for your patience." => "Gratias pro tu patientia." +"Thank you for your patience." => "Gratias pro tu patientia.", +"Start update" => "Initia actualisation" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ta_IN.php b/core/l10n/ta_IN.php index ffcdde48d47cbbe4730b36aec880f7e1642688fb..da1021cd33ea83a0194d61f9b0ea7aed087264f6 100644 --- a/core/l10n/ta_IN.php +++ b/core/l10n/ta_IN.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( +"Settings" => "அமைப்புகள்", "_%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("",""), +"Send" => "அனுப்பவும்" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/zh_HK.php b/core/l10n/zh_HK.php index 46b1476c55d5a46307666af49e0b63e22debe4ea..1418f0008ecfc9ba66e4b891f3f516ae049af95d 100644 --- a/core/l10n/zh_HK.php +++ b/core/l10n/zh_HK.php @@ -20,17 +20,25 @@ $TRANSLATIONS = array( "November" => "十一月", "December" => "十二月", "Settings" => "設定", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), +"File" => "文件", +"Folder" => "資料夾", +"Image" => "圖片", +"Audio" => "聲音", +"Saving..." => "儲存中...", +"seconds ago" => "秒前", +"_%n minute ago_::_%n minutes ago_" => array("%n 分鐘前"), +"_%n hour ago_::_%n hours ago_" => array("%n 小時前"), "today" => "今日", "yesterday" => "昨日", -"_%n day ago_::_%n days ago_" => array(""), -"last month" => "前一月", -"_%n month ago_::_%n months ago_" => array(""), +"_%n day ago_::_%n days ago_" => array("%n 日前"), +"last month" => "上個月", +"_%n month ago_::_%n months ago_" => array("%n 月前"), +"last year" => "上年", +"years ago" => "年前", "Reset password" => "重設密碼", -"No" => "No", -"Yes" => "Yes", -"Ok" => "OK", +"No" => "否", +"Yes" => "是", +"Ok" => "確認", "_{count} file conflict_::_{count} file conflicts_" => array(""), "Cancel" => "取消", "Shared" => "已分享", @@ -41,6 +49,7 @@ $TRANSLATIONS = array( "Error while changing permissions" => "更改權限時發生錯誤", "Shared with you and the group {group} by {owner}" => "{owner}與你及群組的分享", "Shared with you by {owner}" => "{owner}與你的分享", +"Share link" => "分享連結", "Password protect" => "密碼保護", "Send" => "傳送", "Set expiration date" => "設定分享期限", @@ -52,15 +61,18 @@ $TRANSLATIONS = array( "update" => "更新", "delete" => "刪除", "Password protected" => "密碼保護", -"Sending ..." => "傳送中", +"Sending ..." => "發送中...", "Email sent" => "郵件已傳", +"Warning" => "警告", "Delete" => "刪除", "Add" => "加入", "The update was successful. Redirecting you to ownCloud now." => "更新成功, 正", "Use the following link to reset your password: {link}" => "請用以下連結重設你的密碼: {link}", "You will receive a link to reset your password via Email." => "你將收到一封電郵", "Username" => "用戶名稱", +"Reset" => "重設", "New password" => "新密碼", +"New Password" => "新密碼", "Personal" => "個人", "Users" => "用戶", "Apps" => "軟件", diff --git a/l10n/ia/core.po b/l10n/ia/core.po index 77f6c0e239d3952bae72d655c65156d5a8e8ec5f..bb99e4d9d3c8be45d5918b27f6b3e3f4bb14944c 100644 --- a/l10n/ia/core.po +++ b/l10n/ia/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-07-16 01:54-0400\n" -"PO-Revision-Date: 2014-07-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 08:40+0000\n" +"Last-Translator: giogio <g.sora@tiscali.it>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -150,7 +150,7 @@ msgstr "Configurationes" #: js/js.js:590 msgid "File" -msgstr "" +msgstr "File" #: js/js.js:591 msgid "Folder" @@ -158,11 +158,11 @@ msgstr "Dossier" #: js/js.js:592 msgid "Image" -msgstr "" +msgstr "Imagine" #: js/js.js:593 msgid "Audio" -msgstr "" +msgstr "Audio" #: js/js.js:607 msgid "Saving..." @@ -195,8 +195,8 @@ msgstr "heri" #: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%n die ante" +msgstr[1] "%n dies ante" #: js/js.js:1284 msgid "last month" @@ -205,8 +205,8 @@ msgstr "ultime mense" #: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%n mense ante" +msgstr[1] "%n menses ante" #: js/js.js:1286 msgid "last year" @@ -216,7 +216,7 @@ msgstr "ultime anno" msgid "years ago" msgstr "annos passate" -#: js/lostpassword.js:3 lostpassword/controller/lostcontroller.php:175 +#: js/lostpassword.js:3 lostpassword/controller/lostcontroller.php:198 msgid "Couldn't send reset email. Please contact your administrator." msgstr "" @@ -237,7 +237,7 @@ msgstr "" #: js/lostpassword.js:10 msgid "I know what I'm doing" -msgstr "" +msgstr "Io sape lo que io es facente" #: js/lostpassword.js:13 lostpassword/templates/resetpassword.php:9 msgid "Reset password" @@ -245,7 +245,7 @@ msgstr "Reinitialisar contrasigno" #: js/lostpassword.js:16 msgid "Password can not be changed. Please contact your administrator." -msgstr "" +msgstr "Contrasigno non pote esser modificate. Pro favor continge tu administrator." #: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" @@ -395,7 +395,7 @@ msgstr "Protegite per contrasigno" #: js/share.js:400 msgid "Choose a password for the public link" -msgstr "" +msgstr "Selige un contrasigno pro le ligamine public" #: js/share.js:406 msgid "Allow Public Upload" @@ -537,21 +537,21 @@ msgstr "" msgid "The update was successful. Redirecting you to ownCloud now." msgstr "Le actualisation terminava con successo. On redirige nunc a tu ownCloud." -#: lostpassword/controller/lostcontroller.php:110 +#: lostpassword/controller/lostcontroller.php:133 msgid "Couldn't reset password because the token is invalid" msgstr "" -#: lostpassword/controller/lostcontroller.php:136 +#: lostpassword/controller/lostcontroller.php:159 msgid "Couldn't send reset email. Please make sure your username is correct." msgstr "" -#: lostpassword/controller/lostcontroller.php:151 +#: lostpassword/controller/lostcontroller.php:174 msgid "" "Couldn't send reset email because there is no email address for this " "username. Please contact your administrator." msgstr "" -#: lostpassword/controller/lostcontroller.php:168 +#: lostpassword/controller/lostcontroller.php:191 #, php-format msgid "%s password reset" msgstr "%s contrasigno re-fixate" @@ -592,7 +592,7 @@ msgstr "Nove contrasigno" #: lostpassword/templates/resetpassword.php:6 msgid "New Password" -msgstr "" +msgstr "Nove contrasigno" #: setup/controller.php:140 #, php-format @@ -614,7 +614,7 @@ msgstr "Personal" msgid "Users" msgstr "Usatores" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 +#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 msgid "Apps" msgstr "Applicationes" @@ -744,7 +744,7 @@ msgstr "Configurar le base de datos" #: templates/installation.php:96 #, php-format msgid "Only %s is available." -msgstr "" +msgstr "Solmente %s es disponibile" #: templates/installation.php:111 templates/installation.php:113 msgid "Database user" @@ -780,19 +780,19 @@ msgstr "Terminar configuration" msgid "Finishing …" msgstr "Terminante ..." -#: templates/layout.user.php:40 +#: templates/layout.user.php:44 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 "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:48 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:80 templates/singleuser.user.php:8 +#: templates/layout.user.php:84 templates/singleuser.user.php:8 msgid "Log out" msgstr "Clauder le session" @@ -881,7 +881,7 @@ msgstr "" #: templates/update.admin.php:23 msgid "Start update" -msgstr "" +msgstr "Initia actualisation" #: templates/update.user.php:3 msgid "" diff --git a/l10n/ia/lib.po b/l10n/ia/lib.po index 815c3b4d4d0cf3187c70c987840be53f749d6a93..c01a7c9463fac7624e53759e95ce643956cebf1f 100644 --- a/l10n/ia/lib.po +++ b/l10n/ia/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-29 01:54-0400\n" -"PO-Revision-Date: 2014-06-29 05:54+0000\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 08:40+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:187 base.php:194 +#: base.php:195 base.php:202 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:188 +#: base.php:196 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:190 +#: base.php:198 #, php-format msgid "See %s" msgstr "" -#: base.php:195 private/util.php:413 +#: base.php:203 private/util.php:413 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:675 +#: base.php:662 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:676 +#: base.php:663 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -70,19 +70,19 @@ msgstr "Usatores" msgid "Admin" msgstr "Administration" -#: private/app.php:987 +#: private/app.php:985 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "" -#: private/app.php:1144 +#: private/app.php:1142 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "" -#: private/app.php:1156 +#: private/app.php:1154 msgid "No app name specified" msgstr "" @@ -111,44 +111,44 @@ msgstr "" msgid "No source specified when installing app" msgstr "" -#: private/installer.php:242 +#: private/installer.php:243 msgid "No href specified when installing app from http" msgstr "" -#: private/installer.php:247 +#: private/installer.php:248 msgid "No path specified when installing app from local file" msgstr "" -#: private/installer.php:261 +#: private/installer.php:256 #, php-format msgid "Archives of type %s are not supported" msgstr "" -#: private/installer.php:275 +#: private/installer.php:270 msgid "Failed to open archive when installing app" msgstr "" -#: private/installer.php:313 +#: private/installer.php:308 msgid "App does not provide an info.xml file" msgstr "" -#: private/installer.php:319 +#: private/installer.php:314 msgid "App can't be installed because of not allowed code in the App" msgstr "" -#: private/installer.php:325 +#: private/installer.php:320 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "" -#: private/installer.php:331 +#: private/installer.php:326 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "" -#: private/installer.php:344 +#: private/installer.php:339 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" @@ -353,45 +353,45 @@ msgstr "" msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:1046 +#: private/share/share.php:1043 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1053 +#: private/share/share.php:1050 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1059 +#: private/share/share.php:1056 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1476 +#: private/share/share.php:1473 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1485 +#: private/share/share.php:1482 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1501 +#: private/share/share.php:1498 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1513 +#: private/share/share.php:1510 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1527 +#: private/share/share.php:1524 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" @@ -430,7 +430,7 @@ msgstr "heri" msgid "%n day go" msgid_plural "%n days ago" msgstr[0] "" -msgstr[1] "" +msgstr[1] "%n dies ante" #: private/template/functions.php:142 msgid "last month" @@ -440,7 +440,7 @@ msgstr "ultime mense" msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" -msgstr[1] "" +msgstr[1] "%n menses ante" #: private/template/functions.php:145 msgid "last year" @@ -450,21 +450,21 @@ msgstr "ultime anno" msgid "years ago" msgstr "annos passate" -#: private/user/manager.php:238 +#: private/user/manager.php:239 msgid "" "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", " "\"0-9\", and \"_.@-\"" msgstr "" -#: private/user/manager.php:243 +#: private/user/manager.php:244 msgid "A valid username must be provided" msgstr "" -#: private/user/manager.php:247 +#: private/user/manager.php:248 msgid "A valid password must be provided" msgstr "" -#: private/user/manager.php:252 +#: private/user/manager.php:253 msgid "The username is already being used" msgstr "" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 3682d1151106acfe39ad3404523083b7f0f4ea15..a74d2183ac3c3a8a89f5d36965abb0882254c506 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/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-07-22 01:54-0400\n" -"PO-Revision-Date: 2014-07-21 19:41+0000\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 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" @@ -426,7 +426,7 @@ msgstr "Beveiligingswaarschuwing" msgid "" "You are accessing %s via HTTP. We strongly suggest you configure your server" " to require using HTTPS instead." -msgstr "U bent met %s verbonden over HTTP. We adviseren met klem uw server zo te configureren dat allen HTTPS kan worden gebruikt." +msgstr "U bent met %s verbonden over HTTP. We adviseren met klem uw server zo te configureren dat alleen HTTPS kan worden gebruikt." #: templates/admin.php:64 msgid "" diff --git a/l10n/nl/user_webdavauth.po b/l10n/nl/user_webdavauth.po index 840fde83bc0459af2e24a3134ead99e09f71be9e..de3a503b11773d3e8ab6281250ade0ed062c3076 100644 --- a/l10n/nl/user_webdavauth.po +++ b/l10n/nl/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:12+0000\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 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" @@ -37,4 +37,4 @@ msgid "" "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." -msgstr "De ingloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert de HTTP statuscodes 401 en 403 als invalide inloggegevens, en alle andere terugkoppelingen als valide inloggegevens." +msgstr "De inloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert HTTP statuscodes 401 en 403 als ongeldige inloggegevens en alle andere terugkoppelingen als valide inloggegevens." diff --git a/l10n/pl/files_sharing.po b/l10n/pl/files_sharing.po index a8e63ba6a9864858002a49fd184b32481cfde962..4b6427a1902d625c79d271598a2d1b6eb2a4e96e 100644 --- a/l10n/pl/files_sharing.po +++ b/l10n/pl/files_sharing.po @@ -6,13 +6,14 @@ # Cyryl Sochacki <cyrylsochacki@gmail.com>, 2013-2014 # JurijPietrowicz <aleksander_cichon@fastmail.fm>, 2014 # Maciej Przybecki <maciej.przybecki@gmail.com>, 2014 +# mcinp, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-26 01:54-0400\n" -"PO-Revision-Date: 2014-07-26 00:00+0000\n" -"Last-Translator: JurijPietrowicz <aleksander_cichon@fastmail.fm>\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 19:00+0000\n" +"Last-Translator: mcinp\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" @@ -22,7 +23,7 @@ msgstr "" #: ajax/external.php:17 msgid "Server to server sharing is not enabled on this server" -msgstr "" +msgstr "Współdzielenie między serwerami nie jest uruchomione na tym serwerze" #: ajax/external.php:47 msgid "Couldn't add remote share" @@ -54,7 +55,7 @@ msgstr "Nie współdzielisz jeszcze żadnych plików linkiem" #: js/external.js:48 js/external.js:59 msgid "Do you want to add the remote share {name} from {owner}@{remote}?" -msgstr "" +msgstr "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?" #: js/external.js:51 js/external.js:62 msgid "Remote share" @@ -147,11 +148,11 @@ msgstr "Bezpośredni link" #: templates/settings-admin.php:3 msgid "Remote Shares" -msgstr "" +msgstr "Udziały zdalne" #: templates/settings-admin.php:7 msgid "Allow other instances to mount public links shared from this server" -msgstr "" +msgstr "Pozwól innym instancjom montować publiczne linki z tego serwera" #: templates/settings-admin.php:11 msgid "Allow users to mount public link shares" diff --git a/l10n/pl/lib.po b/l10n/pl/lib.po index 9151452b228bbdc44ea7d0e8df9fe9879b93ca74..8788ee0103bab5af90690109a02de408c51daba5 100644 --- a/l10n/pl/lib.po +++ b/l10n/pl/lib.po @@ -7,14 +7,15 @@ # Dawid <hoek@hoek.pl>, 2014 # JurijPietrowicz <aleksander_cichon@fastmail.fm>, 2014 # Maciej Przybecki <maciej.przybecki@gmail.com>, 2013-2014 +# mcinp, 2014 # TranslationENPL <translationenpl@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-26 01:54-0400\n" -"PO-Revision-Date: 2014-07-26 00:30+0000\n" -"Last-Translator: JurijPietrowicz <aleksander_cichon@fastmail.fm>\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 19:20+0000\n" +"Last-Translator: mcinp\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" @@ -24,13 +25,13 @@ msgstr "" #: base.php:195 base.php:202 msgid "Cannot write into \"config\" directory!" -msgstr "" +msgstr "Nie można zapisać do katalogu \"config\"!" #: base.php:196 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" -msgstr "" +msgstr "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu config." #: base.php:198 #, php-format @@ -42,7 +43,7 @@ msgstr "Zobacz %s" msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." -msgstr "" +msgstr "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu config%s." #: base.php:662 msgid "You are accessing the server from an untrusted domain." @@ -486,7 +487,7 @@ msgstr "Brak sterowników bazy danych (sqlite, mysql or postgresql)." msgid "" "Permissions can usually be fixed by %sgiving the webserver write access to " "the root directory%s." -msgstr "" +msgstr "Problemy z uprawnieniami można zwykle naprawić przez %sdodanie serwerowi www uprawnień zapisu do katalogu głównego%s." #: private/util.php:412 msgid "Cannot write into \"config\" directory" @@ -501,19 +502,19 @@ msgstr "Nie można zapisać do katalogu \"apps\"" msgid "" "This can usually be fixed by %sgiving the webserver write access to the apps" " directory%s or disabling the appstore in the config file." -msgstr "" +msgstr "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu apps%s lub wyłączenie appstore w pliku konfiguracyjnym." #: private/util.php:440 #, php-format msgid "Cannot create \"data\" directory (%s)" -msgstr "" +msgstr "Nie można utworzyć katalogu \"data\" (%s)" #: private/util.php:441 #, php-format msgid "" "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the " "webserver write access to the root directory</a>." -msgstr "" +msgstr "Można to zwykle rozwiązać przez <a href=\"%s\" target=\"_blank\">dodanie serwerowi www uprawnień zapisu do katalogu głównego</a>." #: private/util.php:457 #, php-format @@ -566,22 +567,22 @@ msgstr "Bezpieczny tryb PHP jest przestarzały i w większości bezużyteczny i msgid "" "Magic Quotes is enabled. ownCloud requires that it is disabled to work " "properly." -msgstr "" +msgstr "Magic Quotes są włączone. Do poprawnego działania ownCloud wymagane jest ich wyłączenie." #: private/util.php:565 msgid "" "Magic Quotes is a deprecated and mostly useless setting that should be " "disabled. Please ask your server administrator to disable it in php.ini or " "in your webserver config." -msgstr "" +msgstr "Magic Quotes to przestarzałe i zasadniczo bezużyteczne ustawienie, które powinno być wyłączone. Poproś administratora serwera, by wyłączył je w php.ini albo w konfiguracji serwera www." #: private/util.php:579 msgid "PHP modules have been installed, but they are still listed as missing?" -msgstr "" +msgstr "Moduły PHP zostały zainstalowane, ale nadal brakuje ich na liście?" #: private/util.php:580 msgid "Please ask your server administrator to restart the web server." -msgstr "" +msgstr "Poproś administratora serwera o restart serwera www." #: private/util.php:609 msgid "PostgreSQL >= 9 required" @@ -589,23 +590,23 @@ msgstr "Wymagany PostgreSQL >= 9" #: private/util.php:610 msgid "Please upgrade your database version" -msgstr "" +msgstr "Uaktualnij wersję bazy danych" #: private/util.php:617 msgid "Error occurred while checking PostgreSQL version" -msgstr "" +msgstr "Wystąpił błąd podczas sprawdzania wersji PostgreSQL" #: private/util.php:618 msgid "" "Please make sure you have PostgreSQL >= 9 or check the logs for more " "information about the error" -msgstr "" +msgstr "Upewnij się, że PostgreSQL jest w wersji co najmniej 9 lub sprawdź log by uzyskać więcej informacji na temat błędu" #: private/util.php:680 msgid "" "Please change the permissions to 0770 so that the directory cannot be listed" " by other users." -msgstr "" +msgstr "Zmień uprawnienia na 0770, żeby ukryć zawartość katalogu przed innymi użytkownikami." #: private/util.php:689 #, php-format @@ -621,7 +622,7 @@ msgstr "" msgid "" "Please check that the data directory contains a file \".ocdata\" in its " "root." -msgstr "" +msgstr "Sprawdź, czy katalog danych zawiera plik \".ocdata\"." #: public/files/locknotacquiredexception.php:39 #, php-format diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index 6b1f9be9abb73119c71cb6ee61d7c5f64756a9ad..c6484f6f81e43e2c68e9b8028e0ca9546220e273 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.po @@ -7,14 +7,15 @@ # Dawid <hoek@hoek.pl>, 2014 # Maciej Przybecki <maciej.przybecki@gmail.com>, 2014 # Marcin Małecki <gerber@tkdami.net>, 2014 +# mcinp, 2014 # Piotr Kwiecinski <pkwiecin@adbrand.pl>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-10 04:58-0400\n" -"PO-Revision-Date: 2014-07-10 07:11+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 18:10+0000\n" +"Last-Translator: mcinp\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" @@ -310,19 +311,19 @@ msgstr "Przywróć klucze szyfrujące." msgid "Unable to delete {objName}" msgstr "Nie można usunąć {objName}" -#: js/users/groups.js:73 js/users/groups.js:178 +#: js/users/groups.js:92 js/users/groups.js:200 msgid "Error creating group" msgstr "Błąd podczas tworzenia grupy" -#: js/users/groups.js:177 +#: js/users/groups.js:199 msgid "A valid group name must be provided" msgstr "Należy podać prawidłową nazwę grupy" -#: js/users/groups.js:205 +#: js/users/groups.js:227 msgid "deleted {groupName}" msgstr "usunięto {groupName}" -#: js/users/groups.js:206 js/users/users.js:265 +#: js/users/groups.js:228 js/users/users.js:296 msgid "undo" msgstr "cofnij" @@ -342,31 +343,31 @@ msgstr "Administrator grupy" msgid "Delete" msgstr "Usuń" -#: js/users/users.js:85 templates/users/part.userlist.php:98 +#: js/users/users.js:84 templates/users/part.userlist.php:98 msgid "never" msgstr "nigdy" -#: js/users/users.js:264 +#: js/users/users.js:295 msgid "deleted {userName}" msgstr "usunięto {userName}" -#: js/users/users.js:381 +#: js/users/users.js:431 msgid "add group" msgstr "dodaj grupę" -#: js/users/users.js:578 +#: js/users/users.js:631 msgid "A valid username must be provided" msgstr "Należy podać prawidłową nazwę użytkownika" -#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 +#: js/users/users.js:632 js/users/users.js:638 js/users/users.js:653 msgid "Error creating user" msgstr "Błąd podczas tworzenia użytkownika" -#: js/users/users.js:584 +#: js/users/users.js:637 msgid "A valid password must be provided" msgstr "Należy podać prawidłowe hasło" -#: js/users/users.js:608 +#: js/users/users.js:669 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "Ostrzeżenie: Katalog domowy dla użytkownika \"{user}\" już istnieje" @@ -563,7 +564,7 @@ msgstr "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php #: templates/admin.php:229 msgid "Use system's cron service to call the cron.php file every 15 minutes." -msgstr "" +msgstr "Użyj systemowej usługi cron do wywoływania cron.php co 15 minut." #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/ta_IN/core.po b/l10n/ta_IN/core.po index 573498a75331247d3fd11f90ea74e57ededb1435..2a957bfdf6ac46ab15121be7b77159b6c91b3115 100644 --- a/l10n/ta_IN/core.po +++ b/l10n/ta_IN/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-16 01:54-0400\n" -"PO-Revision-Date: 2014-07-16 05:54+0000\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 17:00+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -145,7 +145,7 @@ msgstr "" #: js/js.js:501 msgid "Settings" -msgstr "" +msgstr "அமைப்புகள்" #: js/js.js:590 msgid "File" @@ -215,7 +215,7 @@ msgstr "" msgid "years ago" msgstr "" -#: js/lostpassword.js:3 lostpassword/controller/lostcontroller.php:175 +#: js/lostpassword.js:3 lostpassword/controller/lostcontroller.php:198 msgid "Couldn't send reset email. Please contact your administrator." msgstr "" @@ -406,7 +406,7 @@ msgstr "" #: js/share.js:411 msgid "Send" -msgstr "" +msgstr "அனுப்பவும்" #: js/share.js:416 msgid "Set expiration date" @@ -536,21 +536,21 @@ msgstr "" msgid "The update was successful. Redirecting you to ownCloud now." msgstr "" -#: lostpassword/controller/lostcontroller.php:110 +#: lostpassword/controller/lostcontroller.php:133 msgid "Couldn't reset password because the token is invalid" msgstr "" -#: lostpassword/controller/lostcontroller.php:136 +#: lostpassword/controller/lostcontroller.php:159 msgid "Couldn't send reset email. Please make sure your username is correct." msgstr "" -#: lostpassword/controller/lostcontroller.php:151 +#: lostpassword/controller/lostcontroller.php:174 msgid "" "Couldn't send reset email because there is no email address for this " "username. Please contact your administrator." msgstr "" -#: lostpassword/controller/lostcontroller.php:168 +#: lostpassword/controller/lostcontroller.php:191 #, php-format msgid "%s password reset" msgstr "" @@ -613,7 +613,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 +#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 msgid "Apps" msgstr "" @@ -779,19 +779,19 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:40 +#: templates/layout.user.php:44 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 "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:48 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:80 templates/singleuser.user.php:8 +#: templates/layout.user.php:84 templates/singleuser.user.php:8 msgid "Log out" msgstr "" diff --git a/l10n/ta_IN/files.po b/l10n/ta_IN/files.po index 526fa170cea31c2de53d37fb2783e73e750108de..908a2af5d606f09a31530099e9e84e345d08e7e4 100644 --- a/l10n/ta_IN/files.po +++ b/l10n/ta_IN/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-15 01:54-0400\n" -"PO-Revision-Date: 2014-07-15 05:54+0000\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 17:00+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -153,7 +153,7 @@ msgstr "" #: appinfo/app.php:11 js/filelist.js:25 msgid "Files" -msgstr "" +msgstr "கோப்புகள்" #: appinfo/app.php:27 msgid "All files" @@ -189,7 +189,7 @@ msgstr "" msgid "URL cannot be empty" msgstr "" -#: js/file-upload.js:568 js/filelist.js:1259 +#: js/file-upload.js:568 js/filelist.js:1275 msgid "{new_name} already exists" msgstr "" @@ -235,55 +235,55 @@ msgid "" "big." msgstr "" -#: js/filelist.js:675 js/filelist.js:1783 +#: js/filelist.js:680 js/filelist.js:1799 msgid "Pending" msgstr "" -#: js/filelist.js:1210 +#: js/filelist.js:1226 msgid "Error moving file." msgstr "" -#: js/filelist.js:1218 +#: js/filelist.js:1234 msgid "Error moving file" msgstr "" -#: js/filelist.js:1218 +#: js/filelist.js:1234 msgid "Error" msgstr "" -#: js/filelist.js:1307 +#: js/filelist.js:1323 msgid "Could not rename file" msgstr "" -#: js/filelist.js:1425 +#: js/filelist.js:1441 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1528 templates/list.php:61 +#: js/filelist.js:1544 templates/list.php:61 msgid "Name" msgstr "" -#: js/filelist.js:1529 templates/list.php:72 +#: js/filelist.js:1545 templates/list.php:72 msgid "Size" msgstr "" -#: js/filelist.js:1530 templates/list.php:75 +#: js/filelist.js:1546 templates/list.php:75 msgid "Modified" msgstr "" -#: js/filelist.js:1540 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1556 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1546 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1562 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1676 js/filelist.js:1715 +#: js/filelist.js:1692 js/filelist.js:1731 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" @@ -375,7 +375,7 @@ msgstr "" #: templates/list.php:12 msgid "New folder" -msgstr "" +msgstr "புதிய கோப்புறை" #: templates/list.php:13 msgid "Folder" diff --git a/l10n/ta_IN/lib.po b/l10n/ta_IN/lib.po index 354a30a3557301503153b0768e947cbc3fcccf2b..0b5fc677b3b442334abb8b058cb99cd95acee97b 100644 --- a/l10n/ta_IN/lib.po +++ b/l10n/ta_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-29 01:54-0400\n" -"PO-Revision-Date: 2014-06-29 05:54+0000\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 17:00+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ta_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:187 base.php:194 +#: base.php:195 base.php:202 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:188 +#: base.php:196 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:190 +#: base.php:198 #, php-format msgid "See %s" msgstr "" -#: base.php:195 private/util.php:413 +#: base.php:203 private/util.php:413 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:675 +#: base.php:662 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:676 +#: base.php:663 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -60,7 +60,7 @@ msgstr "" #: private/app.php:390 msgid "Settings" -msgstr "" +msgstr "அமைப்புகள்" #: private/app.php:402 msgid "Users" @@ -70,19 +70,19 @@ msgstr "" msgid "Admin" msgstr "" -#: private/app.php:987 +#: private/app.php:985 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "" -#: private/app.php:1144 +#: private/app.php:1142 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "" -#: private/app.php:1156 +#: private/app.php:1154 msgid "No app name specified" msgstr "" @@ -111,44 +111,44 @@ msgstr "" msgid "No source specified when installing app" msgstr "" -#: private/installer.php:242 +#: private/installer.php:243 msgid "No href specified when installing app from http" msgstr "" -#: private/installer.php:247 +#: private/installer.php:248 msgid "No path specified when installing app from local file" msgstr "" -#: private/installer.php:261 +#: private/installer.php:256 #, php-format msgid "Archives of type %s are not supported" msgstr "" -#: private/installer.php:275 +#: private/installer.php:270 msgid "Failed to open archive when installing app" msgstr "" -#: private/installer.php:313 +#: private/installer.php:308 msgid "App does not provide an info.xml file" msgstr "" -#: private/installer.php:319 +#: private/installer.php:314 msgid "App can't be installed because of not allowed code in the App" msgstr "" -#: private/installer.php:325 +#: private/installer.php:320 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "" -#: private/installer.php:331 +#: private/installer.php:326 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "" -#: private/installer.php:344 +#: private/installer.php:339 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" @@ -353,45 +353,45 @@ msgstr "" msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:1046 +#: private/share/share.php:1043 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1053 +#: private/share/share.php:1050 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1059 +#: private/share/share.php:1056 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1476 +#: private/share/share.php:1473 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1485 +#: private/share/share.php:1482 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1501 +#: private/share/share.php:1498 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1513 +#: private/share/share.php:1510 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1527 +#: private/share/share.php:1524 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" @@ -450,21 +450,21 @@ msgstr "" msgid "years ago" msgstr "" -#: private/user/manager.php:238 +#: private/user/manager.php:239 msgid "" "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", " "\"0-9\", and \"_.@-\"" msgstr "" -#: private/user/manager.php:243 +#: private/user/manager.php:244 msgid "A valid username must be provided" msgstr "" -#: private/user/manager.php:247 +#: private/user/manager.php:248 msgid "A valid password must be provided" msgstr "" -#: private/user/manager.php:252 +#: private/user/manager.php:253 msgid "The username is already being used" msgstr "" diff --git a/l10n/ta_IN/settings.po b/l10n/ta_IN/settings.po index 4f379235f349f825414eb6c19532a8c0a6ea9496..6a678c258dbcaec591bd5365d310d0ce3a61aff7 100644 --- a/l10n/ta_IN/settings.po +++ b/l10n/ta_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-09 01:54-0400\n" -"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 17:00+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -305,19 +305,19 @@ msgstr "" msgid "Unable to delete {objName}" msgstr "" -#: js/users/groups.js:73 js/users/groups.js:178 +#: js/users/groups.js:92 js/users/groups.js:200 msgid "Error creating group" msgstr "" -#: js/users/groups.js:177 +#: js/users/groups.js:199 msgid "A valid group name must be provided" msgstr "" -#: js/users/groups.js:205 +#: js/users/groups.js:227 msgid "deleted {groupName}" msgstr "" -#: js/users/groups.js:206 js/users/users.js:265 +#: js/users/groups.js:228 js/users/users.js:296 msgid "undo" msgstr "" @@ -337,31 +337,31 @@ msgstr "" msgid "Delete" msgstr "" -#: js/users/users.js:85 templates/users/part.userlist.php:98 +#: js/users/users.js:84 templates/users/part.userlist.php:98 msgid "never" msgstr "" -#: js/users/users.js:264 +#: js/users/users.js:295 msgid "deleted {userName}" msgstr "" -#: js/users/users.js:381 +#: js/users/users.js:431 msgid "add group" msgstr "" -#: js/users/users.js:578 +#: js/users/users.js:631 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 +#: js/users/users.js:632 js/users/users.js:638 js/users/users.js:653 msgid "Error creating user" msgstr "" -#: js/users/users.js:584 +#: js/users/users.js:637 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:608 +#: js/users/users.js:669 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -695,7 +695,7 @@ msgstr "" #: templates/admin.php:447 msgid "More" -msgstr "" +msgstr "மேலும்" #: templates/admin.php:448 msgid "Less" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index a788b2827f1c4e018cb191ab7539a5a2036e62d0..82732b28e444f53d84dc17319415e4af8f585823 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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 e91e505c65a74d3afc01b52d6c2e5b622fe97247..feeb6cdeea20c1c8ac5b9143013ff40107eef2de 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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_encryption.pot b/l10n/templates/files_encryption.pot index 3d6df76edede7379220c9c0fcbe3d35a5f97a298..a7cbce591e4b0b8184f198756ac21c952b5564b1 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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 08c00d9c5e68d27c36c4f215c1784643c022caf3..c7fa5874c7943190b4c920eeb23ef8bc7fde0d18 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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_sharing.pot b/l10n/templates/files_sharing.pot index ebb108324e1d0342043899be581c97acea93a61a..b90f30e5ff90d1faa216b32c12830d4f9bd08400 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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 a06bf05b0f90cbe6feb6ea2ef3000723b9607cba..ec4fc9a83a4e0af7d3eb5d3e4b37ea7e13a52add 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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 398e3d5a0c1dc43a625fdb9b08db4ac5eb13f9be..6eaf4560700a9cde91b2a24cf50d0f0a5b5d5fe8 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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 9a020722ae490230f26ec65b070afa70ccdd2137..fb8ccdf1cd1e3f7ba7c385c8d206899fc1a71536 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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/private.pot b/l10n/templates/private.pot index c292fc5ef38f8e552c6f8e4112386ed2fad86f4f..60b242d35bce12eae0e3add4e966cb11eb20fb71 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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/settings.pot b/l10n/templates/settings.pot index de6508429335ef50f6413008cfa246edcb78fd09..ab6cd55db947a61146436609d3a6935677c99e94 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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 bc8ffff5262f74f194e1153e862b2317d00d114a..6e5fc8c083f9b14e73446358310c54a12a1da4e5 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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 bbd26f315977ffc5b8614920f567ce0d0b2986d1..00eafa25f6672f77d003d8499a5ab22d1c49d459 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-07-26 01:54-0400\n" +"POT-Creation-Date: 2014-07-27 01:54-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/zh_CN/files_encryption.po b/l10n/zh_CN/files_encryption.po index bcf8c883f937b2de9f7d29e70e067ff66498a4cb..d18a53a5d0abaa24aacfb3387fb2a6b839fa7cab 100644 --- a/l10n/zh_CN/files_encryption.po +++ b/l10n/zh_CN/files_encryption.po @@ -4,6 +4,7 @@ # # Translators: # Kaijia Feng <fengkaijia@gmail.com>, 2014 +# Mave <mave@foxmail.com>, 2014 # Mengz You <mengz.you@gmail.com>, 2013 # Star Brilliant <m13253@hotmail.com>, 2013 # phy <transifex@phy25.com>, 2014 @@ -12,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-20 01:54-0400\n" -"PO-Revision-Date: 2014-07-19 07:40+0000\n" -"Last-Translator: Kaijia Feng <fengkaijia@gmail.com>\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 06:20+0000\n" +"Last-Translator: Mave <mave@foxmail.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -71,13 +72,13 @@ msgid "" "Your private key is not valid! Likely your password was changed outside of " "%s (e.g. your corporate directory). You can update your private key password" " in your personal settings to recover access to your encrypted files." -msgstr "" +msgstr "您的私有密钥无效!也许是您在 %s 外更改了密码 (比如,在您的公司目录)。您可以在个人设置里更新您的私钥密码来恢复访问你的加密文件。" #: files/error.php:20 msgid "" "Can not decrypt this file, probably this is a shared file. Please ask the " "file owner to reshare the file with you." -msgstr "" +msgstr " 无法解密这个文件(或许这是一个共享文件?),请询问文件所有者重新与您分享这个文件。" #: files/error.php:23 files/error.php:28 msgid "" diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index 5dd75d48846d7dec6d0eb12665f25f266933bc2f..215db67176d05253e82ee80300c1ca7015fdf0c5 100644 --- a/l10n/zh_HK/core.po +++ b/l10n/zh_HK/core.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# hklcf <hklcfs@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-16 01:54-0400\n" -"PO-Revision-Date: 2014-07-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 17:10+0000\n" +"Last-Translator: hklcf <hklcfs@gmail.com>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -149,37 +150,37 @@ msgstr "設定" #: js/js.js:590 msgid "File" -msgstr "" +msgstr "文件" #: js/js.js:591 msgid "Folder" -msgstr "" +msgstr "資料夾" #: js/js.js:592 msgid "Image" -msgstr "" +msgstr "圖片" #: js/js.js:593 msgid "Audio" -msgstr "" +msgstr "聲音" #: js/js.js:607 msgid "Saving..." -msgstr "" +msgstr "儲存中..." #: js/js.js:1278 msgid "seconds ago" -msgstr "" +msgstr "秒前" #: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" -msgstr[0] "" +msgstr[0] "%n 分鐘前" #: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" -msgstr[0] "" +msgstr[0] "%n 小時前" #: js/js.js:1281 msgid "today" @@ -192,26 +193,26 @@ msgstr "昨日" #: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" -msgstr[0] "" +msgstr[0] "%n 日前" #: js/js.js:1284 msgid "last month" -msgstr "前一月" +msgstr "上個月" #: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" -msgstr[0] "" +msgstr[0] "%n 月前" #: js/js.js:1286 msgid "last year" -msgstr "" +msgstr "上年" #: js/js.js:1287 msgid "years ago" -msgstr "" +msgstr "年前" -#: js/lostpassword.js:3 lostpassword/controller/lostcontroller.php:175 +#: js/lostpassword.js:3 lostpassword/controller/lostcontroller.php:198 msgid "Couldn't send reset email. Please contact your administrator." msgstr "" @@ -244,11 +245,11 @@ msgstr "" #: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" -msgstr "No" +msgstr "否" #: js/oc-dialogs.js:116 js/oc-dialogs.js:264 msgid "Yes" -msgstr "Yes" +msgstr "是" #: js/oc-dialogs.js:202 msgid "Choose" @@ -260,7 +261,7 @@ msgstr "" #: js/oc-dialogs.js:282 msgid "Ok" -msgstr "OK" +msgstr "確認" #: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" @@ -376,7 +377,7 @@ msgstr "" #: js/share.js:389 msgid "Share link" -msgstr "" +msgstr "分享連結" #: js/share.js:394 msgid "" @@ -477,7 +478,7 @@ msgstr "" #: js/share.js:1039 msgid "Sending ..." -msgstr "傳送中" +msgstr "發送中..." #: js/share.js:1050 msgid "Email sent" @@ -485,7 +486,7 @@ msgstr "郵件已傳" #: js/share.js:1074 msgid "Warning" -msgstr "" +msgstr "警告" #: js/tags.js:8 msgid "The object type is not specified." @@ -531,21 +532,21 @@ msgstr "" msgid "The update was successful. Redirecting you to ownCloud now." msgstr "更新成功, 正" -#: lostpassword/controller/lostcontroller.php:110 +#: lostpassword/controller/lostcontroller.php:133 msgid "Couldn't reset password because the token is invalid" msgstr "" -#: lostpassword/controller/lostcontroller.php:136 +#: lostpassword/controller/lostcontroller.php:159 msgid "Couldn't send reset email. Please make sure your username is correct." msgstr "" -#: lostpassword/controller/lostcontroller.php:151 +#: lostpassword/controller/lostcontroller.php:174 msgid "" "Couldn't send reset email because there is no email address for this " "username. Please contact your administrator." msgstr "" -#: lostpassword/controller/lostcontroller.php:168 +#: lostpassword/controller/lostcontroller.php:191 #, php-format msgid "%s password reset" msgstr "" @@ -578,7 +579,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:18 msgid "Reset" -msgstr "" +msgstr "重設" #: lostpassword/templates/resetpassword.php:5 msgid "New password" @@ -586,7 +587,7 @@ msgstr "新密碼" #: lostpassword/templates/resetpassword.php:6 msgid "New Password" -msgstr "" +msgstr "新密碼" #: setup/controller.php:140 #, php-format @@ -608,7 +609,7 @@ msgstr "個人" msgid "Users" msgstr "用戶" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 +#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 msgid "Apps" msgstr "軟件" @@ -774,19 +775,19 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:40 +#: templates/layout.user.php:44 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 "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:48 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:80 templates/singleuser.user.php:8 +#: templates/layout.user.php:84 templates/singleuser.user.php:8 msgid "Log out" msgstr "登出" diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po index 2efe1d34ca68df71dbc8c2caf58a0fc8904bf507..5b2e514d357679777c4d368a36fcb34cd55b6b3c 100644 --- a/l10n/zh_HK/files.po +++ b/l10n/zh_HK/files.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# hklcf <hklcfs@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-16 01:54-0400\n" -"PO-Revision-Date: 2014-07-15 06:11+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 16:30+0000\n" +"Last-Translator: hklcf <hklcfs@gmail.com>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,7 +28,7 @@ msgstr "" #: ajax/list.php:52 msgid "Unknown error" -msgstr "" +msgstr "不明錯誤" #: ajax/move.php:15 #, php-format @@ -157,7 +158,7 @@ msgstr "文件" #: appinfo/app.php:27 msgid "All files" -msgstr "" +msgstr "所有文件" #: js/file-upload.js:268 msgid "Unable to upload {filename} as it is a directory or has 0 bytes" @@ -189,7 +190,7 @@ msgstr "" msgid "URL cannot be empty" msgstr "" -#: js/file-upload.js:568 js/filelist.js:1259 +#: js/file-upload.js:568 js/filelist.js:1275 msgid "{new_name} already exists" msgstr "" @@ -227,7 +228,7 @@ msgstr "" #: js/fileactions.js:342 msgid "Rename" -msgstr "" +msgstr "重新命名" #: js/filelist.js:341 msgid "" @@ -235,53 +236,53 @@ msgid "" "big." msgstr "" -#: js/filelist.js:675 js/filelist.js:1783 +#: js/filelist.js:680 js/filelist.js:1799 msgid "Pending" msgstr "" -#: js/filelist.js:1210 +#: js/filelist.js:1226 msgid "Error moving file." msgstr "" -#: js/filelist.js:1218 +#: js/filelist.js:1234 msgid "Error moving file" msgstr "" -#: js/filelist.js:1218 +#: js/filelist.js:1234 msgid "Error" msgstr "錯誤" -#: js/filelist.js:1307 +#: js/filelist.js:1323 msgid "Could not rename file" msgstr "" -#: js/filelist.js:1425 +#: js/filelist.js:1441 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1528 templates/list.php:61 +#: js/filelist.js:1544 templates/list.php:61 msgid "Name" msgstr "名稱" -#: js/filelist.js:1529 templates/list.php:72 +#: js/filelist.js:1545 templates/list.php:72 msgid "Size" msgstr "大小" -#: js/filelist.js:1530 templates/list.php:75 +#: js/filelist.js:1546 templates/list.php:75 msgid "Modified" msgstr "" -#: js/filelist.js:1540 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1556 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -#: js/filelist.js:1546 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1562 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -#: js/filelist.js:1676 js/filelist.js:1715 +#: js/filelist.js:1692 js/filelist.js:1731 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" @@ -319,7 +320,7 @@ msgstr "" #: js/filesummary.js:182 msgid "{dirs} and {files}" -msgstr "" +msgstr "{dirs} 和 {files}" #: lib/app.php:103 #, php-format @@ -349,7 +350,7 @@ msgstr "儲存" #: templates/appnavigation.php:12 msgid "WebDAV" -msgstr "" +msgstr "WebDAV" #: templates/appnavigation.php:14 #, php-format @@ -360,7 +361,7 @@ msgstr "" #: templates/list.php:5 msgid "New" -msgstr "" +msgstr "新增" #: templates/list.php:8 msgid "New text file" @@ -372,11 +373,11 @@ msgstr "" #: templates/list.php:12 msgid "New folder" -msgstr "新文件夾" +msgstr "新資料夾" #: templates/list.php:13 msgid "Folder" -msgstr "" +msgstr "資料夾" #: templates/list.php:16 msgid "From link" diff --git a/l10n/zh_HK/files_encryption.po b/l10n/zh_HK/files_encryption.po index 3f827f4695decd0edfaf5233c148b3645cdb4367..dc7324eee254c2e5ddcc4a8589949ab4740fe1da 100644 --- a/l10n/zh_HK/files_encryption.po +++ b/l10n/zh_HK/files_encryption.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# hklcf <hklcfs@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-14 01:54-0400\n" -"PO-Revision-Date: 2014-06-14 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 16:40+0000\n" +"Last-Translator: hklcf <hklcfs@gmail.com>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,14 +54,14 @@ msgid "" "correct." msgstr "" -#: files/error.php:12 +#: files/error.php:13 msgid "" "Encryption app not initialized! Maybe the encryption app was re-enabled " "during your session. Please try to log out and log back in to initialize the" " encryption app." msgstr "" -#: files/error.php:16 +#: files/error.php:17 #, php-format msgid "" "Your private key is not valid! Likely your password was changed outside of " @@ -68,13 +69,13 @@ msgid "" " in your personal settings to recover access to your encrypted files." msgstr "" -#: files/error.php:19 +#: files/error.php:20 msgid "" "Can not decrypt this file, probably this is a shared file. Please ask the " "file owner to reshare the file with you." msgstr "" -#: files/error.php:22 files/error.php:27 +#: files/error.php:23 files/error.php:28 msgid "" "Unknown error. Please check your system settings or contact your " "administrator" @@ -91,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:300 +#: hooks/hooks.php:286 msgid "Following users are not set up for encryption:" msgstr "" @@ -127,11 +128,11 @@ msgstr "" #: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" -msgstr "" +msgstr "啟用" #: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" -msgstr "" +msgstr "停用" #: templates/settings-admin.php:32 msgid "Change recovery key password:" @@ -151,7 +152,7 @@ msgstr "" #: templates/settings-admin.php:56 msgid "Change Password" -msgstr "" +msgstr "更改密碼" #: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" diff --git a/l10n/zh_HK/files_external.po b/l10n/zh_HK/files_external.po index 1cccba7a743fa084d60a88b14cea546b69932f82..79b44ac1a6faa905c7e2402c75404928b9058213 100644 --- a/l10n/zh_HK/files_external.po +++ b/l10n/zh_HK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-17 01:54-0400\n" -"PO-Revision-Date: 2014-07-17 05:54+0000\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 16:30+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -233,7 +233,7 @@ msgstr "" #: js/settings.js:325 js/settings.js:332 msgid "Saved" -msgstr "" +msgstr "已儲存" #: lib/config.php:712 msgid "<b>Note:</b> " diff --git a/l10n/zh_HK/lib.po b/l10n/zh_HK/lib.po index 5c19c9676652e83020665c546abdb2665a1225df..e32b84bd7fd41c83757a632e52451748d6d20c3c 100644 --- a/l10n/zh_HK/lib.po +++ b/l10n/zh_HK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-29 01:54-0400\n" -"PO-Revision-Date: 2014-06-29 05:54+0000\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 17:10+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: zh_HK\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:187 base.php:194 +#: base.php:195 base.php:202 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:188 +#: base.php:196 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:190 +#: base.php:198 #, php-format msgid "See %s" msgstr "" -#: base.php:195 private/util.php:413 +#: base.php:203 private/util.php:413 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:675 +#: base.php:662 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:676 +#: base.php:663 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -70,19 +70,19 @@ msgstr "用戶" msgid "Admin" msgstr "管理" -#: private/app.php:987 +#: private/app.php:985 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "" -#: private/app.php:1144 +#: private/app.php:1142 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "" -#: private/app.php:1156 +#: private/app.php:1154 msgid "No app name specified" msgstr "" @@ -111,44 +111,44 @@ msgstr "" msgid "No source specified when installing app" msgstr "" -#: private/installer.php:242 +#: private/installer.php:243 msgid "No href specified when installing app from http" msgstr "" -#: private/installer.php:247 +#: private/installer.php:248 msgid "No path specified when installing app from local file" msgstr "" -#: private/installer.php:261 +#: private/installer.php:256 #, php-format msgid "Archives of type %s are not supported" msgstr "" -#: private/installer.php:275 +#: private/installer.php:270 msgid "Failed to open archive when installing app" msgstr "" -#: private/installer.php:313 +#: private/installer.php:308 msgid "App does not provide an info.xml file" msgstr "" -#: private/installer.php:319 +#: private/installer.php:314 msgid "App can't be installed because of not allowed code in the App" msgstr "" -#: private/installer.php:325 +#: private/installer.php:320 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "" -#: private/installer.php:331 +#: private/installer.php:326 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "" -#: private/installer.php:344 +#: private/installer.php:339 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" @@ -353,45 +353,45 @@ msgstr "" msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:1046 +#: private/share/share.php:1043 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1053 +#: private/share/share.php:1050 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1059 +#: private/share/share.php:1056 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1476 +#: private/share/share.php:1473 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1485 +#: private/share/share.php:1482 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1501 +#: private/share/share.php:1498 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1513 +#: private/share/share.php:1510 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1527 +#: private/share/share.php:1524 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" @@ -404,17 +404,17 @@ msgstr "" #: private/template/functions.php:134 msgid "seconds ago" -msgstr "" +msgstr "秒前" #: private/template/functions.php:135 msgid "%n minute ago" msgid_plural "%n minutes ago" -msgstr[0] "" +msgstr[0] "%n 分鐘前" #: private/template/functions.php:136 msgid "%n hour ago" msgid_plural "%n hours ago" -msgstr[0] "" +msgstr[0] "%n 小時前" #: private/template/functions.php:137 msgid "today" @@ -427,7 +427,7 @@ msgstr "昨日" #: private/template/functions.php:140 msgid "%n day go" msgid_plural "%n days ago" -msgstr[0] "" +msgstr[0] "%n 日前" #: private/template/functions.php:142 msgid "last month" @@ -436,31 +436,31 @@ msgstr "前一月" #: private/template/functions.php:143 msgid "%n month ago" msgid_plural "%n months ago" -msgstr[0] "" +msgstr[0] "%n 月前" #: private/template/functions.php:145 msgid "last year" -msgstr "" +msgstr "上年" #: private/template/functions.php:146 msgid "years ago" -msgstr "" +msgstr "年前" -#: private/user/manager.php:238 +#: private/user/manager.php:239 msgid "" "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", " "\"0-9\", and \"_.@-\"" msgstr "" -#: private/user/manager.php:243 +#: private/user/manager.php:244 msgid "A valid username must be provided" msgstr "" -#: private/user/manager.php:247 +#: private/user/manager.php:248 msgid "A valid password must be provided" msgstr "" -#: private/user/manager.php:252 +#: private/user/manager.php:253 msgid "The username is already being used" msgstr "" diff --git a/l10n/zh_HK/settings.po b/l10n/zh_HK/settings.po index 308698e96fcee9f90fc30146d94fb29cdaa89d7b..d43443bf788819a0949f4f69b648f85068013607 100644 --- a/l10n/zh_HK/settings.po +++ b/l10n/zh_HK/settings.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# hklcf <hklcfs@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-09 01:54-0400\n" -"PO-Revision-Date: 2014-07-09 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 16:30+0000\n" +"Last-Translator: hklcf <hklcfs@gmail.com>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +25,7 @@ msgstr "" #: admin/controller.php:73 msgid "Saved" -msgstr "" +msgstr "已儲存" #: admin/controller.php:90 msgid "test email settings" @@ -166,7 +167,7 @@ msgstr "" #: changepassword/controller.php:17 msgid "Wrong password" -msgstr "" +msgstr "密碼錯誤" #: changepassword/controller.php:36 msgid "No user supplied" @@ -195,7 +196,7 @@ msgstr "" #: js/admin.js:128 msgid "Sending..." -msgstr "" +msgstr "發送中..." #: js/apps.js:45 templates/help.php:7 msgid "User Documentation" @@ -215,11 +216,11 @@ msgstr "" #: js/apps.js:96 js/apps.js:158 js/apps.js:191 msgid "Disable" -msgstr "" +msgstr "停用" #: js/apps.js:96 js/apps.js:167 js/apps.js:184 js/apps.js:215 msgid "Enable" -msgstr "" +msgstr "啟用" #: js/apps.js:147 msgid "Please wait...." @@ -235,7 +236,7 @@ msgstr "" #: js/apps.js:220 msgid "Updating...." -msgstr "" +msgstr "更新中...." #: js/apps.js:223 msgid "Error while updating app" @@ -251,7 +252,7 @@ msgstr "更新" #: js/apps.js:227 msgid "Updated" -msgstr "" +msgstr "已更新" #: js/apps.js:233 msgid "Uninstalling ...." @@ -305,19 +306,19 @@ msgstr "" msgid "Unable to delete {objName}" msgstr "" -#: js/users/groups.js:73 js/users/groups.js:178 +#: js/users/groups.js:92 js/users/groups.js:200 msgid "Error creating group" msgstr "" -#: js/users/groups.js:177 +#: js/users/groups.js:199 msgid "A valid group name must be provided" msgstr "" -#: js/users/groups.js:205 +#: js/users/groups.js:227 msgid "deleted {groupName}" msgstr "" -#: js/users/groups.js:206 js/users/users.js:265 +#: js/users/groups.js:228 js/users/users.js:296 msgid "undo" msgstr "" @@ -337,31 +338,31 @@ msgstr "" msgid "Delete" msgstr "刪除" -#: js/users/users.js:85 templates/users/part.userlist.php:98 +#: js/users/users.js:84 templates/users/part.userlist.php:98 msgid "never" msgstr "" -#: js/users/users.js:264 +#: js/users/users.js:295 msgid "deleted {userName}" msgstr "" -#: js/users/users.js:381 +#: js/users/users.js:431 msgid "add group" msgstr "" -#: js/users/users.js:578 +#: js/users/users.js:631 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 +#: js/users/users.js:632 js/users/users.js:638 js/users/users.js:653 msgid "Error creating user" msgstr "" -#: js/users/users.js:584 +#: js/users/users.js:637 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:608 +#: js/users/users.js:669 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -395,7 +396,7 @@ msgstr "空" #: templates/admin.php:17 msgid "Login" -msgstr "" +msgstr "登入" #: templates/admin.php:18 msgid "Plain" @@ -407,11 +408,11 @@ msgstr "" #: templates/admin.php:24 msgid "SSL" -msgstr "" +msgstr "SSL" #: templates/admin.php:25 msgid "TLS" -msgstr "" +msgstr "TLS" #: templates/admin.php:47 templates/admin.php:61 msgid "Security Warning" @@ -695,7 +696,7 @@ msgstr "" #: templates/admin.php:447 msgid "More" -msgstr "" +msgstr "更多" #: templates/admin.php:448 msgid "Less" @@ -817,7 +818,7 @@ msgstr "新密碼" #: templates/personal.php:61 msgid "Change password" -msgstr "" +msgstr "更改密碼" #: templates/personal.php:73 templates/users/part.userlist.php:8 msgid "Full Name" diff --git a/l10n/zh_HK/user_webdavauth.po b/l10n/zh_HK/user_webdavauth.po index 56a52fd122733bee8b4e49c29c81c24253c1186f..f63a16d614743441272cf74de6744acb6f3171fd 100644 --- a/l10n/zh_HK/user_webdavauth.po +++ b/l10n/zh_HK/user_webdavauth.po @@ -4,13 +4,14 @@ # # Translators: # Andy Lam <sy6614@yahoo.com.hk>, 2013 +# hklcf <hklcfs@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:12+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-27 01:54-0400\n" +"PO-Revision-Date: 2014-07-26 16:00+0000\n" +"Last-Translator: hklcf <hklcfs@gmail.com>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +25,7 @@ msgstr "WebDAV 認證" #: templates/settings.php:3 msgid "Address:" -msgstr "" +msgstr "地址:" #: templates/settings.php:5 msgid "Save" diff --git a/lib/l10n/ia.php b/lib/l10n/ia.php index 51dc365ed6bd69a9cf8c811fcfb46a2f17a2c71a..03fbad47682da8b5b20e94b334f7b1a57b7ed69f 100644 --- a/lib/l10n/ia.php +++ b/lib/l10n/ia.php @@ -13,9 +13,9 @@ $TRANSLATIONS = array( "_%n hour ago_::_%n hours ago_" => array("","%n horas passate"), "today" => "hodie", "yesterday" => "heri", -"_%n day go_::_%n days ago_" => array("",""), +"_%n day go_::_%n days ago_" => array("","%n dies ante"), "last month" => "ultime mense", -"_%n month ago_::_%n months ago_" => array("",""), +"_%n month ago_::_%n months ago_" => array("","%n menses ante"), "last year" => "ultime anno", "years ago" => "annos passate" ); diff --git a/lib/l10n/pl.php b/lib/l10n/pl.php index bfb56152a39b748097edfee01441f67d95f9e9ab..4f339bbc8d4a1ac042f6e9ea8d2bfe684175485c 100644 --- a/lib/l10n/pl.php +++ b/lib/l10n/pl.php @@ -1,6 +1,9 @@ <?php $TRANSLATIONS = array( +"Cannot write into \"config\" directory!" => "Nie można zapisać do katalogu \"config\"!", +"This can usually be fixed by giving the webserver write access to the config directory" => "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu config.", "See %s" => "Zobacz %s", +"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu config%s.", "You are accessing the server from an untrusted domain." => "Dostajesz się do serwera z niezaufanej domeny.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Proszę skontaktuj się z administratorem. Jeśli jesteś administratorem tej instancji, skonfiguruj parametr \"trusted_domain\" w pliku config/config.php. Przykładowa konfiguracja jest dostępna w pliku config/config.sample.php.", "Help" => "Pomoc", @@ -88,8 +91,12 @@ $TRANSLATIONS = array( "A valid password must be provided" => "Należy podać prawidłowe hasło", "The username is already being used" => "Ta nazwa użytkownika jest już używana", "No database drivers (sqlite, mysql, or postgresql) installed." => "Brak sterowników bazy danych (sqlite, mysql or postgresql).", +"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Problemy z uprawnieniami można zwykle naprawić przez %sdodanie serwerowi www uprawnień zapisu do katalogu głównego%s.", "Cannot write into \"config\" directory" => "Nie można zapisać do katalogu \"config\"", "Cannot write into \"apps\" directory" => "Nie można zapisać do katalogu \"apps\"", +"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu apps%s lub wyłączenie appstore w pliku konfiguracyjnym.", +"Cannot create \"data\" directory (%s)" => "Nie można utworzyć katalogu \"data\" (%s)", +"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Można to zwykle rozwiązać przez <a href=\"%s\" target=\"_blank\">dodanie serwerowi www uprawnień zapisu do katalogu głównego</a>.", "Setting locale to %s failed" => "Nie udało się zmienić języka na %s", "Please install one of theses locales on your system and restart your webserver." => "Proszę zainstalować jeden z tych języków w twoim systemie i zrestartować serwer www.", "Please ask your server administrator to install the module." => "Proszę poproś administratora serwera aby zainstalował ten moduł.", @@ -98,7 +105,16 @@ $TRANSLATIONS = array( "Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." => "Proszę poproś administratora serwera aby zaktualizował PHP do najnowszej wersji. Twoja wersja PHP nie jest już dłużej wspierana przez ownCloud i społeczność PHP.", "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Bezpieczny tryb PHP jest aktywny. ownCloud do poprawnej pracy wymaga aby był on wyłączony.", "PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "Bezpieczny tryb PHP jest przestarzały i w większości bezużyteczny i powinien być wyłączony. Proszę poproś administratora serwera aby wyłączył go w php.ini lub w pliku konfiguracyjnym serwera www.", +"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes są włączone. Do poprawnego działania ownCloud wymagane jest ich wyłączenie.", +"Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "Magic Quotes to przestarzałe i zasadniczo bezużyteczne ustawienie, które powinno być wyłączone. Poproś administratora serwera, by wyłączył je w php.ini albo w konfiguracji serwera www.", +"PHP modules have been installed, but they are still listed as missing?" => "Moduły PHP zostały zainstalowane, ale nadal brakuje ich na liście?", +"Please ask your server administrator to restart the web server." => "Poproś administratora serwera o restart serwera www.", "PostgreSQL >= 9 required" => "Wymagany PostgreSQL >= 9", +"Please upgrade your database version" => "Uaktualnij wersję bazy danych", +"Error occurred while checking PostgreSQL version" => "Wystąpił błąd podczas sprawdzania wersji PostgreSQL", +"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Upewnij się, że PostgreSQL jest w wersji co najmniej 9 lub sprawdź log by uzyskać więcej informacji na temat błędu", +"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Zmień uprawnienia na 0770, żeby ukryć zawartość katalogu przed innymi użytkownikami.", +"Please check that the data directory contains a file \".ocdata\" in its root." => "Sprawdź, czy katalog danych zawiera plik \".ocdata\".", "Could not obtain lock type %d on \"%s\"." => "Nie można uzyskać blokady typu %d na \"%s\"." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/lib/l10n/ta_IN.php b/lib/l10n/ta_IN.php index 15f78e0bce6d7e36688d2913f6affa4c17472a65..5907e09695d1601ff621b63c3771f3e63f8f1f9b 100644 --- a/lib/l10n/ta_IN.php +++ b/lib/l10n/ta_IN.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Settings" => "அமைப்புகள்", "_%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/zh_HK.php b/lib/l10n/zh_HK.php index e4039324d98d80044ced2177695dc3b3558234fe..75085e02ae3d4a33e2745e03783fa26f036d3f9b 100644 --- a/lib/l10n/zh_HK.php +++ b/lib/l10n/zh_HK.php @@ -5,12 +5,15 @@ $TRANSLATIONS = array( "Settings" => "設定", "Users" => "用戶", "Admin" => "管理", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), +"seconds ago" => "秒前", +"_%n minute ago_::_%n minutes ago_" => array("%n 分鐘前"), +"_%n hour ago_::_%n hours ago_" => array("%n 小時前"), "today" => "今日", "yesterday" => "昨日", -"_%n day go_::_%n days ago_" => array(""), +"_%n day go_::_%n days ago_" => array("%n 日前"), "last month" => "前一月", -"_%n month ago_::_%n months ago_" => array("") +"_%n month ago_::_%n months ago_" => array("%n 月前"), +"last year" => "上年", +"years ago" => "年前" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index d7fefb8cfd731b3669d4ba031669a6787aaf8215..40f2e4c5410383ce569b06231bbd45e0be70d3db 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -95,7 +95,7 @@ $TRANSLATIONS = array( "SSL" => "SSL", "TLS" => "TLS", "Security Warning" => "Beveiligingswaarschuwing", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "U bent met %s verbonden over HTTP. We adviseren met klem uw server zo te configureren dat allen HTTPS kan worden gebruikt.", +"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "U bent met %s verbonden over HTTP. We adviseren met klem uw server zo te configureren dat alleen HTTPS kan worden gebruikt.", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Uw data folder en uw bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om uw webserver zodanig te configureren, dat de datamap niet bereikbaar is vanaf het internet of om uw datamap te verplaatsen naar een locatie buiten de document root van de webserver.", "Setup Warning" => "Instellingswaarschuwing", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie omdat de WebDAV interface verbroken lijkt.", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 63bf4265283c0d87af6f305214208abc0d002543..ad6a2ee3ffcdd8b83ccbb52efe953cd34af4f0d1 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -120,6 +120,7 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron nie został jeszcze uruchomiony!", "Execute one task with each page loaded" => "Wykonuj jedno zadanie wraz z każdą wczytaną stroną", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php raz na 15 minut przez http.", +"Use system's cron service to call the cron.php file every 15 minutes." => "Użyj systemowej usługi cron do wywoływania cron.php co 15 minut.", "Sharing" => "Udostępnianie", "Allow apps to use the Share API" => "Zezwalaj aplikacjom na korzystanie z API udostępniania", "Allow users to share via link" => "Pozwól użytkownikom współdzielić przez link", diff --git a/settings/l10n/ta_IN.php b/settings/l10n/ta_IN.php new file mode 100644 index 0000000000000000000000000000000000000000..87afecee84d72aa27e9781e03b52dbefeda54696 --- /dev/null +++ b/settings/l10n/ta_IN.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"More" => "மேலும்" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/zh_HK.php b/settings/l10n/zh_HK.php index ee98d2a6b146f758581a74e595b0c8e7c4339895..e4fd9170994e9b45de1cee27e5ba3da6b0d7ca3d 100644 --- a/settings/l10n/zh_HK.php +++ b/settings/l10n/zh_HK.php @@ -1,15 +1,27 @@ <?php $TRANSLATIONS = array( +"Saved" => "已儲存", "Email sent" => "郵件已傳", "Encryption" => "加密", +"Wrong password" => "密碼錯誤", +"Sending..." => "發送中...", +"Disable" => "停用", +"Enable" => "啟用", +"Updating...." => "更新中....", "Error" => "錯誤", "Update" => "更新", +"Updated" => "已更新", "Groups" => "群組", "Delete" => "刪除", "None" => "空", +"Login" => "登入", +"SSL" => "SSL", +"TLS" => "TLS", "Port" => "連接埠", +"More" => "更多", "Password" => "密碼", "New password" => "新密碼", +"Change password" => "更改密碼", "Email" => "電郵", "Cancel" => "取消", "Create" => "新增",