diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-09 01:55:08 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-09 01:55:08 -0400 |
commit | f12f8354858789f1873442b3694992c014ccbc45 (patch) | |
tree | 4f92ac7e6a21706159c81fc8eb913092b74f7b5f | |
parent | 7b6b99f55a2400527f77ddedbd18d97e3723773f (diff) | |
download | nextcloud-server-f12f8354858789f1873442b3694992c014ccbc45.tar.gz nextcloud-server-f12f8354858789f1873442b3694992c014ccbc45.zip |
[tx-robot] updated from transifex
146 files changed, 1830 insertions, 1199 deletions
diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index 8291b507c71..5159bc8584b 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 0a823ea8a9e..28256fabeb2 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 7a899580dcc..260d40761d2 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 0da0e0bfad3..f456eb035ae 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 120055c9bb6..2a5e08701ad 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 efc2f72afc5..8fce4453cec 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 12795d6d346..17780630217 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 f1cb24820cb..c25e70832dc 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 676303a8060..0b6f6d9e11e 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 0de501706f4..5a739ba0db3 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 431b89fa3bf..dd778cb17fd 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 967e3334af6..14fdfecb8ff 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 6b52309ed4f..9a647cfc88f 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 5ddaeb959bc..1ac69492744 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 d45505a5254..f90c486071c 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 95f96f0cdb8..5809c9f9830 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 bff526a4483..303c10e8141 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 cd33210f531..300cd1d3596 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 7bc751e1601..165a4fb715b 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 aa5a08ca551..cd89a1f1c43 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 5cd54018974..a35dc44a54c 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 77689810462..aaac6ec96c3 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 aa36096173b..c122ff1054b 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 7a911ce6d8c..467fd9d0b50 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 27bb40ce18b..d84c98dd7d3 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 861189b44fd..6cf14ae7ade 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 cdfe2b58f71..5acc912806d 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 a7b8e542df9..80489ad9450 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 f211b802fa1..3b1a8d42b96 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 218ea1b3f4b..d0f32b0b79c 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 b0f2aa88fdd..fa52088bd89 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 693616d90f4..8fc22422844 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 d9bdce5222f..00f235194ee 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 53dd4ec8094..9379d7e9928 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 68af69de9fb..0f0351f87ae 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 31e906d5e94..2d64d9b26b3 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 18d718e9d11..a4fd16710e5 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 9ff90b8e2af..6b93884488d 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 0452006f279..e2da917eed8 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 48f053b6c78..04f0e6cb42f 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 d67d352209b..65acce374fa 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 4f49d7b87d5..57f8a69ebf4 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 f15c502502b..0a505635711 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 5629b827952..ea6ef1e348b 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 6e035a3d3c1..2aa6b4fc1e3 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 d3aa5bdb067..3fbda45c72e 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 88edddedcf8..28f140cf014 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 af181365ef3..c14902ff8fe 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 2c120bfbc4b..7f59feb5e73 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 fd734442c94..3c795de4d20 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 18cbb571f71..6c5383d62de 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 3e0eeefe882..46e45a44227 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 c708c1f985f..0032e0edf47 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 b71341e9b5d..ad0f5526d3e 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 f6512014a50..74f01c31554 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 ceff4430add..0bafff7d3da 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 8b0ca8d26ec..cbe40e429ff 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 62a39d6f765..bcc07324d00 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 d197199e2d4..bb16573c3f3 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 e4564158450..1450b1291c7 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 32344fb7971..3c99c7b4f89 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 9fa00e04781..f6985cb106c 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 f6cff728128..93baede1fa2 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 48a1a868dfd..8675e99d018 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 edafb2abf59..dbcdbd1e311 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 a037b7a6fc8..5c454a0d53f 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 966e291266a..fcc62c8d2ce 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 4d4585b805e..87dc0d7d6e9 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 be28a5fa731..ade585bf8b9 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 c959aa5d97a..ae9c7c0bee5 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 012c045dec3..3ce3893d7d3 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 ed5155b18a2..e85719c000b 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 692b4ff0e74..1fd75255180 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 506d44d8e52..902dc6e895d 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 1c93ce6bc67..1ee3c1a91d6 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 d9f5abfb5a5..514a4a6dab1 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 576952fd289..53a4d1b5564 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 3090553106a..f5753202020 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 5af9e245091..8e3ee2f6ae9 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 961c922bfe8..00dc843c953 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 0d109fb41b3..d3714ab23d6 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 831c4ff6bae..1c672e187ef 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 0c6c4ea8b22..de3a73a505f 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 7b9f9b4965b..c9a30e3ace6 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 49e3224396c..af48746469c 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 c5d4a19fcc8..a6f36d2f16c 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 6d2a9067744..d92c6aaa205 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 f528d8e5c49..6c4cbccf9f5 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 f81c90f1116..1cfd5c24253 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 222533caae5..b3fe184ccea 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 dcd1a8c12a8..78943b4ca1e 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 9bd69e31567..56fc8e0c2bb 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 a0f94069def..5f75876fe56 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 87f45161334..8694223dd9d 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 b2ff37fcc04..c2a1ca1f926 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 e813363f706..31eb3740f0c 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 e8c2f2f06ec..4aea39f8516 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 13e8c5027c9..38e43155f62 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 71052a509bd..e344b6de996 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 845c7835d46..bfceae1034d 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 c0fab5b0819..0b27267d195 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 146b6e532af..552f21ab0ce 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 98a69445141..c90e8b18564 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 be4e7e693ee..37ccfb49324 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 7e341e9c7dc..a9b128c7481 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 c6cb569b993..764ce63c42a 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 971fa7861ba..56f542a7c12 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 126751f37ce..fcad5b66fee 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 acf0ce3d2b4..70b0d2f540b 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 2ebeedd0228..374a22dd61c 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 bf874e16ea0..d057fc7ec28 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 570510a7484..4ba7aa43b37 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 51a7f0826d5..881af18bbdb 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 b1339ce160f..369c0269587 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 db1e311787f..5461f1d95b3 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 8373b4522cb..94610b7eaa4 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 908a2af5d60..bcffc70aede 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 7b2094018a6..1a9a10c802f 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 85007a765bc..aa7e7fe83d9 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 3ee21631296..2c6447be6a6 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 bec3080529e..6fba2f7e2f3 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 4d271d0985f..240d4f406c5 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 19fb8cbbac3..e1cfdb5ecc9 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 c71e0ede022..f290f104f68 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 3c9b448a3ae..ba79edd6581 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 478a27ab164..877de00e5bb 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 09ee5557688..c6d281d522c 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 072c4f611a6..b10f9d68dcc 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 216378e456c..e1618e995f2 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 57f563dbb7b..f9544719f28 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 d03cfb80f79..b0d9b416946 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 343529d5a89..32696acdbc5 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 ea7113c9b7c..ca7ada4141d 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 67a83efd620..c70d12688be 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 8deca8b0708..e23c4b1a425 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 d675a2f847d..ec6b77ff369 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 37608c26b40..828aebb497c 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 20377b7f8d6..153410ece74 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 cba2542a39a..fbd971a90fe 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 cb9a76a824f..cecbde9845b 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 32517e8bc44..699e85bd010 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 5b2e514d357..8c76f934da2 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 38907f936e6..116caf220cc 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 73a68a5441c..bbccd62d67a 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 4234bc8d2c5..25405d5e22f 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 49977bb2d4f..db29fb52cc7 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", |