diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index 8291b507c710050806063e430fcba7f089f05702..5159bc8584b74ff993c929aa0cffbc281a5b3ad5 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.php @@ -1,12 +1,17 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "無法存取儲存空間", +"Storage invalid" => "無效的儲存空間", "Unknown error" => "未知的錯誤", "Could not move %s - File with this name already exists" => "無法移動 %s ,同名的檔案已經存在", "Could not move %s" => "無法移動 %s", "File name cannot be empty." => "檔名不能為空", +"\"%s\" is an invalid file name." => "%s 是不合法的檔名。", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元", +"The target folder has been moved or deleted." => "目標資料夾已經被搬移或刪除。", "The name %s is already used in the folder %s. Please choose a different name." => "%s 已經被使用於資料夾 %s ,請換一個名字", "Not a valid source" => "不是有效的來源", +"Server is not allowed to open URLs, please check the server configuration" => "伺服器上不允許開啓 URL ,請檢查伺服器設定", "Error while downloading %s to %s" => "下載 %s 到 %s 失敗", "Error when creating the file" => "建立檔案失敗", "Folder name cannot be empty." => "資料夾名稱不能留空", @@ -26,7 +31,10 @@ $TRANSLATIONS = array( "Upload failed. Could not get file info." => "上傳失敗,無法取得檔案資訊", "Invalid directory." => "無效的資料夾", "Files" => "檔案", +"All files" => "所有檔案", "Unable to upload {filename} as it is a directory or has 0 bytes" => "因為 {filename} 是個目錄或是大小為零,所以無法上傳", +"Total file size {size1} exceeds upload limit {size2}" => "檔案大小總和 {size1} 超過上傳限制 {size2}", +"Not enough free space, you are uploading {size1} but only {size2} is left" => "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", "Upload cancelled." => "上傳已取消", "Could not get result from server." => "無法從伺服器取回結果", "File upload is in progress. Leaving the page now will cancel the upload." => "檔案上傳中,離開此頁面將會取消上傳。", @@ -34,22 +42,27 @@ $TRANSLATIONS = array( "{new_name} already exists" => "{new_name} 已經存在", "Could not create file" => "無法建立檔案", "Could not create folder" => "無法建立資料夾", +"Error fetching URL" => "抓取 URL 發生錯誤", "Share" => "分享", "Delete" => "刪除", +"Disconnect storage" => "斷開儲存空間連接", "Unshare" => "取消分享", "Delete permanently" => "永久刪除", "Rename" => "重新命名", "Your download is being prepared. This might take some time if the files are big." => "正在準備您的下載,若您的檔案較大,將會需要更多時間。", "Pending" => "等候中", +"Error moving file." => "移動檔案發生錯誤", "Error moving file" => "移動檔案失敗", "Error" => "錯誤", "Could not rename file" => "無法重新命名", +"Error deleting file." => "刪除檔案發生錯誤", "Name" => "名稱", "Size" => "大小", "Modified" => "修改時間", "_%n folder_::_%n folders_" => array("%n 個資料夾"), "_%n file_::_%n files_" => array("%n 個檔案"), "_Uploading %n file_::_Uploading %n files_" => array("%n 個檔案正在上傳"), +"\"{name}\" is an invalid file name." => "{name} 是無效的檔名", "Your storage is full, files can not be updated or synced anymore!" => "您的儲存空間已滿,沒有辦法再更新或是同步檔案!", "Your storage is almost full ({usedSpacePercent}%)" => "您的儲存空間快要滿了 ({usedSpacePercent}%)", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "檔案加密已啓用,但是您的金鑰尚未初始化,請重新登入一次", @@ -57,6 +70,7 @@ $TRANSLATIONS = array( "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "加密已經被停用,但是您的舊檔案還是處於已加密的狀態,請前往個人設定以解密這些檔案。", "{dirs} and {files}" => "{dirs} 和 {files}", "%s could not be renamed" => "無法重新命名 %s", +"Upload (max. %s)" => "上傳(至多 %s)", "File handling" => "檔案處理", "Maximum upload size" => "上傳限制", "max. possible: " => "最大允許:", @@ -64,6 +78,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "使用這個地址<a href=\"%s\" target=\"_blank\">來透過 WebDAV 存取檔案</a>", "New" => "新增", +"New text file" => "新文字檔", "Text file" => "文字檔", "New folder" => "新資料夾", "Folder" => "資料夾", @@ -73,6 +88,7 @@ $TRANSLATIONS = array( "Download" => "下載", "Upload too large" => "上傳過大", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "您試圖上傳的檔案大小超過伺服器的限制。", -"Files are being scanned, please wait." => "正在掃描檔案,請稍等。" +"Files are being scanned, please wait." => "正在掃描檔案,請稍等。", +"Currently scanning" => "正在掃描" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/de.php b/apps/files_encryption/l10n/de.php index 0a823ea8a9e4684bae1951d917d43ba88169c37f..28256fabeb25a93a5f16a461bd6bdfe814e2eee0 100644 --- a/apps/files_encryption/l10n/de.php +++ b/apps/files_encryption/l10n/de.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Neues Wiederherstellungsschlüssel-Passwort", "Repeat New Recovery key password" => "Neues Schlüssel-Passwort zur Wiederherstellung wiederholen", "Change Password" => "Passwort ändern", +"Your private key password no longer match your log-in password." => "Dein Passwort für Deinen privaten Schlüssel stimmt nicht mehr mit Deinem Loginpasswort überein.", +"Set your old private key password to your current log-in password:" => "Setze Dein altes Passwort für Deinen privaten Schlüssel auf Dein aktuelles Login-Passwort:", " If you don't remember your old password you can ask your administrator to recover your files." => "Wenn Du Dein altes Passwort vergessen hast, könntest Du Deinen Administrator bitten, Deine Daten wiederherzustellen.", "Old log-in password" => "Altes Login Passwort", "Current log-in password" => "Aktuelles Passwort", diff --git a/apps/files_encryption/l10n/de_DE.php b/apps/files_encryption/l10n/de_DE.php index 7a899580dcc03a0ae99182a061cfa63855b2a7aa..260d40761d2bb8cd2882455343ea82f345931393 100644 --- a/apps/files_encryption/l10n/de_DE.php +++ b/apps/files_encryption/l10n/de_DE.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Neues Wiederherstellungsschlüsselpasswort ", "Repeat New Recovery key password" => "Neues Schlüssel-Passwort zur Wiederherstellung wiederholen", "Change Password" => "Passwort ändern", +"Your private key password no longer match your log-in password." => "Das Privatschlüsselpasswort darf nicht länger mit den Login-Passwort übereinstimmen.", +"Set your old private key password to your current log-in password:" => "Setzen Sie Ihr altes Privatschlüsselpasswort auf Ihr aktuelles LogIn-Passwort:", " If you don't remember your old password you can ask your administrator to recover your files." => "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen.", "Old log-in password" => "Altes Login-Passwort", "Current log-in password" => "Momentanes Login-Passwort", diff --git a/apps/files_encryption/l10n/eu.php b/apps/files_encryption/l10n/eu.php index 0da0e0bfad344a7ff2bbde18c05aab8e70fb27a1..f456eb035ae06ca21f6f2ad0bf4ce097d933c195 100644 --- a/apps/files_encryption/l10n/eu.php +++ b/apps/files_encryption/l10n/eu.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Berreskuratze gako pasahitz berria", "Repeat New Recovery key password" => "Errepikatu berreskuratze gako berriaren pasahitza", "Change Password" => "Aldatu Pasahitza", +"Your private key password no longer match your log-in password." => "Zure gako pribatuaren pasahitza ez da dagoeneko zure sarrera pasahitza.", +"Set your old private key password to your current log-in password:" => "Set your old private key password to your current log-in password:", " If you don't remember your old password you can ask your administrator to recover your files." => "Ez baduzu zure pasahitz zaharra gogoratzen eskatu zure administratzaileari zure fitxategiak berreskuratzeko.", "Old log-in password" => "Sartzeko pasahitz zaharra", "Current log-in password" => "Sartzeko oraingo pasahitza", diff --git a/apps/files_encryption/l10n/gl.php b/apps/files_encryption/l10n/gl.php index 120055c9bb6de4476af8707f37dcde7a02107ef3..2a5e08701ad8d91340934155991de4c57e861efe 100644 --- a/apps/files_encryption/l10n/gl.php +++ b/apps/files_encryption/l10n/gl.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Novo contrasinal da chave de recuperación", "Repeat New Recovery key password" => "Repita o novo contrasinal da chave de recuperación", "Change Password" => "Cambiar o contrasinal", +"Your private key password no longer match your log-in password." => "O seu contrasinal da chave privada non coincide co seu contrasinal de acceso.", +"Set your old private key password to your current log-in password:" => "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual:", " If you don't remember your old password you can ask your administrator to recover your files." => "Se non lembra o seu antigo contrasinal pode pedírllelo ao seu administrador para recuperar os seus ficheiros.", "Old log-in password" => "Contrasinal antigo de acceso", "Current log-in password" => "Contrasinal actual de acceso", diff --git a/apps/files_encryption/l10n/it.php b/apps/files_encryption/l10n/it.php index efc2f72afc5ee208bda1057c93c467f927ff9403..8fce4453cecb0747dbbd276db063633c8ad397c1 100644 --- a/apps/files_encryption/l10n/it.php +++ b/apps/files_encryption/l10n/it.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nuova password della chiave di recupero", "Repeat New Recovery key password" => "Ripeti la nuova password della chiave di recupero", "Change Password" => "Modifica password", +"Your private key password no longer match your log-in password." => "La password della chiave privata non corrisponde più alla password di accesso.", +"Set your old private key password to your current log-in password:" => "Imposta la vecchia password della chiave privata sull'attuale password di accesso:", " If you don't remember your old password you can ask your administrator to recover your files." => "Se non ricordi la vecchia password puoi chiedere al tuo amministratore di recuperare i file.", "Old log-in password" => "Vecchia password di accesso", "Current log-in password" => "Password di accesso attuale", diff --git a/apps/files_encryption/l10n/pt_BR.php b/apps/files_encryption/l10n/pt_BR.php index 12795d6d3462112272a33107053c23ffb66b56d0..177806302171b958a33c6b830e2c309a4c7beac9 100644 --- a/apps/files_encryption/l10n/pt_BR.php +++ b/apps/files_encryption/l10n/pt_BR.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nova senha da chave de recuperação", "Repeat New Recovery key password" => "Repita Nova senha da chave de recuperação", "Change Password" => "Trocar Senha", +"Your private key password no longer match your log-in password." => "Sua senha da chave privada já não corresponde à sua senha de login.", +"Set your old private key password to your current log-in password:" => "Defina a sua antiga senha da chave privada para sua senha de login atual:", " If you don't remember your old password you can ask your administrator to recover your files." => "Se você não se lembra de sua antiga senha você pode pedir ao administrador que recupere seus arquivos.", "Old log-in password" => "Senha antiga de login", "Current log-in password" => "Senha de login atual", diff --git a/apps/files_encryption/l10n/pt_PT.php b/apps/files_encryption/l10n/pt_PT.php index f1cb24820cbad844e8182d593300a17e6f99ae76..c25e70832dc118364bcad675040fbd931790c92f 100644 --- a/apps/files_encryption/l10n/pt_PT.php +++ b/apps/files_encryption/l10n/pt_PT.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nova senha da chave de recuperação", "Repeat New Recovery key password" => "Contrassenha da nova chave de recuperação", "Change Password" => "Alterar a Senha", +"Your private key password no longer match your log-in password." => "A Password da sua chave privada não coincide mais com password do login.", +"Set your old private key password to your current log-in password:" => "Altere a password antiga da chave privada para a nova password do login:", " If you don't remember your old password you can ask your administrator to recover your files." => "Se não se lembra da senha antiga pode pedir ao administrador para recuperar os seus ficheiros. ", "Old log-in password" => "Senha de iniciar sessão antiga", "Current log-in password" => "Senha de iniciar sessão atual", diff --git a/apps/files_sharing/l10n/zh_TW.php b/apps/files_sharing/l10n/zh_TW.php index 676303a8060068ad5f5fbbb009a8bf4ceed5d538..0b6f6d9e11e200fb5f93f54396f422ef32d18219 100644 --- a/apps/files_sharing/l10n/zh_TW.php +++ b/apps/files_sharing/l10n/zh_TW.php @@ -1,17 +1,38 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "伺服器對伺服器共享在這台伺服器上面並未啟用", +"Couldn't add remote share" => "無法加入遠端分享", +"Shared with you" => "與你分享", +"Shared with others" => "與其他人分享", +"Shared by link" => "由連結分享", +"No files have been shared with you yet." => "目前沒有任何與你分享的檔案", +"You haven't shared any files yet." => "你尚未分享任何檔案", +"You haven't shared any files by link yet." => "你尚未使用連結分享任何檔案", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?", +"Remote share" => "遠端分享", +"Remote share password" => "遠端分享密碼", "Cancel" => "取消", +"Add remote share" => "加入遠端分享", +"No ownCloud installation found at {remote}" => "沒有在 {remote} 找到 ownCloud", +"Invalid ownCloud url" => "無效的 ownCloud URL", "Shared by" => "由...分享", "This share is password-protected" => "這個分享有密碼保護", "The password is wrong. Try again." => "請檢查您的密碼並再試一次", "Password" => "密碼", "Name" => "名稱", +"Share time" => "分享時間", "Sorry, this link doesn’t seem to work anymore." => "抱歉,此連結已經失效", "Reasons might be:" => "可能的原因:", "the item was removed" => "項目已經移除", "the link expired" => "連結過期", "sharing is disabled" => "分享功能已停用", "For more info, please ask the person who sent this link." => "請詢問告訴您此連結的人以瞭解更多", -"Download" => "下載" +"Add to your ownCloud" => "加入到你的 ownCloud", +"Download" => "下載", +"Download %s" => "下載 %s", +"Direct link" => "直接連結", +"Remote Shares" => "遠端分享", +"Allow other instances to mount public links shared from this server" => "允許其他伺服器掛載本地的公開分享", +"Allow users to mount public link shares" => "允許使用者掛載公開分享" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index 0de501706f42b70a8be4bf8514fa0ee48df99ad7..5a739ba0db36796463d37c4173aa0cbd1c0021d2 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -4,6 +4,8 @@ $TRANSLATIONS = array( "Turned on maintenance mode" => "已啓用維護模式", "Turned off maintenance mode" => "已停用維護模式", "Updated database" => "已更新資料庫", +"Checked database schema update" => "已檢查資料庫格式更新", +"Disabled incompatible apps: %s" => "停用不相容的應用程式:%s", "No image or file provided" => "未提供圖片或檔案", "Unknown filetype" => "未知的檔案類型", "Invalid image" => "無效的圖片", @@ -31,6 +33,8 @@ $TRANSLATIONS = array( "Settings" => "設定", "File" => "檔案", "Folder" => "資料夾", +"Image" => "圖片", +"Audio" => "音訊", "Saving..." => "儲存中...", "seconds ago" => "幾秒前", "_%n minute ago_::_%n minutes ago_" => array("%n 分鐘前"), @@ -42,6 +46,10 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%n 個月前"), "last year" => "去年", "years ago" => "幾年前", +"Couldn't send reset email. Please contact your administrator." => "無法寄送重設 email ,請聯絡系統管理員", +"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." => "重設密碼的連結已經 email 至你的信箱,如果你在一段時間內沒收到,請檢查垃圾郵件資料夾,如果還是找不到,請聯絡系統管理員。", +"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" => "您的檔案是加密的,如果您沒有啟用救援金鑰,當您重設密碼之後將無法存取您的資料。<br/>如果不確定該怎麼做,請聯絡您的系統管理員。<br/>您確定要繼續嗎?", +"I know what I'm doing" => "我知道我在幹嘛", "Reset password" => "重設密碼", "No" => "否", "Yes" => "是", diff --git a/l10n/ach/files.po b/l10n/ach/files.po index 431b89fa3bf9e6ebdca37a892459780b5e99709b..dd778cb17fda96424f1e4bdf6a28ecb91cfd093d 100644 --- a/l10n/ach/files.po +++ b/l10n/ach/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ady/files.po b/l10n/ady/files.po index 967e3334af614df18938d9a3d1f5458652cc1326..14fdfecb8ffa848a0907811b8ae82ed8466fba33 100644 --- a/l10n/ady/files.po +++ b/l10n/ady/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/af_ZA/files.po b/l10n/af_ZA/files.po index 6b52309ed4fbd60664787896cf18159c6f8006e8..9a647cfc88f0a893a27537866a16dce6059dcc76 100644 --- a/l10n/af_ZA/files.po +++ b/l10n/af_ZA/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-16 01:54-0400\n" -"PO-Revision-Date: 2014-07-15 06:11+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ak/files.po b/l10n/ak/files.po index 5ddaeb959bc78fed50efda8223c719259e0318da..1ac6949274409566f9bb43f311b94462b856cdf4 100644 --- a/l10n/ak/files.po +++ b/l10n/ak/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Akan (http://www.transifex.com/projects/p/owncloud/language/ak/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/am_ET/files.po b/l10n/am_ET/files.po index d45505a5254243a0fad66c11579b912fd306309d..f90c486071c6955f0203c10dcf39c5b011ebea3b 100644 --- a/l10n/am_ET/files.po +++ b/l10n/am_ET/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Amharic (Ethiopia) (http://www.transifex.com/projects/p/owncloud/language/am_ET/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ar/files.po b/l10n/ar/files.po index 95f96f0cdb8c92417b657be5b4e3faeea9f1e32c..5809c9f98302c0eeeb5e40348a5d696f3195735e 100644 --- a/l10n/ar/files.po +++ b/l10n/ar/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -77,12 +77,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/ast/files.po b/l10n/ast/files.po index bff526a4483c1d1c505316b78e34a0f87eeada88..303c10e8141c868cc3226d0d7f44e67e75830b8e 100644 --- a/l10n/ast/files.po +++ b/l10n/ast/files.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-02 01:54-0400\n" -"PO-Revision-Date: 2014-08-01 08:30+0000\n" -"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,12 +78,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Nun se-y permite al sirvidor abrir URLs, por favor comprueba la configuración del sirvidor" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Fallu cuando se descargaba %s a %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Fallu cuando se creaba'l ficheru" diff --git a/l10n/az/files.po b/l10n/az/files.po index cd33210f531d5b4b00de19ddf44089d57070fdfc..300cd1d3596c683d40aff84c523e088923ae0842 100644 --- a/l10n/az/files.po +++ b/l10n/az/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/be/files.po b/l10n/be/files.po index 7bc751e16018cf877c75ef11122c80111dd29c94..165a4fb715b332af399068ce5bbabed013156662 100644 --- a/l10n/be/files.po +++ b/l10n/be/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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,43 +240,43 @@ 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] "" @@ -279,7 +284,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: 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] "" @@ -287,7 +292,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: 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] "" diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index aa5a08ca5512fa3682c72c385924336c77b4417e..cd89a1f1c4358f9e4e17f8dfab37a6d9911e9cf9 100644 --- a/l10n/bg_BG/files.po +++ b/l10n/bg_BG/files.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-05 02:02-0400\n" -"PO-Revision-Date: 2014-08-04 20:40+0000\n" -"Last-Translator: Ivo\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "На сървърът не му е разрешно да отваря интернет адреси, моля провери настройките на сървъра." -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Грешка при тегленето на %s от %s." -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Грешка при създаването на файлът." diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po index 5cd54018974cba2de4257d42875bed8c8c78c162..a35dc44a54ca68afca11aa2be310bc0ab57e2e79 100644 --- a/l10n/bn_BD/files.po +++ b/l10n/bn_BD/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/bn_IN/files.po b/l10n/bn_IN/files.po index 77689810462be346777577473a00997e22a815b7..aaac6ec96c32c7f33e4c3ddad49ef27c420d6ec7 100644 --- a/l10n/bn_IN/files.po +++ b/l10n/bn_IN/files.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-20 01:54-0400\n" -"PO-Revision-Date: 2014-07-19 21:20+0000\n" -"Last-Translator: ishita mukherjee <ishitamukh91@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -190,7 +195,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 "" @@ -236,55 +241,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] "" diff --git a/l10n/bs/files.po b/l10n/bs/files.po index aa36096173b21fec4f81af3d72a966250b435f0e..c122ff1054bd3bcac29a05332dcb872d74c66b23 100644 --- a/l10n/bs/files.po +++ b/l10n/bs/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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,57 +240,57 @@ 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 "Ime" -#: js/filelist.js:1529 templates/list.php:72 +#: js/filelist.js:1545 templates/list.php:72 msgid "Size" msgstr "Veličina" -#: 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] "" msgstr[2] "" -#: 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] "" msgstr[2] "" -#: 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] "" diff --git a/l10n/ca/files.po b/l10n/ca/files.po index 7a911ce6d8cdd47a0f3e6af7e03527adb59d116f..467fd9d0b5045d134a6e149a5f3cb059705791a6 100644 --- a/l10n/ca/files.po +++ b/l10n/ca/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -80,12 +80,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "El servidor no té autorització per obrir URLs, comproveu la configuració del servidor" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "S'ha produït un error en baixar %s a %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "S'ha produït un error en crear el fitxer" diff --git a/l10n/ca@valencia/files.po b/l10n/ca@valencia/files.po index 27bb40ce18b5f316972cc90a8bf700d79ec436b4..d84c98dd7d39f19caa84b9e05ed0496bc30d236c 100644 --- a/l10n/ca@valencia/files.po +++ b/l10n/ca@valencia/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (Valencian) (http://www.transifex.com/projects/p/owncloud/language/ca@valencia/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 861189b44fdc6496fad9260434fa27812143070b..6cf14ae7ade4c8eb38bed81782d94bdb031d5355 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -85,12 +85,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Server není oprávněn otevírat adresy URL. Ověřte, prosím, konfiguraci serveru." -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Chyba při stahování %s do %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Chyba při vytváření souboru" diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po index cdfe2b58f71848eac3da8191ce4b82513fe2ebbe..5acc912806ddbbc0c4fc32e301e296659b6bd6e9 100644 --- a/l10n/cy_GB/files.po +++ b/l10n/cy_GB/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/da/files.po b/l10n/da/files.po index a7b8e542df94cdca1c77057d9b72a24dd87e90bd..80489ad94505eaab24cf6f23ad6962d8aaf7c321 100644 --- a/l10n/da/files.po +++ b/l10n/da/files.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" -"Last-Translator: Johannes Hessellund <osos@openeyes.dk>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -83,12 +83,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Server har ikke tilladelse til at åbne URL'er. Kontroller venligst serverens indstillinger" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Fejl ved hentning af %s til %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Fejl ved oprettelse af fil" diff --git a/l10n/de/files.po b/l10n/de/files.po index f211b802fa1edf0bb6bca2ad7bbc6f790bb98c4f..3b1a8d42b96c7e472f7a78044eff0ab261a719ec 100644 --- a/l10n/de/files.po +++ b/l10n/de/files.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -83,12 +83,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Fehler beim Herunterladen von %s nach %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Fehler beim Erstellen der Datei" diff --git a/l10n/de/files_encryption.po b/l10n/de/files_encryption.po index 218ea1b3f4bc966112d220ef6181909e4e440b98..d0f32b0b79cc0c6917c0f00cd07912f1d8846511 100644 --- a/l10n/de/files_encryption.po +++ b/l10n/de/files_encryption.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-08 01:54-0400\n" -"PO-Revision-Date: 2014-08-08 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-08 08:10+0000\n" +"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -170,11 +170,11 @@ msgstr "Passwort ändern" #: templates/settings-personal.php:12 msgid "Your private key password no longer match your log-in password." -msgstr "" +msgstr "Dein Passwort für Deinen privaten Schlüssel stimmt nicht mehr mit Deinem Loginpasswort überein." #: templates/settings-personal.php:15 msgid "Set your old private key password to your current log-in password:" -msgstr "" +msgstr "Setze Dein altes Passwort für Deinen privaten Schlüssel auf Dein aktuelles Login-Passwort:" #: templates/settings-personal.php:17 msgid "" diff --git a/l10n/de_AT/files.po b/l10n/de_AT/files.po index b0f2aa88fddd88322733331b975f679199ae9ae1..fa52088bd8943886279f5c254f810e070a012336 100644 --- a/l10n/de_AT/files.po +++ b/l10n/de_AT/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-07-25 14:21+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/de_CH/files.po b/l10n/de_CH/files.po index 693616d90f481bff253ac6391ebae96052f33194..8fc22422844e208a49c117dfba5b33463f4b25f4 100644 --- a/l10n/de_CH/files.po +++ b/l10n/de_CH/files.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -84,12 +84,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index d9bdce5222f721cfbdde04758ba858201506970f..00f235194eebaaa81fd200d26069e07493571c7d 100644 --- a/l10n/de_DE/files.po +++ b/l10n/de_DE/files.po @@ -18,9 +18,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -86,12 +86,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Fehler beim Herunterladen von %s nach %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Fehler beim Erstellen der Datei" diff --git a/l10n/de_DE/files_encryption.po b/l10n/de_DE/files_encryption.po index 53dd4ec8094044e6c5da34da9d748c6efda4c09c..9379d7e99286414a2db476736e27d4f008f4cf5d 100644 --- a/l10n/de_DE/files_encryption.po +++ b/l10n/de_DE/files_encryption.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-08 01:54-0400\n" -"PO-Revision-Date: 2014-08-08 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-08 08:10+0000\n" +"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -166,11 +166,11 @@ msgstr "Passwort ändern" #: templates/settings-personal.php:12 msgid "Your private key password no longer match your log-in password." -msgstr "" +msgstr "Das Privatschlüsselpasswort darf nicht länger mit den Login-Passwort übereinstimmen." #: templates/settings-personal.php:15 msgid "Set your old private key password to your current log-in password:" -msgstr "" +msgstr "Setzen Sie Ihr altes Privatschlüsselpasswort auf Ihr aktuelles LogIn-Passwort:" #: templates/settings-personal.php:17 msgid "" diff --git a/l10n/el/files.po b/l10n/el/files.po index 68af69de9fb10b4aa4fbb5749203ff6d664664af..0f0351f87aec1899d2af4adf62be17b6210621bf 100644 --- a/l10n/el/files.po +++ b/l10n/el/files.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" -"Last-Translator: Playerthe12 <a7652246@drdrb.net>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -84,12 +84,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Ο διακομιστής δεν επιτρέπεται να ανοίγει URL, παρακαλώ ελέγξτε τις ρυθμίσεις του διακομιστή" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Σφάλμα κατά τη λήψη του %s στο %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Σφάλμα κατά τη δημιουργία του αρχείου" diff --git a/l10n/en@pirate/files.po b/l10n/en@pirate/files.po index 31e906d5e941ac4f3c45a0a793e2fab12ed30416..2d64d9b26b34a9281406bb199eba19e4968b8626 100644 --- a/l10n/en@pirate/files.po +++ b/l10n/en@pirate/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po index 18d718e9d1131faa48d8f59e69f4de4ad256d58a..a4fd16710e59c8d641c3c2f992bd856bbc3067c3 100644 --- a/l10n/en_GB/files.po +++ b/l10n/en_GB/files.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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" -"Last-Translator: Darren Richardson <transifex@mnestis.net>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Server is not allowed to open URLs, please check the server configuration" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Error whilst downloading %s to %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Error when creating the file" diff --git a/l10n/en_NZ/files.po b/l10n/en_NZ/files.po index 9ff90b8e2af5692b374d9134c627f9c4984cc4bd..6b93884488d71fa995b049705b8ee2bb2e145780 100644 --- a/l10n/en_NZ/files.po +++ b/l10n/en_NZ/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: English (New Zealand) (http://www.transifex.com/projects/p/owncloud/language/en_NZ/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/eo/files.po b/l10n/eo/files.po index 0452006f2798919f3833e83617c032b696fe3b89..e2da917eed8a4dcecb2aee982ec35f0c972149bb 100644 --- a/l10n/eo/files.po +++ b/l10n/eo/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Eraris elŝuto de %s al %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Eraris la kreo de la dosiero" diff --git a/l10n/es/files.po b/l10n/es/files.po index 48f053b6c7827f264cee15c74d99e0897a25d15c..04f0e6cb42f87df8936654007b29cdc857acad12 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -20,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-05 02:02-0400\n" -"PO-Revision-Date: 2014-08-04 22:21+0000\n" -"Last-Translator: victormce <victormce@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -88,12 +88,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "La configuración del servidor no le permite abrir URLs, revísela." -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Error mientras se descargaba %s a %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Error al crear el archivo" diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po index d67d352209b842a6cfac73c9a98ca62ae0ff4dbf..65acce374fa808270bfa007b421a2ebb44fc4c87 100644 --- a/l10n/es_AR/files.po +++ b/l10n/es_AR/files.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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -79,12 +79,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "El servidor no está permitido abrir las URLs, por favor chequee la configuración del servidor" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Error mientras se descargaba %s a %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Error al crear el archivo" diff --git a/l10n/es_BO/files.po b/l10n/es_BO/files.po index 4f49d7b87d59a5b8c58ac6dbbb2ff95a5e55ad6f..57f8a69ebf4d28ae08f35c8467915364568f5913 100644 --- a/l10n/es_BO/files.po +++ b/l10n/es_BO/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Bolivia) (http://www.transifex.com/projects/p/owncloud/language/es_BO/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/es_CL/files.po b/l10n/es_CL/files.po index f15c502502b1c69049b4898e0bed6eaebcb03bd4..0a5056357117364889f252b66b59d1216e31ae1a 100644 --- a/l10n/es_CL/files.po +++ b/l10n/es_CL/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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 "Error" -#: 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] "" diff --git a/l10n/es_CO/files.po b/l10n/es_CO/files.po index 5629b827952416cbc6db5224f89fc235b6c5dccf..ea6ef1e348b88a6413c399500ed4c3d2de2561b8 100644 --- a/l10n/es_CO/files.po +++ b/l10n/es_CO/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Colombia) (http://www.transifex.com/projects/p/owncloud/language/es_CO/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/es_CR/files.po b/l10n/es_CR/files.po index 6e035a3d3c147577189699c173c78c1e53a5b910..2aa6b4fc1e307f919945fe644025599b33272877 100644 --- a/l10n/es_CR/files.po +++ b/l10n/es_CR/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Costa Rica) (http://www.transifex.com/projects/p/owncloud/language/es_CR/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/es_EC/files.po b/l10n/es_EC/files.po index d3aa5bdb067dd8b5a437d1793d2f7b23906f8ac6..3fbda45c72ea23477cfca07086bb0148af69dd97 100644 --- a/l10n/es_EC/files.po +++ b/l10n/es_EC/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/owncloud/language/es_EC/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/es_MX/files.po b/l10n/es_MX/files.po index 88edddedcf82e081aa416b70d81597ff9226afbe..28f140cf01403693d93afbc2add7029d3dfa686b 100644 --- a/l10n/es_MX/files.po +++ b/l10n/es_MX/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "El servidor no puede acceder URLs; revise la configuración del servidor." -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Error mientras se descargaba %s a %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Error al crear el archivo" diff --git a/l10n/es_PE/files.po b/l10n/es_PE/files.po index af181365ef3344708fb9c7e4bc73c43e25baf263..c14902ff8feb2fa7fb8dfe6cedeff0cad7c590a2 100644 --- a/l10n/es_PE/files.po +++ b/l10n/es_PE/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/owncloud/language/es_PE/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/es_PY/files.po b/l10n/es_PY/files.po index 2c120bfbc4bb3f44668cb3c9121eb4a96fca257d..7f59feb5e73a08ca2bafa014df512d905d3ce072 100644 --- a/l10n/es_PY/files.po +++ b/l10n/es_PY/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/projects/p/owncloud/language/es_PY/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/es_US/files.po b/l10n/es_US/files.po index fd734442c9415e5e509b2385dd61ccb2743e5215..3c795de4d205efcd73ca268f2e82d4c3c5fbd471 100644 --- a/l10n/es_US/files.po +++ b/l10n/es_US/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/owncloud/language/es_US/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/es_UY/files.po b/l10n/es_UY/files.po index 18cbb571f715650a75f3fc1ad052387e8237b389..6c5383d62de91c4b598e828b37df2bfe138a2af2 100644 --- a/l10n/es_UY/files.po +++ b/l10n/es_UY/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Uruguay) (http://www.transifex.com/projects/p/owncloud/language/es_UY/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po index 3e0eeefe88280f91cdd6940cfc59811ab0d6e444..46e45a4422791eb5fc3f4eedee8571e66c72afaa 100644 --- a/l10n/et_EE/files.po +++ b/l10n/et_EE/files.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" -"Last-Translator: Pisike Sipelgas <pisike.sipelgas@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -77,12 +77,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Server ei võimalda URL-ide avamist, palun kontrolli serveri seadistust" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Viga %s allalaadimisel %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Viga faili loomisel" diff --git a/l10n/eu/files.po b/l10n/eu/files.po index c708c1f985f61fd9f237a0b005f8a4fdbbc65530..0032e0edf478cea916717fb38f5741e32577a2bd 100644 --- a/l10n/eu/files.po +++ b/l10n/eu/files.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" -"Last-Translator: Alexander Gabilondo <alexgabi@openmailbox.org>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -80,12 +80,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Zerbitzaria ez dago URLak irekitzeko baimendua, mesedez egiaztatu zerbitzariaren konfigurazioa" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Errorea %s %sra deskargatzerakoan" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Errorea fitxategia sortzerakoan" diff --git a/l10n/eu/files_encryption.po b/l10n/eu/files_encryption.po index b71341e9b5da4312236954a38ea474a7393bce95..ad0f5526d3e2d91e39794957a0b9f0829473b695 100644 --- a/l10n/eu/files_encryption.po +++ b/l10n/eu/files_encryption.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Alexander Gabilondo <alexgabi@openmailbox.org>, 2014 # asaez <asaez@asaez.eu>, 2013 # asieriko <asieriko@gmail.com>, 2013-2014 # Mikel Olasagasti Uranga <mikel@olasagasti.info>, 2014 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-08 01:54-0400\n" -"PO-Revision-Date: 2014-08-08 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-08 12:40+0000\n" +"Last-Translator: Alexander Gabilondo <alexgabi@openmailbox.org>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -165,11 +166,11 @@ msgstr "Aldatu Pasahitza" #: templates/settings-personal.php:12 msgid "Your private key password no longer match your log-in password." -msgstr "" +msgstr "Zure gako pribatuaren pasahitza ez da dagoeneko zure sarrera pasahitza." #: templates/settings-personal.php:15 msgid "Set your old private key password to your current log-in password:" -msgstr "" +msgstr "Set your old private key password to your current log-in password:" #: templates/settings-personal.php:17 msgid "" diff --git a/l10n/eu_ES/files.po b/l10n/eu_ES/files.po index f6512014a50c944512b7e4fc34dcad74c54d528b..74f01c3155421a851440e5d9f4782769ecb417dc 100644 --- a/l10n/eu_ES/files.po +++ b/l10n/eu_ES/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/fa/files.po b/l10n/fa/files.po index ceff4430add2a593f0dc0ad2541765e8decb4364..0bafff7d3daebc5fac016fe44ceed7601c02b9b3 100644 --- a/l10n/fa/files.po +++ b/l10n/fa/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -77,12 +77,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index 8b0ca8d26ec6f3cf852649f31d47e27944e7aac6..cbe40e429ffcb4463ec934b64d9ee8c1d9742e10 100644 --- a/l10n/fi_FI/files.po +++ b/l10n/fi_FI/files.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,12 +79,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Palvelimen ei ole lupa avata verkko-osoitteita. Tarkista palvelimen asetukset" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Virhe ladatessa kohdetta %s sijaintiin %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Virhe tiedostoa luotaessa" diff --git a/l10n/fr/files.po b/l10n/fr/files.po index 62a39d6f765a960742c2a35d2077c6dec3c6f361..bcc07324d0071e39a493be5a57d01daf602a27c6 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/files.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" -"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -84,12 +84,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Le serveur n'est pas autorisé à ouvrir des URL, veuillez vérifier la configuration du serveur" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Erreur pendant le téléchargement de %s à %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Erreur pendant la création du fichier" diff --git a/l10n/fr_CA/files.po b/l10n/fr_CA/files.po index d197199e2d4d4a323b51ca6e4a40f9f9a70e6655..bb16573c3f3741aa296dfa2afd17e549b2a4d061 100644 --- a/l10n/fr_CA/files.po +++ b/l10n/fr_CA/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (Canada) (http://www.transifex.com/projects/p/owncloud/language/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/gl/files.po b/l10n/gl/files.po index e4564158450cce0f0150cd9745d7d6a84bba1628..1450b1291c74698fa7fabeaba4cfc0d34bc69aa7 100644 --- a/l10n/gl/files.po +++ b/l10n/gl/files.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-07 01:54-0400\n" -"PO-Revision-Date: 2014-08-06 11:10+0000\n" -"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -77,12 +77,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "O servidor non ten permisos para abrir os enderezos URL, comprobe a configuración do servidor" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Produciuse un erro ao descargar %s en %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Produciuse un erro ao crear o ficheiro" diff --git a/l10n/gl/files_encryption.po b/l10n/gl/files_encryption.po index 32344fb79714b1a531a57e68ed4c601a9afc2055..3c99c7b4f8987e4aa6e2ff1652d86c451108d72d 100644 --- a/l10n/gl/files_encryption.po +++ b/l10n/gl/files_encryption.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-08 01:54-0400\n" -"PO-Revision-Date: 2014-08-08 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-08 09:21+0000\n" +"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -165,11 +165,11 @@ msgstr "Cambiar o contrasinal" #: templates/settings-personal.php:12 msgid "Your private key password no longer match your log-in password." -msgstr "" +msgstr "O seu contrasinal da chave privada non coincide co seu contrasinal de acceso." #: templates/settings-personal.php:15 msgid "Set your old private key password to your current log-in password:" -msgstr "" +msgstr "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual:" #: templates/settings-personal.php:17 msgid "" diff --git a/l10n/he/files.po b/l10n/he/files.po index 9fa00e047819c9044400a29da849029af25c111b..f6985cb106c13f38eb4f0d872a259ddc5d5f72d7 100644 --- a/l10n/he/files.po +++ b/l10n/he/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -77,12 +77,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/hi/files.po b/l10n/hi/files.po index f6cff72812822f56587f310480ff70e06ab5dbae..93baede1fa2e3fd908002a6d9f120514807c48d9 100644 --- a/l10n/hi/files.po +++ b/l10n/hi/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/hi_IN/files.po b/l10n/hi_IN/files.po index 48a1a868dfd86b53c3c710b2ea29492f388ca68c..8675e99d0180901c8206d27390337183bcadd689 100644 --- a/l10n/hi_IN/files.po +++ b/l10n/hi_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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (India) (http://www.transifex.com/projects/p/owncloud/language/hi_IN/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/hr/files.po b/l10n/hr/files.po index edafb2abf5940a9d8758961220ecace9f4332ab4..dbcdbd1e3115deef8319574014c9e869985e2192 100644 --- a/l10n/hr/files.po +++ b/l10n/hr/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po index a037b7a6fc8d72ec516dec95940867e81a57d441..5c454a0d53f4552c1878cdbf655520be49cf3db9 100644 --- a/l10n/hu_HU/files.po +++ b/l10n/hu_HU/files.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Szládovics Péter <peti@szladovics.hu>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,12 +78,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőrizze a beállításokat" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Hiba történt miközben %s-t letöltöttük %s-be" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Hiba történt az állomány létrehozásakor" diff --git a/l10n/hy/files.po b/l10n/hy/files.po index 966e291266a68e4db741595e2d6bec47958895fa..fcc62c8d2ce6737b3e560082fb45701656663314 100644 --- a/l10n/hy/files.po +++ b/l10n/hy/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ia/files.po b/l10n/ia/files.po index 4d4585b805e31f37d10273086346934f2767bfd5..87dc0d7d6e99a56ed9e16069907fb5729bd41391 100644 --- a/l10n/ia/files.po +++ b/l10n/ia/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+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" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/id/files.po b/l10n/id/files.po index be28a5fa731edda4094f6397cd011da8924255ed..ade585bf8b9fcc8bd7a3ec85369c16e29835a239 100644 --- a/l10n/id/files.po +++ b/l10n/id/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Galat saat mengunduh %s ke %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Galat saat membuat berkas" diff --git a/l10n/io/files.po b/l10n/io/files.po index c959aa5d97a4bded00f2c355575db677b3666b3f..ae9c7c0bee5727b28099e89602880fe7af67b2fe 100644 --- a/l10n/io/files.po +++ b/l10n/io/files.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2013-04-26 08:00+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Ido (http://www.transifex.com/projects/p/owncloud/language/io/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/is/files.po b/l10n/is/files.po index 012c045dec3ef776ea673c34b1691ce25bd2f611..3ce3893d7d35bb6a2aba9a0f029240cbb53b6ee3 100644 --- a/l10n/is/files.po +++ b/l10n/is/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/it/files.po b/l10n/it/files.po index ed5155b18a2669c2655a49a1ce14e1a9615624af..e85719c000b9a1fa99b7653f6782bd3c8a9a5881 100644 --- a/l10n/it/files.po +++ b/l10n/it/files.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-04 01:54-0400\n" -"PO-Revision-Date: 2014-08-03 07:53+0000\n" -"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,12 +78,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Al server non è permesso aprire URL, controlla la configurazione del server" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Errore durante lo scaricamento di %s su %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Errore durante la creazione del file" diff --git a/l10n/it/files_encryption.po b/l10n/it/files_encryption.po index 692b4ff0e74a94b88c1c8abfc820468a38d25f21..1fd75255180f04d230782bd6fc5d9b1f87de2c0c 100644 --- a/l10n/it/files_encryption.po +++ b/l10n/it/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-08 01:54-0400\n" -"PO-Revision-Date: 2014-08-08 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-08 06:20+0000\n" +"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -164,11 +164,11 @@ msgstr "Modifica password" #: templates/settings-personal.php:12 msgid "Your private key password no longer match your log-in password." -msgstr "" +msgstr "La password della chiave privata non corrisponde più alla password di accesso." #: templates/settings-personal.php:15 msgid "Set your old private key password to your current log-in password:" -msgstr "" +msgstr "Imposta la vecchia password della chiave privata sull'attuale password di accesso:" #: templates/settings-personal.php:17 msgid "" diff --git a/l10n/ja/files.po b/l10n/ja/files.po index 506d44d8e52c821810b3a3263d1b33d1d85578c3..902dc6e895d17056b8845dfa527bdb641cb01fbe 100644 --- a/l10n/ja/files.po +++ b/l10n/ja/files.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" -"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -83,12 +83,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "サーバーは、URLを開くことは許されません。サーバーの設定をチェックしてください。" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "%s から %s へのダウンロードエラー" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "ファイルの生成エラー" diff --git a/l10n/jv/files.po b/l10n/jv/files.po index 1c93ce6bc676247226228dd8d185e747bad37f07..1ee3c1a91d68205503cef4ba21cbbd23ed3b6821 100644 --- a/l10n/jv/files.po +++ b/l10n/jv/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po index d9f5abfb5a50aaf0f40335a1766a1e09511fa07a..514a4a6dab15a5a65f468387e0762dfc67d70772 100644 --- a/l10n/ka_GE/files.po +++ b/l10n/ka_GE/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/km/files.po b/l10n/km/files.po index 576952fd2890116b1bcd12ae0381aa5486a3bef9..53a4d1b5564a8c5f5a93fb067834eda545aee76b 100644 --- a/l10n/km/files.po +++ b/l10n/km/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/kn/files.po b/l10n/kn/files.po index 3090553106ac808d430210722491eff372b6fc59..f5753202020bdbe6be7a6db9cb4540e1d234c4a1 100644 --- a/l10n/kn/files.po +++ b/l10n/kn/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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,53 +240,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] "" diff --git a/l10n/ko/files.po b/l10n/ko/files.po index 5af9e245091c4ec185a90419350672ae387721de..8e3ee2f6ae9af1ff995b61ea24c82e9043737405 100644 --- a/l10n/ko/files.po +++ b/l10n/ko/files.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -81,12 +81,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "서버에서 URL을 열 수 없습니다. 서버 설정을 확인하십시오" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "%s을(를) %s(으)로 다운로드하는 중 오류 발생" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "파일 생성 중 오류 발생" diff --git a/l10n/ku_IQ/files.po b/l10n/ku_IQ/files.po index 961c922bfe8fe7b54ef64a7902b72e1cc53d9c48..00dc843c9532a37493e3bac1ebe835370a82a3c1 100644 --- a/l10n/ku_IQ/files.po +++ b/l10n/ku_IQ/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/lb/files.po b/l10n/lb/files.po index 0d109fb41b3dd8d07cc9002e1396acb98801b155..d3714ab23d6b97be9bf8ab7e28240df96aa78c7d 100644 --- a/l10n/lb/files.po +++ b/l10n/lb/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po index 831c4ff6bae2642401a962b7754b825a5b7fcdf9..1c672e187ef17a2ddc0e5cf7feaf443593440352 100644 --- a/l10n/lt_LT/files.po +++ b/l10n/lt_LT/files.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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -78,12 +78,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Serveriui neleidžiama atverti URL, prašome patikrinti serverio konfigūraciją" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Klaida siunčiant %s į %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Klaida kuriant failą" diff --git a/l10n/lv/files.po b/l10n/lv/files.po index 0c6c4ea8b228f0afa0afaccc3cd33ea176e16fae..de3a73a505ffe3627d93dd0ae3abe7944acb7f3e 100644 --- a/l10n/lv/files.po +++ b/l10n/lv/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/mk/files.po b/l10n/mk/files.po index 7b9f9b4965b58d56bd1285b5ef03754021d13713..c9a30e3ace65f04854d2744b87a58865b52377b9 100644 --- a/l10n/mk/files.po +++ b/l10n/mk/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Грешка додека преземам %s to %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Грешка при креирање на датотека" diff --git a/l10n/ml/files.po b/l10n/ml/files.po index 49e3224396ca780c9588238dfb4b6b2163967077..af48746469c91439cb8b17f599f509cddc85918e 100644 --- a/l10n/ml/files.po +++ b/l10n/ml/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/owncloud/language/ml/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ml_IN/files.po b/l10n/ml_IN/files.po index c5d4a19fcc8ae6c8a59640eca97240a358d427d8..a6f36d2f16cf3609bd1b25cc43e5f8dbfd90baf7 100644 --- a/l10n/ml_IN/files.po +++ b/l10n/ml_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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/mn/files.po b/l10n/mn/files.po index 6d2a9067744d7097079692a692f63f05e981730c..d92c6aaa2059158e9076cdf24d56acafeff26540 100644 --- a/l10n/mn/files.po +++ b/l10n/mn/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/owncloud/language/mn/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po index f528d8e5c49dc1edffd917abbff67372626db4f9..6c4cbccf9f5989e1e7fa9e97cb23f19ad75afd03 100644 --- a/l10n/ms_MY/files.po +++ b/l10n/ms_MY/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/my_MM/files.po b/l10n/my_MM/files.po index f81c90f1116a273a7e1ca448a02213198d2efe0c..1cfd5c24253a1863507cf974b59603707b8063f4 100644 --- a/l10n/my_MM/files.po +++ b/l10n/my_MM/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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,53 +240,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] "" diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po index 222533caae53838befb39b51f909d28b38746f5b..b3fe184ccea8a30f7d89a5ed91abcf2ef5c78933 100644 --- a/l10n/nb_NO/files.po +++ b/l10n/nb_NO/files.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" -"Last-Translator: vidaren <news@vidartysse.net>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,12 +79,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Serveren har ikke lov til å åpne URL-er. Sjekk konfigurasjon av server" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Feil ved nedlasting av %s til %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Feil ved oppretting av filen" diff --git a/l10n/nds/files.po b/l10n/nds/files.po index dcd1a8c12a88ba57d82fdc226b23b9366631924c..78943b4ca1ee2297efd23b0f68940b39b8bc96fb 100644 --- a/l10n/nds/files.po +++ b/l10n/nds/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ne/files.po b/l10n/ne/files.po index 9bd69e31567dee4febc7282964adb08cc5185f62..56fc8e0c2bb9a36a60ce35390bab7e2a4f94b8cb 100644 --- a/l10n/ne/files.po +++ b/l10n/ne/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/nl/files.po b/l10n/nl/files.po index a0f94069def89beed65b915febeada26b789ed3a..5f75876fe56679beda2de5f78f5047de3bcda8b2 100644 --- a/l10n/nl/files.po +++ b/l10n/nl/files.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: André Koot <meneer@tken.net>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -77,12 +77,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Server mag geen URS's openen, controleer de server configuratie" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Fout bij downloaden %s naar %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Fout bij creëren bestand" diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po index 87f451613342b8e3ea6df6a32b8f700d8f1e272a..8694223dd9d3334408f1ad8f7260722596e79dd6 100644 --- a/l10n/nn_NO/files.po +++ b/l10n/nn_NO/files.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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -78,12 +78,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/nqo/files.po b/l10n/nqo/files.po index b2ff37fcc045019f023d699a63c5d607991d145a..c2a1ca1f926976d254ffe5ab676801d4a683e76f 100644 --- a/l10n/nqo/files.po +++ b/l10n/nqo/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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,53 +240,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] "" diff --git a/l10n/oc/files.po b/l10n/oc/files.po index e813363f706e40cb117efe8f986b3f171822a6cc..31eb3740f0cca63c5fb0725786a3aaef705b29c4 100644 --- a/l10n/oc/files.po +++ b/l10n/oc/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/or_IN/files.po b/l10n/or_IN/files.po index e8c2f2f06ec1b91dc056d154723d0d110a494f72..4aea39f8516fefd4e79c5ac16b04ff2f7551191b 100644 --- a/l10n/or_IN/files.po +++ b/l10n/or_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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Oriya (India) (http://www.transifex.com/projects/p/owncloud/language/or_IN/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/pa/files.po b/l10n/pa/files.po index 13e8c5027c9a145e7a30616984cf1f2e8d593d41..38e43155f62c0019e4e479c11444ac9e34008264 100644 --- a/l10n/pa/files.po +++ b/l10n/pa/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/pl/files.po b/l10n/pl/files.po index 71052a509bd2c47cd6b47cddf399d4c1215437bf..e344b6de996d914ae716151ce0b39622fcecf79c 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/files.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: JurijPietrowicz <aleksander_cichon@fastmail.fm>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\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" @@ -83,12 +83,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Serwer nie mógł otworzyć adresów URL, należy sprawdzić konfigurację serwera" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Błąd podczas pobierania %s do %S" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Błąd przy tworzeniu pliku" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 845c7835d464af9bdf5d85c3dc1de3712db86365..bfceae1034d82fd8af7d6b3cea6ac088b0ce7b73 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/files.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-01 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 12:11+0000\n" -"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,12 +79,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "O servidor não tem permissão para abrir URLs. Por favor, verifique a configuração do servidor." -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Erro ao baixar %s para %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Erro ao criar o arquivo" diff --git a/l10n/pt_BR/files_encryption.po b/l10n/pt_BR/files_encryption.po index c0fab5b0819e9b074e5db3048dc794618a23f22e..0b27267d195937944c1c2273b474a5bf77ef17ab 100644 --- a/l10n/pt_BR/files_encryption.po +++ b/l10n/pt_BR/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-08 01:54-0400\n" -"PO-Revision-Date: 2014-08-08 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-08 15:01+0000\n" +"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -164,11 +164,11 @@ msgstr "Trocar Senha" #: templates/settings-personal.php:12 msgid "Your private key password no longer match your log-in password." -msgstr "" +msgstr "Sua senha da chave privada já não corresponde à sua senha de login." #: templates/settings-personal.php:15 msgid "Set your old private key password to your current log-in password:" -msgstr "" +msgstr "Defina a sua antiga senha da chave privada para sua senha de login atual:" #: templates/settings-personal.php:17 msgid "" diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po index 146b6e532af2821afb757f15831ca889a80bf527..552f21ab0ce8dc85b7e50d56a69308bfdf7a8372 100644 --- a/l10n/pt_PT/files.po +++ b/l10n/pt_PT/files.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Manuela Silva <manuela.silva@sky.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -83,12 +83,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "O servidor não consegue abrir URLs, por favor verifique a configuração do servidor" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Erro ao transferir %s para %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Erro ao criar o ficheiro" diff --git a/l10n/pt_PT/files_encryption.po b/l10n/pt_PT/files_encryption.po index 98a69445141ed081352e253268fba942b1cffa49..c90e8b1856442ad8704ef87b033a7d9337b0f872 100644 --- a/l10n/pt_PT/files_encryption.po +++ b/l10n/pt_PT/files_encryption.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-08 01:54-0400\n" -"PO-Revision-Date: 2014-08-08 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-08 10:50+0000\n" +"Last-Translator: Helder Meneses <helder.meneses@gmail.com>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -167,11 +167,11 @@ msgstr "Alterar a Senha" #: templates/settings-personal.php:12 msgid "Your private key password no longer match your log-in password." -msgstr "" +msgstr "A Password da sua chave privada não coincide mais com password do login." #: templates/settings-personal.php:15 msgid "Set your old private key password to your current log-in password:" -msgstr "" +msgstr "Altere a password antiga da chave privada para a nova password do login:" #: templates/settings-personal.php:17 msgid "" diff --git a/l10n/pt_PT/lib.po b/l10n/pt_PT/lib.po index be4e7e693ee853f23377536b82c54c0258a3e68d..37ccfb49324e05711552c87c30f8419de224b92b 100644 --- a/l10n/pt_PT/lib.po +++ b/l10n/pt_PT/lib.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-07 01:54-0400\n" -"PO-Revision-Date: 2014-08-07 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-08 10:50+0000\n" +"Last-Translator: Helder Meneses <helder.meneses@gmail.com>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -366,7 +366,7 @@ msgstr "Definir permissões para %s falhou, porque o item não foi encontrado" msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Não é possível definir data de expiração. As partilhas não podem expirar mais de %s depois de terem sido partilhadas" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/ro/files.po b/l10n/ro/files.po index 7e341e9c7dcdab72122b62761c373eee9e3b2dd5..a9b128c748193bc97990bf226782e80de702db46 100644 --- a/l10n/ro/files.po +++ b/l10n/ro/files.po @@ -18,9 +18,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-04 01:54-0400\n" -"PO-Revision-Date: 2014-08-04 00:10+0000\n" -"Last-Translator: Liana Ioana Tascau <lianatascau@yahoo.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -86,12 +86,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Serverului nu ii este permis sa deschida URL-ul , verificati setarile serverului" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Eroare la descarcarea %s in %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Eroare la crearea fisierului" diff --git a/l10n/ru/files.po b/l10n/ru/files.po index c6cb569b9930a7fc68b03e814c4f49a1d4e16ac2..764ce63c42a5eddeab2d968b93ba464be56f3def 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -24,9 +24,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-07 01:54-0400\n" -"PO-Revision-Date: 2014-08-06 06:30+0000\n" -"Last-Translator: jekader <jekader@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -92,12 +92,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Сервер не позволяет открывать URL-адреса, пожалуйста, проверьте настройки сервера" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Ошибка при скачивании %s в %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Ошибка при создании файла" diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po index 971fa7861baf93224997d9098775f96f42a8166f..56f542a7c126290936c507923016f026c2358212 100644 --- a/l10n/si_LK/files.po +++ b/l10n/si_LK/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/sk/files.po b/l10n/sk/files.po index 126751f37ce4dfa9a6b04ad2501c26d0e1b6277a..fcad5b66fee1fb5ffe439f1d03827bb38182df72 100644 --- a/l10n/sk/files.po +++ b/l10n/sk/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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,57 +240,57 @@ 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] "" msgstr[2] "" -#: 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] "" msgstr[2] "" -#: 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] "" diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po index acf0ce3d2b4fda2272a5f06ebaacc011b1a8564e..70b0d2f540b2ea0b0427556954d57c4a578c60d7 100644 --- a/l10n/sk_SK/files.po +++ b/l10n/sk_SK/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Server nie je oprávnený otvárať adresy URL. Overte nastavenia servera." -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Chyba pri sťahovaní súboru %s do %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Chyba pri vytváraní súboru" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index 2ebeedd02283e86e50213cd5935533b0b76e51de..374a22dd61cc3a9535354825cc36d914c255f697 100644 --- a/l10n/sl/files.po +++ b/l10n/sl/files.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Matej Urbančič <>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,12 +78,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Odpiranje naslovov URL preko strežnika ni dovoljeno. Preverite nastavitve strežnika." -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Napaka med prejemanjem %s v mapo %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Napaka med ustvarjanjem datoteke" diff --git a/l10n/sq/files.po b/l10n/sq/files.po index bf874e16ea040ddf8e6211865f6013fd3d4aad9e..d057fc7ec287f2392fae07e731b8205e1bdb0b41 100644 --- a/l10n/sq/files.po +++ b/l10n/sq/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -77,12 +77,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/sr/files.po b/l10n/sr/files.po index 570510a7484dd52131ec3ae20b1e499d223099dc..4ba7aa43b373646b62d9ec3c7db42cbd510562e6 100644 --- a/l10n/sr/files.po +++ b/l10n/sr/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po index 51a7f0826d5b86f9a6426b4c813b5152cd6c7446..881af18bbdba38831c04622f0d72eb6aebb50e96 100644 --- a/l10n/sr@latin/files.po +++ b/l10n/sr@latin/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/su/files.po b/l10n/su/files.po index b1339ce160f2202090c7c8a2ebbe617853af04fa..369c0269587014ffe7908c9390ee9b1a022f4e24 100644 --- a/l10n/su/files.po +++ b/l10n/su/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sundanese (http://www.transifex.com/projects/p/owncloud/language/su/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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,53 +240,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] "" diff --git a/l10n/sv/files.po b/l10n/sv/files.po index db1e311787fb9af7cfbeeb2a3ba664e89898af19..5461f1d95b3f4eb02ce4e7ba2c3b9048aa51e52f 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/files.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -86,12 +86,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Servern är inte tillåten att öppna URL:er, vänligen kontrollera server konfigurationen" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Fel under nerladdning från %s till %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Fel under skapande utav filen" diff --git a/l10n/sw_KE/files.po b/l10n/sw_KE/files.po index 8373b4522cbcc57a47dff67449c753214a4aef43..94610b7eaa44ce79c544eff7319acfa83900823e 100644 --- a/l10n/sw_KE/files.po +++ b/l10n/sw_KE/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ta_IN/files.po b/l10n/ta_IN/files.po index 908a2af5d606f09a31530099e9e84e345d08e7e4..bcffc70aede485a1990650b7e522fe16c56e7fee 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-27 01:54-0400\n" -"PO-Revision-Date: 2014-07-26 17:00+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+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" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po index 7b2094018a6a02892e6b2551abd1ded5be8d9611..1a9a10c802f03df4dc5b3f3d79a63f4ad4c2a722 100644 --- a/l10n/ta_LK/files.po +++ b/l10n/ta_LK/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/te/files.po b/l10n/te/files.po index 85007a765bc79b3058751cc2da031cd6e835a31d..aa7e7fe83d91c3183d04e86a30ce2f4c3f1bd711 100644 --- a/l10n/te/files.po +++ b/l10n/te/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 3ee2163129695a175c01e8372e65c37863f97817..2c6447be6a6daa2b1366d0dee0b68e5c4b8e156f 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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 bec3080529e24ba37e1500d5b6f75494e4d53028..6fba2f7e2f386e834a2da7e3ab415f0aa5c8a9fe 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 4d271d0985f896f327c0fdcaa0d42bf1d060d4b6..240d4f406c5a6aebd796776beec716f8bfa735b5 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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 19fb8cbbac3f04df559f0dbb973ec2ffd747b3e0..e1cfdb5ecc955e0be62af794c547a03bd663098f 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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 c71e0ede022224addd23c9975af45e8f44524627..f290f104f680a27ff29fcf1a6f29790e04ca9af1 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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" @@ -29,11 +29,11 @@ msgstr "" msgid "Shared with you" msgstr "" -#: appinfo/app.php:42 js/app.js:53 +#: appinfo/app.php:45 js/app.js:53 msgid "Shared with others" msgstr "" -#: appinfo/app.php:51 js/app.js:72 +#: appinfo/app.php:54 js/app.js:72 msgid "Shared by link" msgstr "" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 3c9b448a3aefa0b9aef658bb36c35fece679a9c9..ba79edd65818c3701fd7e1516c6e297ea7429244 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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 478a27ab16429d5be5d61c5e5ff3b07c5f7e63bf..877de00e5bb38e51255e1e4a766602c6e0f26e87 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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 09ee55576889d87fe78199a4ba419751e2322f0f..c6d281d522c86fc85b4065321a84d0fcd517dbb2 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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 072c4f611a65a218f9fce51e5bcb26ce5a88ff20..b10f9d68dccbb86610bd05a8dba5d4fce647e9c6 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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 216378e456c1dfacc7e12c0d64b697a6916fe0f8..e1618e995f28b2308450e119017ff7dcba9bc848 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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 57f563dbb7b1e9ab523f2d6a1b0ffce07606356a..f9544719f287c709c6a24060e2ef3187bdafc541 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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 d03cfb80f791606731128c9a1545803e0437b10a..b0d9b416946f12b97ad50aba229daa94274ec109 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-08-08 01:54-0400\n" +"POT-Creation-Date: 2014-08-09 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/th_TH/files.po b/l10n/th_TH/files.po index 343529d5a89c2815857d543c6f986fde7c6d5778..32696acdbc58277fab028a450285e44f639706a2 100644 --- a/l10n/th_TH/files.po +++ b/l10n/th_TH/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index ea7113c9b7c4a2c1271e37f9349990a7c1d7c1da..ca7ada4141d07b2f577b09ccfe1e548a4b62aada 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/files.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -80,12 +80,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Sunucunun adresleri açma izni yok, lütfen sunucu yapılandırmasını denetleyin" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "%s, %s içine indirilirken hata" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Dosya oluşturulurken hata" diff --git a/l10n/tzm/files.po b/l10n/tzm/files.po index 67a83efd620161fccfee6fa10f84ec787ee168b0..c70d12688be444f5276b5548e882a0785bf4e06a 100644 --- a/l10n/tzm/files.po +++ b/l10n/tzm/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ug/files.po b/l10n/ug/files.po index 8deca8b070806029174f1491ba03c317854acff9..e23c4b1a4250504a7a7d4ff3e6c7e3923deb7e9e 100644 --- a/l10n/ug/files.po +++ b/l10n/ug/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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/uk/files.po b/l10n/uk/files.po index d675a2f847d150c7bdc356c73b65110300c32f38..ec6b77ff36918ff74f91cf00a987f7cd29f157e6 100644 --- a/l10n/uk/files.po +++ b/l10n/uk/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:31+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -77,12 +77,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Серверу заборонено відкривати посилання, перевірте конфігурацію" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Помилка завантаження %s до %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Помилка створення файлу" diff --git a/l10n/ur/files.po b/l10n/ur/files.po index 37608c26b4015bedc990474b79d23c02986cc255..828aebb497c68f75c9fdb29855a623dd2d9f658b 100644 --- a/l10n/ur/files.po +++ b/l10n/ur/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (http://www.transifex.com/projects/p/owncloud/language/ur/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/ur_PK/files.po b/l10n/ur_PK/files.po index 20377b7f8d627b5114cee3c0751d338fddbe6dc3..153410ece742928b48c95a5cf810a85fa0ffb458 100644 --- a/l10n/ur_PK/files.po +++ b/l10n/ur_PK/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-16 01:54-0400\n" -"PO-Revision-Date: 2014-07-15 06:11+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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 +240,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] "" diff --git a/l10n/uz/files.po b/l10n/uz/files.po index cba2542a39a7e62e6be70e0042808fab94f42402..fbd971a90fe5e60b8a8c5fc436a289ef3fadd105 100644 --- a/l10n/uz/files.po +++ b/l10n/uz/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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -75,12 +75,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" @@ -189,7 +194,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,53 +240,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] "" diff --git a/l10n/vi/files.po b/l10n/vi/files.po index cb9a76a824fadeabc4411eaf6efe26e21a4b2346..cecbde9845bf2a4d8e303f4edf389be541dac700 100644 --- a/l10n/vi/files.po +++ b/l10n/vi/files.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-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -79,12 +79,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "Server cấm mở URLs, vui lòng kiểm tra lại cấu hình server" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "Lỗi trong trong quá trình tải %s từ %s" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "Lỗi khi tạo file" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index 32517e8bc44b4e3550dc236dd0db452e858d646e..699e85bd010e605eef63c640f8203df2dfb1138d 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Kaijia Feng <fengkaijia@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" +"Last-Translator: I Robot\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" @@ -82,12 +82,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "服务器没有允许打开URL网址,请检查服务器配置" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "当下载 %s 到 %s 时出错" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "当创建文件是出错" diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po index 5b2e514d357679777c4d368a36fcb34cd55b6b3c..8c76f934da247819b4c699bb625732b7f2ca06e0 100644 --- a/l10n/zh_HK/files.po +++ b/l10n/zh_HK/files.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-27 01:54-0400\n" -"PO-Revision-Date: 2014-07-26 16:30+0000\n" -"Last-Translator: hklcf <hklcfs@gmail.com>\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,12 +76,17 @@ msgid "" "Server is not allowed to open URLs, please check the server configuration" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" +msgstr "" + +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "" diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 38907f936e6f4c3fbfa08c83d16262e0173752bd..116caf220cc6ec74182e16b0b0b744ff976f314e 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.po @@ -4,14 +4,14 @@ # # Translators: # Chen-An Yeh <chnjsn1221@gmail.com>, 2013 -# Pellaeon Lin <nfsmwlin@gmail.com>, 2013 +# Pellaeon Lin <nfsmwlin@gmail.com>, 2013-2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 03:00+0000\n" +"Last-Translator: Pellaeon Lin <nfsmwlin@gmail.com>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,12 +38,12 @@ msgstr "已更新資料庫" #: ajax/update.php:19 msgid "Checked database schema update" -msgstr "" +msgstr "已檢查資料庫格式更新" #: ajax/update.php:27 #, php-format msgid "Disabled incompatible apps: %s" -msgstr "" +msgstr "停用不相容的應用程式:%s" #: avatar/controller.php:69 msgid "No image or file provided" @@ -155,11 +155,11 @@ msgstr "資料夾" #: js/js.js:592 msgid "Image" -msgstr "" +msgstr "圖片" #: js/js.js:593 msgid "Audio" -msgstr "" +msgstr "音訊" #: js/js.js:607 msgid "Saving..." @@ -211,14 +211,14 @@ msgstr "幾年前" #: js/lostpassword.js:3 lostpassword/controller/lostcontroller.php:198 msgid "Couldn't send reset email. Please contact your administrator." -msgstr "" +msgstr "無法寄送重設 email ,請聯絡系統管理員" #: js/lostpassword.js:5 msgid "" "The link to reset your password has been sent to your email. If you do not " "receive it within a reasonable amount of time, check your spam/junk " "folders.<br>If it is not there ask your local administrator." -msgstr "" +msgstr "重設密碼的連結已經 email 至你的信箱,如果你在一段時間內沒收到,請檢查垃圾郵件資料夾,如果還是找不到,請聯絡系統管理員。" #: js/lostpassword.js:7 msgid "" @@ -226,11 +226,11 @@ msgid "" "will be no way to get your data back after your password is reset.<br />If " "you are not sure what to do, please contact your administrator before you " "continue. <br />Do you really want to continue?" -msgstr "" +msgstr "您的檔案是加密的,如果您沒有啟用救援金鑰,當您重設密碼之後將無法存取您的資料。<br/>如果不確定該怎麼做,請聯絡您的系統管理員。<br/>您確定要繼續嗎?" #: js/lostpassword.js:10 msgid "I know what I'm doing" -msgstr "" +msgstr "我知道我在幹嘛" #: js/lostpassword.js:13 lostpassword/templates/resetpassword.php:9 msgid "Reset password" diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index 73a68a5441c71ae03a5caa51b2ff2fd1cd8c0d56..bbccd62d67a6f2d6a73df53dae1c9be3bcffdabe 100644 --- a/l10n/zh_TW/files.po +++ b/l10n/zh_TW/files.po @@ -4,13 +4,13 @@ # # Translators: # Andy Lam <sy6614@yahoo.com.hk>, 2013 -# Pellaeon Lin <nfsmwlin@gmail.com>, 2013 +# Pellaeon Lin <nfsmwlin@gmail.com>, 2013-2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -21,11 +21,11 @@ msgstr "" #: ajax/list.php:38 msgid "Storage not available" -msgstr "" +msgstr "無法存取儲存空間" #: ajax/list.php:45 msgid "Storage invalid" -msgstr "" +msgstr "無效的儲存空間" #: ajax/list.php:52 msgid "Unknown error" @@ -48,7 +48,7 @@ msgstr "檔名不能為空" #: ajax/newfile.php:63 #, php-format msgid "\"%s\" is an invalid file name." -msgstr "" +msgstr "%s 是不合法的檔名。" #: ajax/newfile.php:69 ajax/newfolder.php:28 js/files.js:110 msgid "" @@ -59,7 +59,7 @@ msgstr "檔名不合法,不允許 \\ / < > : \" | ? * 字元" #: ajax/newfile.php:76 ajax/newfolder.php:35 ajax/upload.php:159 #: lib/app.php:77 msgid "The target folder has been moved or deleted." -msgstr "" +msgstr "目標資料夾已經被搬移或刪除。" #: ajax/newfile.php:88 ajax/newfolder.php:47 lib/app.php:86 #, php-format @@ -75,14 +75,19 @@ msgstr "不是有效的來源" #: ajax/newfile.php:102 msgid "" "Server is not allowed to open URLs, please check the server configuration" +msgstr "伺服器上不允許開啓 URL ,請檢查伺服器設定" + +#: ajax/newfile.php:126 +#, php-format +msgid "The file exceeds your quota by %s" msgstr "" -#: ajax/newfile.php:118 +#: ajax/newfile.php:141 #, php-format msgid "Error while downloading %s to %s" msgstr "下載 %s 到 %s 失敗" -#: ajax/newfile.php:146 +#: ajax/newfile.php:169 msgid "Error when creating the file" msgstr "建立檔案失敗" @@ -159,7 +164,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" @@ -167,12 +172,12 @@ msgstr "因為 {filename} 是個目錄或是大小為零,所以無法上傳" #: js/file-upload.js:281 msgid "Total file size {size1} exceeds upload limit {size2}" -msgstr "" +msgstr "檔案大小總和 {size1} 超過上傳限制 {size2}" #: js/file-upload.js:292 msgid "" "Not enough free space, you are uploading {size1} but only {size2} is left" -msgstr "" +msgstr "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}" #: js/file-upload.js:369 msgid "Upload cancelled." @@ -205,7 +210,7 @@ msgstr "無法建立資料夾" #: js/file-upload.js:686 msgid "Error fetching URL" -msgstr "" +msgstr "抓取 URL 發生錯誤" #: js/fileactions.js:285 msgid "Share" @@ -217,7 +222,7 @@ msgstr "刪除" #: js/fileactions.js:297 msgid "Disconnect storage" -msgstr "" +msgstr "斷開儲存空間連接" #: js/fileactions.js:299 msgid "Unshare" @@ -243,7 +248,7 @@ msgstr "等候中" #: js/filelist.js:1226 msgid "Error moving file." -msgstr "" +msgstr "移動檔案發生錯誤" #: js/filelist.js:1234 msgid "Error moving file" @@ -259,7 +264,7 @@ msgstr "無法重新命名" #: js/filelist.js:1441 msgid "Error deleting file." -msgstr "" +msgstr "刪除檔案發生錯誤" #: js/filelist.js:1544 templates/list.php:61 msgid "Name" @@ -290,7 +295,7 @@ msgstr[0] "%n 個檔案正在上傳" #: js/files.js:101 msgid "\"{name}\" is an invalid file name." -msgstr "" +msgstr "{name} 是無效的檔名" #: js/files.js:122 msgid "Your storage is full, files can not be updated or synced anymore!" @@ -331,7 +336,7 @@ msgstr "無法重新命名 %s" #: lib/helper.php:23 templates/list.php:25 #, php-format msgid "Upload (max. %s)" -msgstr "" +msgstr "上傳(至多 %s)" #: templates/admin.php:6 msgid "File handling" @@ -366,7 +371,7 @@ msgstr "新增" #: templates/list.php:8 msgid "New text file" -msgstr "" +msgstr "新文字檔" #: templates/list.php:9 msgid "Text file" @@ -412,4 +417,4 @@ msgstr "正在掃描檔案,請稍等。" #: templates/list.php:101 msgid "Currently scanning" -msgstr "" +msgstr "正在掃描" diff --git a/l10n/zh_TW/files_sharing.po b/l10n/zh_TW/files_sharing.po index 4234bc8d2c5394ea0e42fdca7700b478399109de..25405d5e22fd009aad7f169ff23e090f0d25f6d4 100644 --- a/l10n/zh_TW/files_sharing.po +++ b/l10n/zh_TW/files_sharing.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Pellaeon Lin <nfsmwlin@gmail.com>, 2013 +# Pellaeon Lin <nfsmwlin@gmail.com>, 2013-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-08-09 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 02:51+0000\n" +"Last-Translator: Pellaeon Lin <nfsmwlin@gmail.com>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,47 +20,47 @@ msgstr "" #: ajax/external.php:17 msgid "Server to server sharing is not enabled on this server" -msgstr "" +msgstr "伺服器對伺服器共享在這台伺服器上面並未啟用" #: ajax/external.php:47 msgid "Couldn't add remote share" -msgstr "" +msgstr "無法加入遠端分享" #: appinfo/app.php:33 js/app.js:34 msgid "Shared with you" -msgstr "" +msgstr "與你分享" -#: appinfo/app.php:42 js/app.js:53 +#: appinfo/app.php:45 js/app.js:53 msgid "Shared with others" -msgstr "" +msgstr "與其他人分享" -#: appinfo/app.php:51 js/app.js:72 +#: appinfo/app.php:54 js/app.js:72 msgid "Shared by link" -msgstr "" +msgstr "由連結分享" #: js/app.js:35 msgid "No files have been shared with you yet." -msgstr "" +msgstr "目前沒有任何與你分享的檔案" #: js/app.js:54 msgid "You haven't shared any files yet." -msgstr "" +msgstr "你尚未分享任何檔案" #: js/app.js:73 msgid "You haven't shared any files by link yet." -msgstr "" +msgstr "你尚未使用連結分享任何檔案" #: js/external.js:48 js/external.js:59 msgid "Do you want to add the remote share {name} from {owner}@{remote}?" -msgstr "" +msgstr "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?" #: js/external.js:51 js/external.js:62 msgid "Remote share" -msgstr "" +msgstr "遠端分享" #: js/external.js:65 msgid "Remote share password" -msgstr "" +msgstr "遠端分享密碼" #: js/external.js:76 msgid "Cancel" @@ -68,17 +68,17 @@ msgstr "取消" #: js/external.js:77 msgid "Add remote share" -msgstr "" +msgstr "加入遠端分享" -#: js/public.js:203 +#: js/public.js:204 msgid "No ownCloud installation found at {remote}" -msgstr "" +msgstr "沒有在 {remote} 找到 ownCloud" -#: js/public.js:204 +#: js/public.js:205 msgid "Invalid ownCloud url" -msgstr "" +msgstr "無效的 ownCloud URL" -#: js/sharedfilelist.js:123 +#: js/sharedfilelist.js:126 msgid "Shared by" msgstr "由...分享" @@ -100,7 +100,7 @@ msgstr "名稱" #: templates/list.php:20 msgid "Share time" -msgstr "" +msgstr "分享時間" #: templates/part.404.php:3 msgid "Sorry, this link doesn’t seem to work anymore." @@ -126,31 +126,31 @@ msgstr "分享功能已停用" msgid "For more info, please ask the person who sent this link." msgstr "請詢問告訴您此連結的人以瞭解更多" -#: templates/public.php:22 +#: templates/public.php:27 msgid "Add to your ownCloud" -msgstr "" +msgstr "加入到你的 ownCloud" -#: templates/public.php:30 +#: templates/public.php:35 msgid "Download" msgstr "下載" -#: templates/public.php:61 +#: templates/public.php:66 #, php-format msgid "Download %s" -msgstr "" +msgstr "下載 %s" -#: templates/public.php:65 +#: templates/public.php:70 msgid "Direct link" -msgstr "" +msgstr "直接連結" #: templates/settings-admin.php:3 msgid "Remote Shares" -msgstr "" +msgstr "遠端分享" #: templates/settings-admin.php:7 msgid "Allow other instances to mount public links shared from this server" -msgstr "" +msgstr "允許其他伺服器掛載本地的公開分享" #: templates/settings-admin.php:11 msgid "Allow users to mount public link shares" -msgstr "" +msgstr "允許使用者掛載公開分享" diff --git a/lib/l10n/pt_PT.php b/lib/l10n/pt_PT.php index 49977bb2d4f4ea6689992f96e585d1fabe455b02..db29fb52cc72e51f6a0dc004fae3d44d4c0e0457 100644 --- a/lib/l10n/pt_PT.php +++ b/lib/l10n/pt_PT.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "O tipo de partilha %s não é válido para %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", "Setting permissions for %s failed, because the item was not found" => "Definir permissões para %s falhou, porque o item não foi encontrado", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Não é possível definir data de expiração. As partilhas não podem expirar mais de %s depois de terem sido partilhadas", "Cannot set expiration date. Expiration date is in the past" => "Não é possivel definir data de expiração. A data de expiração está no passado", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Partilhar backend %s tem de implementar o interface OCP\\Share_Backend", "Sharing backend %s not found" => "Partilha backend %s não foi encontrado",