diff options
535 files changed, 5418 insertions, 6440 deletions
diff --git a/apps/files/ajax/newfile.php b/apps/files/ajax/newfile.php index 7d6be59beab..9cfe51a6218 100644 --- a/apps/files/ajax/newfile.php +++ b/apps/files/ajax/newfile.php @@ -108,6 +108,29 @@ if($source) { $sourceStream=@fopen($source, 'rb', false, $ctx); $result = 0; if (is_resource($sourceStream)) { + $meta = stream_get_meta_data($sourceStream); + if (isset($meta['wrapper_data']) && is_array($meta['wrapper_data'])) { + //check stream size + $storageStats = \OCA\Files\Helper::buildFileStorageStatistics($dir); + $freeSpace = $storageStats['freeSpace']; + + foreach($meta['wrapper_data'] as $header) { + list($name, $value) = explode(':', $header); + if ('content-length' === strtolower(trim($name))) { + $length = (int) trim($value); + + if ($length > $freeSpace) { + $delta = $length - $freeSpace; + $humanDelta = OCP\Util::humanFileSize($delta); + + $eventSource->send('error', array('message' => (string)$l10n->t('The file exceeds your quota by %s', array($humanDelta)))); + $eventSource->close(); + fclose($sourceStream); + exit(); + } + } + } + } $result=\OC\Files\Filesystem::file_put_contents($target, $sourceStream); } if($result) { diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 4fa8ca65e39..532ed466968 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -400,7 +400,7 @@ * This appends/renders the next page of entries when reaching the bottom. */ _onScroll: function(e) { - if (this.$container.scrollTop() + this.$container.height() > this.$el.height() - 100) { + if (this.$container.scrollTop() + this.$container.height() > this.$el.height() - 300) { this._nextPage(true); } }, diff --git a/apps/files/l10n/ast.php b/apps/files/l10n/ast.php index e857073e6ea..eb279ebf5ca 100644 --- a/apps/files/l10n/ast.php +++ b/apps/files/l10n/ast.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "El nome %s yá ta n'usu na carpeta %s. Por favor, escueyi un nome diferente.", "Not a valid source" => "Nun ye una fonte válida", "Server is not allowed to open URLs, please check the server configuration" => "Nun se-y permite al sirvidor abrir URLs, por favor comprueba la configuración del sirvidor", +"The file exceeds your quota by %s" => "El ficheru perpasa la cuota por %s", "Error while downloading %s to %s" => "Fallu cuando se descargaba %s a %s", "Error when creating the file" => "Fallu cuando se creaba'l ficheru", "Folder name cannot be empty." => "El nome la carpeta nun pue tar baleru.", diff --git a/apps/files/l10n/bg_BG.php b/apps/files/l10n/bg_BG.php index c5160db36e7..b03ae07fa3a 100644 --- a/apps/files/l10n/bg_BG.php +++ b/apps/files/l10n/bg_BG.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "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" => "На сървърът не му е разрешно да отваря интернет адреси, моля провери настройките на сървъра.", +"The file exceeds your quota by %s" => "Файлът надвиши квотата ти с %s", "Error while downloading %s to %s" => "Грешка при тегленето на %s от %s.", "Error when creating the file" => "Грешка при създаването на файлът.", "Folder name cannot be empty." => "Името на папката не може да бъде оставено празно.", diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index fb8ca3fc6e5..7a96e60caa1 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "Název %s ve složce %s již existuje. Vyberte prosím jiné jméno.", "Not a valid source" => "Neplatný zdroj", "Server is not allowed to open URLs, please check the server configuration" => "Server není oprávněn otevírat adresy URL. Ověřte, prosím, konfiguraci serveru.", +"The file exceeds your quota by %s" => "Soubor překračuje povolenou kvótu o %s", "Error while downloading %s to %s" => "Chyba při stahování %s do %s", "Error when creating the file" => "Chyba při vytváření souboru", "Folder name cannot be empty." => "Název složky nemůže být prázdný.", diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index 292ee59354f..50a9e67a5d3 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "Der Name %s wird bereits im Ordner %s benutzt. Bitte wähle einen anderen Namen.", "Not a valid source" => "Keine gültige Quelle", "Server is not allowed to open URLs, please check the server configuration" => "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen", +"The file exceeds your quota by %s" => "Die Datei überschreitet Dein Limit um %s", "Error while downloading %s to %s" => "Fehler beim Herunterladen von %s nach %s", "Error when creating the file" => "Fehler beim Erstellen der Datei", "Folder name cannot be empty." => "Der Ordner-Name darf nicht leer sein.", diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php index 8a16ee19a50..80288145578 100644 --- a/apps/files/l10n/de_DE.php +++ b/apps/files/l10n/de_DE.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "Der Name %s wird bereits im Ordner %s benutzt. Bitte wählen Sie einen anderen Namen.", "Not a valid source" => "Keine gültige Quelle", "Server is not allowed to open URLs, please check the server configuration" => "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen", +"The file exceeds your quota by %s" => "Die Datei überschreitet Ihr Limit um %s", "Error while downloading %s to %s" => "Fehler beim Herunterladen von %s nach %s", "Error when creating the file" => "Fehler beim Erstellen der Datei", "Folder name cannot be empty." => "Der Ordner-Name darf nicht leer sein.", diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 4dbdea68f4a..f65351a7c02 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "El nombre %s ya está en uso por la carpeta %s. Por favor elija uno diferente.", "Not a valid source" => "No es una fuente válida", "Server is not allowed to open URLs, please check the server configuration" => "La configuración del servidor no le permite abrir URLs, revísela.", +"The file exceeds your quota by %s" => "El archivo sobrepasa su cuota por %s", "Error while downloading %s to %s" => "Error mientras se descargaba %s a %s", "Error when creating the file" => "Error al crear el archivo", "Folder name cannot be empty." => "El nombre de la carpeta no puede estar vacío.", diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php index 44630e104d0..58368a08188 100644 --- a/apps/files/l10n/eu.php +++ b/apps/files/l10n/eu.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "%s izena dagoeneko erabilita dago %s karpetan. Mesdez hautatu izen ezberdina.", "Not a valid source" => "Ez da jatorri baliogarria", "Server is not allowed to open URLs, please check the server configuration" => "Zerbitzaria ez dago URLak irekitzeko baimendua, mesedez egiaztatu zerbitzariaren konfigurazioa", +"The file exceeds your quota by %s" => "Fitxategiak zure kouta gainditzen du %s-an", "Error while downloading %s to %s" => "Errorea %s %sra deskargatzerakoan", "Error when creating the file" => "Errorea fitxategia sortzerakoan", "Folder name cannot be empty." => "Karpeta izena ezin da hutsa izan.", diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index d917f847bcb..666af6b2b3a 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "Nimi %s on jo käytössä kansiossa %s. Valitse toinen nimi.", "Not a valid source" => "Virheellinen lähde", "Server is not allowed to open URLs, please check the server configuration" => "Palvelimen ei ole lupa avata verkko-osoitteita. Tarkista palvelimen asetukset", +"The file exceeds your quota by %s" => "Tiedosto ylittää kiintiösi %s:lla", "Error while downloading %s to %s" => "Virhe ladatessa kohdetta %s sijaintiin %s", "Error when creating the file" => "Virhe tiedostoa luotaessa", "Folder name cannot be empty." => "Kansion nimi ei voi olla tyhjä.", diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php index 280a6d8d4cc..1e73253b80a 100644 --- a/apps/files/l10n/gl.php +++ b/apps/files/l10n/gl.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "Xa existe o nome %s no cartafol %s. Escolla outro nome.", "Not a valid source" => "Esta orixe non é correcta", "Server is not allowed to open URLs, please check the server configuration" => "O servidor non ten permisos para abrir os enderezos URL, comprobe a configuración do servidor", +"The file exceeds your quota by %s" => "O ficheiro excede a súa cota en %s", "Error while downloading %s to %s" => "Produciuse un erro ao descargar %s en %s", "Error when creating the file" => "Produciuse un erro ao crear o ficheiro", "Folder name cannot be empty." => "O nome de cartafol non pode estar baleiro.", diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index a8776120fbb..a0c45472e69 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "Il nome %s è attualmente in uso nella cartella %s. Scegli un nome diverso.", "Not a valid source" => "Non è una sorgente valida", "Server is not allowed to open URLs, please check the server configuration" => "Al server non è permesso aprire URL, controlla la configurazione del server", +"The file exceeds your quota by %s" => "Il file supera la tua quota di %s", "Error while downloading %s to %s" => "Errore durante lo scaricamento di %s su %s", "Error when creating the file" => "Errore durante la creazione del file", "Folder name cannot be empty." => "Il nome della cartella non può essere vuoto.", diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index 17de1bf90c4..3031c336876 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "De naam %s bestaat al in map %s. Kies een andere naam.", "Not a valid source" => "Geen geldige bron", "Server is not allowed to open URLs, please check the server configuration" => "Server mag geen URS's openen, controleer de server configuratie", +"The file exceeds your quota by %s" => "Het bestand overschrijdt uw quotum met %s", "Error while downloading %s to %s" => "Fout bij downloaden %s naar %s", "Error when creating the file" => "Fout bij creëren bestand", "Folder name cannot be empty." => "Mapnaam mag niet leeg zijn.", diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php index dae9c8464b0..94b34459cb2 100644 --- a/apps/files/l10n/pt_BR.php +++ b/apps/files/l10n/pt_BR.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "O nome %s já é usado na pasta %s. Por favor, escolha um nome diferente.", "Not a valid source" => "Não é uma fonte válida", "Server is not allowed to open URLs, please check the server configuration" => "O servidor não tem permissão para abrir URLs. Por favor, verifique a configuração do servidor.", +"The file exceeds your quota by %s" => "O arquivo excede sua cota por %s", "Error while downloading %s to %s" => "Erro ao baixar %s para %s", "Error when creating the file" => "Erro ao criar o arquivo", "Folder name cannot be empty." => "O nome da pasta não pode estar vazio.", diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php index b9c99af3010..bf934c3c928 100644 --- a/apps/files/l10n/sl.php +++ b/apps/files/l10n/sl.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "Ime %s je že v mapi %s že v uporabi. Izbrati je treba drugo ime.", "Not a valid source" => "Vir ni veljaven", "Server is not allowed to open URLs, please check the server configuration" => "Odpiranje naslovov URL preko strežnika ni dovoljeno. Preverite nastavitve strežnika.", +"The file exceeds your quota by %s" => "Datoteka presega omejitev velikosti za %s", "Error while downloading %s to %s" => "Napaka med prejemanjem %s v mapo %s", "Error when creating the file" => "Napaka med ustvarjanjem datoteke", "Folder name cannot be empty." => "Ime mape ne more biti prazna vrednost.", diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index e0c14b28701..9d758440dea 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "%s ismi zaten %s klasöründe kullanılıyor. Lütfen farklı bir isim seçin.", "Not a valid source" => "Geçerli bir kaynak değil", "Server is not allowed to open URLs, please check the server configuration" => "Sunucunun adresleri açma izni yok, lütfen sunucu yapılandırmasını denetleyin", +"The file exceeds your quota by %s" => "Dosya, kotanızı %s aşıyor", "Error while downloading %s to %s" => "%s, %s içine indirilirken hata", "Error when creating the file" => "Dosya oluşturulurken hata", "Folder name cannot be empty." => "Klasör adı boş olamaz.", 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/hooks/hooks.php b/apps/files_encryption/hooks/hooks.php index 667be8b9802..bd2268aa048 100644 --- a/apps/files_encryption/hooks/hooks.php +++ b/apps/files_encryption/hooks/hooks.php @@ -123,6 +123,14 @@ class Hooks { }
/**
+ * remove keys from session during logout
+ */
+ public static function logout() {
+ $session = new \OCA\Encryption\Session(new \OC\Files\View());
+ $session->removeKeys();
+ }
+
+ /**
* setup encryption backend upon user created
* @note This method should never be called for users using client side encryption
*/
@@ -173,7 +181,6 @@ class Hooks { * @param array $params keys: uid, password
*/
public static function setPassphrase($params) {
-
if (\OCP\App::isEnabled('files_encryption') === false) {
return true;
}
diff --git a/apps/files_encryption/l10n/ar.php b/apps/files_encryption/l10n/ar.php index 07193b2f7ae..1e3b4aaec4f 100644 --- a/apps/files_encryption/l10n/ar.php +++ b/apps/files_encryption/l10n/ar.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "تعيين كلمة مرور جديدة لـ استعادة المفتاح", "Repeat New Recovery key password" => "كرر كلمة المرور لـ استعادة المفتاح من جديد", "Change Password" => "عدل كلمة السر", -"Your private key password no longer match your 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." => "اذا كنت لاتتذكر كلمة السر تستطيع ان تطلب من المدير ان يستعيد ملفاتك.", "Old log-in password" => "كلمة المرور القديمة الخاصة بالدخول", "Current log-in password" => "كلمة المرور الحالية الخاصة بالدخول", diff --git a/apps/files_encryption/l10n/ast.php b/apps/files_encryption/l10n/ast.php index d02a303a9fc..30e4395dca1 100644 --- a/apps/files_encryption/l10n/ast.php +++ b/apps/files_encryption/l10n/ast.php @@ -30,8 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Clave de recuperación nueva", "Repeat New Recovery key password" => "Repetir la clave de recuperación nueva", "Change Password" => "Camudar contraseña", -"Your private key password no longer match your log-in password:" => "La to contraseña de clave privada yá nun concasa cola contraseña d'accesu:", -"Set your old private key password to your current log-in password." => "Afitar la contraseña de la to clave privada vieya a la to contraseña actual d'accesu.", +"Your private key password no longer match your log-in password." => "La contraseña de clave privada yá nun va concasar cola contraseña d'aniciu de sesión.", +"Set your old private key password to your current log-in password:" => "Afita la contraseña de clave privada vieya pa la to contraseña d'aniciu de sesión actual:", " If you don't remember your old password you can ask your administrator to recover your files." => "Si nun recuerdes la contraseña vieya, pues pidir a alministrador que te recupere los ficheros.", "Old log-in password" => "Contraseña d'accesu vieya", "Current log-in password" => "Contraseña d'accesu actual", diff --git a/apps/files_encryption/l10n/bg_BG.php b/apps/files_encryption/l10n/bg_BG.php index c7e0c9f01f8..621a4b383be 100644 --- a/apps/files_encryption/l10n/bg_BG.php +++ b/apps/files_encryption/l10n/bg_BG.php @@ -30,8 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Новата парола за възстановяване на ключа", "Repeat New Recovery key password" => "Повтори новата паролза за възстановяване на ключа", "Change Password" => "Промени Паролата", -"Your private key password no longer match your log-in password:" => "Тайната ти парола за ключа вече несъвпада с паролата ти за вписване:", -"Set your old private key password to your current log-in password." => "Промени тайната парола за ключа да съвпада с паролата ти за вписване.", +"Your private key password no longer match your 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." => "Ако не помниш старата парола помоли администратора да възстанови файловете ти.", "Old log-in password" => "Стара парола за вписване", "Current log-in password" => "Текуща парола за вписване", diff --git a/apps/files_encryption/l10n/ca.php b/apps/files_encryption/l10n/ca.php index 6fa234df474..272b79d5f8c 100644 --- a/apps/files_encryption/l10n/ca.php +++ b/apps/files_encryption/l10n/ca.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nova clau de recuperació de contrasenya", "Repeat New Recovery key password" => "Repetiu la nova clau de recuperació de contrasenya", "Change Password" => "Canvia la contrasenya", -"Your private key password no longer match your log-in password:" => "La clau privada ja no es correspon amb la contrasenya d'accés:", -"Set your old private key password to your current log-in password." => "Establiu la vostra contrasenya clau en funció de la contrasenya actual d'accés.", " If you don't remember your old password you can ask your administrator to recover your files." => "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers.", "Old log-in password" => "Contrasenya anterior d'accés", "Current log-in password" => "Contrasenya d'accés actual", diff --git a/apps/files_encryption/l10n/cs_CZ.php b/apps/files_encryption/l10n/cs_CZ.php index 75f1f0b8584..6c155c2c024 100644 --- a/apps/files_encryption/l10n/cs_CZ.php +++ b/apps/files_encryption/l10n/cs_CZ.php @@ -30,8 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nové heslo klíče pro obnovu", "Repeat New Recovery key password" => "Zopakujte nové heslo klíče pro obnovu", "Change Password" => "Změnit heslo", -"Your private key password no longer match your log-in password:" => "Heslo vašeho soukromého klíče se již neshoduje s vaším přihlašovacím heslem:", -"Set your old private key password to your current log-in password." => "Změňte heslo vaše soukromého klíče na stejné jako vaše přihlašovací heslo.", +"Your private key password no longer match your log-in password." => "Heslo vašeho soukromého klíče se již neshoduje s vaším přihlašovacím heslem.", +"Set your old private key password to your current log-in password:" => "Změňte vaše staré heslo soukromého klíče na stejné, jako je vaše současné přihlašovací heslo:", " If you don't remember your old password you can ask your administrator to recover your files." => "Pokud si nepamatujete vaše původní heslo, můžete požádat správce o obnovu vašich souborů.", "Old log-in password" => "Původní přihlašovací heslo", "Current log-in password" => "Aktuální přihlašovací heslo", diff --git a/apps/files_encryption/l10n/da.php b/apps/files_encryption/l10n/da.php index 3196b9e0ea6..b455bf09bc4 100644 --- a/apps/files_encryption/l10n/da.php +++ b/apps/files_encryption/l10n/da.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Ny Gendannelsesnøgle kodeord", "Repeat New Recovery key password" => "Gentag dannelse af ny gendannaleses nøglekode", "Change Password" => "Skift Kodeord", -"Your private key password no longer match your log-in password:" => "Dit private nøgle kodeord stemmer ikke længere overens med dit login kodeord:", -"Set your old private key password to your current log-in password." => "Sæt dit gamle private nøgle kodeord til at være dit nuværende login kodeord. ", " If you don't remember your old password you can ask your administrator to recover your files." => "Hvis du ikke kan huske dit gamle kodeord kan du bede din administrator om at gendanne dine filer.", "Old log-in password" => "Gammelt login kodeord", "Current log-in password" => "Nuvrende login kodeord", diff --git a/apps/files_encryption/l10n/de.php b/apps/files_encryption/l10n/de.php index cbcaa5b341a..28256fabeb2 100644 --- a/apps/files_encryption/l10n/de.php +++ b/apps/files_encryption/l10n/de.php @@ -30,8 +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:" => "Das 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", +"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_CH.php b/apps/files_encryption/l10n/de_CH.php index f2f5db58d5a..67abceee267 100644 --- a/apps/files_encryption/l10n/de_CH.php +++ b/apps/files_encryption/l10n/de_CH.php @@ -20,8 +20,6 @@ $TRANSLATIONS = array( "Old Recovery key password" => "Altes Wiederherstellungsschlüsselpasswort", "New Recovery key password" => "Neues Wiederherstellungsschlüsselpasswort ", "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/de_DE.php b/apps/files_encryption/l10n/de_DE.php index bd5a81b2572..260d40761d2 100644 --- a/apps/files_encryption/l10n/de_DE.php +++ b/apps/files_encryption/l10n/de_DE.php @@ -30,8 +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.", +"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/el.php b/apps/files_encryption/l10n/el.php index 1ad392c56d6..7af1e34ce31 100644 --- a/apps/files_encryption/l10n/el.php +++ b/apps/files_encryption/l10n/el.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Νέο κλειδί επαναφοράς κωδικού", "Repeat New Recovery key password" => "Επαναλάβετε νέο κλειδί επαναφοράς κωδικού", "Change Password" => "Αλλαγή Κωδικού Πρόσβασης", -"Your private key password no longer match your 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." => "Εάν δεν θυμάστε τον παλιό σας κωδικό μπορείτε να ζητήσετε από τον διαχειριστή σας να επανακτήσει τα αρχεία σας.", "Old log-in password" => "Παλαιό συνθηματικό εισόδου", "Current log-in password" => "Τρέχον συνθηματικό πρόσβασης", diff --git a/apps/files_encryption/l10n/en_GB.php b/apps/files_encryption/l10n/en_GB.php index 4f731dd009e..02d1565361d 100644 --- a/apps/files_encryption/l10n/en_GB.php +++ b/apps/files_encryption/l10n/en_GB.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "New recovery key password", "Repeat New Recovery key password" => "Repeat new recovery key password", "Change Password" => "Change Password", -"Your private key password no longer match your log-in password:" => "Your private key password no longer matches your login password:", -"Set your old private key password to your current log-in password." => "Set your old private key password to your current login password.", " If you don't remember your old password you can ask your administrator to recover your files." => " If you don't remember your old password you can ask your administrator to recover your files.", "Old log-in password" => "Old login password", "Current log-in password" => "Current login password", diff --git a/apps/files_encryption/l10n/eo.php b/apps/files_encryption/l10n/eo.php index f66d6120964..95ccafffe06 100644 --- a/apps/files_encryption/l10n/eo.php +++ b/apps/files_encryption/l10n/eo.php @@ -8,7 +8,6 @@ $TRANSLATIONS = array( "Enabled" => "Kapabligita", "Disabled" => "Malkapabligita", "Change Password" => "Ŝarĝi pasvorton", -"Your private key password no longer match your log-in password:" => "La pasvorto de via malpublika klavo ne plu kongruas kun via ensaluta pasvorto:", "Old log-in password" => "Malnova ensaluta pasvorto", "Current log-in password" => "Nuna ensaluta pasvorto", "Update Private Key Password" => "Ĝisdatigi la pasvorton de la malpublika klavo", diff --git a/apps/files_encryption/l10n/es.php b/apps/files_encryption/l10n/es.php index abeedd83ec6..73b86a01309 100644 --- a/apps/files_encryption/l10n/es.php +++ b/apps/files_encryption/l10n/es.php @@ -30,8 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nueva clave de recuperación", "Repeat New Recovery key password" => "Repetir la nueva clave de recuperación", "Change Password" => "Cambiar contraseña", -"Your private key password no longer match your log-in password:" => "Su contraseña de clave privada ya no coincide con su contraseña de acceso:", -"Set your old private key password to your current log-in password." => "Establecer la contraseña de su antigua clave privada a su contraseña actual de acceso.", +"Your private key password no longer match your log-in password." => "Su contraseña de clave privada ya no coincidirá con la contraseña de inicio de sesión.", +"Set your old private key password to your current log-in password:" => "Establezca la contraseña de clave privada antigua para su contraseña de inicio de sesión actual:", " If you don't remember your old password you can ask your administrator to recover your files." => "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus ficheros.", "Old log-in password" => "Contraseña de acceso antigua", "Current log-in password" => "Contraseña de acceso actual", diff --git a/apps/files_encryption/l10n/es_AR.php b/apps/files_encryption/l10n/es_AR.php index 2d6a3fa26b5..b32a76e1b39 100644 --- a/apps/files_encryption/l10n/es_AR.php +++ b/apps/files_encryption/l10n/es_AR.php @@ -28,8 +28,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nueva contraseña de recuperación de clave", "Repeat New Recovery key password" => "Repetir Nueva contraseña para la clave de recuperación", "Change Password" => "Cambiar contraseña", -"Your private key password no longer match your log-in password:" => "Tu contraseña de clave privada ya no coincide con la contraseña de ingreso:", -"Set your old private key password to your current log-in password." => "Usá tu contraseña de clave privada antigua para tu contraseña de ingreso actual.", " If you don't remember your old password you can ask your administrator to recover your files." => "Si no te acordás de tu contraseña antigua, pedile al administrador que recupere tus archivos", "Old log-in password" => "Contraseña anterior", "Current log-in password" => "Contraseña actual", diff --git a/apps/files_encryption/l10n/es_MX.php b/apps/files_encryption/l10n/es_MX.php index 751f46339ff..ddd9737a901 100644 --- a/apps/files_encryption/l10n/es_MX.php +++ b/apps/files_encryption/l10n/es_MX.php @@ -27,8 +27,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nueva clave de recuperación", "Repeat New Recovery key password" => "Repetir la nueva clave de recuperación", "Change Password" => "Cambiar contraseña", -"Your private key password no longer match your log-in password:" => "Su contraseña de clave privada ya no coincide con su contraseña de acceso:", -"Set your old private key password to your current log-in password." => "Establecer la contraseña de su antigua clave privada a su contraseña actual de acceso.", " If you don't remember your old password you can ask your administrator to recover your files." => "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus archivos.", "Old log-in password" => "Contraseña de acceso antigua", "Current log-in password" => "Contraseña de acceso actual", diff --git a/apps/files_encryption/l10n/et_EE.php b/apps/files_encryption/l10n/et_EE.php index 6929dadfb84..f6ef4d09956 100644 --- a/apps/files_encryption/l10n/et_EE.php +++ b/apps/files_encryption/l10n/et_EE.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Uus taastevõtme parool", "Repeat New Recovery key password" => "Korda uut taastevõtme parooli", "Change Password" => "Muuda parooli", -"Your private key password no longer match your log-in password:" => "Sinu privaatse võtme parool ei ühti enam sinu sisselogimise parooliga:", -"Set your old private key password to your current log-in password." => "Pane oma vana privaatvõtme parooliks oma praegune sisselogimise parool.", " If you don't remember your old password you can ask your administrator to recover your files." => "Kui sa ei mäleta oma vana parooli, siis palu oma süsteemihalduril taastada ligipääs failidele.", "Old log-in password" => "Vana sisselogimise parool", "Current log-in password" => "Praegune sisselogimise parool", diff --git a/apps/files_encryption/l10n/eu.php b/apps/files_encryption/l10n/eu.php index f91a7a8cb4c..f456eb035ae 100644 --- a/apps/files_encryption/l10n/eu.php +++ b/apps/files_encryption/l10n/eu.php @@ -30,8 +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." => "Ezarri zure gako pribatu zaharraren pasahitza zure oraingo sarrerako psahitzara.", +"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/fa.php b/apps/files_encryption/l10n/fa.php index dd710d286e6..2c3a2261baa 100644 --- a/apps/files_encryption/l10n/fa.php +++ b/apps/files_encryption/l10n/fa.php @@ -19,8 +19,6 @@ $TRANSLATIONS = array( "Old Recovery key password" => "رمزعبور قدیمی کلید بازیابی ", "New Recovery key password" => "رمزعبور جدید کلید بازیابی", "Change Password" => "تغییر رمزعبور", -"Your private key password no longer match your 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." => "اگر رمزعبور قدیمی را فراموش کرده اید میتوانید از مدیر خود برای بازیابی فایل هایتان درخواست نمایید.", "Old log-in password" => "رمزعبور قدیمی", "Current log-in password" => "رمزعبور فعلی", diff --git a/apps/files_encryption/l10n/fi_FI.php b/apps/files_encryption/l10n/fi_FI.php index b3b67422f5d..1b545da4dc5 100644 --- a/apps/files_encryption/l10n/fi_FI.php +++ b/apps/files_encryption/l10n/fi_FI.php @@ -22,7 +22,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Uusi palautusavaimen salasana", "Repeat New Recovery key password" => "Toista uusi palautusavaimen salasana", "Change Password" => "Vaihda salasana", -"Your private key password no longer match your log-in password:" => "Yksityisen avaimesi salasana ei enää täsmää kirjautumisen salasanaasi:", " If you don't remember your old password you can ask your administrator to recover your files." => "Jos et muista vanhaa salasanaasi, voit pyytää ylläpitäjää palauttamaan tiedostosi.", "Old log-in password" => "Vanha kirjautumis-salasana", "Current log-in password" => "Nykyinen kirjautumis-salasana", diff --git a/apps/files_encryption/l10n/fr.php b/apps/files_encryption/l10n/fr.php index 7a57f657280..397247b3d88 100644 --- a/apps/files_encryption/l10n/fr.php +++ b/apps/files_encryption/l10n/fr.php @@ -30,8 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nouveau mot de passe de la clef de récupération", "Repeat New Recovery key password" => "Répétez le nouveau mot de passe de la clé de récupération", "Change Password" => "Changer de mot de passe", -"Your private key password no longer match your log-in password:" => "Le mot de passe de votre clef privée ne correspond plus à votre mot de passe de connexion :", -"Set your old private key password to your current log-in password." => "Configurez le mot de passe de votre ancienne clef privée avec votre mot de passe courant de connexion. ", +"Your private key password no longer match your log-in password." => "Le mot de passe de votre clef privée ne correspond plus à votre mot de passe de connexion.", +"Set your old private key password to your current log-in password:" => "Configurez le mot de passe de votre ancienne clef privée avec votre mot de passe courant de connexion :", " If you don't remember your old password you can ask your administrator to recover your files." => "Si vous ne vous souvenez plus de votre ancien mot de passe, vous pouvez demander à votre administrateur de récupérer vos fichiers.", "Old log-in password" => "Ancien mot de passe de connexion", "Current log-in password" => "Actuel mot de passe de connexion", diff --git a/apps/files_encryption/l10n/gl.php b/apps/files_encryption/l10n/gl.php index 7b26d93910b..2a5e08701ad 100644 --- a/apps/files_encryption/l10n/gl.php +++ b/apps/files_encryption/l10n/gl.php @@ -30,8 +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", +"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/hu_HU.php b/apps/files_encryption/l10n/hu_HU.php index 3ef584b68c3..6cb781af49e 100644 --- a/apps/files_encryption/l10n/hu_HU.php +++ b/apps/files_encryption/l10n/hu_HU.php @@ -28,8 +28,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Új Helyreállítási kulcs jelszava", "Repeat New Recovery key password" => "Ismételje meg az új helyreállítási kulcs jelszavát", "Change Password" => "Jelszó megváltoztatása", -"Your private key password no longer match your log-in password:" => "A személyes kulcs jelszava mostantól nem azonos a belépési jelszavával:", -"Set your old private key password to your current log-in password." => "Állítsuk be a személyes kulcs jelszavát a jelenlegi bejelentkezési jelszavunkra.", " If you don't remember your old password you can ask your administrator to recover your files." => "Ha nem emlékszik a régi jelszavára akkor megkérheti a rendszergazdát, hogy állítsa vissza az állományait.", "Old log-in password" => "Régi bejelentkezési jelszó", "Current log-in password" => "Jelenlegi bejelentkezési jelszó", diff --git a/apps/files_encryption/l10n/id.php b/apps/files_encryption/l10n/id.php index 141f24c7112..868b9cabfa1 100644 --- a/apps/files_encryption/l10n/id.php +++ b/apps/files_encryption/l10n/id.php @@ -24,8 +24,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Sandi kunci Pemulihan Baru", "Repeat New Recovery key password" => "Ulangi sandi kunci Pemulihan baru", "Change Password" => "Ubah sandi", -"Your private key password no longer match your log-in password:" => "Sandi kunci privat Anda tidak lagi cocok dengan sandi masuk:", -"Set your old private key password to your current log-in password." => "Atur sandi kunci privat lama Anda sebagai sandi masuk Anda saat ini.", " If you don't remember your old password you can ask your administrator to recover your files." => "Jika Anda tidak ingat sandi lama, Anda dapat meminta administrator Anda untuk memulihkan berkas.", "Old log-in password" => "Sandi masuk yang lama", "Current log-in password" => "Sandi masuk saat ini", diff --git a/apps/files_encryption/l10n/it.php b/apps/files_encryption/l10n/it.php index ac04ccaacb5..8fce4453cec 100644 --- a/apps/files_encryption/l10n/it.php +++ b/apps/files_encryption/l10n/it.php @@ -30,8 +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.", +"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/ja.php b/apps/files_encryption/l10n/ja.php index cda06de2b36..954478de4be 100644 --- a/apps/files_encryption/l10n/ja.php +++ b/apps/files_encryption/l10n/ja.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "新しいリカバリキーのパスワード", "Repeat New Recovery key password" => "新しいリカバリキーのパスワードをもう一度入力", "Change Password" => "パスワードを変更", -"Your private key password no longer match your 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." => "古いパスワードを覚えていない場合、管理者に尋ねてファイルを回復することができます。", "Old log-in password" => "古いログインパスワード", "Current log-in password" => "現在のログインパスワード", diff --git a/apps/files_encryption/l10n/ko.php b/apps/files_encryption/l10n/ko.php index 3c29bc3512e..f93c66bc4f2 100644 --- a/apps/files_encryption/l10n/ko.php +++ b/apps/files_encryption/l10n/ko.php @@ -27,8 +27,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "새 복구 키 암호", "Repeat New Recovery key password" => "새 복구 키 암호 재입력", "Change Password" => "암호 변경", -"Your private key password no longer match your 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." => " 이전 암호가 기억나지 않으면 시스템 관리자에게 파일 복구를 요청하십시오.", "Old log-in password" => "이전 로그인 암호", "Current log-in password" => "현재 로그인 암호", diff --git a/apps/files_encryption/l10n/lt_LT.php b/apps/files_encryption/l10n/lt_LT.php index 3fc54f27d24..1fdba43f9e7 100644 --- a/apps/files_encryption/l10n/lt_LT.php +++ b/apps/files_encryption/l10n/lt_LT.php @@ -27,8 +27,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Naujas atkūrimo rakto slaptažodis", "Repeat New Recovery key password" => "Pakartokite naują atkūrimo rakto slaptažodį", "Change Password" => "Pakeisti slaptažodį", -"Your private key password no longer match your log-in password:" => "Privatus rakto slaptažodis daugiau neatitinka Jūsų prisijungimo slaptažodžio:", -"Set your old private key password to your current log-in password." => "Nustatyti Jūsų privataus rakto slaptažodį į Jūsų dabartinį prisijungimo.", " If you don't remember your old password you can ask your administrator to recover your files." => "Jei nepamenate savo seno slaptažodžio, galite paprašyti administratoriaus atkurti Jūsų failus.", "Old log-in password" => "Senas prisijungimo slaptažodis", "Current log-in password" => "Dabartinis prisijungimo slaptažodis", diff --git a/apps/files_encryption/l10n/nb_NO.php b/apps/files_encryption/l10n/nb_NO.php index 9e897b8fe18..afa5e15c714 100644 --- a/apps/files_encryption/l10n/nb_NO.php +++ b/apps/files_encryption/l10n/nb_NO.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nytt passord for gjenopprettingsnøkkel", "Repeat New Recovery key password" => "Gjenta nytt passord for gjenopprettingsnøkkel", "Change Password" => "Endre passord", -"Your private key password no longer match your log-in password:" => "Ditt passord for privat nøkkel stemmer ikke med påloggingspassordet ditt lenger:", -"Set your old private key password to your current log-in password." => "Sett ditt gamle passord for privat nøkkel til ditt nåværende påloggingspassord.", " If you don't remember your old password you can ask your administrator to recover your files." => "Hvis du ikke husker det gamle passordet ditt kan du spørre administratoren om å gjenopprette filene dine.", "Old log-in password" => "Gammelt påloggingspassord", "Current log-in password" => "Nåværende påloggingspassord", diff --git a/apps/files_encryption/l10n/nl.php b/apps/files_encryption/l10n/nl.php index 203990b5780..a61426e9fce 100644 --- a/apps/files_encryption/l10n/nl.php +++ b/apps/files_encryption/l10n/nl.php @@ -30,8 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nieuwe wachtwoord herstelsleutel", "Repeat New Recovery key password" => "Herhaal het nieuwe herstelsleutel wachtwoord", "Change Password" => "Wijzigen wachtwoord", -"Your private key password no longer match your log-in password:" => "Het wachtwoord van uw privésleutel komt niet meer overeen met uw inlogwachtwoord:", -"Set your old private key password to your current log-in password." => "Stel het wachtwoord van uw oude privésleutel in op uw huidige inlogwachtwoord.", +"Your private key password no longer match your log-in password." => "Het wachtwoord van uw privésleutel komt niet meer overeen met uw inlogwachtwoord.", +"Set your old private key password to your current log-in password:" => "Stel het wachtwoord van uw oude privésleutel in op uw huidige inlogwachtwoord.", " If you don't remember your old password you can ask your administrator to recover your files." => "Als u uw oude wachtwoord niet meer weet, kunt u uw beheerder vragen uw bestanden terug te halen.", "Old log-in password" => "Oude wachtwoord", "Current log-in password" => "Huidige wachtwoord", diff --git a/apps/files_encryption/l10n/pl.php b/apps/files_encryption/l10n/pl.php index 41fe84f599b..c39ddee0b28 100644 --- a/apps/files_encryption/l10n/pl.php +++ b/apps/files_encryption/l10n/pl.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nowe hasło klucza odzyskiwania", "Repeat New Recovery key password" => "Powtórz nowe hasło klucza odzyskiwania", "Change Password" => "Zmień hasło", -"Your private key password no longer match your log-in password:" => "Hasło klucza prywatnego nie pasuje do hasła logowania:", -"Set your old private key password to your current log-in password." => "Podaj swoje stare prywatne hasło aby ustawić nowe", " If you don't remember your old password you can ask your administrator to recover your files." => "Jeśli nie pamiętasz swojego starego hasła, poproś swojego administratora, aby odzyskać pliki.", "Old log-in password" => "Stare hasło logowania", "Current log-in password" => "Bieżące hasło logowania", diff --git a/apps/files_encryption/l10n/pt_BR.php b/apps/files_encryption/l10n/pt_BR.php index 52050830aa4..17780630217 100644 --- a/apps/files_encryption/l10n/pt_BR.php +++ b/apps/files_encryption/l10n/pt_BR.php @@ -30,8 +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 de chave privada não coincide mais com sua senha de login:", -"Set your old private key password to your current log-in password." => "Configure sua antiga senha de chave privada para sua atual senha de login.", +"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 2fa70073d74..c25e70832dc 100644 --- a/apps/files_encryption/l10n/pt_PT.php +++ b/apps/files_encryption/l10n/pt_PT.php @@ -30,8 +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 senha da chave privada já não coincide com a senha de iniciar sessão: ", -"Set your old private key password to your current log-in password." => "Defina a sua senha antiga da chave privada para a sua senha de iniciar sessão atual. ", +"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_encryption/l10n/ro.php b/apps/files_encryption/l10n/ro.php index b3b53e6cbca..92cf92c2cd3 100644 --- a/apps/files_encryption/l10n/ro.php +++ b/apps/files_encryption/l10n/ro.php @@ -13,7 +13,6 @@ $TRANSLATIONS = array( "Enabled" => "Activat", "Disabled" => "Dezactivat", "Change Password" => "Schimbă parola", -"Your private key password no longer match your log-in password:" => "Parola cheii private nu se mai potriveste cu parola ta de logare:", "File recovery settings updated" => "Setarile pentru recuperarea fisierelor au fost actualizate", "Could not update file recovery" => "Nu am putut actualiza recuperarea de fisiere" ); diff --git a/apps/files_encryption/l10n/ru.php b/apps/files_encryption/l10n/ru.php index 4153d5aac07..371d96d679c 100644 --- a/apps/files_encryption/l10n/ru.php +++ b/apps/files_encryption/l10n/ru.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Новый пароль для ключа восстановления", "Repeat New Recovery key password" => "Повторите новый пароль восстановления ключа", "Change Password" => "Изменить пароль", -"Your private key password no longer match your 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." => "Если вы не помните свой старый пароль, вы можете попросить своего администратора восстановить ваши файлы", "Old log-in password" => "Старый пароль для входа", "Current log-in password" => "Текущйи пароль для входа", diff --git a/apps/files_encryption/l10n/sk_SK.php b/apps/files_encryption/l10n/sk_SK.php index 7401b682303..74695925a52 100644 --- a/apps/files_encryption/l10n/sk_SK.php +++ b/apps/files_encryption/l10n/sk_SK.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nové heslo obnovovacieho kľúča", "Repeat New Recovery key password" => "Zopakujte nové heslo kľúča pre obnovu", "Change Password" => "Zmeniť heslo", -"Your private key password no longer match your log-in password:" => "Vaše heslo súkromného kľúča je rovnaké ako Vaše prihlasovacie heslo:", -"Set your old private key password to your current log-in password." => "Nastavte si staré heslo súkromného kľúča k Vášmu súčasnému prihlasovaciemu heslu.", " If you don't remember your old password you can ask your administrator to recover your files." => "Ak si nepamätáte svoje staré heslo, môžete požiadať administrátora o obnovenie svojich súborov.", "Old log-in password" => "Staré prihlasovacie heslo", "Current log-in password" => "Súčasné prihlasovacie heslo", diff --git a/apps/files_encryption/l10n/sl.php b/apps/files_encryption/l10n/sl.php index 220e1ba0037..bbb1edefa5f 100644 --- a/apps/files_encryption/l10n/sl.php +++ b/apps/files_encryption/l10n/sl.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Novi ključ za obnovitev gesla", "Repeat New Recovery key password" => "Ponovi novi ključ za obnovitev gesla", "Change Password" => "Spremeni geslo", -"Your private key password no longer match your log-in password:" => "Vaš zasebni ključ za geslo se ne ujema z geslom, vnesenim ob prijavi:", -"Set your old private key password to your current log-in password." => "Nastavite svoj star zasebni ključ v geslo, vneseno ob prijavi.", " If you don't remember your old password you can ask your administrator to recover your files." => "Če ste pozabili svoje geslo, lahko vaše datoteke obnovi le skrbnik sistema.", "Old log-in password" => "Staro geslo", "Current log-in password" => "Trenutno geslo", diff --git a/apps/files_encryption/l10n/sv.php b/apps/files_encryption/l10n/sv.php index c535d4fa91c..70c417666bf 100644 --- a/apps/files_encryption/l10n/sv.php +++ b/apps/files_encryption/l10n/sv.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "Nytt lösenord för återställningsnyckel", "Repeat New Recovery key password" => "Upprepa lösenord för ny återställningsnyckel", "Change Password" => "Byt lösenord", -"Your private key password no longer match your log-in password:" => "Lösenordet till din privata nyckel stämmer inte längre överens med ditt inloggningslösenord:", -"Set your old private key password to your current log-in password." => "Använd din gamla privata nyckels lösenord som ditt aktuella inloggningslösenord.", " If you don't remember your old password you can ask your administrator to recover your files." => "Om du inte kommer ihåg ditt gamla lösenord kan du be din administratör att återställa dina filer.", "Old log-in password" => "Gammalt inloggningslösenord", "Current log-in password" => "Nuvarande inloggningslösenord", diff --git a/apps/files_encryption/l10n/tr.php b/apps/files_encryption/l10n/tr.php index 869fa0cbcea..c466e8abc63 100644 --- a/apps/files_encryption/l10n/tr.php +++ b/apps/files_encryption/l10n/tr.php @@ -30,8 +30,8 @@ $TRANSLATIONS = array( "New Recovery key password" => "Yeni Kurtarma anahtarı parolası", "Repeat New Recovery key password" => "Yeni Kurtarma anahtarı parolasını yineleyin", "Change Password" => "Parola Değiştir", -"Your private key password no longer match your log-in password:" => "Özel anahtar parolanız artık oturum açma parolanızla eşleşmiyor:", -"Set your old private key password to your current log-in password." => "Eski özel anahtar parolanızı geçerli oturum açma parolanız olarak ayarlayın.", +"Your private key password no longer match your log-in password." => "Özel anahtar parolanız artık oturum açma parolanız ile eşleşmiyor.", +"Set your old private key password to your current log-in password:" => "Eski özel anahtar parolanızı, geçerli oturum açma parolanız olarak ayarlayın:", " If you don't remember your old password you can ask your administrator to recover your files." => "Eğer eski parolanızı hatırlamıyorsanız, yöneticinizden dosyalarınızı kurtarmasını talep edebilirsiniz.", "Old log-in password" => "Eski oturum açma parolası", "Current log-in password" => "Geçerli oturum açma parolası", diff --git a/apps/files_encryption/l10n/vi.php b/apps/files_encryption/l10n/vi.php index c6596dca2b0..dc8108e6308 100644 --- a/apps/files_encryption/l10n/vi.php +++ b/apps/files_encryption/l10n/vi.php @@ -13,8 +13,6 @@ $TRANSLATIONS = array( "Enabled" => "Bật", "Disabled" => "Tắt", "Change Password" => "Đổi Mật khẩu", -"Your private key password no longer match your log-in password:" => "Mật khẩu khóa cá nhân không còn phù hợp với mật khẩu đăng nhập:", -"Set your old private key password to your current log-in password." => "Thiết lập mật khẩu khóa cá nhân cũ đến mật khẩu đăng nhập hiện tại.", " If you don't remember your old password you can ask your administrator to recover your files." => "Nếu bạn không nhớ mật khẩu cũ, bạn có thể yêu cầu quản trị viên khôi phục tập tin của bạn.", "Old log-in password" => "Mật khẩu đăng nhập cũ", "Current log-in password" => "Mật khẩu đăng nhập hiện tại", diff --git a/apps/files_encryption/l10n/zh_CN.php b/apps/files_encryption/l10n/zh_CN.php index 383d85135e1..1b736f1470f 100644 --- a/apps/files_encryption/l10n/zh_CN.php +++ b/apps/files_encryption/l10n/zh_CN.php @@ -30,8 +30,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "新的恢复密钥密码", "Repeat New Recovery key password" => "重复新的密钥恢复密码", "Change Password" => "修改密码", -"Your private key password no longer match your 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." => "如果您记不住旧的密码,您可以请求管理员恢复您的文件。", "Old log-in password" => "旧登录密码", "Current log-in password" => "当前登录密码", diff --git a/apps/files_encryption/l10n/zh_TW.php b/apps/files_encryption/l10n/zh_TW.php index e6deb4d0eb6..32e5fb17bcf 100644 --- a/apps/files_encryption/l10n/zh_TW.php +++ b/apps/files_encryption/l10n/zh_TW.php @@ -29,8 +29,6 @@ $TRANSLATIONS = array( "New Recovery key password" => "新的還原金鑰密碼", "Repeat New Recovery key password" => "再輸入新的還原金鑰密碼一次", "Change Password" => "變更密碼", -"Your private key password no longer match your 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." => "如果您忘記舊密碼,可以請求管理員協助取回檔案。", "Old log-in password" => "舊登入密碼", "Current log-in password" => "目前的登入密碼", diff --git a/apps/files_encryption/lib/helper.php b/apps/files_encryption/lib/helper.php index ed42cec326a..214e212b675 100755 --- a/apps/files_encryption/lib/helper.php +++ b/apps/files_encryption/lib/helper.php @@ -49,6 +49,7 @@ class Helper { public static function registerUserHooks() { \OCP\Util::connectHook('OC_User', 'post_login', 'OCA\Encryption\Hooks', 'login'); + \OCP\Util::connectHook('OC_User', 'logout', 'OCA\Encryption\Hooks', 'logout'); \OCP\Util::connectHook('OC_User', 'post_setPassword', 'OCA\Encryption\Hooks', 'setPassphrase'); \OCP\Util::connectHook('OC_User', 'pre_setPassword', 'OCA\Encryption\Hooks', 'preSetPassphrase'); \OCP\Util::connectHook('OC_User', 'post_createUser', 'OCA\Encryption\Hooks', 'postCreateUser'); diff --git a/apps/files_encryption/lib/session.php b/apps/files_encryption/lib/session.php index 4b28f0ce676..84599181ba2 100644 --- a/apps/files_encryption/lib/session.php +++ b/apps/files_encryption/lib/session.php @@ -122,6 +122,14 @@ class Session { } /** + * remove keys from session + */ + public function removeKeys() { + \OC::$session->remove('publicSharePrivateKey'); + \OC::$session->remove('privateKey'); + } + + /** * Sets status of encryption app * @param string $init INIT_SUCCESSFUL, INIT_EXECUTED, NOT_INITIALIZED * @return bool diff --git a/apps/files_encryption/templates/settings-personal.php b/apps/files_encryption/templates/settings-personal.php index 3d44b9fa9a5..832eb75e23d 100644 --- a/apps/files_encryption/templates/settings-personal.php +++ b/apps/files_encryption/templates/settings-personal.php @@ -9,14 +9,13 @@ <p>
<a name="changePKPasswd" />
<label for="changePrivateKeyPasswd">
- <?php p( $l->t( "Your private key password no longer match your log-in password:" ) ); ?>
+ <em><?php p( $l->t( "Your private key password no longer match your log-in password." ) ); ?></em>
</label>
<br />
- <em><?php p( $l->t( "Set your old private key password to your current log-in password." ) ); ?>
+ <?php p( $l->t( "Set your old private key password to your current log-in password:" ) ); ?>
<?php if ( $_["recoveryEnabledForUser"] ):
p( $l->t( " If you don't remember your old password you can ask your administrator to recover your files." ) );
endif; ?>
- </em>
<br />
<input
type="password"
diff --git a/apps/files_external/l10n/cs_CZ.php b/apps/files_external/l10n/cs_CZ.php index f9317c257a3..17aefe6cb6a 100644 --- a/apps/files_external/l10n/cs_CZ.php +++ b/apps/files_external/l10n/cs_CZ.php @@ -24,8 +24,10 @@ $TRANSLATIONS = array( "Root" => "Root", "Secure ftps://" => "Zabezpečené ftps://", "Client ID" => "Klientské ID", +"OpenStack Object Storage" => "OpenStack Object Storage", "Username (required)" => "Uživatelské jméno (nutné)", "Region (optional for OpenStack Object Storage)" => "Region (nepovinný pro OpenStack Object Storage)", +"API Key (required for Rackspace Cloud Files)" => "API klíč (vyžadován pro Rackspace Cloud)", "Password (required for OpenStack Object Storage)" => "Heslo (vyžadováno pro OpenStack Object Storage)", "Timeout of HTTP requests in seconds (optional)" => "Vypršení HTTP požadavků v sekundách (nepovinné)", "Share" => "Sdílet", diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index b55a80ea640..60bec2b4050 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -33,21 +33,25 @@ OC_FileProxy::register(new OCA\Files\Share\Proxy()); "name" => $l->t('Shared with you') ) ); -\OCA\Files\App::getNavigationManager()->add( - array( - "id" => 'sharingout', - "appname" => 'files_sharing', - "script" => 'list.php', - "order" => 15, - "name" => $l->t('Shared with others') - ) -); -\OCA\Files\App::getNavigationManager()->add( - array( - "id" => 'sharinglinks', - "appname" => 'files_sharing', - "script" => 'list.php', - "order" => 20, - "name" => $l->t('Shared by link') - ) -); + +if (\OCP\Util::isSharingDisabledForUser() === false) { + + \OCA\Files\App::getNavigationManager()->add( + array( + "id" => 'sharingout', + "appname" => 'files_sharing', + "script" => 'list.php', + "order" => 15, + "name" => $l->t('Shared with others') + ) + ); + \OCA\Files\App::getNavigationManager()->add( + array( + "id" => 'sharinglinks', + "appname" => 'files_sharing', + "script" => 'list.php', + "order" => 20, + "name" => $l->t('Shared by link') + ) + ); +} diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index 1a0583ef022..879f231bf92 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -7,7 +7,7 @@ $TRANSLATIONS = array( "Shared by link" => "Compartíos per enllaz", "No files have been shared with you yet." => "Entá nun se compartieron ficheros contigo.", "You haven't shared any files yet." => "Entá nun compartiesti dengún ficheru.", -"You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru por enllaz.", +"You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru per enllaz.", "Do you want to add the remote share {name} from {owner}@{remote}?" => "Quies amestar compartición remota {name} de {owner}@{remote}?", "Remote share" => "Compartición remota", "Remote share password" => "Contraseña de compartición remota", 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/apps/files_trashbin/l10n/fa.php b/apps/files_trashbin/l10n/fa.php index 0823e98ea1c..e7f99c53f42 100644 --- a/apps/files_trashbin/l10n/fa.php +++ b/apps/files_trashbin/l10n/fa.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "Deleted files" => "فایل های حذف شده", "Restore" => "بازیابی", "Error" => "خطا", +"restored" => "بازیابی شد", "Nothing in here. Your trash bin is empty!" => "هیچ چیزی اینجا نیست. سطل زباله ی شما خالی است.", "Name" => "نام", "Deleted" => "حذف شده", diff --git a/apps/files_versions/l10n/fa.php b/apps/files_versions/l10n/fa.php index 8edfc2ee265..7b26e361ec5 100644 --- a/apps/files_versions/l10n/fa.php +++ b/apps/files_versions/l10n/fa.php @@ -2,6 +2,9 @@ $TRANSLATIONS = array( "Could not revert: %s" => "بازگردانی امکان ناپذیر است: %s", "Versions" => "نسخه ها", +"Failed to revert {file} to revision {timestamp}." => "برگرداندن {file} به نسخه {timestamp} با شکست روبرو شد", +"More versions..." => "نسخه های بیشتر", +"No other versions available" => "نسخه ی دیگری در دسترس نیست", "Restore" => "بازیابی" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/lib/ldap.php b/apps/user_ldap/lib/ldap.php index 967754db7d3..4dad34f5b1e 100644 --- a/apps/user_ldap/lib/ldap.php +++ b/apps/user_ldap/lib/ldap.php @@ -106,7 +106,7 @@ class LDAP implements ILDAPWrapper { * @link http://www.php.net/manual/en/function.ldap-explode-dn.php */ public function explodeDN($dn, $withAttrib) { - return $this->invokeLDAPMethod('ldap_explode_dn', $dn, $withAttrib); + return $this->invokeLDAPMethod('explode_dn', $dn, $withAttrib); } /** diff --git a/apps/user_webdavauth/l10n/fa.php b/apps/user_webdavauth/l10n/fa.php index 0bf8b6f6733..cfaf8ce1a07 100644 --- a/apps/user_webdavauth/l10n/fa.php +++ b/apps/user_webdavauth/l10n/fa.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "اعتبار سنجی WebDAV ", -"Save" => "ذخیره" +"Address:" => "آدرس:", +"Save" => "ذخیره", +"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "جزئیات کاربر به این آدرس ارسال خواهد شد. این پلاگین پاسخ را بررسی خواهد کرد و کدهای حالت HTTP شماره 401 و 403 را به عنوان اعتبارات غیر معتبر ترجمه می کند، و باقی موارد را به عنوان موارد معتبر تشخیص می دهد." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js index 9b767930c10..7f87e1a6f3e 100644 --- a/core/js/oc-dialogs.js +++ b/core/js/oc-dialogs.js @@ -635,7 +635,7 @@ var OCdialogs = { type: entry.type, dir: dir, filename: entry.name, - date: OC.mtime2date(Math.floor(entry.mtime / 1000)) + date: relative_modified_date(entry.mtime/1000) }); if (entry.isPreviewAvailable) { var urlSpec = { diff --git a/core/js/share.js b/core/js/share.js index 1b4e519f201..eceb6b98f1e 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -724,8 +724,11 @@ OC.Share={ */ showExpirationDate:function(date, shareTime) { var now = new Date(); + // min date should always be the next day + var minDate = new Date(); + minDate.setDate(minDate.getDate()+1); var datePickerOptions = { - minDate: now, + minDate: minDate, maxDate: null }; if (_.isNumber(shareTime)) { @@ -757,6 +760,9 @@ OC.Share={ $(document).ready(function() { if(typeof monthNames != 'undefined'){ + // min date should always be the next day + var minDate = new Date(); + minDate.setDate(minDate.getDate()+1); $.datepicker.setDefaults({ monthNames: monthNames, monthNamesShort: $.map(monthNames, function(v) { return v.slice(0,3)+'.'; }), @@ -764,7 +770,7 @@ $(document).ready(function() { dayNamesMin: $.map(dayNames, function(v) { return v.slice(0,2); }), dayNamesShort: $.map(dayNames, function(v) { return v.slice(0,3)+'.'; }), firstDay: firstDay, - minDate : new Date() + minDate : minDate }); } $(document).on('click', 'a.share', function(event) { diff --git a/core/js/tests/specs/shareSpec.js b/core/js/tests/specs/shareSpec.js index 32fecf82b65..893f816833b 100644 --- a/core/js/tests/specs/shareSpec.js +++ b/core/js/tests/specs/shareSpec.js @@ -259,6 +259,7 @@ describe('OC.Share tests', function() { var shareData; var shareItem; var clock; + var expectedMinDate; function showDropDown() { OC.Share.showDropDown( @@ -274,6 +275,7 @@ describe('OC.Share tests', function() { beforeEach(function() { // pick a fake date clock = sinon.useFakeTimers(new Date(2014, 0, 20, 14, 0, 0).getTime()); + expectedMinDate = new Date(2014, 0, 21, 14, 0, 0); shareItem = { displayname_owner: 'root', expiration: null, @@ -358,7 +360,7 @@ describe('OC.Share tests', function() { showDropDown(); $('#dropdown [name=linkCheckbox]').click(); $('#dropdown [name=expirationCheckbox]').click(); - expect($.datepicker._defaults.minDate).toEqual(new Date()); + expect($.datepicker._defaults.minDate).toEqual(expectedMinDate); expect($.datepicker._defaults.maxDate).toEqual(null); }); it('limits the date range to X days after share time when enforced', function() { @@ -367,7 +369,7 @@ describe('OC.Share tests', function() { oc_appconfig.core.defaultExpireDateEnforced = true; showDropDown(); $('#dropdown [name=linkCheckbox]').click(); - expect($.datepicker._defaults.minDate).toEqual(new Date()); + expect($.datepicker._defaults.minDate).toEqual(expectedMinDate); expect($.datepicker._defaults.maxDate).toEqual(new Date(2014, 0, 27, 0, 0, 0, 0)); }); it('limits the date range to X days after share time when enforced, even when redisplayed the next days', function() { @@ -380,7 +382,7 @@ describe('OC.Share tests', function() { oc_appconfig.core.defaultExpireDateEnabled = true; oc_appconfig.core.defaultExpireDateEnforced = true; showDropDown(); - expect($.datepicker._defaults.minDate).toEqual(new Date()); + expect($.datepicker._defaults.minDate).toEqual(expectedMinDate); expect($.datepicker._defaults.maxDate).toEqual(new Date(2014, 0, 27, 0, 0, 0, 0)); }); }); diff --git a/core/l10n/af_ZA.php b/core/l10n/af_ZA.php index 0a2900322d0..508e8a07936 100644 --- a/core/l10n/af_ZA.php +++ b/core/l10n/af_ZA.php @@ -118,9 +118,6 @@ $TRANSLATIONS = array( "Finish setup" => "Maak opstelling klaar", "%s is available. Get more information on how to update." => "%s is beskikbaar. Kry meer inligting oor opdatering.", "Log out" => "Teken uit", -"Automatic logon rejected!" => "Automatiese aantekening afgekeur!", -"If you did not change your password recently, your account may be compromised!" => "Jou rekening kan gekompromitteer wees, as jy jou wagwoord nie onlangs verander het nie.", -"Please change your password to secure your account again." => "Verander asseblief jou wagwoord om jou rekening te beveilig", "remember" => "onthou", "Log in" => "Teken aan", "Alternative Logins" => "Alternatiewe aantekeninge", diff --git a/core/l10n/ar.php b/core/l10n/ar.php index 2e816321632..82509e48b2b 100644 --- a/core/l10n/ar.php +++ b/core/l10n/ar.php @@ -115,9 +115,6 @@ $TRANSLATIONS = array( "Database host" => "خادم قاعدة البيانات", "Finish setup" => "انهاء التعديلات", "Log out" => "الخروج", -"Automatic logon rejected!" => "تم رفض تسجيل الدخول التلقائي!", -"If you did not change your password recently, your account may be compromised!" => "قد يكون حسابك في خطر إن لم تقم بإعادة تعيين كلمة السر حديثاً", -"Please change your password to secure your account again." => "الرجاء إعادة تعيين كلمة السر لتأمين حسابك.", "remember" => "تذكر", "Log in" => "أدخل", "Alternative Logins" => "اسماء دخول بديلة" diff --git a/core/l10n/ast.php b/core/l10n/ast.php index 6bb1f0972e6..3e56b8a7a7c 100644 --- a/core/l10n/ast.php +++ b/core/l10n/ast.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Esta aplicación necesita JavaScript pa funcionar correutamente. Por favor <a href=\"http://enable-javascript.com/\" target=\"_blank\">habilita JavaScript</a> y recarga esta interface.", "%s is available. Get more information on how to update." => "Ta disponible %s. Consigui más información en cómo anovar·", "Log out" => "Zarrar sesión", -"Automatic logon rejected!" => "¡Aniciu de sesión automáticu refugáu!", -"If you did not change your password recently, your account may be compromised!" => "¡Si nun camudasti la contraseña últimamente, la cuenta pue tar comprometida!", -"Please change your password to secure your account again." => "Por favor, camuda la contraseña p'asegurar la cuenta de nueves", "Server side authentication failed!" => "Falló l'autenticación nel sirvidor!", "Please contact your administrator." => "Por favor, contauta col to alministrador", "Forgot your password? Reset it!" => "¿Escaeciesti la to contraseña? ¡Reaníciala!", diff --git a/core/l10n/bg_BG.php b/core/l10n/bg_BG.php index 736c0589058..b00547a71da 100644 --- a/core/l10n/bg_BG.php +++ b/core/l10n/bg_BG.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Програмата изисква JavaScript, за да работи правилно. Моля, <a href=\"http://enable-javascript.com/\" target=\"_blank\">включи JavaScript</a> и презареди страницата.", "%s is available. Get more information on how to update." => "%s е на разположение. Прочети повече как да обновиш. ", "Log out" => "Отписване", -"Automatic logon rejected!" => "Автоматичното вписване отказано!", -"If you did not change your password recently, your account may be compromised!" => "Ако не си си променил паролата наскоро, профилът ти може да е компроменитран!", -"Please change your password to secure your account again." => "Моля, промени паролата си, за да подсигуриш профила си.", "Server side authentication failed!" => "Заверяването в сървъра неуспешно!", "Please contact your administrator." => "Моля, свържи се с админстратора.", "Forgot your password? Reset it!" => "Забрави паролата? Възстанови я!", diff --git a/core/l10n/ca.php b/core/l10n/ca.php index 47b3282d8b4..8f4e78c7ff7 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Aquesta aplicació necessita tenir JavaScript activat per funcionar correctament. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeu JavaScript</a> i carregueu aquesta interfície de nou.", "%s is available. Get more information on how to update." => "%s està disponible. Obtingueu més informació de com actualitzar.", "Log out" => "Surt", -"Automatic logon rejected!" => "Inici de sessió automàtic rebutjat!", -"If you did not change your password recently, your account may be compromised!" => "Si no heu canviat la contrasenya recentment el vostre compte pot estar compromès!", -"Please change your password to secure your account again." => "Canvieu la contrasenya de nou per assegurar el vostre compte.", "Server side authentication failed!" => "L'autenticació del servidor ha fallat!", "Please contact your administrator." => "Contacteu amb l'administrador.", "Forgot your password? Reset it!" => "Heu oblidat la contrasenya? Restabliu-la!", diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 72d442a368e..79b732fb64e 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Tato aplikace vyžaduje pro svou správnou funkčnost povolený JavaScript. Prosím <a href=\"http://enable-javascript.com/\" target=\"_blank\">povolte JavaScript</a> a znovu načtěte toto rozhraní.", "%s is available. Get more information on how to update." => "%s je dostupná. Získejte více informací k postupu aktualizace.", "Log out" => "Odhlásit se", -"Automatic logon rejected!" => "Automatické přihlášení odmítnuto!", -"If you did not change your password recently, your account may be compromised!" => "Pokud jste v nedávné době neměnili své heslo, Váš účet může být kompromitován!", -"Please change your password to secure your account again." => "Změňte, prosím, své heslo pro opětovné zabezpečení Vašeho účtu.", "Server side authentication failed!" => "Autentizace na serveru selhala!", "Please contact your administrator." => "Kontaktujte prosím vašeho správce.", "Forgot your password? Reset it!" => "Zapomenuté heslo? Zresetujte si ho!", diff --git a/core/l10n/cy_GB.php b/core/l10n/cy_GB.php index b9230f25975..31246d797bb 100644 --- a/core/l10n/cy_GB.php +++ b/core/l10n/cy_GB.php @@ -101,9 +101,6 @@ $TRANSLATIONS = array( "Finish setup" => "Gorffen sefydlu", "%s is available. Get more information on how to update." => "%s ar gael. Mwy o wybodaeth am sut i ddiweddaru.", "Log out" => "Allgofnodi", -"Automatic logon rejected!" => "Gwrthodwyd mewngofnodi awtomatig!", -"If you did not change your password recently, your account may be compromised!" => "Os na wnaethoch chi newid eich cyfrinair yn ddiweddar, gall eich cyfrif fod yn anniogel!", -"Please change your password to secure your account again." => "Newidiwch eich cyfrinair i ddiogleu eich cyfrif eto.", "remember" => "cofio", "Log in" => "Mewngofnodi", "Alternative Logins" => "Mewngofnodiadau Amgen" diff --git a/core/l10n/da.php b/core/l10n/da.php index 75fe805953c..3b3fa6ada61 100644 --- a/core/l10n/da.php +++ b/core/l10n/da.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Programmet forudsætter at JavaScript er aktiveret for at kunne afvikles korrekt. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Aktiver JavaScript</a> og genindlæs siden..", "%s is available. Get more information on how to update." => "%s er tilgængelig. Få mere information om, hvordan du opdaterer.", "Log out" => "Log ud", -"Automatic logon rejected!" => "Automatisk login afvist!", -"If you did not change your password recently, your account may be compromised!" => "Hvis du ikke har ændret din adgangskode for nylig, har nogen muligvis tiltvunget sig adgang til din konto!", -"Please change your password to secure your account again." => "Skift adgangskode for at sikre din konto igen.", "Server side authentication failed!" => "Server side godkendelse mislykkedes!", "Please contact your administrator." => "Kontakt venligst din administrator", "Forgot your password? Reset it!" => "Glemt din adgangskode? Nulstil det!", diff --git a/core/l10n/de.php b/core/l10n/de.php index d64a958c81f..21a2da36d40 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb. Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktiviere JavaScript</a> und lade diese Schnittstelle neu.", "%s is available. Get more information on how to update." => "%s ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", "Log out" => "Abmelden", -"Automatic logon rejected!" => "Automatischer Login zurückgewiesen!", -"If you did not change your password recently, your account may be compromised!" => "Wenn Du Dein Passwort nicht vor kurzem geändert hast, könnte Dein\nAccount kompromittiert sein!", -"Please change your password to secure your account again." => "Bitte ändere Dein Passwort, um Deinen Account wieder zu schützen.", "Server side authentication failed!" => "Serverseitige Authentifizierung fehlgeschlagen!", "Please contact your administrator." => "Bitte kontaktiere Deinen Administrator.", "Forgot your password? Reset it!" => "Passwort vergessen? Setze es zurück!", diff --git a/core/l10n/de_CH.php b/core/l10n/de_CH.php index 27198d653c8..e4ac188c093 100644 --- a/core/l10n/de_CH.php +++ b/core/l10n/de_CH.php @@ -113,9 +113,6 @@ $TRANSLATIONS = array( "Finish setup" => "Installation abschliessen", "%s is available. Get more information on how to update." => "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", "Log out" => "Abmelden", -"Automatic logon rejected!" => "Automatische Anmeldung verweigert!", -"If you did not change your password recently, your account may be compromised!" => "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAccount kompromittiert sein!", -"Please change your password to secure your account again." => "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern.", "remember" => "merken", "Log in" => "Einloggen", "Alternative Logins" => "Alternative Logins" diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php index 12d82a9a091..dd47edaa027 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb. Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktivieren Sie JavaScript</a> und laden Sie diese Schnittstelle neu.", "%s is available. Get more information on how to update." => "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", "Log out" => "Abmelden", -"Automatic logon rejected!" => "Automatische Anmeldung verweigert!", -"If you did not change your password recently, your account may be compromised!" => "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAccount kompromittiert sein!", -"Please change your password to secure your account again." => "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern.", "Server side authentication failed!" => "Die Authentifizierung auf dem Server ist fehlgeschlagen!", "Please contact your administrator." => "Bitte kontaktieren Sie Ihren Administrator.", "Forgot your password? Reset it!" => "Passwort vergessen? Setzen Sie es zurück!", diff --git a/core/l10n/el.php b/core/l10n/el.php index 05fd5b70ee0..75c94024595 100644 --- a/core/l10n/el.php +++ b/core/l10n/el.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Αυτή η εφαρμογή απαιτεί η JavaScript να είναι ενεργοποιημένη για σωστή λειτουργία. Παρακαλώ <a href=\"http://enable-javascript.com/\" target=\"_blank\">ενεργοποιήστε τη JavaScript</a> και επαναφορτώστε αυτή τη διεπαφή.", "%s is available. Get more information on how to update." => "%s είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες στο πώς να αναβαθμίσετε.", "Log out" => "Αποσύνδεση", -"Automatic logon rejected!" => "Απορρίφθηκε η αυτόματη σύνδεση!", -"If you did not change your password recently, your account may be compromised!" => "Εάν δεν αλλάξατε το συνθηματικό σας προσφάτως, ο λογαριασμός μπορεί να έχει διαρρεύσει!", -"Please change your password to secure your account again." => "Παρακαλώ αλλάξτε το συνθηματικό σας για να ασφαλίσετε πάλι τον λογαριασμό σας.", "Server side authentication failed!" => "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!", "Please contact your administrator." => "Παρακαλώ επικοινωνήστε με τον διαχειριστή.", "Forgot your password? Reset it!" => "Ξεχάσατε τον κωδικό πρόσβασής σας; Επαναφέρετέ τον!", diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index ebd335225f3..071bdd9a924 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface.", "%s is available. Get more information on how to update." => "%s is available. Get more information on how to update.", "Log out" => "Log out", -"Automatic logon rejected!" => "Automatic logon rejected!", -"If you did not change your password recently, your account may be compromised!" => "If you did not change your password recently, your account may be compromised!", -"Please change your password to secure your account again." => "Please change your password to secure your account again.", "Server side authentication failed!" => "Server side authentication failed!", "Please contact your administrator." => "Please contact your administrator.", "Forgot your password? Reset it!" => "Forgot your password? Reset it!", diff --git a/core/l10n/eo.php b/core/l10n/eo.php index 9d8a3e93e6b..242419ae7ea 100644 --- a/core/l10n/eo.php +++ b/core/l10n/eo.php @@ -131,9 +131,6 @@ $TRANSLATIONS = array( "Finishing …" => "Finante...", "%s is available. Get more information on how to update." => "%s haveblas. Ekhavi pli da informo pri kiel ĝisdatigi.", "Log out" => "Elsaluti", -"Automatic logon rejected!" => "La aŭtomata ensaluto malakceptiĝis!", -"If you did not change your password recently, your account may be compromised!" => "Se vi ne ŝanĝis vian pasvorton lastatempe, via konto eble kompromitas!", -"Please change your password to secure your account again." => "Bonvolu ŝanĝi vian pasvorton por sekurigi vian konton ree.", "Please contact your administrator." => "Bonvolu kontakti vian administranton.", "remember" => "memori", "Log in" => "Ensaluti", diff --git a/core/l10n/es.php b/core/l10n/es.php index 8c155686c43..8b09fab5c96 100644 --- a/core/l10n/es.php +++ b/core/l10n/es.php @@ -46,12 +46,12 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("Hace %n mes","hace %n meses"), "last year" => "el año pasado", "years ago" => "hace años", -"Couldn't send reset email. Please contact your administrator." => "El mail de reset no pudo ser enviado. Por favor, contacte con su administrador.", -"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." => "Un enlace para reestablecer su contraseña ha sido enviado a su email. Si usted no lo recibe en un tiempo razonable, revise tu carpeta spam/correo no deseado.<br>Si no lo encuentra, pregunte a su administrador local.", -"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?" => "Sus archivos están encriptados. Si no ha habilitado la clave de recuperación, no habrá manera de recuperar los datos despues de un reset de la contraseña. .<br /> Si no está seguro de lo que debe hacer, por favor contacte con su administrador antes de continuar.<br />¿Realmente desea continuar?", -"I know what I'm doing" => "Yo soy consciente de lo que estoy haciendo", +"Couldn't send reset email. Please contact your administrator." => "La reiniciación de este correo electrónico no pudo ser enviada. Por favor, contacte a su administrador.", +"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." => "Un enlace para reiniciar su contraseña ha sido enviado a su correo electrónico. Si usted no lo recibe en un tiempo razonable, revise su carpeta para spam/chatarra.<br>Si no lo encuentra, pregunte a su administrador local.", +"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?" => "Sus archivos están cifrados. Si no has activado la clave de recuperación, no habrá manera de recuperar los datos despues de que tu contraseña seá restablecida.<br /> Si no está seguro de lo que debe hacer, por favor contacte a su administrador antes de continuar.<br />¿Realmente desea continuar?", +"I know what I'm doing" => "Yo se lo que estoy haciendo", "Reset password" => "Restablecer contraseña", -"Password can not be changed. Please contact your administrator." => "La contraseña no se puede cambiar. Por favor, contacte con su administrador.", +"Password can not be changed. Please contact your administrator." => "La contraseña no se puede cambiar. Por favor, contacte a su administrador.", "No" => "No", "Yes" => "Sí", "Choose" => "Seleccionar", @@ -123,9 +123,9 @@ $TRANSLATIONS = array( "Please reload the page." => "Recargue/Actualice la página", "The update was unsuccessful." => "Falló la actualización", "The update was successful. Redirecting you to ownCloud now." => "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.", -"Couldn't reset password because the token is invalid" => "No se puede restablecer la contraseña porque el token no es válido", -"Couldn't send reset email. Please make sure your username is correct." => "No se pudo resetear su correo electrónico. Por favor, asegúrese de que su nombre de usuario es correcto.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "No se pudo resetear su correo electrónico, porque no hay una dirección de correo electrónico asociada para este nombre de usuario. Por favor, póngase en contacto con su administrador.", +"Couldn't reset password because the token is invalid" => "No se puede restablecer la contraseña porque el vale de identificación es nulo.", +"Couldn't send reset email. Please make sure your username is correct." => "No se pudo enviar la reiniciación de su correo electrónico. Por favor, asegúrese de que su nombre de usuario es el correcto.", +"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "No se pudo enviar la reiniciación del correo electrónico, porque no hay una dirección de correo electrónico asociada con este nombre de usuario. Por favor, contacte a su administrador.", "%s password reset" => "%s restablecer contraseña", "Use the following link to reset your password: {link}" => "Utilice el siguiente enlace para restablecer su contraseña: {link}", "You will receive a link to reset your password via Email." => "Recibirá un enlace por correo electrónico para restablecer su contraseña", @@ -178,12 +178,9 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Esta aplicación requiere que se habilite JavaScript para su correcta operación. Por favor <a href=\"http://enable-javascript.com/es\" target=\"_blank\">habilite JavaScript</a> y vuelva a cargar esta interfaz.", "%s is available. Get more information on how to update." => "%s esta disponible. Obtener mas información de como actualizar.", "Log out" => "Salir", -"Automatic logon rejected!" => "¡Inicio de sesión automático rechazado!", -"If you did not change your password recently, your account may be compromised!" => "Si no ha cambiado su contraseña recientemente, ¡puede que su cuenta esté comprometida!", -"Please change your password to secure your account again." => "Por favor cambie su contraseña para asegurar su cuenta nuevamente.", "Server side authentication failed!" => "La autenticación a fallado en el servidor.", "Please contact your administrator." => "Por favor, contacte con el administrador.", -"Forgot your password? Reset it!" => "¿Olvidó su contraseña? Reseteela!", +"Forgot your password? Reset it!" => "¿Olvidó su contraseña? ¡Reiniciala!", "remember" => "recordar", "Log in" => "Entrar", "Alternative Logins" => "Inicios de sesión alternativos", diff --git a/core/l10n/es_AR.php b/core/l10n/es_AR.php index 832c4d9c302..c41378fc806 100644 --- a/core/l10n/es_AR.php +++ b/core/l10n/es_AR.php @@ -155,9 +155,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Esta aplicación requiere de JavaScript para su correcto funcionamiento. Por favor <a href=\"http://enable-javascript.com/\" target=\"_blank\">habilite JavaScript</a> y recargue.", "%s is available. Get more information on how to update." => "%s está disponible. Obtené más información sobre cómo actualizar.", "Log out" => "Cerrar la sesión", -"Automatic logon rejected!" => "¡El inicio de sesión automático fue rechazado!", -"If you did not change your password recently, your account may be compromised!" => "¡Si no cambiaste tu contraseña recientemente, puede ser que tu cuenta esté comprometida!", -"Please change your password to secure your account again." => "Por favor, cambiá tu contraseña para incrementar la seguridad de tu cuenta.", "Server side authentication failed!" => "¡Falló la autenticación del servidor!", "Please contact your administrator." => "Por favor, contacte a su administrador.", "remember" => "recordame", diff --git a/core/l10n/es_MX.php b/core/l10n/es_MX.php index 1d389ff3854..8b5d08b34ec 100644 --- a/core/l10n/es_MX.php +++ b/core/l10n/es_MX.php @@ -148,9 +148,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Esta aplicación requiere que se habilite JavaScript para su correcta operación. Por favor <a href=\"http://enable-javascript.com/es\" target=\"_blank\">habilite JavaScript</a> y vuelva a cargar esta interfaz.", "%s is available. Get more information on how to update." => "%s esta disponible. Obtener mas información de como actualizar.", "Log out" => "Salir", -"Automatic logon rejected!" => "¡Inicio de sesión automático rechazado!", -"If you did not change your password recently, your account may be compromised!" => "Si no ha cambiado su contraseña recientemente, ¡puede que su cuenta esté comprometida!", -"Please change your password to secure your account again." => "Por favor cambie su contraseña para asegurar su cuenta nuevamente.", "Server side authentication failed!" => "La autenticación a fallado en el servidor.", "Please contact your administrator." => "Por favor, contacte con el administrador.", "remember" => "recordar", diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php index 13cc72318d3..0face03fb06 100644 --- a/core/l10n/et_EE.php +++ b/core/l10n/et_EE.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "See rakendus vajab toimimiseks JavaScripti. Palun <a href=\"http://enable-javascript.com/\" target=\"_blank\">luba JavaScript</a> ning laadi see leht uuesti.", "%s is available. Get more information on how to update." => "%s on saadaval. Vaata lähemalt kuidas uuendada.", "Log out" => "Logi välja", -"Automatic logon rejected!" => "Automaatne sisselogimine lükati tagasi!", -"If you did not change your password recently, your account may be compromised!" => "Kui sa ei muutnud oma parooli hiljuti, siis võib su kasutajakonto olla ohustatud!", -"Please change your password to secure your account again." => "Palun muuda parooli, et oma kasutajakonto uuesti turvata.", "Server side authentication failed!" => "Serveripoolne autentimine ebaõnnestus!", "Please contact your administrator." => "Palun kontakteeru oma süsteemihalduriga.", "Forgot your password? Reset it!" => "Unustasid parooli? Taasta see!", diff --git a/core/l10n/eu.php b/core/l10n/eu.php index 0755a6ab1e2..28e3e6bf85b 100644 --- a/core/l10n/eu.php +++ b/core/l10n/eu.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Aplikazio honek ongi funtzionatzeko JavaScript gaitua behar du. Mesedez <a href=\"http://enable-javascript.com/\" target=\"_blank\">gaitu JavaScript</a> eta birkargatu interfaze hau.", "%s is available. Get more information on how to update." => "%s erabilgarri dago. Eguneratzeaz argibide gehiago eskuratu.", "Log out" => "Saioa bukatu", -"Automatic logon rejected!" => "Saio hasiera automatikoa ez onartuta!", -"If you did not change your password recently, your account may be compromised!" => "Zure pasahitza orain dela gutxi ez baduzu aldatu, zure kontua arriskuan egon daiteke!", -"Please change your password to secure your account again." => "Mesedez aldatu zure pasahitza zure kontua berriz segurtatzeko.", "Server side authentication failed!" => "Zerbitzari aldeko autentifikazioak huts egin du!", "Please contact your administrator." => "Mesedez jarri harremetan zure administradorearekin.", "Forgot your password? Reset it!" => "Pasahitza ahaztu duzu? Berrezarri!", diff --git a/core/l10n/fa.php b/core/l10n/fa.php index 950e29ed8af..783e5dbe6bd 100644 --- a/core/l10n/fa.php +++ b/core/l10n/fa.php @@ -29,6 +29,7 @@ $TRANSLATIONS = array( "November" => "نوامبر", "December" => "دسامبر", "Settings" => "تنظیمات", +"File" => "فایل", "Folder" => "پوشه", "Image" => "تصویر", "Audio" => "صدا", @@ -56,12 +57,14 @@ $TRANSLATIONS = array( "Ok" => "قبول", "Error loading message template: {error}" => "خطا در بارگذاری قالب پیام : {error}", "_{count} file conflict_::_{count} file conflicts_" => array(""), +"One file conflict" => "یک فایل متضاد", "New Files" => "فایل های جدید", "Already existing files" => "فایل های موجود در حال حاضر ", "Which files do you want to keep?" => "کدام فایل ها را می خواهید نگه دارید ؟", "Cancel" => "منصرف شدن", "Continue" => "ادامه", "(all selected)" => "(همه انتخاب شده اند)", +"({count} selected)" => "({count} انتخاب شده)", "Very weak password" => "رمز عبور بسیار ضعیف", "Weak password" => "رمز عبور ضعیف", "So-so password" => "رمز عبور متوسط", @@ -90,6 +93,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "اشتراک گذاری مجدد مجاز نمی باشد", "Shared in {item} with {user}" => "به اشتراک گذاشته شده در {بخش} با {کاربر}", "Unshare" => "لغو اشتراک", +"notify by email" => "دریافت هشدار از طریق ایمیل", "can share" => "قابل به اشتراک گذاری", "can edit" => "می توان ویرایش کرد", "access control" => "کنترل دسترسی", @@ -103,8 +107,10 @@ $TRANSLATIONS = array( "Email sent" => "ایمیل ارسال شد", "Warning" => "اخطار", "The object type is not specified." => "نوع شی تعیین نشده است.", +"Enter new" => "مورد جدید را وارد کنید", "Delete" => "حذف", "Add" => "افزودن", +"Edit tags" => "ویرایش تگ ها", "The update was successful. Redirecting you to ownCloud now." => "به روزرسانی موفقیت آمیز بود. در حال انتقال شما به OwnCloud.", "Use the following link to reset your password: {link}" => "از لینک زیر جهت دوباره سازی پسورد استفاده کنید :\n{link}", "You will receive a link to reset your password via Email." => "شما یک نامه الکترونیکی حاوی یک لینک جهت بازسازی گذرواژه دریافت خواهید کرد.", @@ -118,6 +124,13 @@ $TRANSLATIONS = array( "Apps" => " برنامه ها", "Admin" => "مدیر", "Help" => "راهنما", +"Error loading tags" => "خطا در هنگام بارگزاری تگ ها", +"Tag already exists" => "تگ از قبل وجود دارد", +"Error deleting tag(s)" => "خطا در هنگام حذف تگ (ها)", +"Error tagging" => "خطا در هنگام تگ گذاری", +"Error untagging" => "خطا در هنگام حذف تگ", +"Error favoriting" => "خطا هنگام افزودن به موارد محبوب", +"Error unfavoriting" => "خطا هنگام حذف از موارد محبوب", "Access forbidden" => "اجازه دسترسی به مناطق ممنوعه را ندارید", "Cloud not found" => "پیدا نشد", "Cheers!" => "سلامتی!", @@ -131,19 +144,20 @@ $TRANSLATIONS = array( "Storage & database" => "انبارش و پایگاه داده", "Data folder" => "پوشه اطلاعاتی", "Configure the database" => "پایگاه داده برنامه ریزی شدند", +"Only %s is available." => "تنها %s موجود است.", "Database user" => "شناسه پایگاه داده", "Database password" => "پسورد پایگاه داده", "Database name" => "نام پایگاه داده", "Database tablespace" => "جدول پایگاه داده", "Database host" => "هاست پایگاه داده", "Finish setup" => "اتمام نصب", +"Finishing …" => "در حال اتمام ...", "%s is available. Get more information on how to update." => "%s در دسترس است. برای چگونگی به روز رسانی اطلاعات بیشتر را دریافت نمایید.", "Log out" => "خروج", -"Automatic logon rejected!" => "ورود به سیستم اتوماتیک ردشد!", -"If you did not change your password recently, your account may be compromised!" => "اگر شما اخیرا رمزعبور را تغییر نداده اید، حساب شما در معرض خطر می باشد !", -"Please change your password to secure your account again." => "لطفا رمز عبور خود را تغییر دهید تا مجددا حساب شما در امان باشد.", "remember" => "بیاد آوری", "Log in" => "ورود", -"Alternative Logins" => "ورود متناوب" +"Alternative Logins" => "ورود متناوب", +"Thank you for your patience." => "از صبر شما متشکریم", +"Start update" => "اغاز به روز رسانی" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php index 0a4f45d713b..b0fd9758525 100644 --- a/core/l10n/fi_FI.php +++ b/core/l10n/fi_FI.php @@ -177,9 +177,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Tämä sovellus vaatii toimiakseen JavaScriptin käyttöä. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Ota JavaScript käyttöön</a> ja päivitä tämä käyttöliittymä.", "%s is available. Get more information on how to update." => "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan.", "Log out" => "Kirjaudu ulos", -"Automatic logon rejected!" => "Automaattinen sisäänkirjautuminen hylättiin!", -"If you did not change your password recently, your account may be compromised!" => "Jos et vaihtanut salasanaasi äskettäin, tilisi saattaa olla murrettu.", -"Please change your password to secure your account again." => "Vaihda salasanasi suojataksesi tilisi uudelleen.", "Server side authentication failed!" => "Palvelimen puoleinen tunnistautuminen epäonnistui!", "Please contact your administrator." => "Ota yhteys ylläpitäjään.", "Forgot your password? Reset it!" => "Unohditko salasanasi? Palauta se!", diff --git a/core/l10n/fr.php b/core/l10n/fr.php index bb6431a4222..fc501224ff9 100644 --- a/core/l10n/fr.php +++ b/core/l10n/fr.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Cette application nécessite que JavaScript soit activé pour fonctionner correctement. Veuillez <a href=\"http://enable-javascript.com/\" target=\"_blank\">activer JavaScript</a> puis charger à nouveau cette interface.", "%s is available. Get more information on how to update." => "%s est disponible. Obtenez plus d'informations sur la façon de mettre à jour.", "Log out" => "Se déconnecter", -"Automatic logon rejected!" => "Connexion automatique rejetée !", -"If you did not change your password recently, your account may be compromised!" => "Si vous n'avez pas changé votre mot de passe récemment, votre compte risque d'être compromis !", -"Please change your password to secure your account again." => "Veuillez changer votre mot de passe pour sécuriser à nouveau votre compte.", "Server side authentication failed!" => "L'authentification côté serveur a échoué !", "Please contact your administrator." => "Veuillez contacter votre administrateur.", "Forgot your password? Reset it!" => "Mot de passe perdu ? Réinitialisez-le !", diff --git a/core/l10n/gl.php b/core/l10n/gl.php index b6304cd8a36..ba68c3a4bec 100644 --- a/core/l10n/gl.php +++ b/core/l10n/gl.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Este aplicativo require que o JavaScript estea activado para unha operativa correcta. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Active o JavaScript</a> e volva a cargar a interface.", "%s is available. Get more information on how to update." => "%s está dispoñíbel. Obteña máis información sobre como actualizar.", "Log out" => "Desconectar", -"Automatic logon rejected!" => "Rexeitouse a entrada automática", -"If you did not change your password recently, your account may be compromised!" => "Se non fixo recentemente cambios de contrasinal é posíbel que a súa conta estea comprometida!", -"Please change your password to secure your account again." => "Cambie de novo o seu contrasinal para asegurar a súa conta.", "Server side authentication failed!" => "A autenticación fracasou do lado do servidor!", "Please contact your administrator." => "Contacte co administrador.", "Forgot your password? Reset it!" => "Esqueceu o contrasinal? Restabelézao!", diff --git a/core/l10n/he.php b/core/l10n/he.php index ea091d9f6ea..bc07707581f 100644 --- a/core/l10n/he.php +++ b/core/l10n/he.php @@ -105,9 +105,6 @@ $TRANSLATIONS = array( "Finish setup" => "סיום התקנה", "%s is available. Get more information on how to update." => "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע נוסף כיצד לעדכן.", "Log out" => "התנתקות", -"Automatic logon rejected!" => "בקשת הכניסה האוטומטית נדחתה!", -"If you did not change your password recently, your account may be compromised!" => "אם לא שינית את ססמתך לאחרונה, יתכן שחשבונך נפגע!", -"Please change your password to secure your account again." => "נא לשנות את הססמה שלך כדי לאבטח את חשבונך מחדש.", "remember" => "שמירת הססמה", "Log in" => "כניסה", "Alternative Logins" => "כניסות אלטרנטיביות" diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php index 3fff62a93dc..b013fb59a01 100644 --- a/core/l10n/hu_HU.php +++ b/core/l10n/hu_HU.php @@ -169,9 +169,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Az alkalmazás megfelelő működéséhez szükség van JavaScriptre. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Engedélyezze a JavaScriptet</a> és frissítse az oldalt!", "%s is available. Get more information on how to update." => "%s rendelkezésre áll. További információ a frissítéshez.", "Log out" => "Kilépés", -"Automatic logon rejected!" => "Az automatikus bejelentkezés sikertelen!", -"If you did not change your password recently, your account may be compromised!" => "Ha mostanában nem módosította a jelszavát, akkor lehetséges, hogy idegenek jutottak be a rendszerbe az Ön nevében!", -"Please change your password to secure your account again." => "A biztonsága érdekében változtassa meg a jelszavát!", "Server side authentication failed!" => "A szerveroldali hitelesítés sikertelen!", "Please contact your administrator." => "Kérjük, lépjen kapcsolatba a rendszergazdával.", "remember" => "emlékezzen", diff --git a/core/l10n/ia.php b/core/l10n/ia.php index f2803160de8..3916f5dcc7e 100644 --- a/core/l10n/ia.php +++ b/core/l10n/ia.php @@ -138,8 +138,6 @@ $TRANSLATIONS = array( "Finish setup" => "Terminar configuration", "Finishing …" => "Terminante ...", "Log out" => "Clauder le session", -"Automatic logon rejected!" => "Accesso de autorisation refusate!", -"Please change your password to secure your account again." => "Pro favor modifica tu contrasigno pro asssecurar de nove tu conto", "Server side authentication failed!" => "Il falleva authentication de latere servitor!", "Please contact your administrator." => "Pro favor continge tu administrator.", "remember" => "memora", diff --git a/core/l10n/id.php b/core/l10n/id.php index 841713b4e04..e59adc604e9 100644 --- a/core/l10n/id.php +++ b/core/l10n/id.php @@ -158,9 +158,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Aplikasi ini memerlukan JavaScript yang diaktifkan untuk beroperasi dengan benar. Silahkan <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktifkan JavaScript</a> and re-load this interface.", "%s is available. Get more information on how to update." => "%s tersedia. Dapatkan informasi lebih lanjut tentang cara memperbarui.", "Log out" => "Keluar", -"Automatic logon rejected!" => "Masuk otomatis ditolak!", -"If you did not change your password recently, your account may be compromised!" => "Jika anda tidak pernah mengubah sandi baru-baru ini, akun anda mungkin dalam bahaya!", -"Please change your password to secure your account again." => "Silakan ubah sandi anda untuk mengamankan kembali akun anda.", "Server side authentication failed!" => "Otentikasi dari sisi server gagal!", "Please contact your administrator." => "Silahkan hubungi administrator anda.", "remember" => "selalu masuk", diff --git a/core/l10n/is.php b/core/l10n/is.php index a275a7ef2b4..ca8fb1a39f8 100644 --- a/core/l10n/is.php +++ b/core/l10n/is.php @@ -98,9 +98,6 @@ $TRANSLATIONS = array( "Finish setup" => "Virkja uppsetningu", "%s is available. Get more information on how to update." => "%s er til boða. Fáðu meiri upplýsingar um hvernig þú uppfærir.", "Log out" => "Útskrá", -"Automatic logon rejected!" => "Sjálfvirkri innskráningu hafnað!", -"If you did not change your password recently, your account may be compromised!" => "Ef þú breyttir ekki lykilorðinu þínu fyrir skömmu, er mögulegt að einhver annar hafi komist inn á aðganginn þinn.", -"Please change your password to secure your account again." => "Vinsamlegast breyttu lykilorðinu þínu til að tryggja öryggi þitt.", "remember" => "muna eftir mér", "Log in" => "<strong>Skrá inn</strong>" ); diff --git a/core/l10n/it.php b/core/l10n/it.php index 24c7169dcf8..c74711b620f 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "L'applicazione richiede che JavaScript sia abilitato per un corretto funzionamento. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Abilita JavaScript</a> e ricarica questa interfaccia.", "%s is available. Get more information on how to update." => "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.", "Log out" => "Esci", -"Automatic logon rejected!" => "Accesso automatico rifiutato.", -"If you did not change your password recently, your account may be compromised!" => "Se non hai cambiato la password recentemente, il tuo account potrebbe essere compromesso.", -"Please change your password to secure your account again." => "Cambia la password per rendere nuovamente sicuro il tuo account.", "Server side authentication failed!" => "Autenticazione lato server non riuscita!", "Please contact your administrator." => "Contatta il tuo amministratore di sistema.", "Forgot your password? Reset it!" => "Hai dimenticato la password? Reimpostala!", diff --git a/core/l10n/ja.php b/core/l10n/ja.php index 79523fee6b9..bb984d37a93 100644 --- a/core/l10n/ja.php +++ b/core/l10n/ja.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "このアプリケーションを使用するにはJavaScriptが必要です。\n<a href=\"http://enable-javascript.com/\" target=\"_blank\">JavaScriptを有効にし</a>、インターフェースを更新してください。 ", "%s is available. Get more information on how to update." => "%s が利用可能です。アップデート方法について詳細情報を確認してください。", "Log out" => "ログアウト", -"Automatic logon rejected!" => "自動ログインは拒否されました!", -"If you did not change your password recently, your account may be compromised!" => "最近パスワードを変更していない場合、あなたのアカウントが危険にさらされている可能性があります!", -"Please change your password to secure your account again." => "アカウント保護のため、パスワードを再度変更してください。", "Server side authentication failed!" => "サーバーサイドの認証に失敗しました!", "Please contact your administrator." => "管理者に問い合わせてください。", "Forgot your password? Reset it!" => "パスワードを忘れましたか?リセットします!", diff --git a/core/l10n/ka_GE.php b/core/l10n/ka_GE.php index 0b0e06311f7..a749f9f6a9c 100644 --- a/core/l10n/ka_GE.php +++ b/core/l10n/ka_GE.php @@ -102,9 +102,6 @@ $TRANSLATIONS = array( "Database host" => "მონაცემთა ბაზის ჰოსტი", "Finish setup" => "კონფიგურაციის დასრულება", "Log out" => "გამოსვლა", -"Automatic logon rejected!" => "ავტომატური შესვლა უარყოფილია!", -"If you did not change your password recently, your account may be compromised!" => "თუ თქვენ არ შეცვლით პაროლს, თქვენი ანგარიში შეიძლება იყოს დაშვებადი სხვებისთვის", -"Please change your password to secure your account again." => "გთხოვთ შეცვალოთ თქვენი პაროლი, თქვენი ანგარიშის დასაცავად.", "remember" => "დამახსოვრება", "Log in" => "შესვლა", "Alternative Logins" => "ალტერნატიული Login–ი" diff --git a/core/l10n/km.php b/core/l10n/km.php index 0f4b7da2eca..239c4ef3f8a 100644 --- a/core/l10n/km.php +++ b/core/l10n/km.php @@ -106,8 +106,6 @@ $TRANSLATIONS = array( "Finish setup" => "បញ្ចប់ការដំឡើង", "Finishing …" => "កំពុងបញ្ចប់ ...", "Log out" => "ចាកចេញ", -"Automatic logon rejected!" => "បានបដិសេធការចូលដោយស្វ័យប្រវត្តិ!", -"Please change your password to secure your account again." => "សូមប្ដូរពាក្យសម្ងាត់របស់អ្នក ដើម្បីការពារគណនីរបស់អ្នក។", "remember" => "ចងចាំ", "Log in" => "ចូល", "Alternative Logins" => "ការចូលជំនួស" diff --git a/core/l10n/ko.php b/core/l10n/ko.php index 8738ee1393f..9a23f06a445 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -161,9 +161,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "이 애플리케이션을 올바르게 사용하려면 자바스크립트를 활성화해야 합니다. <a href=\"http://enable-javascript.com/\" target=\"_blank\">자바스크립트를 활성화</a>한 다음 인터페이스를 새로 고치십시오.", "%s is available. Get more information on how to update." => "%s을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 자세한 정보를 얻으십시오.", "Log out" => "로그아웃", -"Automatic logon rejected!" => "자동 로그인이 거부되었습니다!", -"If you did not change your password recently, your account may be compromised!" => "최근에 암호를 변경하지 않았다면 계정이 탈취되었을 수도 있습니다!", -"Please change your password to secure your account again." => "계정의 안전을 위하여 암호를 변경하십시오.", "Server side authentication failed!" => "서버 인증 실패!", "Please contact your administrator." => "관리자에게 문의하십시오.", "Forgot your password? Reset it!" => "암호를 잊으셨다구요? 재설정하세요!", diff --git a/core/l10n/lb.php b/core/l10n/lb.php index aa0f5f313e0..3247e5b5561 100644 --- a/core/l10n/lb.php +++ b/core/l10n/lb.php @@ -127,9 +127,6 @@ $TRANSLATIONS = array( "Finishing …" => "Schléissen of ...", "%s is available. Get more information on how to update." => "%s ass verfügbar. Kréi méi Informatiounen doriwwer wéi d'Aktualiséierung ofleeft.", "Log out" => "Ofmellen", -"Automatic logon rejected!" => "Automatesch Umeldung ofgeleent!", -"If you did not change your password recently, your account may be compromised!" => "Falls du däi Passwuert net viru kuerzem geännert hues, kéint däin Account kompromittéiert sinn!", -"Please change your password to secure your account again." => "Änner w.e.gl däi Passwuert fir däin Account nees ofzesécheren.", "remember" => "verhalen", "Log in" => "Umellen", "Alternative Logins" => "Alternativ Umeldungen", diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php index 4cf98959f41..f523cd8c183 100644 --- a/core/l10n/lt_LT.php +++ b/core/l10n/lt_LT.php @@ -148,9 +148,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Šiai programai reikia įjungti JavaScript, kad ji veiktų tvarkingai. Prašome <a href=\"http://enable-javascript.com/\" target=\"_blank\">įjungti JavaScript</a> ir perkrauti šią sąsają.", "%s is available. Get more information on how to update." => "%s yra prieinama. Gaukite daugiau informacijos apie atnaujinimą.", "Log out" => "Atsijungti", -"Automatic logon rejected!" => "Automatinis prisijungimas atmestas!", -"If you did not change your password recently, your account may be compromised!" => "Jei paskutinių metu nekeitėte savo slaptažodžio, Jūsų paskyra gali būti pavojuje!", -"Please change your password to secure your account again." => "Prašome pasikeisti slaptažodį dar kartą, dėl paskyros saugumo.", "Server side authentication failed!" => "Autentikacija serveryje nepavyko!", "Please contact your administrator." => "Kreipkitės į savo sistemos administratorių.", "remember" => "prisiminti", diff --git a/core/l10n/lv.php b/core/l10n/lv.php index a234f5c12d6..2f90c9ae9c0 100644 --- a/core/l10n/lv.php +++ b/core/l10n/lv.php @@ -108,9 +108,6 @@ $TRANSLATIONS = array( "Finish setup" => "Pabeigt iestatīšanu", "%s is available. Get more information on how to update." => "%s ir pieejams. Uzziniet vairāk kā atjaunināt.", "Log out" => "Izrakstīties", -"Automatic logon rejected!" => "Automātiskā ierakstīšanās ir noraidīta!", -"If you did not change your password recently, your account may be compromised!" => "Ja neesat pēdējā laikā mainījis paroli, iespējams, ka jūsu konts ir kompromitēts.", -"Please change your password to secure your account again." => "Lūdzu, nomainiet savu paroli, lai atkal nodrošinātu savu kontu.", "remember" => "atcerēties", "Log in" => "Ierakstīties", "Alternative Logins" => "Alternatīvās pieteikšanās" diff --git a/core/l10n/mk.php b/core/l10n/mk.php index 0e0debe0ee1..72a6dcb3422 100644 --- a/core/l10n/mk.php +++ b/core/l10n/mk.php @@ -134,9 +134,6 @@ $TRANSLATIONS = array( "Finish setup" => "Заврши го подесувањето", "Finishing …" => "Завршувам ...", "Log out" => "Одјава", -"Automatic logon rejected!" => "Одбиена автоматска најава!", -"If you did not change your password recently, your account may be compromised!" => "Ако не сте ја промениле лозинката во скоро време, вашата сметка може да е компромитирана", -"Please change your password to secure your account again." => "Ве молам сменете ја лозинката да ја обезбедите вашата сметка повторно.", "Server side authentication failed!" => "Автентификацијата на серверската страна е неуспешна!", "Please contact your administrator." => "Ве молиме контактирајте го вашиот администратор.", "remember" => "запамти", diff --git a/core/l10n/nb_NO.php b/core/l10n/nb_NO.php index 8ffae2524bd..a18f338935a 100644 --- a/core/l10n/nb_NO.php +++ b/core/l10n/nb_NO.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Denne applikasjonen trenger JavaScript for å fungere korrekt. Vennligst <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktiver JavaScript</a> og last dette grensesnittet på nytt.", "%s is available. Get more information on how to update." => "%s er tilgjengelig. Få mer informasjon om hvordan du kan oppdatere.", "Log out" => "Logg ut", -"Automatic logon rejected!" => "Automatisk pålogging avvist!", -"If you did not change your password recently, your account may be compromised!" => "Hvis du ikke har endret passordet ditt nylig kan kontoen din være kompromitert", -"Please change your password to secure your account again." => "Vennligst skift passord for å gjøre kontoen din sikker igjen.", "Server side authentication failed!" => "Autentisering feilet på serveren!", "Please contact your administrator." => "Vennligst kontakt administratoren din.", "Forgot your password? Reset it!" => "Glemt passordet ditt? Tilbakestill det!", diff --git a/core/l10n/nl.php b/core/l10n/nl.php index d23c00ea270..47de645af17 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Deze applicatie heeft JavaScript nodig om correct te functioneren. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeer JavaScript</a> en herlaad deze interface.", "%s is available. Get more information on how to update." => "%s is beschikbaar. Verkrijg meer informatie over het bijwerken.", "Log out" => "Afmelden", -"Automatic logon rejected!" => "Automatische aanmelding geweigerd!", -"If you did not change your password recently, your account may be compromised!" => "Als u uw wachtwoord niet onlangs heeft aangepast, kan uw account overgenomen zijn!", -"Please change your password to secure your account again." => "Wijzig uw wachtwoord zodat uw account weer beveiligd is.", "Server side authentication failed!" => "Authenticatie bij de server mislukte!", "Please contact your administrator." => "Neem contact op met uw systeembeheerder.", "Forgot your password? Reset it!" => "Wachtwoord vergeten? Herstel het!", diff --git a/core/l10n/nn_NO.php b/core/l10n/nn_NO.php index 213be0b6892..03ced45ff43 100644 --- a/core/l10n/nn_NO.php +++ b/core/l10n/nn_NO.php @@ -125,9 +125,6 @@ $TRANSLATIONS = array( "Finish setup" => "Fullfør oppsettet", "%s is available. Get more information on how to update." => "%s er tilgjengeleg. Få meir informasjon om korleis du oppdaterer.", "Log out" => "Logg ut", -"Automatic logon rejected!" => "Automatisk innlogging avvist!", -"If you did not change your password recently, your account may be compromised!" => "Viss du ikkje endra passordet ditt nyleg, så kan kontoen din vera kompromittert!", -"Please change your password to secure your account again." => "Ver venleg og endra passordet for å gjera kontoen din trygg igjen.", "remember" => "hugs", "Log in" => "Logg inn", "Alternative Logins" => "Alternative innloggingar" diff --git a/core/l10n/pl.php b/core/l10n/pl.php index 1e03321a516..03aa6f39daf 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Ta aplikacja wymaga włączenia JavaScript do poprawnego działania. Proszę <a href=\"http://enable-javascript.com/\" target=\"_blank\">włączyć JavaScript</a> i przeładować stronę.", "%s is available. Get more information on how to update." => "%s jest dostępna. Dowiedz się więcej na temat aktualizacji.", "Log out" => "Wyloguj", -"Automatic logon rejected!" => "Automatyczne logowanie odrzucone!", -"If you did not change your password recently, your account may be compromised!" => "Jeśli hasło było dawno niezmieniane, twoje konto może być zagrożone!", -"Please change your password to secure your account again." => "Zmień swoje hasło, aby ponownie zabezpieczyć swoje konto.", "Server side authentication failed!" => "Uwierzytelnianie po stronie serwera nie powiodło się!", "Please contact your administrator." => "Skontaktuj się z administratorem", "Forgot your password? Reset it!" => "Nie pamiętasz hasła? Zresetuj je!", diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php index 37f87b2d37d..051146d35b1 100644 --- a/core/l10n/pt_BR.php +++ b/core/l10n/pt_BR.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Esta aplicação requer JavaScript habilidado para correta operação.\nPor favor <a href=\"http://enable-javascript.com/\" target=\"_blank\">habilite o JavaScript</a> e recarregue esta intercace.", "%s is available. Get more information on how to update." => "%s está disponível. Obtenha mais informações sobre como atualizar.", "Log out" => "Sair", -"Automatic logon rejected!" => "Entrada Automática no Sistema Rejeitada!", -"If you did not change your password recently, your account may be compromised!" => "Se você não mudou a sua senha recentemente, a sua conta pode estar comprometida!", -"Please change your password to secure your account again." => "Por favor troque sua senha para tornar sua conta segura novamente.", "Server side authentication failed!" => "Autenticação do servidor falhou!", "Please contact your administrator." => "Por favor, contate o administrador.", "Forgot your password? Reset it!" => "Esqueceu sua senha? Redefini-la!", diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php index 4085d128451..14f52cc8ce6 100644 --- a/core/l10n/pt_PT.php +++ b/core/l10n/pt_PT.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Esta aplicação requer JavaScript ativado para uma operação correta. Por favor <a href=\"http://enable-javascript.com/\" target=\"_blank\">ative o JavaScript</a> e recarregue esta interface.", "%s is available. Get more information on how to update." => "%s está disponível. Tenha mais informações como actualizar.", "Log out" => "Sair", -"Automatic logon rejected!" => "Login automático rejeitado!", -"If you did not change your password recently, your account may be compromised!" => "Se não mudou a sua palavra-passe recentemente, a sua conta pode ter sido comprometida!", -"Please change your password to secure your account again." => "Por favor mude a sua palavra-passe para assegurar a sua conta de novo.", "Server side authentication failed!" => "Autenticação do lado do servidor falhou!", "Please contact your administrator." => "Por favor contacte o administrador.", "Forgot your password? Reset it!" => "Esqueceu-se da password? Recupere-a!", diff --git a/core/l10n/ro.php b/core/l10n/ro.php index 3c40e285300..c97cbd250bf 100644 --- a/core/l10n/ro.php +++ b/core/l10n/ro.php @@ -142,9 +142,6 @@ $TRANSLATIONS = array( "Finish setup" => "Finalizează instalarea", "%s is available. Get more information on how to update." => "%s este disponibil. Vezi mai multe informații despre procesul de actualizare.", "Log out" => "Ieșire", -"Automatic logon rejected!" => "Autentificare automată respinsă!", -"If you did not change your password recently, your account may be compromised!" => "Dacă nu ți-ai schimbat parola recent, contul tău ar putea fi compromis!", -"Please change your password to secure your account again." => "Te rog schimbă-ți parola pentru a-ți securiza din nou contul.", "Forgot your password? Reset it!" => "Ți-ai uitat parola? Resetează!", "remember" => "amintește", "Log in" => "Autentificare", diff --git a/core/l10n/ru.php b/core/l10n/ru.php index fec10a481ff..7f4b60d13b7 100644 --- a/core/l10n/ru.php +++ b/core/l10n/ru.php @@ -178,16 +178,13 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Это приложение требует включённый JavaScript для корректной работы. Пожалуйста, <a href=\"http://enable-javascript.com/\" target=\"_blank\">включите JavaScript</a> и перезагрузите интерфейс.", "%s is available. Get more information on how to update." => "%s доступно. Получить дополнительную информацию о порядке обновления.", "Log out" => "Выйти", -"Automatic logon rejected!" => "Автоматический вход в систему отключен!", -"If you did not change your password recently, your account may be compromised!" => "Если Вы недавно не меняли свой пароль, то Ваша учетная запись может быть скомпрометирована!", -"Please change your password to secure your account again." => "Пожалуйста, смените пароль, чтобы обезопасить свою учетную запись.", "Server side authentication failed!" => "Неудачная аутентификация с сервером!", "Please contact your administrator." => "Пожалуйста, свяжитесь с вашим администратором.", "Forgot your password? Reset it!" => "Забыли пароль? Сбросьте его!", "remember" => "запомнить", "Log in" => "Войти", "Alternative Logins" => "Альтернативные имена пользователя", -"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "Здравствуйте,<br><br>%s предоставил Вам доступ к <strong>%s</strong>.<br><a href=\"%s\">Посмотреть</a><br><br>", +"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "Здравствуйте,<br><br>%s предоставил Вам доступ к <strong>%s</strong>.<br>Перейдите по <a href=\"%s\">ссылке</a>, чтобы загрузить информацию<br><br>", "This ownCloud instance is currently in single user mode." => "Эта установка ownCloud в настоящее время в однопользовательском режиме.", "This means only administrators can use the instance." => "Это значит, что только администраторы могут использовать эту установку.", "Contact your system administrator if this message persists or appeared unexpectedly." => "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", diff --git a/core/l10n/sk_SK.php b/core/l10n/sk_SK.php index da48a702bb1..66238aac036 100644 --- a/core/l10n/sk_SK.php +++ b/core/l10n/sk_SK.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Táto aplikácia vyžaduje JavaScript a tento musí byť povolený pre správnu funkciu aplikácie. Prosím <a href=\"http://enable-javascript.com/\" target=\"_blank\">povoľte JavaScript</a> a znovunačítajte toto rozhranie.", "%s is available. Get more information on how to update." => "%s je dostupná. Získajte viac informácií o postupe aktualizácie.", "Log out" => "Odhlásiť", -"Automatic logon rejected!" => "Automatické prihlásenie bolo zamietnuté!", -"If you did not change your password recently, your account may be compromised!" => "V nedávnej dobe ste si nezmenili svoje heslo, váš účet môže byť kompromitovaný.", -"Please change your password to secure your account again." => "Prosím, zmeňte si svoje heslo pre opätovné zabezpečenie vášho účtu.", "Server side authentication failed!" => "Autentifikácia na serveri zlyhala!", "Please contact your administrator." => "Kontaktujte prosím vášho administrátora.", "Forgot your password? Reset it!" => "Zabudli ste heslo? Obnovte si ho!", diff --git a/core/l10n/sl.php b/core/l10n/sl.php index 8dc723e2fd7..292ae433cb7 100644 --- a/core/l10n/sl.php +++ b/core/l10n/sl.php @@ -173,9 +173,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Program zahteva omogočeno skriptno podporo. Za pravilno delovanje je treba omogočiti <a href=\"http://enable-javascript.com/\" target=\"_blank\">JavaScript</a> in nato ponovno osvežiti vmesnik.", "%s is available. Get more information on how to update." => "%s je na voljo. Pridobite več podrobnosti za posodobitev.", "Log out" => "Odjava", -"Automatic logon rejected!" => "Samodejno prijavljanje je zavrnjeno!", -"If you did not change your password recently, your account may be compromised!" => "V primeru, da gesla za dostop že nekaj časa niste spremenili, je račun lahko ogrožen!", -"Please change your password to secure your account again." => "Spremenite geslo za izboljšanje zaščite računa.", "Server side authentication failed!" => "Overitev s strežnika je spodletela!", "Please contact your administrator." => "Stopite v stik s skrbnikom sistema.", "Forgot your password? Reset it!" => "Ali ste pozabili geslo? Ponastavite ga!", diff --git a/core/l10n/sq.php b/core/l10n/sq.php index 7f7688984ce..ab964119f1b 100644 --- a/core/l10n/sq.php +++ b/core/l10n/sq.php @@ -110,9 +110,6 @@ $TRANSLATIONS = array( "Finish setup" => "Mbaro setup-in", "%s is available. Get more information on how to update." => "%s është i disponueshëm. Merrni më shumë informacione mbi azhurnimin.", "Log out" => "Dalje", -"Automatic logon rejected!" => "Hyrja automatike u refuzua!", -"If you did not change your password recently, your account may be compromised!" => "Nqse nuk keni ndryshuar kodin kohët e fundit, llogaria juaj mund të jetë komprometuar.", -"Please change your password to secure your account again." => "Ju lutemi, ndryshoni kodin për ta siguruar përsëri llogarinë tuaj.", "remember" => "kujto", "Log in" => "Hyrje", "Alternative Logins" => "Hyrje alternative" diff --git a/core/l10n/sr.php b/core/l10n/sr.php index 35c12627cdc..dbc2e0abffd 100644 --- a/core/l10n/sr.php +++ b/core/l10n/sr.php @@ -95,9 +95,6 @@ $TRANSLATIONS = array( "Database host" => "Домаћин базе", "Finish setup" => "Заврши подешавање", "Log out" => "Одјава", -"Automatic logon rejected!" => "Аутоматска пријава је одбијена!", -"If you did not change your password recently, your account may be compromised!" => "Ако ускоро не промените лозинку ваш налог може бити компромитован!", -"Please change your password to secure your account again." => "Промените лозинку да бисте обезбедили налог.", "remember" => "упамти", "Log in" => "Пријава" ); diff --git a/core/l10n/sr@latin.php b/core/l10n/sr@latin.php index 19071f19b0a..4ba52545939 100644 --- a/core/l10n/sr@latin.php +++ b/core/l10n/sr@latin.php @@ -96,7 +96,6 @@ $TRANSLATIONS = array( "Database host" => "Domaćin baze", "Finish setup" => "Završi podešavanje", "Log out" => "Odjava", -"Automatic logon rejected!" => "Automatsko logovanje odbijeno!", "remember" => "upamti", "Log in" => "Prijavi se" ); diff --git a/core/l10n/sv.php b/core/l10n/sv.php index 6127a797a0e..358b5a5e574 100644 --- a/core/l10n/sv.php +++ b/core/l10n/sv.php @@ -177,9 +177,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Denna applikation kräver JavaScript aktiverat för att fungera korrekt. Vänligen <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktivera JavaScript</a> och ladda om gränssnittet.", "%s is available. Get more information on how to update." => "%s är tillgänglig. Få mer information om hur du går tillväga för att uppdatera.", "Log out" => "Logga ut", -"Automatic logon rejected!" => "Automatisk inloggning inte tillåten!", -"If you did not change your password recently, your account may be compromised!" => "Om du inte har ändrat ditt lösenord nyligen så kan ditt konto vara manipulerat!", -"Please change your password to secure your account again." => "Ändra genast lösenord för att säkra ditt konto.", "Server side authentication failed!" => "Servern misslyckades med autentisering!", "Please contact your administrator." => "Kontakta din administratör.", "Forgot your password? Reset it!" => "Glömt ditt lösenord? Återställ det!", diff --git a/core/l10n/ta_LK.php b/core/l10n/ta_LK.php index bd0f9a24692..310cd8e15f8 100644 --- a/core/l10n/ta_LK.php +++ b/core/l10n/ta_LK.php @@ -92,9 +92,6 @@ $TRANSLATIONS = array( "Database host" => "தரவுத்தள ஓம்புனர்", "Finish setup" => "அமைப்பை முடிக்க", "Log out" => "விடுபதிகை செய்க", -"Automatic logon rejected!" => "தன்னிச்சையான புகுபதிகை நிராகரிப்பட்டது!", -"If you did not change your password recently, your account may be compromised!" => "உங்களுடைய கடவுச்சொல்லை அண்மையில் மாற்றவில்லையின், உங்களுடைய கணக்கு சமரசமாகிவிடும்!", -"Please change your password to secure your account again." => "உங்களுடைய கணக்கை மீண்டும் பாதுகாக்க தயவுசெய்து உங்களுடைய கடவுச்சொல்லை மாற்றவும்.", "remember" => "ஞாபகப்படுத்துக", "Log in" => "புகுபதிகை" ); diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php index e1a7dbb8143..8b59d654019 100644 --- a/core/l10n/th_TH.php +++ b/core/l10n/th_TH.php @@ -101,9 +101,6 @@ $TRANSLATIONS = array( "Database host" => "Database host", "Finish setup" => "ติดตั้งเรียบร้อยแล้ว", "Log out" => "ออกจากระบบ", -"Automatic logon rejected!" => "การเข้าสู่ระบบอัตโนมัติถูกปฏิเสธแล้ว", -"If you did not change your password recently, your account may be compromised!" => "หากคุณยังไม่ได้เปลี่ยนรหัสผ่านของคุณเมื่อเร็วๆนี้, บัญชีของคุณอาจถูกบุกรุกโดยผู้อื่น", -"Please change your password to secure your account again." => "กรุณาเปลี่ยนรหัสผ่านของคุณอีกครั้ง เพื่อป้องกันบัญชีของคุณให้ปลอดภัย", "remember" => "จำรหัสผ่าน", "Log in" => "เข้าสู่ระบบ" ); diff --git a/core/l10n/tr.php b/core/l10n/tr.php index be74f6e6082..cd38698159c 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Uygulama, doğru çalışabilmesi için JavaScript'in etkinleştirilmesini gerektiriyor. Lütfen <a href=\"http://enable-javascript.com/\" target=\"_blank\">JavaScript'i etkinleştirin</a> ve bu arayüzü yeniden yükleyin.", "%s is available. Get more information on how to update." => "%s kullanılabilir. Nasıl güncelleyeceğiniz hakkında daha fazla bilgi alın.", "Log out" => "Çıkış yap", -"Automatic logon rejected!" => "Otomatik oturum açma reddedildi!", -"If you did not change your password recently, your account may be compromised!" => "Yakın zamanda parolanızı değiştirmediyseniz hesabınız tehlikede olabilir!", -"Please change your password to secure your account again." => "Hesabınızı tekrar güvene almak için lütfen parolanızı değiştirin.", "Server side authentication failed!" => "Sunucu taraflı yetkilendirme başarısız!", "Please contact your administrator." => "Lütfen sistem yöneticiniz ile iletişime geçin.", "Forgot your password? Reset it!" => "Parolanızı mı unuttunuz? Sıfırlayın!", diff --git a/core/l10n/uk.php b/core/l10n/uk.php index a6393efe4f2..ac07d3e2326 100644 --- a/core/l10n/uk.php +++ b/core/l10n/uk.php @@ -153,9 +153,6 @@ $TRANSLATIONS = array( "Finishing …" => "Завершується ...", "%s is available. Get more information on how to update." => "%s доступний. Отримай більше інформації про те, як оновити.", "Log out" => "Вихід", -"Automatic logon rejected!" => "Автоматичний вхід в систему відхилений!", -"If you did not change your password recently, your account may be compromised!" => "Якщо Ви не міняли пароль останнім часом, Ваш обліковий запис може бути скомпрометованим!", -"Please change your password to secure your account again." => "Будь ласка, змініть свій пароль, щоб знову захистити Ваш обліковий запис.", "Server side authentication failed!" => "Помилка аутентифікації на боці Сервера !", "Please contact your administrator." => "Будь ласка, зверніться до вашого Адміністратора.", "remember" => "запам'ятати", diff --git a/core/l10n/ur_PK.php b/core/l10n/ur_PK.php index 0aa1ff5e43d..ef06d396e44 100644 --- a/core/l10n/ur_PK.php +++ b/core/l10n/ur_PK.php @@ -133,9 +133,6 @@ $TRANSLATIONS = array( "Finishing …" => "تکمیل ...", "%s is available. Get more information on how to update." => "%s دستیاب ہے. اپ ڈیٹ کرنے کے بارے میں مزید معلومات حاصل کریں.", "Log out" => "لاگ آؤٹ", -"Automatic logon rejected!" => "آٹومیٹک لاگ ان مسترد", -"If you did not change your password recently, your account may be compromised!" => "آپ نے حال ہی میں اپنا پاس ورڈ تبدیل نہیں کیا تو، آپ کے اکاؤنٹ سے سمجھوتہ ہو سکتا ہے", -"Please change your password to secure your account again." => "براہ مہربانی پھر سے اکاونٹ محفوظ کرنے کے لیے اپنا پاس ورڈ تبدیل کریں.", "remember" => "یاد رکھیں", "Log in" => "لاگ ان", "Alternative Logins" => "متبادل لاگ ان ", diff --git a/core/l10n/vi.php b/core/l10n/vi.php index eaefe250b46..2ad8dfb99b1 100644 --- a/core/l10n/vi.php +++ b/core/l10n/vi.php @@ -146,9 +146,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Ứng dụng này yêu cầu JavaScript để hoạt động. Vui lòng <a href=\"http://enable-javascript.com/\" target=\"_blank\">kích hoạt JavaScript</a> và tải lại giao diện này.", "%s is available. Get more information on how to update." => "%s còn trống. Xem thêm thông tin cách cập nhật.", "Log out" => "Đăng xuất", -"Automatic logon rejected!" => "Tự động đăng nhập đã bị từ chối !", -"If you did not change your password recently, your account may be compromised!" => "Nếu bạn không thay đổi mật khẩu gần đây của bạn, tài khoản của bạn có thể gặp nguy hiểm!", -"Please change your password to secure your account again." => "Vui lòng thay đổi mật khẩu của bạn để đảm bảo tài khoản của bạn một lần nữa.", "Server side authentication failed!" => "Xác thực phía máy chủ không thành công!", "Please contact your administrator." => "Vui lòng liên hệ với quản trị viên.", "remember" => "ghi nhớ", diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php index 07166e97689..76b940452e6 100644 --- a/core/l10n/zh_CN.php +++ b/core/l10n/zh_CN.php @@ -178,9 +178,6 @@ $TRANSLATIONS = array( "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "此程序需要启用JavaScript才能正常运行。请<a href=\"http://enable-javascript.com/\" target=\"_blank\">启用JavaScript</a> 并重新加载此接口。", "%s is available. Get more information on how to update." => "%s 可用。获取更多关于如何升级的信息。", "Log out" => "注销", -"Automatic logon rejected!" => "自动登录被拒绝!", -"If you did not change your password recently, your account may be compromised!" => "如果您没有最近修改您的密码,您的帐户可能会受到影响!", -"Please change your password to secure your account again." => "请修改您的密码,以保护您的账户安全。", "Server side authentication failed!" => "服务端验证失败!", "Please contact your administrator." => "请联系你的管理员。", "Forgot your password? Reset it!" => "忘记密码?立即重置!", diff --git a/core/l10n/zh_HK.php b/core/l10n/zh_HK.php index 1418f0008ec..9d0d00f31fe 100644 --- a/core/l10n/zh_HK.php +++ b/core/l10n/zh_HK.php @@ -86,9 +86,6 @@ $TRANSLATIONS = array( "Database password" => "資料庫密碼", "Database name" => "資料庫名稱", "Log out" => "登出", -"Automatic logon rejected!" => "自動登入被拒", -"If you did not change your password recently, your account may be compromised!" => "如果你近期未曾更改密碼, 你的帳號可能被洩露!", -"Please change your password to secure your account again." => "請更改你的密碼以保護你的帳戶", "remember" => "記住", "Log in" => "登入" ); diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index 0de501706f4..b0e20dba234 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" => "是", @@ -150,9 +158,6 @@ $TRANSLATIONS = array( "Finishing …" => "即將完成…", "%s is available. Get more information on how to update." => "%s 已經釋出,瞭解更多資訊以進行更新。", "Log out" => "登出", -"Automatic logon rejected!" => "自動登入被拒!", -"If you did not change your password recently, your account may be compromised!" => "如果您最近並未更改密碼,您的帳號可能已經遭到入侵!", -"Please change your password to secure your account again." => "請更改您的密碼以再次取得您帳戶的控制權。", "Server side authentication failed!" => "伺服器端認證失敗!", "Please contact your administrator." => "請聯絡系統管理員。", "remember" => "記住", diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php index b99f603fe0b..7895e624507 100644 --- a/core/templates/layout.base.php +++ b/core/templates/layout.base.php @@ -30,7 +30,6 @@ ?> <?php endforeach; ?> </head> - <?php flush(); ?> <body id="body-public"> <?php print_unescaped($_['content']); ?> </body> diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index c4b69a950a0..a2d386e86d4 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -32,7 +32,6 @@ ?> <?php endforeach; ?> </head> - <?php flush(); ?> <body id="body-login"> <div class="wrapper"><!-- for sticky footer --> <div class="v-align"><!-- vertically centred box --> diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 989ffd528f4..ce1522b717c 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -39,7 +39,6 @@ ?> <?php endforeach; ?> </head> - <?php flush(); ?> <body id="<?php p($_['bodyid']);?>"> <noscript><div id="nojavascript"><div><?php print_unescaped($l->t('This application requires JavaScript to be enabled for correct operation. Please <a href="http://enable-javascript.com/" target="_blank">enable JavaScript</a> and re-load this interface.')); ?></div></div></noscript> <div id="notification-container"> diff --git a/core/templates/login.php b/core/templates/login.php index 951ba3b4f6b..819010c5485 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -6,14 +6,6 @@ <?php if (!empty($_['redirect_url'])) { print_unescaped('<input type="hidden" name="redirect_url" value="' . OC_Util::sanitizeHTML($_['redirect_url']) . '" />'); } ?> - <?php if (isset($_['invalidcookie']) && ($_['invalidcookie'])): ?> - <div class="warning"> - <?php p($l->t('Automatic logon rejected!')); ?><br> - <small><?php p($l->t('If you did not change your password recently, your account may be compromised!')); ?></small> - <br> - <small><?php p($l->t('Please change your password to secure your account again.')); ?></small> - </div> - <?php endif; ?> <?php if (isset($_['apacheauthfailed']) && ($_['apacheauthfailed'])): ?> <div class="warning"> <?php p($l->t('Server side authentication failed!')); ?><br> diff --git a/l10n/ach/core.po b/l10n/ach/core.po index 2a370144e1f..48501b9be5f 100644 --- a/l10n/ach/core.po +++ b/l10n/ach/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/ach/files_encryption.po b/l10n/ach/files_encryption.po index f859e00e1e7..e813761e4af 100644 --- a/l10n/ach/files_encryption.po +++ b/l10n/ach/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ady/core.po b/l10n/ady/core.po index 9a5ef6cc3ae..7511ee4106a 100644 --- a/l10n/ady/core.po +++ b/l10n/ady/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/ady/files_encryption.po b/l10n/ady/files_encryption.po index 55eaadb116b..df951acbe7d 100644 --- a/l10n/ady/files_encryption.po +++ b/l10n/ady/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po index 0afd6958103..813b8134d26 100644 --- a/l10n/af_ZA/core.po +++ b/l10n/af_ZA/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "Jy sal `n skakel via e-pos ontvang om jou wagwoord te herstel." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Gebruikersnaam" @@ -611,7 +611,7 @@ msgstr "Persoonlik" msgid "Users" msgstr "Gebruikers" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Toepassings" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Skep `n <strong>admin-rekening</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Wagwoord" @@ -777,57 +777,43 @@ msgstr "Maak opstelling klaar" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s is beskikbaar. Kry meer inligting oor opdatering." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Teken uit" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatiese aantekening afgekeur!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Jou rekening kan gekompromitteer wees, as jy jou wagwoord nie onlangs verander het nie." - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Verander asseblief jou wagwoord om jou rekening te beveilig" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "onthou" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Teken aan" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternatiewe aantekeninge" 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/af_ZA/files_encryption.po b/l10n/af_ZA/files_encryption.po index 3dca2d1309e..59755a86465 100644 --- a/l10n/af_ZA/files_encryption.po +++ b/l10n/af_ZA/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ak/core.po b/l10n/ak/core.po index 403d22e4ab2..eb97f107c97 100644 --- a/l10n/ak/core.po +++ b/l10n/ak/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/ak/files_encryption.po b/l10n/ak/files_encryption.po index c77287076fd..c68bc839781 100644 --- a/l10n/ak/files_encryption.po +++ b/l10n/ak/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Akan (http://www.transifex.com/projects/p/owncloud/language/ak/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/am_ET/core.po b/l10n/am_ET/core.po index 4c560250636..dee52097cfc 100644 --- a/l10n/am_ET/core.po +++ b/l10n/am_ET/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/am_ET/files_encryption.po b/l10n/am_ET/files_encryption.po index e387759dc90..d13dee94dc1 100644 --- a/l10n/am_ET/files_encryption.po +++ b/l10n/am_ET/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Amharic (Ethiopia) (http://www.transifex.com/projects/p/owncloud/language/am_ET/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ar/core.po b/l10n/ar/core.po index a6334fe36cc..e5f15899a3f 100644 --- a/l10n/ar/core.po +++ b/l10n/ar/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -584,7 +584,7 @@ msgstr "سوف نرسل لك بريد يحتوي على وصلة لتجديد ك #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "إسم المستخدم" @@ -632,7 +632,7 @@ msgstr "شخصي" msgid "Users" msgstr "المستخدمين" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "التطبيقات" @@ -743,7 +743,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "أضف </strong>مستخدم رئيسي <strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "كلمة المرور" @@ -798,57 +798,43 @@ msgstr "انهاء التعديلات" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "الخروج" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "تم رفض تسجيل الدخول التلقائي!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "قد يكون حسابك في خطر إن لم تقم بإعادة تعيين كلمة السر حديثاً" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "الرجاء إعادة تعيين كلمة السر لتأمين حسابك." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "تذكر" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "أدخل" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "اسماء دخول بديلة" 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/ar/files_encryption.po b/l10n/ar/files_encryption.po index c6a2a8cc768..6907f243bfa 100644 --- a/l10n/ar/files_encryption.po +++ b/l10n/ar/files_encryption.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-30 06:10+0000\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" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "يرجى التاكد من ان اصدار PHP 5.3.3 او احدث , مثبت و التاكد من ان OpenSSL مفعل و مهيئ بشكل صحيح. حتى الان برنامج التتشفير تم تعطيلة." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "المستخدمين التاليين لم يتم تعيين لهم التشفيير:" @@ -135,11 +135,11 @@ msgstr "استعادة كلمة مرور المفتاح" msgid "Repeat Recovery key password" msgstr "كرر كلمة المرور لـ استعادة المفتاح" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "مفعلة" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "معطلة" @@ -164,12 +164,12 @@ msgid "Change Password" msgstr "عدل كلمة السر" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "كلمة مرور مفتاحك الخاص لا تتطابق مع كلمة المرور الخاصة الدخول:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "تعيين كلمة المرور القديمة لـ المفتاح الخاص الى كلمة المرور الخاصة بالدخول الحالية." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -177,32 +177,32 @@ msgid "" "recover your files." msgstr "اذا كنت لاتتذكر كلمة السر تستطيع ان تطلب من المدير ان يستعيد ملفاتك." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "كلمة المرور القديمة الخاصة بالدخول" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "كلمة المرور الحالية الخاصة بالدخول" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "تحديث كلمة المرور لـ المفتاح الخاص" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "تفعيل استعادة كلمة المرور:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "اعدادات ملف الاستعادة تم تحديثه" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "تعذر تحديث ملف الاستعادة" diff --git a/l10n/ast/core.po b/l10n/ast/core.po index 3b37336e423..14548cc2980 100644 --- a/l10n/ast/core.po +++ b/l10n/ast/core.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-02 01:54-0400\n" -"PO-Revision-Date: 2014-08-01 08:22+0000\n" -"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -565,7 +565,7 @@ msgstr "Vas recibir un enllaz vía Corréu-e pa restablecer la to contraseña" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nome d'usuariu" @@ -613,7 +613,7 @@ msgstr "Personal" msgid "Users" msgstr "Usuarios" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplicaciones" @@ -724,7 +724,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crea una <strong>cuenta d'alministrador</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Contraseña" @@ -779,57 +779,43 @@ msgstr "Finar la configuración " msgid "Finishing …" msgstr "Finando ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Esta aplicación necesita JavaScript pa funcionar correutamente. Por favor <a href=\"http://enable-javascript.com/\" target=\"_blank\">habilita JavaScript</a> y recarga esta interface." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "Ta disponible %s. Consigui más información en cómo anovar·" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Zarrar sesión" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "¡Aniciu de sesión automáticu refugáu!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "¡Si nun camudasti la contraseña últimamente, la cuenta pue tar comprometida!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Por favor, camuda la contraseña p'asegurar la cuenta de nueves" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Falló l'autenticación nel sirvidor!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Por favor, contauta col to alministrador" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "¿Escaeciesti la to contraseña? ¡Reaníciala!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "recordar" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Aniciar sesión" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Anicios de sesión alternativos" diff --git a/l10n/ast/files.po b/l10n/ast/files.po index bff526a4483..5747b9b04f7 100644 --- a/l10n/ast/files.po +++ b/l10n/ast/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-08-02 01:54-0400\n" -"PO-Revision-Date: 2014-08-01 08:30+0000\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 15:00+0000\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\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 "El ficheru perpasa la cuota por %s" + +#: 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/ast/files_encryption.po b/l10n/ast/files_encryption.po index 87508b54480..be8db4f1ef0 100644 --- a/l10n/ast/files_encryption.po +++ b/l10n/ast/files_encryption.po @@ -11,8 +11,8 @@ 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:23+0000\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 15:05+0000\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, asegúrate de que PHP 5.3.3 o postreru ta instaláu y que la estensión OpenSSL de PHP ta habilitada y configurada correutamente. Pel momentu, l'aplicación de cifráu deshabilitóse." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Los siguientes usuarios nun se configuraron pal cifráu:" @@ -135,11 +135,11 @@ msgstr "Contraseña de clave de recuperación" msgid "Repeat Recovery key password" msgstr "Repeti la contraseña de clave de recuperación" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Habilitar" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Deshabilitáu" @@ -164,12 +164,12 @@ msgid "Change Password" msgstr "Camudar contraseña" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "La to contraseña de clave privada yá nun concasa cola contraseña d'accesu:" +msgid "Your private key password no longer match your log-in password." +msgstr "La contraseña de clave privada yá nun va concasar cola contraseña d'aniciu de sesión." #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Afitar la contraseña de la to clave privada vieya a la to contraseña actual d'accesu." +msgid "Set your old private key password to your current log-in password:" +msgstr "Afita la contraseña de clave privada vieya pa la to contraseña d'aniciu de sesión actual:" #: templates/settings-personal.php:17 msgid "" @@ -177,32 +177,32 @@ msgid "" "recover your files." msgstr "Si nun recuerdes la contraseña vieya, pues pidir a alministrador que te recupere los ficheros." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Contraseña d'accesu vieya" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Contraseña d'accesu actual" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Anovar Contraseña de Clave Privada" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Habilitar la recuperación de contraseña:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Habilitar esta opción va permitite volver a tener accesu a los ficheros cifraos en casu de perda de contraseña" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Opciones de recuperación de ficheros anovada" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Nun pudo anovase la recuperación de ficheros" diff --git a/l10n/ast/files_sharing.po b/l10n/ast/files_sharing.po index 188d0d104b5..1fcdf5a9afa 100644 --- a/l10n/ast/files_sharing.po +++ b/l10n/ast/files_sharing.po @@ -10,8 +10,8 @@ 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 11:19+0000\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 14:56+0000\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -32,11 +32,11 @@ msgstr "Nun pudo amestase una compartición remota" msgid "Shared with you" msgstr "Compartíos contigo" -#: appinfo/app.php:42 js/app.js:53 +#: appinfo/app.php:45 js/app.js:53 msgid "Shared with others" msgstr "Compartíos con otros" -#: appinfo/app.php:51 js/app.js:72 +#: appinfo/app.php:54 js/app.js:72 msgid "Shared by link" msgstr "Compartíos per enllaz" @@ -50,7 +50,7 @@ msgstr "Entá nun compartiesti dengún ficheru." #: js/app.js:73 msgid "You haven't shared any files by link yet." -msgstr "Entá nun compartiesti nengún ficheru por enllaz." +msgstr "Entá nun compartiesti nengún ficheru per enllaz." #: js/external.js:48 js/external.js:59 msgid "Do you want to add the remote share {name} from {owner}@{remote}?" @@ -72,11 +72,11 @@ msgstr "Encaboxar" msgid "Add remote share" msgstr "Amestar compartición remota" -#: js/public.js:203 +#: js/public.js:204 msgid "No ownCloud installation found at {remote}" msgstr "Nun s'alcontró denguna instalación d'ownCloud en {remote}" -#: js/public.js:204 +#: js/public.js:205 msgid "Invalid ownCloud url" msgstr "Url ownCloud inválida" @@ -128,20 +128,20 @@ msgstr "la compartición ta deshabilitada" msgid "For more info, please ask the person who sent this link." msgstr "Pa más información, entrúga-y a la persona qu'unvió esti enllaz" -#: templates/public.php:22 +#: templates/public.php:27 msgid "Add to your ownCloud" msgstr "Amestar al to ownCloud" -#: templates/public.php:30 +#: templates/public.php:35 msgid "Download" msgstr "Baxar" -#: templates/public.php:61 +#: templates/public.php:66 #, php-format msgid "Download %s" msgstr "Descargar %s" -#: templates/public.php:65 +#: templates/public.php:70 msgid "Direct link" msgstr "Enllaz direutu" diff --git a/l10n/ast/lib.po b/l10n/ast/lib.po index a198b0da1a6..dbff3015a05 100644 --- a/l10n/ast/lib.po +++ b/l10n/ast/lib.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-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-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 15:07+0000\n" +"Last-Translator: Iñigo Varela <ivarela@softastur.org>\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" @@ -361,11 +361,11 @@ msgstr "Falló dar permisos a %s, porque l'elementu nun s'atopó" msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Nun pue afitase la data de caducidá. Ficheros compartíos nun puen caducar dempués de %s de compartise" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" -msgstr "" +msgstr "Nun pue afitase la data d'espiración. La data d'espiración ta nel pasáu" #: private/share/share.php:1093 #, php-format diff --git a/l10n/az/core.po b/l10n/az/core.po index 92573221702..5a4f2841895 100644 --- a/l10n/az/core.po +++ b/l10n/az/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/az/files_encryption.po b/l10n/az/files_encryption.po index b57146ef89f..3e4d927f7bb 100644 --- a/l10n/az/files_encryption.po +++ b/l10n/az/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/be/core.po b/l10n/be/core.po index 750c5594455..c2631e98a9b 100644 --- a/l10n/be/core.po +++ b/l10n/be/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -572,7 +572,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -620,7 +620,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -731,7 +731,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -786,57 +786,43 @@ msgstr "Завяршыць ўстаноўку." msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/be/files_encryption.po b/l10n/be/files_encryption.po index ba248e0553d..52338cb8fbb 100644 --- a/l10n/be/files_encryption.po +++ b/l10n/be/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index 30787f3d07a..731e7038751 100644 --- a/l10n/bg_BG/core.po +++ b/l10n/bg_BG/core.po @@ -9,8 +9,8 @@ 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:30+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "Ще получиш връзка за възстановяване на #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Потребител" @@ -611,7 +611,7 @@ msgstr "Лични" msgid "Users" msgstr "Потребители" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Приложения" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Създаване на <strong>админ профил</strong>." #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Парола" @@ -777,57 +777,43 @@ msgstr "Завършване на настройките" msgid "Finishing …" msgstr "Завършване..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Програмата изисква JavaScript, за да работи правилно. Моля, <a href=\"http://enable-javascript.com/\" target=\"_blank\">включи JavaScript</a> и презареди страницата." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s е на разположение. Прочети повече как да обновиш. " -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Отписване" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Автоматичното вписване отказано!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Ако не си си променил паролата наскоро, профилът ти може да е компроменитран!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Моля, промени паролата си, за да подсигуриш профила си." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Заверяването в сървъра неуспешно!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Моля, свържи се с админстратора." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Забрави паролата? Възстанови я!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "запомни" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Вписване" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Други Потребителски Имена" diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index aa5a08ca551..d26bacf9f36 100644 --- a/l10n/bg_BG/files.po +++ b/l10n/bg_BG/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-08-05 02:02-0400\n" -"PO-Revision-Date: 2014-08-04 20:40+0000\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 20:39+0000\n" "Last-Translator: Ivo\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\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 "Файлът надвиши квотата ти с %s" + +#: 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/bg_BG/files_encryption.po b/l10n/bg_BG/files_encryption.po index 97c6e2b194f..170fce6378b 100644 --- a/l10n/bg_BG/files_encryption.po +++ b/l10n/bg_BG/files_encryption.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-30 06:10+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 20:42+0000\n" +"Last-Translator: Ivo\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" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Моля, увери се, че PHP 5.3.3 или по-нова версия е инсталирана, и че OpenSSL заедно съответната PHP добавка са включени и правилно настроени. За сега, криптиращото приложение ще бъде изключено." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Следните потребители не са настроени за криптиране:" @@ -133,11 +133,11 @@ msgstr "Парола за възстановяане на ключа" msgid "Repeat Recovery key password" msgstr "Повтори паролата за възстановяване на ключа" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Включено" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Изключено" @@ -162,12 +162,12 @@ msgid "Change Password" msgstr "Промени Паролата" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Тайната ти парола за ключа вече несъвпада с паролата ти за вписване:" +msgid "Your private key password no longer match your log-in password." +msgstr "Паролата за тайния ти ключ вече не е същата като паролата ти за вписване." #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Промени тайната парола за ключа да съвпада с паролата ти за вписване." +msgid "Set your old private key password to your current log-in password:" +msgstr "Промени паролата за тайния ти включ на паролата за вписване:" #: templates/settings-personal.php:17 msgid "" @@ -175,32 +175,32 @@ msgid "" "recover your files." msgstr "Ако не помниш старата парола помоли администратора да възстанови файловете ти." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Стара парола за вписване" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Текуща парола за вписване" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Промени Тайната Парола за Ключа" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Включи опцията възстановяване на паролата:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Избирането на тази опция ще ти позволи да възстановиш достъпа си до файловете в случай на изгубена парола." -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Настройките за възстановяване на файлове са променени." -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Неуспешна промяна на настройките за възстановяване на файлове." diff --git a/l10n/bg_BG/lib.po b/l10n/bg_BG/lib.po index 4736655e2a0..d711711a12f 100644 --- a/l10n/bg_BG/lib.po +++ b/l10n/bg_BG/lib.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-07 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 09:01+0000\n" +"Last-Translator: Ivo\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" @@ -360,7 +360,7 @@ msgstr "Неуспешна промяна на правата за достъп msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Неуспешно задаване на дата на изтичане. Споделни папки или файлове не могат да изтичат по-късно от %s след като са били споделени" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po index 85c5414fae6..3f05afd492d 100644 --- a/l10n/bn_BD/core.po +++ b/l10n/bn_BD/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "কূটশব্দ পূনঃনির্ধারণের জন #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "ব্যবহারকারী" @@ -609,7 +609,7 @@ msgstr "ব্যক্তিগত" msgid "Users" msgstr "ব্যবহারকারী" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "অ্যাপ" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "<strong>প্রশাসক একাউন্ট</strong> তৈরী করুন" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "কূটশব্দ" @@ -775,57 +775,43 @@ msgstr "সেটআপ সুসম্পন্ন কর" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "প্রস্থান" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "মনে রাখ" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "প্রবেশ" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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_BD/files_encryption.po b/l10n/bn_BD/files_encryption.po index 9a823f102bf..671df016a62 100644 --- a/l10n/bn_BD/files_encryption.po +++ b/l10n/bn_BD/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/bn_IN/core.po b/l10n/bn_IN/core.po index 6dc8091184a..376cf007212 100644 --- a/l10n/bn_IN/core.po +++ b/l10n/bn_IN/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "ইউজারনেম" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/bn_IN/files_encryption.po b/l10n/bn_IN/files_encryption.po index 70f289be8b6..78e79ffdaa1 100644 --- a/l10n/bn_IN/files_encryption.po +++ b/l10n/bn_IN/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/bs/core.po b/l10n/bs/core.po index 263a83d5a80..092a980d0ac 100644 --- a/l10n/bs/core.po +++ b/l10n/bs/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -566,7 +566,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -614,7 +614,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -725,7 +725,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -780,57 +780,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/bs/files_encryption.po b/l10n/bs/files_encryption.po index 30f2f79949c..4263478677e 100644 --- a/l10n/bs/files_encryption.po +++ b/l10n/bs/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 12af54282b4..7ca863ba761 100644 --- a/l10n/ca/core.po +++ b/l10n/ca/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -564,7 +564,7 @@ msgstr "Rebreu un enllaç al correu electrònic per reiniciar la contrasenya." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nom d'usuari" @@ -612,7 +612,7 @@ msgstr "Personal" msgid "Users" msgstr "Usuaris" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplicacions" @@ -723,7 +723,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crea un <strong>compte d'administrador</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Contrasenya" @@ -778,57 +778,43 @@ msgstr "Acaba la configuració" msgid "Finishing …" msgstr "Acabant..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Aquesta aplicació necessita tenir JavaScript activat per funcionar correctament. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeu JavaScript</a> i carregueu aquesta interfície de nou." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s està disponible. Obtingueu més informació de com actualitzar." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Surt" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Inici de sessió automàtic rebutjat!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Si no heu canviat la contrasenya recentment el vostre compte pot estar compromès!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Canvieu la contrasenya de nou per assegurar el vostre compte." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "L'autenticació del servidor ha fallat!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Contacteu amb l'administrador." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Heu oblidat la contrasenya? Restabliu-la!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "recorda'm" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Inici de sessió" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Acreditacions alternatives" 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/files_encryption.po b/l10n/ca/files_encryption.po index 4166bbfab8e..bb9d3dc5fcb 100644 --- a/l10n/ca/files_encryption.po +++ b/l10n/ca/files_encryption.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-30 06:10+0000\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" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Assegureu-vos que teniu instal·lat PHP 5.3.3 o una versió superior i que està activat Open SSL i habilitada i configurada correctament l'extensió de PHP. De moment, l'aplicació d'encriptació s'ha desactivat." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Els usuaris següents no estan configurats per a l'encriptació:" @@ -134,11 +134,11 @@ msgstr "Clau de recuperació de la contrasenya" msgid "Repeat Recovery key password" msgstr "Repetiu la clau de recuperació de contrasenya" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Activat" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Desactivat" @@ -163,12 +163,12 @@ msgid "Change Password" msgstr "Canvia la contrasenya" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "La clau privada ja no es correspon amb la contrasenya d'accés:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Establiu la vostra contrasenya clau en funció de la contrasenya actual d'accés." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -176,32 +176,32 @@ msgid "" "recover your files." msgstr "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Contrasenya anterior d'accés" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Contrasenya d'accés actual" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Actualitza la contrasenya de clau privada" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Habilita la recuperació de contrasenya:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Activar aquesta opció us permetrà obtenir de nou accés als vostres fitxers encriptats en cas de perdre la contrasenya" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "S'han actualitzat els arranjaments de recuperació de fitxers" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "No s'ha pogut actualitzar la recuperació de fitxers" diff --git a/l10n/ca@valencia/core.po b/l10n/ca@valencia/core.po index b077211b11c..c821d9b44f1 100644 --- a/l10n/ca@valencia/core.po +++ b/l10n/ca@valencia/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/ca@valencia/files_encryption.po b/l10n/ca@valencia/files_encryption.po index 0a2232abec2..2c0e51f4dc9 100644 --- a/l10n/ca@valencia/files_encryption.po +++ b/l10n/ca@valencia/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Catalan (Valencian) (http://www.transifex.com/projects/p/owncloud/language/ca@valencia/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 33d73d26f5b..7ff44fc09bd 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -17,9 +17,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 19:41+0000\n" -"Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -576,7 +576,7 @@ msgstr "E-mailem Vám bude zaslán odkaz pro obnovu hesla." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Uživatelské jméno" @@ -624,7 +624,7 @@ msgstr "Osobní" msgid "Users" msgstr "Uživatelé" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplikace" @@ -735,7 +735,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Vytvořit <strong>účet správce</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Heslo" @@ -790,57 +790,43 @@ msgstr "Dokončit nastavení" msgid "Finishing …" msgstr "Dokončuji..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Tato aplikace vyžaduje pro svou správnou funkčnost povolený JavaScript. Prosím <a href=\"http://enable-javascript.com/\" target=\"_blank\">povolte JavaScript</a> a znovu načtěte toto rozhraní." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s je dostupná. Získejte více informací k postupu aktualizace." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odhlásit se" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatické přihlášení odmítnuto!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Pokud jste v nedávné době neměnili své heslo, Váš účet může být kompromitován!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Změňte, prosím, své heslo pro opětovné zabezpečení Vašeho účtu." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Autentizace na serveru selhala!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Kontaktujte prosím vašeho správce." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Zapomenuté heslo? Zresetujte si ho!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "zapamatovat" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Přihlásit" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternativní přihlášení" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 861189b44fd..5843cb82209 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -17,8 +17,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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 13:20+0000\n" "Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\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 "Soubor překračuje povolenou kvótu o %s" + +#: 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/cs_CZ/files_encryption.po b/l10n/cs_CZ/files_encryption.po index c7a30e94d09..440f0ea9662 100644 --- a/l10n/cs_CZ/files_encryption.po +++ b/l10n/cs_CZ/files_encryption.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-30 06:10+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 13:20+0000\n" +"Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\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" @@ -99,7 +99,7 @@ msgid "" " the encryption app has been disabled." msgstr "Ujistěte se prosím, že máte nainstalované PHP 5.3.3 nebo novější a že máte povolené a správně nakonfigurované OpenSSL včetně jeho rozšíření pro PHP. Prozatím byla aplikace pro šifrování vypnuta." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Následující uživatelé nemají nastavené šifrování:" @@ -139,11 +139,11 @@ msgstr "Heslo klíče pro obnovu" msgid "Repeat Recovery key password" msgstr "Zopakujte heslo klíče pro obnovu" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Povoleno" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Zakázáno" @@ -168,12 +168,12 @@ msgid "Change Password" msgstr "Změnit heslo" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Heslo vašeho soukromého klíče se již neshoduje s vaším přihlašovacím heslem:" +msgid "Your private key password no longer match your log-in password." +msgstr "Heslo vašeho soukromého klíče se již neshoduje s vaším přihlašovacím heslem." #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Změňte heslo vaše soukromého klíče na stejné jako vaše přihlašovací heslo." +msgid "Set your old private key password to your current log-in password:" +msgstr "Změňte vaše staré heslo soukromého klíče na stejné, jako je vaše současné přihlašovací heslo:" #: templates/settings-personal.php:17 msgid "" @@ -181,32 +181,32 @@ msgid "" "recover your files." msgstr "Pokud si nepamatujete vaše původní heslo, můžete požádat správce o obnovu vašich souborů." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Původní přihlašovací heslo" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Aktuální přihlašovací heslo" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Změnit heslo soukromého klíče" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Povolit obnovu hesla:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Zapnutí této volby vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Možnosti záchrany souborů aktualizovány" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Nelze nastavit záchranu souborů" diff --git a/l10n/cs_CZ/files_external.po b/l10n/cs_CZ/files_external.po index 893755b7182..0d3cec6915f 100644 --- a/l10n/cs_CZ/files_external.po +++ b/l10n/cs_CZ/files_external.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-17 01:54-0400\n" -"PO-Revision-Date: 2014-07-17 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 13:20+0000\n" +"Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\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" @@ -148,7 +148,7 @@ msgstr "" #: appinfo/app.php:108 msgid "OpenStack Object Storage" -msgstr "" +msgstr "OpenStack Object Storage" #: appinfo/app.php:111 msgid "Username (required)" @@ -164,7 +164,7 @@ msgstr "Region (nepovinný pro OpenStack Object Storage)" #: appinfo/app.php:114 msgid "API Key (required for Rackspace Cloud Files)" -msgstr "" +msgstr "API klíč (vyžadován pro Rackspace Cloud)" #: appinfo/app.php:115 msgid "Tenantname (required for OpenStack Object Storage)" diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po index 2701514f1de..a62cf4d69a3 100644 --- a/l10n/cs_CZ/lib.po +++ b/l10n/cs_CZ/lib.po @@ -14,9 +14,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-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 17:51+0000\n" +"Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\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" @@ -365,7 +365,7 @@ msgstr "Nastavení práv pro %s selhalo, protože položka nebyla nalezena" msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Nelze nastavit datum vypršení platnosti. Sdílení nemůže vypršet později než za %s po zveřejnění." #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po index ae62c55c0c1..0befea13772 100644 --- a/l10n/cy_GB/core.po +++ b/l10n/cy_GB/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -572,7 +572,7 @@ msgstr "Byddwch yn derbyn dolen drwy e-bost i ailosod eich cyfrinair." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Enw defnyddiwr" @@ -620,7 +620,7 @@ msgstr "Personol" msgid "Users" msgstr "Defnyddwyr" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Pecynnau" @@ -731,7 +731,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crewch <strong>gyfrif gweinyddol</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Cyfrinair" @@ -786,57 +786,43 @@ msgstr "Gorffen sefydlu" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s ar gael. Mwy o wybodaeth am sut i ddiweddaru." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Allgofnodi" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Gwrthodwyd mewngofnodi awtomatig!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Os na wnaethoch chi newid eich cyfrinair yn ddiweddar, gall eich cyfrif fod yn anniogel!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Newidiwch eich cyfrinair i ddiogleu eich cyfrif eto." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "cofio" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Mewngofnodi" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Mewngofnodiadau Amgen" 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/cy_GB/files_encryption.po b/l10n/cy_GB/files_encryption.po index cca3f4633bd..58807b02d2d 100644 --- a/l10n/cy_GB/files_encryption.po +++ b/l10n/cy_GB/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -132,11 +132,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -161,11 +161,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/da/core.po b/l10n/da/core.po index bed6613ac2b..51fbbe2b351 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -19,8 +19,8 @@ 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" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -573,7 +573,7 @@ msgstr "Du vil modtage et link til at nulstille dit kodeord via email." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Brugernavn" @@ -621,7 +621,7 @@ msgstr "Personligt" msgid "Users" msgstr "Brugere" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -732,7 +732,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Opret en <strong>administratorkonto</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Adgangskode" @@ -787,57 +787,43 @@ msgstr "Afslut opsætning" msgid "Finishing …" msgstr "Færdigbehandler ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Programmet forudsætter at JavaScript er aktiveret for at kunne afvikles korrekt. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Aktiver JavaScript</a> og genindlæs siden.." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s er tilgængelig. Få mere information om, hvordan du opdaterer." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Log ud" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatisk login afvist!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Hvis du ikke har ændret din adgangskode for nylig, har nogen muligvis tiltvunget sig adgang til din konto!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Skift adgangskode for at sikre din konto igen." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Server side godkendelse mislykkedes!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Kontakt venligst din administrator" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Glemt din adgangskode? Nulstil det!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "husk" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Log ind" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternative logins" 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/da/files_encryption.po b/l10n/da/files_encryption.po index 05337cc1861..4ad15328220 100644 --- a/l10n/da/files_encryption.po +++ b/l10n/da/files_encryption.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-30 06:10+0000\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" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -96,7 +96,7 @@ msgid "" " the encryption app has been disabled." msgstr "Sørg for at PHP 5.3.3 eller nyere er installeret og at OpenSSL sammen med PHP-udvidelsen er aktiveret og korrekt konfigureret. Indtil videre er krypteringsprogrammet deaktiveret." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Følgende brugere er ikke sat op til kryptering:" @@ -136,11 +136,11 @@ msgstr "Gendannelsesnøgle kodeord" msgid "Repeat Recovery key password" msgstr "Gentag gendannelse af nøglekoden" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Aktiveret" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Deaktiveret" @@ -165,12 +165,12 @@ msgid "Change Password" msgstr "Skift Kodeord" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Dit private nøgle kodeord stemmer ikke længere overens med dit login kodeord:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Sæt dit gamle private nøgle kodeord til at være dit nuværende login kodeord. " +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -178,32 +178,32 @@ msgid "" "recover your files." msgstr "Hvis du ikke kan huske dit gamle kodeord kan du bede din administrator om at gendanne dine filer." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Gammelt login kodeord" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Nuvrende login kodeord" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Opdater Privat Nøgle Kodeord" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Aktiver kodeord gendannelse:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Aktivering af denne valgmulighed tillader dig at generhverve adgang til dine krypterede filer i tilfælde af tab af kodeord" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Filgendannelsesindstillinger opdateret" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Kunne ikke opdatere filgendannelse" diff --git a/l10n/de/core.po b/l10n/de/core.po index 0b4e113e083..e00371f9f85 100644 --- a/l10n/de/core.po +++ b/l10n/de/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -572,7 +572,7 @@ msgstr "Du erhältst einen Link per E-Mail, um Dein Passwort zurückzusetzen." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Benutzername" @@ -620,7 +620,7 @@ msgstr "Persönlich" msgid "Users" msgstr "Benutzer" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -731,7 +731,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "<strong>Administrator-Konto</strong> anlegen" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Passwort" @@ -786,57 +786,43 @@ msgstr "Installation abschließen" msgid "Finishing …" msgstr "Abschließen ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb. Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktiviere JavaScript</a> und lade diese Schnittstelle neu." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Abmelden" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatischer Login zurückgewiesen!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Wenn Du Dein Passwort nicht vor kurzem geändert hast, könnte Dein\nAccount kompromittiert sein!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Bitte ändere Dein Passwort, um Deinen Account wieder zu schützen." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Serverseitige Authentifizierung fehlgeschlagen!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Bitte kontaktiere Deinen Administrator." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Passwort vergessen? Setze es zurück!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "merken" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Einloggen" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternative Logins" diff --git a/l10n/de/files.po b/l10n/de/files.po index f211b802fa1..aaeba959400 100644 --- a/l10n/de/files.po +++ b/l10n/de/files.po @@ -15,8 +15,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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 17:50+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" @@ -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 "Die Datei überschreitet Dein Limit um %s" + +#: 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 3a75ebcf859..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-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 06:10+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" @@ -100,7 +100,7 @@ msgid "" " the encryption app has been disabled." msgstr "Bitte stelle sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:" @@ -140,11 +140,11 @@ msgstr "Wiederherstellungsschlüssel-Passwort" msgid "Repeat Recovery key password" msgstr "Schlüssel-Passwort zur Wiederherstellung wiederholen" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Aktiviert" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Deaktiviert" @@ -169,12 +169,12 @@ msgid "Change Password" msgstr "Passwort ändern" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Das Passwort für Deinen privaten Schlüssel stimmt nicht mehr mit Deinem Loginpasswort überein." +msgid "Your private key password no longer match your log-in password." +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 "Setze Dein altes Passwort für Deinen privaten Schlüssel auf Dein aktuelles Login-Passwort" +msgid "Set your old private key password to your current log-in password:" +msgstr "Setze Dein altes Passwort für Deinen privaten Schlüssel auf Dein aktuelles Login-Passwort:" #: templates/settings-personal.php:17 msgid "" @@ -182,32 +182,32 @@ msgid "" "recover your files." msgstr "Wenn Du Dein altes Passwort vergessen hast, könntest Du Deinen Administrator bitten, Deine Daten wiederherzustellen." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Altes Login Passwort" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Aktuelles Passwort" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Passwort für den privaten Schlüssel aktualisieren" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Passwortwiederherstellung aktivieren:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Wenn Du diese Option aktivierst, kannst Du Deine verschlüsselten Dateien wiederherstellen, falls Du Dein Passwort vergisst" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Einstellungen zur Wiederherstellung von Dateien wurden aktualisiert" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Dateiwiederherstellung konnte nicht aktualisiert werden" diff --git a/l10n/de/lib.po b/l10n/de/lib.po index 32ea7e2a63c..280feb457d9 100644 --- a/l10n/de/lib.po +++ b/l10n/de/lib.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-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-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 07:00+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" @@ -364,7 +364,7 @@ msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein." #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po index f3fdd2a99a8..10e84dd382b 100644 --- a/l10n/de_AT/core.po +++ b/l10n/de_AT/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -610,7 +610,7 @@ msgstr "Persönlich" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Passwort" @@ -776,57 +776,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_AT/files_encryption.po b/l10n/de_AT/files_encryption.po index 9a4204cabd4..ebfac5256da 100644 --- a/l10n/de_AT/files_encryption.po +++ b/l10n/de_AT/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/de_CH/core.po b/l10n/de_CH/core.po index 2ffc41956cb..5e37a5fbe28 100644 --- a/l10n/de_CH/core.po +++ b/l10n/de_CH/core.po @@ -17,8 +17,8 @@ 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" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -571,7 +571,7 @@ msgstr "Sie erhalten einen Link per E-Mail, um Ihr Passwort zurückzusetzen." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Benutzername" @@ -619,7 +619,7 @@ msgstr "Persönlich" msgid "Users" msgstr "Benutzer" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -730,7 +730,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "<strong>Administrator-Konto</strong> anlegen" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Passwort" @@ -785,57 +785,43 @@ msgstr "Installation abschliessen" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Abmelden" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatische Anmeldung verweigert!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAccount kompromittiert sein!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "merken" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Einloggen" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternative Logins" 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_CH/files_encryption.po b/l10n/de_CH/files_encryption.po index f0476c4a25c..8d2865cb7f3 100644 --- a/l10n/de_CH/files_encryption.po +++ b/l10n/de_CH/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -97,7 +97,7 @@ msgid "" " the encryption app has been disabled." msgstr "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:" @@ -137,11 +137,11 @@ msgstr "Wiederherstellungschlüsselpasswort" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Aktiviert" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Deaktiviert" @@ -166,12 +166,12 @@ msgid "Change Password" msgstr "Passwort ändern" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Das Privatschlüsselpasswort darf nicht länger mit den Login-Passwort übereinstimmen." +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Setzen Sie Ihr altes Privatschlüsselpasswort auf Ihr aktuelles LogIn-Passwort." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -179,32 +179,32 @@ msgid "" "recover your files." msgstr "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Altes Login-Passwort" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Momentanes Login-Passwort" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Das Passwort des privaten Schlüssels aktualisieren" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Die Passwort-Wiederherstellung aktivieren:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert." -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Die Dateiwiederherstellung konnte nicht aktualisiert werden." diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index c2829db53a2..54ae72a49b1 100644 --- a/l10n/de_DE/core.po +++ b/l10n/de_DE/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -572,7 +572,7 @@ msgstr "Sie erhalten einen Link per E-Mail, um Ihr Passwort zurückzusetzen." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Benutzername" @@ -620,7 +620,7 @@ msgstr "Persönlich" msgid "Users" msgstr "Benutzer" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -731,7 +731,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "<strong>Administrator-Konto</strong> anlegen" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Passwort" @@ -786,57 +786,43 @@ msgstr "Installation abschließen" msgid "Finishing …" msgstr "Abschließen ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb. Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktivieren Sie JavaScript</a> und laden Sie diese Schnittstelle neu." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Abmelden" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatische Anmeldung verweigert!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAccount kompromittiert sein!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Die Authentifizierung auf dem Server ist fehlgeschlagen!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Bitte kontaktieren Sie Ihren Administrator." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Passwort vergessen? Setzen Sie es zurück!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "merken" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Einloggen" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternative Logins" diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index d9bdce5222f..6114cc5f22a 100644 --- a/l10n/de_DE/files.po +++ b/l10n/de_DE/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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 17:50+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" @@ -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 "Die Datei überschreitet Ihr Limit um %s" + +#: 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 c66cac4def2..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-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 06:10+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" @@ -96,7 +96,7 @@ msgid "" " the encryption app has been disabled." msgstr "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:" @@ -136,11 +136,11 @@ msgstr "Wiederherstellungschlüsselpasswort" msgid "Repeat Recovery key password" msgstr "Schlüssel-Passwort zur Wiederherstellung wiederholen" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Aktiviert" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Deaktiviert" @@ -165,12 +165,12 @@ msgid "Change Password" msgstr "Passwort ändern" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." 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 "Setzen Sie Ihr altes Privatschlüsselpasswort auf Ihr aktuelles LogIn-Passwort." +msgid "Set your old private key password to your current log-in password:" +msgstr "Setzen Sie Ihr altes Privatschlüsselpasswort auf Ihr aktuelles LogIn-Passwort:" #: templates/settings-personal.php:17 msgid "" @@ -178,32 +178,32 @@ msgid "" "recover your files." msgstr "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Altes Login-Passwort" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Momentanes Login-Passwort" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Das Passwort des privaten Schlüssels aktualisieren" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Die Passwort-Wiederherstellung aktivieren:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert." -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Die Dateiwiederherstellung konnte nicht aktualisiert werden." diff --git a/l10n/de_DE/lib.po b/l10n/de_DE/lib.po index 1f6a193f20c..526b901eb1f 100644 --- a/l10n/de_DE/lib.po +++ b/l10n/de_DE/lib.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-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-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 07:00+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" @@ -364,7 +364,7 @@ msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein." #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/el/core.po b/l10n/el/core.po index 00aa8b0be25..cca41c088e0 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -572,7 +572,7 @@ msgstr "Θα λάβετε ένα σύνδεσμο για να επαναφέρε #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Όνομα χρήστη" @@ -620,7 +620,7 @@ msgstr "Προσωπικά" msgid "Users" msgstr "Χρήστες" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Εφαρμογές" @@ -731,7 +731,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Δημιουργήστε έναν <strong>λογαριασμό διαχειριστή</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Συνθηματικό" @@ -786,57 +786,43 @@ msgstr "Ολοκλήρωση εγκατάστασης" msgid "Finishing …" msgstr "Ολοκλήρωση..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Αυτή η εφαρμογή απαιτεί η JavaScript να είναι ενεργοποιημένη για σωστή λειτουργία. Παρακαλώ <a href=\"http://enable-javascript.com/\" target=\"_blank\">ενεργοποιήστε τη JavaScript</a> και επαναφορτώστε αυτή τη διεπαφή." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες στο πώς να αναβαθμίσετε." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Αποσύνδεση" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Απορρίφθηκε η αυτόματη σύνδεση!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Εάν δεν αλλάξατε το συνθηματικό σας προσφάτως, ο λογαριασμός μπορεί να έχει διαρρεύσει!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Παρακαλώ αλλάξτε το συνθηματικό σας για να ασφαλίσετε πάλι τον λογαριασμό σας." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Παρακαλώ επικοινωνήστε με τον διαχειριστή." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Ξεχάσατε τον κωδικό πρόσβασής σας; Επαναφέρετέ τον!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "απομνημόνευση" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Είσοδος" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Εναλλακτικές Συνδέσεις" 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/el/files_encryption.po b/l10n/el/files_encryption.po index af827f82266..6e5e1435f04 100644 --- a/l10n/el/files_encryption.po +++ b/l10n/el/files_encryption.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-30 06:10+0000\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" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -97,7 +97,7 @@ msgid "" " the encryption app has been disabled." msgstr "Παρακαλώ επιβεβαιώστε ότι η PHP 5.3.3 ή νεότερη είναι εγκατεστημένη και ότι το OpenSSL μαζί με το PHP extension είναι ενεργοποιήμένο και έχει ρυθμιστεί σωστά. Προς το παρόν, η εφαρμογή κρυπτογράφησης είναι απενεργοποιημένη." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Οι κάτωθι χρήστες δεν έχουν ρυθμιστεί για κρυπογράφηση:" @@ -137,11 +137,11 @@ msgstr "Επαναφορά κωδικού κλειδιού" msgid "Repeat Recovery key password" msgstr "Επαναλάβετε το κλειδί επαναφοράς κωδικού" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Ενεργοποιημένο" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Απενεργοποιημένο" @@ -166,12 +166,12 @@ msgid "Change Password" msgstr "Αλλαγή Κωδικού Πρόσβασης" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Ο κωδικός του προσωπικού κλειδιού δεν ταιριάζει πλέον με τον κωδικό σύνδεσής σας:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Ορίστε το παλιό σας προσωπικό κλειδί ως τον τρέχων κωδικό πρόσβασης." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -179,32 +179,32 @@ msgid "" "recover your files." msgstr "Εάν δεν θυμάστε τον παλιό σας κωδικό μπορείτε να ζητήσετε από τον διαχειριστή σας να επανακτήσει τα αρχεία σας." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Παλαιό συνθηματικό εισόδου" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Τρέχον συνθηματικό πρόσβασης" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Ενημέρωση Προσωπικού Κλειδού Πρόσβασης" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Ενεργοποιήστε την ανάκτηση κωδικού πρόσβασης" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Η ενεργοποίηση αυτής της επιλογής θα σας επιτρέψει να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία σε περίπτωση απώλειας του κωδικού σας" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Οι ρυθμίσεις επαναφοράς αρχείων ανανεώθηκαν" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Αποτυχία ενημέρωσης ανάκτησης αρχείων" diff --git a/l10n/en@pirate/core.po b/l10n/en@pirate/core.po index aefdc5b34d6..e1ed4e63e64 100644 --- a/l10n/en@pirate/core.po +++ b/l10n/en@pirate/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -610,7 +610,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Passcode" @@ -776,57 +776,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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@pirate/files_encryption.po b/l10n/en@pirate/files_encryption.po index 5b8b1d50bbf..c1234706fd4 100644 --- a/l10n/en@pirate/files_encryption.po +++ b/l10n/en@pirate/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/en_GB/core.po b/l10n/en_GB/core.po index 065a484792f..09c31f2cf33 100644 --- a/l10n/en_GB/core.po +++ b/l10n/en_GB/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "You will receive a link to reset your password via email." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Username" @@ -610,7 +610,7 @@ msgstr "Personal" msgid "Users" msgstr "Users" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Create an <strong>admin account</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Password" @@ -776,57 +776,43 @@ msgstr "Finish setup" msgid "Finishing …" msgstr "Finishing …" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s is available. Get more information on how to update." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Log out" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatic logon rejected!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "If you did not change your password recently, your account may be compromised!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Please change your password to secure your account again." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Server side authentication failed!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Please contact your administrator." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Forgot your password? Reset it!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "remember" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Log in" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternative Logins" 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_GB/files_encryption.po b/l10n/en_GB/files_encryption.po index da88fa434d8..13f472a45a8 100644 --- a/l10n/en_GB/files_encryption.po +++ b/l10n/en_GB/files_encryption.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-30 06:10+0000\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" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Following users are not set up for encryption:" @@ -132,11 +132,11 @@ msgstr "Recovery key password" msgid "Repeat Recovery key password" msgstr "Repeat recovery key password" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Enabled" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Disabled" @@ -161,12 +161,12 @@ msgid "Change Password" msgstr "Change Password" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Your private key password no longer matches your login password:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Set your old private key password to your current login password." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr " If you don't remember your old password you can ask your administrator to recover your files." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Old login password" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Current login password" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Update Private Key Password" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Enable password recovery:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "File recovery settings updated" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Could not update file recovery" diff --git a/l10n/en_GB/lib.po b/l10n/en_GB/lib.po index 8372976a5be..34ea70244c5 100644 --- a/l10n/en_GB/lib.po +++ b/l10n/en_GB/lib.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-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-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 16:31+0000\n" +"Last-Translator: Darren Richardson <transifex@mnestis.net>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -359,7 +359,7 @@ msgstr "Setting permissions for %s failed, because the item was not found" msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Cannot set expiry date. Shares cannot expire later than %s after they have been shared" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/en_NZ/core.po b/l10n/en_NZ/core.po index c9d536f6b87..301a9cc4785 100644 --- a/l10n/en_NZ/core.po +++ b/l10n/en_NZ/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/en_NZ/files_encryption.po b/l10n/en_NZ/files_encryption.po index d9a64fedbc5..0c68f5b0c8c 100644 --- a/l10n/en_NZ/files_encryption.po +++ b/l10n/en_NZ/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: English (New Zealand) (http://www.transifex.com/projects/p/owncloud/language/en_NZ/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/eo/core.po b/l10n/eo/core.po index c968831525c..442aa18a21d 100644 --- a/l10n/eo/core.po +++ b/l10n/eo/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "Vi ricevos ligilon retpoŝte por rekomencigi vian pasvorton." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Uzantonomo" @@ -611,7 +611,7 @@ msgstr "Persona" msgid "Users" msgstr "Uzantoj" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplikaĵoj" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Krei <strong>administran konton</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Pasvorto" @@ -777,57 +777,43 @@ msgstr "Fini la instalon" msgid "Finishing …" msgstr "Finante..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s haveblas. Ekhavi pli da informo pri kiel ĝisdatigi." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Elsaluti" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "La aŭtomata ensaluto malakceptiĝis!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Se vi ne ŝanĝis vian pasvorton lastatempe, via konto eble kompromitas!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Bonvolu ŝanĝi vian pasvorton por sekurigi vian konton ree." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Bonvolu kontakti vian administranton." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "memori" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Ensaluti" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternativaj ensalutoj" 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/eo/files_encryption.po b/l10n/eo/files_encryption.po index d82940802fa..a0258c2552d 100644 --- a/l10n/eo/files_encryption.po +++ b/l10n/eo/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -132,11 +132,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Kapabligita" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Malkapabligita" @@ -161,11 +161,11 @@ msgid "Change Password" msgstr "Ŝarĝi pasvorton" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "La pasvorto de via malpublika klavo ne plu kongruas kun via ensaluta pasvorto:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Malnova ensaluta pasvorto" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Nuna ensaluta pasvorto" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Ĝisdatigi la pasvorton de la malpublika klavo" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Kapabligi restaŭron de pasvorto:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es/core.po b/l10n/es/core.po index b2951db69a1..121e1bc330c 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -5,6 +5,7 @@ # Translators: # Artopal <artopal@fastmail.fm>, 2013-2014 # Carlos Andrés Burgos Urey <business@carlos-burgos.com>, 2014 +# manuelglz <cglzmtzg@gmail.com>, 2014 # Guillermo G. <ggam@brainleakage.com>, 2013 # Guillermo G. <ggam@brainleakage.com>, 2013 # Stefano Gerli <stefano@aerosoles.net>, 2013 @@ -31,9 +32,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: 2014-07-29 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 22:13+0000\n" +"Last-Translator: manuelglz <cglzmtzg@gmail.com>\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" @@ -237,14 +238,14 @@ msgstr "hace años" #: js/lostpassword.js:3 lostpassword/controller/lostcontroller.php:198 msgid "Couldn't send reset email. Please contact your administrator." -msgstr "El mail de reset no pudo ser enviado. Por favor, contacte con su administrador." +msgstr "La reiniciación de este correo electrónico no pudo ser enviada. Por favor, contacte a su administrador." #: 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 "Un enlace para reestablecer su contraseña ha sido enviado a su email. Si usted no lo recibe en un tiempo razonable, revise tu carpeta spam/correo no deseado.<br>Si no lo encuentra, pregunte a su administrador local." +msgstr "Un enlace para reiniciar su contraseña ha sido enviado a su correo electrónico. Si usted no lo recibe en un tiempo razonable, revise su carpeta para spam/chatarra.<br>Si no lo encuentra, pregunte a su administrador local." #: js/lostpassword.js:7 msgid "" @@ -252,11 +253,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 "Sus archivos están encriptados. Si no ha habilitado la clave de recuperación, no habrá manera de recuperar los datos despues de un reset de la contraseña. .<br /> Si no está seguro de lo que debe hacer, por favor contacte con su administrador antes de continuar.<br />¿Realmente desea continuar?" +msgstr "Sus archivos están cifrados. Si no has activado la clave de recuperación, no habrá manera de recuperar los datos despues de que tu contraseña seá restablecida.<br /> Si no está seguro de lo que debe hacer, por favor contacte a su administrador antes de continuar.<br />¿Realmente desea continuar?" #: js/lostpassword.js:10 msgid "I know what I'm doing" -msgstr "Yo soy consciente de lo que estoy haciendo" +msgstr "Yo se lo que estoy haciendo" #: js/lostpassword.js:13 lostpassword/templates/resetpassword.php:9 msgid "Reset password" @@ -264,7 +265,7 @@ msgstr "Restablecer contraseña" #: js/lostpassword.js:16 msgid "Password can not be changed. Please contact your administrator." -msgstr "La contraseña no se puede cambiar. Por favor, contacte con su administrador." +msgstr "La contraseña no se puede cambiar. Por favor, contacte a su administrador." #: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" @@ -558,17 +559,17 @@ msgstr "La actualización se ha realizado con éxito. Redireccionando a ownCloud #: lostpassword/controller/lostcontroller.php:133 msgid "Couldn't reset password because the token is invalid" -msgstr "No se puede restablecer la contraseña porque el token no es válido" +msgstr "No se puede restablecer la contraseña porque el vale de identificación es nulo." #: lostpassword/controller/lostcontroller.php:159 msgid "Couldn't send reset email. Please make sure your username is correct." -msgstr "No se pudo resetear su correo electrónico. Por favor, asegúrese de que su nombre de usuario es correcto." +msgstr "No se pudo enviar la reiniciación de su correo electrónico. Por favor, asegúrese de que su nombre de usuario es el correcto." #: lostpassword/controller/lostcontroller.php:174 msgid "" "Couldn't send reset email because there is no email address for this " "username. Please contact your administrator." -msgstr "No se pudo resetear su correo electrónico, porque no hay una dirección de correo electrónico asociada para este nombre de usuario. Por favor, póngase en contacto con su administrador." +msgstr "No se pudo enviar la reiniciación del correo electrónico, porque no hay una dirección de correo electrónico asociada con este nombre de usuario. Por favor, contacte a su administrador." #: lostpassword/controller/lostcontroller.php:191 #, php-format @@ -585,7 +586,7 @@ msgstr "Recibirá un enlace por correo electrónico para restablecer su contrase #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nombre de usuario" @@ -633,7 +634,7 @@ msgstr "Personal" msgid "Users" msgstr "Usuarios" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplicaciones" @@ -744,7 +745,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crear una <strong>cuenta de administrador</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Contraseña" @@ -799,57 +800,43 @@ msgstr "Completar la instalación" msgid "Finishing …" msgstr "Finalizando..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Esta aplicación requiere que se habilite JavaScript para su correcta operación. Por favor <a href=\"http://enable-javascript.com/es\" target=\"_blank\">habilite JavaScript</a> y vuelva a cargar esta interfaz." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s esta disponible. Obtener mas información de como actualizar." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Salir" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "¡Inicio de sesión automático rechazado!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Si no ha cambiado su contraseña recientemente, ¡puede que su cuenta esté comprometida!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Por favor cambie su contraseña para asegurar su cuenta nuevamente." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "La autenticación a fallado en el servidor." -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Por favor, contacte con el administrador." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" -msgstr "¿Olvidó su contraseña? Reseteela!" +msgstr "¿Olvidó su contraseña? ¡Reiniciala!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "recordar" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Entrar" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Inicios de sesión alternativos" diff --git a/l10n/es/files.po b/l10n/es/files.po index 48f053b6c78..2703d3537a4 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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 06:00+0000\n" +"Last-Translator: Artopal <artopal@fastmail.fm>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -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 "El archivo sobrepasa su cuota por %s" + +#: 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/files_encryption.po b/l10n/es/files_encryption.po index d9297cf02d0..ec92ce4f67c 100644 --- a/l10n/es/files_encryption.po +++ b/l10n/es/files_encryption.po @@ -5,6 +5,7 @@ # Translators: # Artopal <artopal@fastmail.fm>, 2013-2014 # asaez <asaez@asaez.eu>, 2013 +# Emilio Plaza García <emilpg@gmail.com>, 2014 # German <inactive+gmoriello@transifex.com>, 2013 # Javi <japaol@gmail.com>, 2013 # juanman <juanma@kde.org.ar>, 2013 @@ -19,9 +20,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-30 06:10+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 15:20+0000\n" +"Last-Translator: Emilio Plaza García <emilpg@gmail.com>\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" @@ -103,7 +104,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Los siguientes usuarios no han sido configurados para el cifrado:" @@ -143,11 +144,11 @@ msgstr "Contraseña de clave de recuperación" msgid "Repeat Recovery key password" msgstr "Repite la contraseña de clave de recuperación" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Habilitar" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Deshabilitado" @@ -172,12 +173,12 @@ msgid "Change Password" msgstr "Cambiar contraseña" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Su contraseña de clave privada ya no coincide con su contraseña de acceso:" +msgid "Your private key password no longer match your log-in password." +msgstr "Su contraseña de clave privada ya no coincidirá con la contraseña de inicio de sesión." #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Establecer la contraseña de su antigua clave privada a su contraseña actual de acceso." +msgid "Set your old private key password to your current log-in password:" +msgstr "Establezca la contraseña de clave privada antigua para su contraseña de inicio de sesión actual:" #: templates/settings-personal.php:17 msgid "" @@ -185,32 +186,32 @@ msgid "" "recover your files." msgstr "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus ficheros." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Contraseña de acceso antigua" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Contraseña de acceso actual" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Actualizar Contraseña de Clave Privada" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Habilitar la recuperación de contraseña:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Habilitar esta opción le permitirá volver a tener acceso a sus ficheros cifrados en caso de pérdida de contraseña" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Opciones de recuperación de archivos actualizada" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "No se pudo actualizar la recuperación de archivos" diff --git a/l10n/es/lib.po b/l10n/es/lib.po index e82d65d8c79..2bcf26994d8 100644 --- a/l10n/es/lib.po +++ b/l10n/es/lib.po @@ -21,9 +21,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-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 06:11+0000\n" +"Last-Translator: Artopal <artopal@fastmail.fm>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +33,7 @@ msgstr "" #: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" -msgstr "No se puede escribir en el directorio de Configuración!" +msgstr "¡No se puede escribir en el directorio de Configuración!" #: base.php:201 msgid "" @@ -372,7 +372,7 @@ msgstr "Configuración de permisos para %s ha fallado, ya que el elemento no fue msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "No se puede fijar fecha de caducidad. Archivos compartidos no pueden caducar luego de %s de ser compartidos" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po index 07cbcd14ada..5735016a22b 100644 --- a/l10n/es_AR/core.po +++ b/l10n/es_AR/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "Vas a recibir un enlace por e-mail para restablecer tu contraseña." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nombre de usuario" @@ -611,7 +611,7 @@ msgstr "Personal" msgid "Users" msgstr "Usuarios" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crear una <strong>cuenta de administrador</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Contraseña" @@ -777,57 +777,43 @@ msgstr "Completar la instalación" msgid "Finishing …" msgstr "Finalizando..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Esta aplicación requiere de JavaScript para su correcto funcionamiento. Por favor <a href=\"http://enable-javascript.com/\" target=\"_blank\">habilite JavaScript</a> y recargue." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s está disponible. Obtené más información sobre cómo actualizar." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Cerrar la sesión" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "¡El inicio de sesión automático fue rechazado!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "¡Si no cambiaste tu contraseña recientemente, puede ser que tu cuenta esté comprometida!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Por favor, cambiá tu contraseña para incrementar la seguridad de tu cuenta." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "¡Falló la autenticación del servidor!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Por favor, contacte a su administrador." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "recordame" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Iniciar sesión" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Nombre alternativos de usuarios" 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_AR/files_encryption.po b/l10n/es_AR/files_encryption.po index 8a6be91ac58..7df1c3b4c49 100644 --- a/l10n/es_AR/files_encryption.po +++ b/l10n/es_AR/files_encryption.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-30 06:10+0000\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" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, asegúrese de que PHP 5.3.3 o una versión más reciente esté instalado y que OpenSSL junto con la extensión PHP esté habilitado y configurado apropiadamente. Por ahora, la aplicación de encriptación ha sido deshabilitada." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Los siguientes usuarios no fueron configurados para encriptar:" @@ -134,11 +134,11 @@ msgstr "Contraseña de recuperación de clave" msgid "Repeat Recovery key password" msgstr "Repetir la contraseña de la clave de recuperación" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Habilitado" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Deshabilitado" @@ -163,12 +163,12 @@ msgid "Change Password" msgstr "Cambiar contraseña" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Tu contraseña de clave privada ya no coincide con la contraseña de ingreso:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Usá tu contraseña de clave privada antigua para tu contraseña de ingreso actual." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -176,32 +176,32 @@ msgid "" "recover your files." msgstr "Si no te acordás de tu contraseña antigua, pedile al administrador que recupere tus archivos" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Contraseña anterior" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Contraseña actual" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Actualizar contraseña de la clave privada" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Habilitar recuperación de contraseña:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Habilitando esta opción, vas a tener acceso a tus archivos encriptados, incluso si perdés la contraseña" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Las opciones de recuperación de archivos fueron actualizadas" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "No fue posible actualizar la recuperación de archivos" diff --git a/l10n/es_BO/core.po b/l10n/es_BO/core.po index 362adc982c2..538242a9465 100644 --- a/l10n/es_BO/core.po +++ b/l10n/es_BO/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_BO/files_encryption.po b/l10n/es_BO/files_encryption.po index 71333a86737..d819ba535fe 100644 --- a/l10n/es_BO/files_encryption.po +++ b/l10n/es_BO/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Spanish (Bolivia) (http://www.transifex.com/projects/p/owncloud/language/es_BO/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es_CL/core.po b/l10n/es_CL/core.po index 2e34ebcb20e..2b9b9a63d39 100644 --- a/l10n/es_CL/core.po +++ b/l10n/es_CL/core.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-30 21:41+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Usuario" @@ -610,7 +610,7 @@ msgstr "Personal" msgid "Users" msgstr "Usuarios" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Clave" @@ -776,57 +776,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_CL/files_encryption.po b/l10n/es_CL/files_encryption.po index f61d62a1eec..0ae33accadc 100644 --- a/l10n/es_CL/files_encryption.po +++ b/l10n/es_CL/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es_CO/core.po b/l10n/es_CO/core.po index b43f6a67c25..c0e7b5de7f3 100644 --- a/l10n/es_CO/core.po +++ b/l10n/es_CO/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_CO/files_encryption.po b/l10n/es_CO/files_encryption.po index 730fdce8e5f..9403ad618d7 100644 --- a/l10n/es_CO/files_encryption.po +++ b/l10n/es_CO/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Spanish (Colombia) (http://www.transifex.com/projects/p/owncloud/language/es_CO/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es_CR/core.po b/l10n/es_CR/core.po index 32c571fdc0c..0c2f2ebcb14 100644 --- a/l10n/es_CR/core.po +++ b/l10n/es_CR/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_CR/files_encryption.po b/l10n/es_CR/files_encryption.po index 7cd67cd21de..e30a30eb1f5 100644 --- a/l10n/es_CR/files_encryption.po +++ b/l10n/es_CR/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Spanish (Costa Rica) (http://www.transifex.com/projects/p/owncloud/language/es_CR/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es_EC/core.po b/l10n/es_EC/core.po index 18c8318e947..dc3d1d90ecf 100644 --- a/l10n/es_EC/core.po +++ b/l10n/es_EC/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_EC/files_encryption.po b/l10n/es_EC/files_encryption.po index 510ea629945..515f708d8ed 100644 --- a/l10n/es_EC/files_encryption.po +++ b/l10n/es_EC/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/owncloud/language/es_EC/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es_MX/core.po b/l10n/es_MX/core.po index 0a881468cdc..598eeb8e740 100644 --- a/l10n/es_MX/core.po +++ b/l10n/es_MX/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "Recibirá un enlace por correo electrónico para restablecer su contrase #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nombre de usuario" @@ -609,7 +609,7 @@ msgstr "Personal" msgid "Users" msgstr "Usuarios" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplicaciones" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crear una <strong>cuenta de administrador</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Contraseña" @@ -775,57 +775,43 @@ msgstr "Completar la instalación" msgid "Finishing …" msgstr "Finalizando …" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Esta aplicación requiere que se habilite JavaScript para su correcta operación. Por favor <a href=\"http://enable-javascript.com/es\" target=\"_blank\">habilite JavaScript</a> y vuelva a cargar esta interfaz." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s esta disponible. Obtener mas información de como actualizar." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Salir" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "¡Inicio de sesión automático rechazado!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Si no ha cambiado su contraseña recientemente, ¡puede que su cuenta esté comprometida!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Por favor cambie su contraseña para asegurar su cuenta nuevamente." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "La autenticación a fallado en el servidor." -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Por favor, contacte con el administrador." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "recordar" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Entrar" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Accesos Alternativos" 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_MX/files_encryption.po b/l10n/es_MX/files_encryption.po index d1e2abbad59..fdcc6f147d9 100644 --- a/l10n/es_MX/files_encryption.po +++ b/l10n/es_MX/files_encryption.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-30 06:10+0000\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" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Los siguientes usuarios no han sido configurados para el cifrado:" @@ -131,11 +131,11 @@ msgstr "Contraseña de clave de recuperación" msgid "Repeat Recovery key password" msgstr "Repite la contraseña de clave de recuperación" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Habilitar" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Deshabilitado" @@ -160,12 +160,12 @@ msgid "Change Password" msgstr "Cambiar contraseña" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Su contraseña de clave privada ya no coincide con su contraseña de acceso:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Establecer la contraseña de su antigua clave privada a su contraseña actual de acceso." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus archivos." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Contraseña de acceso antigua" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Contraseña de acceso actual" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Actualizar Contraseña de Clave Privada" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Habilitar la recuperación de contraseña:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Habilitar esta opción le permitirá volver a tener acceso a sus archivos cifrados en caso de pérdida de contraseña" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Opciones de recuperación de archivos actualizada" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "No se pudo actualizar la recuperación de archivos" diff --git a/l10n/es_PE/core.po b/l10n/es_PE/core.po index a81f600672c..8d7617daebb 100644 --- a/l10n/es_PE/core.po +++ b/l10n/es_PE/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_PE/files_encryption.po b/l10n/es_PE/files_encryption.po index ebdcb1f93bb..354eead73f0 100644 --- a/l10n/es_PE/files_encryption.po +++ b/l10n/es_PE/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/owncloud/language/es_PE/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es_PY/core.po b/l10n/es_PY/core.po index 522cfb537c0..e8115e7f597 100644 --- a/l10n/es_PY/core.po +++ b/l10n/es_PY/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_PY/files_encryption.po b/l10n/es_PY/files_encryption.po index e92c8078e03..205f1921ff6 100644 --- a/l10n/es_PY/files_encryption.po +++ b/l10n/es_PY/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/projects/p/owncloud/language/es_PY/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es_US/core.po b/l10n/es_US/core.po index cf81f62927c..886180b89b4 100644 --- a/l10n/es_US/core.po +++ b/l10n/es_US/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_US/files_encryption.po b/l10n/es_US/files_encryption.po index ddbe7b8651c..3e1e4189fc2 100644 --- a/l10n/es_US/files_encryption.po +++ b/l10n/es_US/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/owncloud/language/es_US/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es_UY/core.po b/l10n/es_UY/core.po index f5fd8e58b3a..65f08fe38eb 100644 --- a/l10n/es_UY/core.po +++ b/l10n/es_UY/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/es_UY/files_encryption.po b/l10n/es_UY/files_encryption.po index e7deb9b73eb..8f7b09dabdd 100644 --- a/l10n/es_UY/files_encryption.po +++ b/l10n/es_UY/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Spanish (Uruguay) (http://www.transifex.com/projects/p/owncloud/language/es_UY/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index 2d5e30a9023..c220968eac6 100644 --- a/l10n/et_EE/core.po +++ b/l10n/et_EE/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "Sinu parooli taastamise link saadetakse sulle e-postile." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Kasutajanimi" @@ -611,7 +611,7 @@ msgstr "Isiklik" msgid "Users" msgstr "Kasutajad" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Rakendused" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Loo <strong>admini konto</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Parool" @@ -777,57 +777,43 @@ msgstr "Lõpeta seadistamine" msgid "Finishing …" msgstr "Lõpetamine ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "See rakendus vajab toimimiseks JavaScripti. Palun <a href=\"http://enable-javascript.com/\" target=\"_blank\">luba JavaScript</a> ning laadi see leht uuesti." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s on saadaval. Vaata lähemalt kuidas uuendada." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Logi välja" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automaatne sisselogimine lükati tagasi!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Kui sa ei muutnud oma parooli hiljuti, siis võib su kasutajakonto olla ohustatud!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Palun muuda parooli, et oma kasutajakonto uuesti turvata." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Serveripoolne autentimine ebaõnnestus!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Palun kontakteeru oma süsteemihalduriga." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Unustasid parooli? Taasta see!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "pea meeles" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Logi sisse" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternatiivsed sisselogimisviisid" 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/et_EE/files_encryption.po b/l10n/et_EE/files_encryption.po index e718c0ca240..bd558ee24da 100644 --- a/l10n/et_EE/files_encryption.po +++ b/l10n/et_EE/files_encryption.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-30 06:10+0000\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" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Palun veendu, et on paigaldatud PHP 5.3.3 või uuem ning PHP OpenSSL laiendus on lubatud ning seadistatud korrektselt. Hetkel krüpteerimise rakendus on peatatud." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Järgmised kasutajad pole seadistatud krüpteeringuks:" @@ -133,11 +133,11 @@ msgstr "Taastevõtme parool" msgid "Repeat Recovery key password" msgstr "Korda taastevõtme parooli" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Sisse lülitatud" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Väljalülitatud" @@ -162,12 +162,12 @@ msgid "Change Password" msgstr "Muuda parooli" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Sinu privaatse võtme parool ei ühti enam sinu sisselogimise parooliga:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Pane oma vana privaatvõtme parooliks oma praegune sisselogimise parool." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -175,32 +175,32 @@ msgid "" "recover your files." msgstr "Kui sa ei mäleta oma vana parooli, siis palu oma süsteemihalduril taastada ligipääs failidele." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Vana sisselogimise parool" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Praegune sisselogimise parool" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Uuenda privaatse võtme parooli" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Luba parooli taaste:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Valiku lubamine võimaldab taastada ligipääsu krüpteeritud failidele kui parooli kaotuse puhul" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Faili taaste seaded uuendatud" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Ei suuda uuendada taastefaili" diff --git a/l10n/eu/core.po b/l10n/eu/core.po index 2304cd74ac4..73cdfd92a14 100644 --- a/l10n/eu/core.po +++ b/l10n/eu/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -565,7 +565,7 @@ msgstr "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Erabiltzaile izena" @@ -613,7 +613,7 @@ msgstr "Pertsonala" msgid "Users" msgstr "Erabiltzaileak" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplikazioak" @@ -724,7 +724,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Sortu <strong>kudeatzaile kontu<strong> bat" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Pasahitza" @@ -779,57 +779,43 @@ msgstr "Bukatu konfigurazioa" msgid "Finishing …" msgstr "Bukatzen..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Aplikazio honek ongi funtzionatzeko JavaScript gaitua behar du. Mesedez <a href=\"http://enable-javascript.com/\" target=\"_blank\">gaitu JavaScript</a> eta birkargatu interfaze hau." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s erabilgarri dago. Eguneratzeaz argibide gehiago eskuratu." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Saioa bukatu" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Saio hasiera automatikoa ez onartuta!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Zure pasahitza orain dela gutxi ez baduzu aldatu, zure kontua arriskuan egon daiteke!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Mesedez aldatu zure pasahitza zure kontua berriz segurtatzeko." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Zerbitzari aldeko autentifikazioak huts egin du!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Mesedez jarri harremetan zure administradorearekin." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Pasahitza ahaztu duzu? Berrezarri!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "gogoratu" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Hasi saioa" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Beste erabiltzaile izenak" diff --git a/l10n/eu/files.po b/l10n/eu/files.po index c708c1f985f..686f424f443 100644 --- a/l10n/eu/files.po +++ b/l10n/eu/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:31+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 08: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" @@ -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 "Fitxategiak zure kouta gainditzen du %s-an" + +#: 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 26d90aec546..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-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 06:10+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" @@ -95,7 +96,7 @@ msgid "" " the encryption app has been disabled." msgstr "Mesedez ziurtatu PHP 5.3.3 edo berriago bat instalatuta dagoela eta OpenSSL PHP hedapenarekin gaitua eta ongi konfiguratuta dagoela. Oraingoz, enkriptazio aplikazioa desgaituta dago." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Hurrengo erabiltzaileak ez daude enktriptatzeko konfiguratutak:" @@ -135,11 +136,11 @@ msgstr "Berreskuratze gako pasahitza" msgid "Repeat Recovery key password" msgstr "Errepikatu berreskuratze gakoaren pasahitza" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Gaitua" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Ez-gaitua" @@ -164,12 +165,12 @@ msgid "Change Password" msgstr "Aldatu Pasahitza" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Zure gako pribatuaren pasahitza ez da dagoeneko zure sarrera pasahitza:" +msgid "Your private key password no longer match your log-in password." +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 "Ezarri zure gako pribatu zaharraren pasahitza zure oraingo sarrerako psahitzara." +msgid "Set your old private key password to your current log-in password:" +msgstr "Set your old private key password to your current log-in password:" #: templates/settings-personal.php:17 msgid "" @@ -177,32 +178,32 @@ msgid "" "recover your files." msgstr "Ez baduzu zure pasahitz zaharra gogoratzen eskatu zure administratzaileari zure fitxategiak berreskuratzeko." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Sartzeko pasahitz zaharra" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Sartzeko oraingo pasahitza" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Eguneratu gako pribatu pasahitza" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Gaitu pasahitz berreskuratzea:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Aukera hau gaituz zure enkriptatutako fitxategiak berreskuratu ahal izango dituzu pasahitza galtzekotan" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Fitxategi berreskuratze ezarpenak eguneratuak" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Ezin da fitxategi berreskuratzea eguneratu" diff --git a/l10n/eu/lib.po b/l10n/eu/lib.po index da4e60c9d15..9b6e3d0166b 100644 --- a/l10n/eu/lib.po +++ b/l10n/eu/lib.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-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-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 13:01+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" @@ -362,7 +362,7 @@ msgstr "%srentzako baimenak ezartzea huts egin du, aurkitu ez delako" msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Ezin izan da jarri iraungitze data. Konpartitzea ezin da iraungi konpartitu eta %s ondoren." #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/eu_ES/core.po b/l10n/eu_ES/core.po index 15b465336b5..71a0e711994 100644 --- a/l10n/eu_ES/core.po +++ b/l10n/eu_ES/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "Pertsonala" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/eu_ES/files_encryption.po b/l10n/eu_ES/files_encryption.po index bf48fbbcc2b..c9867cbd39b 100644 --- a/l10n/eu_ES/files_encryption.po +++ b/l10n/eu_ES/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/fa/core.po b/l10n/fa/core.po index 6a3d434c4dd..516c6490775 100644 --- a/l10n/fa/core.po +++ b/l10n/fa/core.po @@ -6,13 +6,14 @@ # Amir Keshavarz <pnetsale@gmail.com>, 2014 # mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013 # majid hajibaba <majid.hajibaba@gmail.com>, 2014 +# Mohammad <mohammadsharifi666@gmail.com>, 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-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 12:17+0000\n" +"Last-Translator: Mohammad <mohammadsharifi666@gmail.com>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -148,7 +149,7 @@ msgstr "تنظیمات" #: js/js.js:590 msgid "File" -msgstr "" +msgstr "فایل" #: js/js.js:591 msgid "Folder" @@ -272,7 +273,7 @@ msgstr[0] "" #: js/oc-dialogs.js:444 msgid "One file conflict" -msgstr "" +msgstr "یک فایل متضاد" #: js/oc-dialogs.js:450 msgid "New Files" @@ -306,7 +307,7 @@ msgstr "(همه انتخاب شده اند)" #: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" -msgstr "" +msgstr "({count} انتخاب شده)" #: js/oc-dialogs.js:544 msgid "Error loading file exists template" @@ -436,7 +437,7 @@ msgstr "لغو اشتراک" #: js/share.js:621 msgid "notify by email" -msgstr "" +msgstr "دریافت هشدار از طریق ایمیل" #: js/share.js:624 msgid "can share" @@ -492,7 +493,7 @@ msgstr "نوع شی تعیین نشده است." #: js/tags.js:19 msgid "Enter new" -msgstr "" +msgstr "مورد جدید را وارد کنید" #: js/tags.js:33 msgid "Delete" @@ -504,7 +505,7 @@ msgstr "افزودن" #: js/tags.js:57 msgid "Edit tags" -msgstr "" +msgstr "ویرایش تگ ها" #: js/tags.js:75 msgid "Error loading dialog template: {error}" @@ -559,7 +560,7 @@ msgstr "شما یک نامه الکترونیکی حاوی یک لینک جهت #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "نام کاربری" @@ -607,7 +608,7 @@ msgstr "شخصی" msgid "Users" msgstr "کاربران" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr " برنامه ها" @@ -621,31 +622,31 @@ msgstr "راهنما" #: tags/controller.php:22 msgid "Error loading tags" -msgstr "" +msgstr "خطا در هنگام بارگزاری تگ ها" #: tags/controller.php:48 msgid "Tag already exists" -msgstr "" +msgstr "تگ از قبل وجود دارد" #: tags/controller.php:64 msgid "Error deleting tag(s)" -msgstr "" +msgstr "خطا در هنگام حذف تگ (ها)" #: tags/controller.php:75 msgid "Error tagging" -msgstr "" +msgstr "خطا در هنگام تگ گذاری" #: tags/controller.php:86 msgid "Error untagging" -msgstr "" +msgstr "خطا در هنگام حذف تگ" #: tags/controller.php:97 msgid "Error favoriting" -msgstr "" +msgstr "خطا هنگام افزودن به موارد محبوب" #: tags/controller.php:108 msgid "Error unfavoriting" -msgstr "" +msgstr "خطا هنگام حذف از موارد محبوب" #: templates/403.php:12 msgid "Access forbidden" @@ -718,7 +719,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "لطفا یک <strong> شناسه برای مدیر</strong> بسازید" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "گذرواژه" @@ -737,7 +738,7 @@ msgstr "پایگاه داده برنامه ریزی شدند" #: templates/installation.php:96 #, php-format msgid "Only %s is available." -msgstr "" +msgstr "تنها %s موجود است." #: templates/installation.php:111 templates/installation.php:113 msgid "Database user" @@ -771,59 +772,45 @@ msgstr "اتمام نصب" #: templates/installation.php:159 msgid "Finishing …" -msgstr "" +msgstr "در حال اتمام ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s در دسترس است. برای چگونگی به روز رسانی اطلاعات بیشتر را دریافت نمایید." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "خروج" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "ورود به سیستم اتوماتیک ردشد!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "اگر شما اخیرا رمزعبور را تغییر نداده اید، حساب شما در معرض خطر می باشد !" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "لطفا رمز عبور خود را تغییر دهید تا مجددا حساب شما در امان باشد." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "بیاد آوری" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "ورود" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "ورود متناوب" @@ -850,7 +837,7 @@ msgstr "" #: templates/singleuser.user.php:7 templates/update.user.php:6 msgid "Thank you for your patience." -msgstr "" +msgstr "از صبر شما متشکریم" #: templates/update.admin.php:3 #, php-format @@ -874,7 +861,7 @@ msgstr "" #: templates/update.admin.php:23 msgid "Start update" -msgstr "" +msgstr "اغاز به روز رسانی" #: templates/update.user.php:3 msgid "" 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/fa/files_encryption.po b/l10n/fa/files_encryption.po index 1c54a806f7b..f02ae12314d 100644 --- a/l10n/fa/files_encryption.po +++ b/l10n/fa/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "کاربران زیر برای رمزنگاری تنظیم نشده اند" @@ -133,11 +133,11 @@ msgstr "رمزعبور کلید بازیابی" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "فعال شده" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "غیرفعال شده" @@ -162,12 +162,12 @@ msgid "Change Password" msgstr "تغییر رمزعبور" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "رمزعبور کلید خصوصی شما با رمزعبور شما یکسان نیست :" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "رمزعبور قدیمی کلید خصوصی خود را با رمزعبور فعلی تنظیم نمایید." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -175,32 +175,32 @@ msgid "" "recover your files." msgstr "اگر رمزعبور قدیمی را فراموش کرده اید میتوانید از مدیر خود برای بازیابی فایل هایتان درخواست نمایید." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "رمزعبور قدیمی" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "رمزعبور فعلی" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "به روز رسانی رمزعبور کلید خصوصی" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "فعال سازی بازیابی رمزعبور:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "فعال کردن این گزینه به شما اجازه خواهد داد در صورت از دست دادن رمزعبور به فایل های رمزگذاری شده خود دسترسی داشته باشید." -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "تنظیمات بازیابی فایل به روز شده است." -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "به روز رسانی بازیابی فایل را نمی تواند انجام دهد." diff --git a/l10n/fa/files_trashbin.po b/l10n/fa/files_trashbin.po index f4e805aaef1..1518c572aaa 100644 --- a/l10n/fa/files_trashbin.po +++ b/l10n/fa/files_trashbin.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Mohammad <mohammadsharifi666@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-08 01:54-0400\n" -"PO-Revision-Date: 2014-06-07 06:12+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 11:15+0000\n" +"Last-Translator: Mohammad <mohammadsharifi666@gmail.com>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,7 +28,7 @@ msgstr "%s را نمی توان برای همیشه حذف کرد" msgid "Couldn't restore %s" msgstr "%s را نمی توان بازگرداند" -#: appinfo/app.php:13 js/filelist.js:34 +#: appinfo/app.php:15 js/filelist.js:34 msgid "Deleted files" msgstr "فایل های حذف شده" @@ -39,9 +40,9 @@ msgstr "بازیابی" msgid "Error" msgstr "خطا" -#: lib/trashbin.php:857 lib/trashbin.php:859 +#: lib/trashbin.php:903 lib/trashbin.php:905 msgid "restored" -msgstr "" +msgstr "بازیابی شد" #: templates/index.php:7 msgid "Nothing in here. Your trash bin is empty!" diff --git a/l10n/fa/files_versions.po b/l10n/fa/files_versions.po index a524de5a0e3..2663c68b571 100644 --- a/l10n/fa/files_versions.po +++ b/l10n/fa/files_versions.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# miki_mika1362 <miki_mika1362@yahoo.com>, 2013 +# mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013 +# Mohammad <mohammadsharifi666@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" -"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-28 01:56-0400\n" -"PO-Revision-Date: 2013-07-27 06:10+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Report-Msgid-Bugs-To: translations@owncloud.org\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 11:14+0000\n" +"Last-Translator: Mohammad <mohammadsharifi666@gmail.com>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,22 +24,22 @@ msgstr "" msgid "Could not revert: %s" msgstr "بازگردانی امکان ناپذیر است: %s" -#: js/versions.js:7 +#: js/versions.js:48 msgid "Versions" msgstr "نسخه ها" -#: js/versions.js:53 +#: js/versions.js:70 msgid "Failed to revert {file} to revision {timestamp}." -msgstr "" +msgstr "برگرداندن {file} به نسخه {timestamp} با شکست روبرو شد" -#: js/versions.js:79 +#: js/versions.js:97 msgid "More versions..." -msgstr "" +msgstr "نسخه های بیشتر" -#: js/versions.js:116 +#: js/versions.js:135 msgid "No other versions available" -msgstr "" +msgstr "نسخه ی دیگری در دسترس نیست" -#: js/versions.js:149 +#: js/versions.js:165 msgid "Restore" msgstr "بازیابی" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index c02df748a89..a0187e8213a 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/settings.po @@ -5,14 +5,15 @@ # Translators: # mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013 # majid hajibaba <majid.hajibaba@gmail.com>, 2014 +# Mohammad <mohammadsharifi666@gmail.com>, 2014 # wtayyeb, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-26 01:54-0400\n" -"PO-Revision-Date: 2014-07-25 23:00+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 11:52+0000\n" +"Last-Translator: Mohammad <mohammadsharifi666@gmail.com>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,15 +24,15 @@ msgstr "" #: admin/controller.php:66 #, php-format msgid "Invalid value supplied for %s" -msgstr "" +msgstr "مقدار ارائه شده برای %s معتبر نیست" #: admin/controller.php:73 msgid "Saved" -msgstr "" +msgstr "ذخیره شد" #: admin/controller.php:90 msgid "test email settings" -msgstr "" +msgstr "تنظیمات ایمیل آزمایشی" #: admin/controller.php:91 msgid "If you received this email, the settings seem to be correct." @@ -52,7 +53,7 @@ msgstr "" #: admin/controller.php:116 templates/admin.php:337 msgid "Send mode" -msgstr "" +msgstr "حالت ارسال" #: admin/controller.php:118 templates/admin.php:350 templates/personal.php:156 msgid "Encryption" @@ -60,7 +61,7 @@ msgstr "رمزگذاری" #: admin/controller.php:120 templates/admin.php:374 msgid "Authentication method" -msgstr "" +msgstr "روش احراز هویت" #: ajax/apps/ocs.php:20 msgid "Unable to load list from App Store" @@ -73,11 +74,11 @@ msgstr "خطا در اعتبار سنجی" #: ajax/changedisplayname.php:31 msgid "Your full name has been changed." -msgstr "" +msgstr "نام کامل شما تغییر یافت" #: ajax/changedisplayname.php:34 msgid "Unable to change full name" -msgstr "" +msgstr "امکان تغییر نام کامل وجود ندارد" #: ajax/creategroup.php:11 msgid "Group already exists" @@ -89,7 +90,7 @@ msgstr "افزودن گروه امکان پذیر نیست" #: ajax/decryptall.php:31 msgid "Files decrypted successfully" -msgstr "" +msgstr "فایل ها با موفقیت رمزگشایی شدند." #: ajax/decryptall.php:33 msgid "" @@ -103,7 +104,7 @@ msgstr "" #: ajax/deletekeys.php:14 msgid "Encryption keys deleted permanently" -msgstr "" +msgstr "کلیدهای رمزگذاری به طور کامل حذف شدند" #: ajax/deletekeys.php:16 msgid "" @@ -113,7 +114,7 @@ msgstr "" #: ajax/installapp.php:18 ajax/uninstallapp.php:18 msgid "Couldn't remove app." -msgstr "" +msgstr "امکان حذف برنامه وجود ندارد." #: ajax/lostpassword.php:12 msgid "Email saved" @@ -133,7 +134,7 @@ msgstr "حذف کاربر امکان پذیر نیست" #: ajax/restorekeys.php:14 msgid "Backups restored successfully" -msgstr "" +msgstr "پشتیبان ها با موفقیت بازیابی شدند" #: ajax/restorekeys.php:23 msgid "" @@ -198,7 +199,7 @@ msgstr "نمیتوان رمز را تغییر داد" #: js/admin.js:128 msgid "Sending..." -msgstr "" +msgstr "در حال ارسال..." #: js/apps.js:45 templates/help.php:7 msgid "User Documentation" @@ -206,7 +207,7 @@ msgstr "مستندات کاربر" #: js/apps.js:54 msgid "Admin Documentation" -msgstr "" +msgstr "مستند سازی مدیر" #: js/apps.js:82 msgid "Update to {appversion}" @@ -214,7 +215,7 @@ msgstr "بهنگام شده به {appversion}" #: js/apps.js:90 msgid "Uninstall App" -msgstr "" +msgstr "حذف برنامه" #: js/apps.js:96 js/apps.js:158 js/apps.js:191 msgid "Disable" @@ -258,15 +259,15 @@ msgstr "بروز رسانی انجام شد" #: js/apps.js:233 msgid "Uninstalling ...." -msgstr "" +msgstr "در حال حذف..." #: js/apps.js:236 msgid "Error while uninstalling app" -msgstr "" +msgstr "خطا در هنگام حذف برنامه...." #: js/apps.js:237 templates/apps.php:56 msgid "Uninstall" -msgstr "" +msgstr "حذف" #: js/personal.js:256 msgid "Select a profile picture" @@ -298,29 +299,29 @@ msgstr "در حال بازگشایی رمز فایلها... لطفاً صبر #: js/personal.js:324 msgid "Delete encryption keys permanently." -msgstr "" +msgstr "کلید های رمزگذاری به طوز کامل حذف شوند." #: js/personal.js:338 msgid "Restore encryption keys." -msgstr "" +msgstr "بازیابی کلیدهای رمزگذاری." #: js/users/deleteHandler.js:166 msgid "Unable to delete {objName}" -msgstr "" +msgstr "امکان حذف {objName} وجود ندارد" -#: js/users/groups.js:92 js/users/groups.js:200 +#: js/users/groups.js:94 js/users/groups.js:202 msgid "Error creating group" -msgstr "" +msgstr "خطا در هنگام ایجاد کروه" -#: js/users/groups.js:199 +#: js/users/groups.js:201 msgid "A valid group name must be provided" -msgstr "" +msgstr "نام کاربری معتبر می بایست وارد شود" -#: js/users/groups.js:227 +#: js/users/groups.js:229 msgid "deleted {groupName}" -msgstr "" +msgstr "گروه {groupName} حذف شد" -#: js/users/groups.js:228 js/users/users.js:296 +#: js/users/groups.js:230 js/users/users.js:296 msgid "undo" msgstr "بازگشت" @@ -346,7 +347,7 @@ msgstr "هرگز" #: js/users/users.js:295 msgid "deleted {userName}" -msgstr "" +msgstr "کاربر {userName} حذف شد" #: js/users/users.js:431 msgid "add group" @@ -374,23 +375,23 @@ msgstr "__language_name__" #: templates/admin.php:8 msgid "Everything (fatal issues, errors, warnings, info, debug)" -msgstr "" +msgstr "همه موارد (مشکلات مهلک، خطاها، اخطارها، اطلاعات، خطایابی)" #: templates/admin.php:9 msgid "Info, warnings, errors and fatal issues" -msgstr "" +msgstr "اطلاعات، اخطارها، خطاها، مشکلات اساسی" #: templates/admin.php:10 msgid "Warnings, errors and fatal issues" -msgstr "" +msgstr "اخطارها، خطاها، مشکلات مهلک" #: templates/admin.php:11 msgid "Errors and fatal issues" -msgstr "" +msgstr "خطاها و مشکلات اساسی" #: templates/admin.php:12 msgid "Fatal issues only" -msgstr "" +msgstr "فقط مشکلات اساسی" #: templates/admin.php:16 templates/admin.php:23 msgid "None" @@ -402,19 +403,19 @@ msgstr "ورود" #: templates/admin.php:18 msgid "Plain" -msgstr "" +msgstr "ساده" #: templates/admin.php:19 msgid "NT LAN Manager" -msgstr "" +msgstr "مدیر NT LAN" #: templates/admin.php:24 msgid "SSL" -msgstr "" +msgstr "SSL" #: templates/admin.php:25 msgid "TLS" -msgstr "" +msgstr "TLS" #: templates/admin.php:47 templates/admin.php:61 msgid "Security Warning" @@ -465,7 +466,7 @@ msgstr "" #: templates/admin.php:105 msgid "Database Performance Info" -msgstr "" +msgstr "اطلاعات کارایی پایگاه داده" #: templates/admin.php:108 msgid "" @@ -486,7 +487,7 @@ msgstr "ماژول 'fileinfo' PHP از کار افتاده است.ما اکید #: templates/admin.php:133 msgid "Your PHP version is outdated" -msgstr "" +msgstr "نسخه PHP شما قدیمی است" #: templates/admin.php:136 msgid "" @@ -585,19 +586,19 @@ msgstr "اجازه بارگذاری عمومی" #: templates/admin.php:256 msgid "Set default expiration date" -msgstr "" +msgstr "اعمال تاریخ اتمام پیش فرض" #: templates/admin.php:260 msgid "Expire after " -msgstr "" +msgstr "اتمام اعتبار بعد از" #: templates/admin.php:263 msgid "days" -msgstr "" +msgstr "روز" #: templates/admin.php:266 msgid "Enforce expiration date" -msgstr "" +msgstr "اعمال تاریخ اتمام اشتراک گذاری" #: templates/admin.php:271 msgid "Allow resharing" @@ -642,23 +643,23 @@ msgstr "برای فعال سازی یا عدم فعال سازی اجبار اس #: templates/admin.php:332 msgid "Email Server" -msgstr "" +msgstr "سرور ایمیل" #: templates/admin.php:334 msgid "This is used for sending out notifications." -msgstr "" +msgstr "این برای ارسال هشدار ها استفاده می شود" #: templates/admin.php:365 msgid "From address" -msgstr "" +msgstr "آدرس فرستنده" #: templates/admin.php:366 msgid "mail" -msgstr "" +msgstr "ایمیل" #: templates/admin.php:387 msgid "Authentication required" -msgstr "" +msgstr "احراز هویت مورد نیاز است" #: templates/admin.php:391 msgid "Server address" @@ -674,19 +675,19 @@ msgstr "اعتبارهای" #: templates/admin.php:401 msgid "SMTP Username" -msgstr "" +msgstr "نام کاربری SMTP" #: templates/admin.php:404 msgid "SMTP Password" -msgstr "" +msgstr "رمز عبور SMTP" #: templates/admin.php:408 msgid "Test email settings" -msgstr "" +msgstr "تنظیمات ایمیل آزمایشی" #: templates/admin.php:409 msgid "Send email" -msgstr "" +msgstr "ارسال ایمیل" #: templates/admin.php:414 msgid "Log" @@ -732,7 +733,7 @@ msgstr "یک برنامه انتخاب کنید" #: templates/apps.php:43 msgid "Documentation:" -msgstr "" +msgstr "مستند سازی:" #: templates/apps.php:49 msgid "See application page at apps.owncloud.com" @@ -740,7 +741,7 @@ msgstr "صفحه این اٌپ را در apps.owncloud.com ببینید" #: templates/apps.php:51 msgid "See application website" -msgstr "" +msgstr "مشاهده وب سایت برنامه" #: templates/apps.php:53 msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" @@ -748,7 +749,7 @@ msgstr "<span class=\"licence\"></span>-مجاز از طرف <span class=\"autho #: templates/apps.php:59 msgid "Enable only for specific groups" -msgstr "" +msgstr "فعال سازی تنها برای گروه های خاص" #: templates/apps.php:61 msgid "All" @@ -901,11 +902,11 @@ msgstr "" #: templates/personal.php:190 msgid "Restore Encryption Keys" -msgstr "" +msgstr "بازیابی کلید های رمزگذاری" #: templates/personal.php:194 msgid "Delete Encryption Keys" -msgstr "" +msgstr "حذف کلید های رمزگذاری" #: templates/users/part.createuser.php:4 msgid "Login Name" @@ -928,23 +929,23 @@ msgstr "در حین تغییر رمز عبور به منظور بازیابی ف #: templates/users/part.createuser.php:32 msgid "Search Users and Groups" -msgstr "" +msgstr "جستجوی کاربران و گروه ها" #: templates/users/part.grouplist.php:5 msgid "Add Group" -msgstr "" +msgstr "افزودن گروه" #: templates/users/part.grouplist.php:10 msgid "Group" -msgstr "" +msgstr "گروه" #: templates/users/part.grouplist.php:18 msgid "Everyone" -msgstr "" +msgstr "همه" #: templates/users/part.grouplist.php:31 msgid "Admins" -msgstr "" +msgstr "مدیران" #: templates/users/part.setquota.php:7 msgid "Default Quota" @@ -952,7 +953,7 @@ msgstr "سهم پیش فرض" #: templates/users/part.setquota.php:9 templates/users/part.userlist.php:66 msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" -msgstr "" +msgstr "لطفا سهمیه ذخیره سازی را وارد کنید (به عنوان مثال: \" 512MB\" یا \"12GB\")" #: templates/users/part.setquota.php:11 templates/users/part.userlist.php:75 msgid "Unlimited" @@ -972,15 +973,15 @@ msgstr "سهم" #: templates/users/part.userlist.php:15 msgid "Storage Location" -msgstr "" +msgstr "محل فضای ذخیره سازی" #: templates/users/part.userlist.php:16 msgid "Last Login" -msgstr "" +msgstr "اخرین ورود" #: templates/users/part.userlist.php:30 msgid "change full name" -msgstr "" +msgstr "تغییر نام کامل" #: templates/users/part.userlist.php:34 msgid "set new password" diff --git a/l10n/fa/user_webdavauth.po b/l10n/fa/user_webdavauth.po index f2ab5c4a87b..d9ff7758093 100644 --- a/l10n/fa/user_webdavauth.po +++ b/l10n/fa/user_webdavauth.po @@ -4,13 +4,14 @@ # # Translators: # mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013 +# Mohammad <mohammadsharifi666@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:12+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 12:09+0000\n" +"Last-Translator: Mohammad <mohammadsharifi666@gmail.com>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +25,7 @@ msgstr "اعتبار سنجی WebDAV " #: templates/settings.php:3 msgid "Address:" -msgstr "" +msgstr "آدرس:" #: templates/settings.php:5 msgid "Save" @@ -35,4 +36,4 @@ msgid "" "The user credentials will be sent to this address. This plugin checks the " "response and will interpret the HTTP statuscodes 401 and 403 as invalid " "credentials, and all other responses as valid credentials." -msgstr "" +msgstr "جزئیات کاربر به این آدرس ارسال خواهد شد. این پلاگین پاسخ را بررسی خواهد کرد و کدهای حالت HTTP شماره 401 و 403 را به عنوان اعتبارات غیر معتبر ترجمه می کند، و باقی موارد را به عنوان موارد معتبر تشخیص می دهد." diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index 22796219a70..4851d6828f3 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 06:40+0000\n" -"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -564,7 +564,7 @@ msgstr "Saat sähköpostitse linkin palauttaaksesi salasanan." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Käyttäjätunnus" @@ -612,7 +612,7 @@ msgstr "Henkilökohtainen" msgid "Users" msgstr "Käyttäjät" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Sovellukset" @@ -723,7 +723,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Luo <strong>ylläpitäjän tunnus</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Salasana" @@ -778,57 +778,43 @@ msgstr "Viimeistele asennus" msgid "Finishing …" msgstr "Valmistellaan…" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Tämä sovellus vaatii toimiakseen JavaScriptin käyttöä. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Ota JavaScript käyttöön</a> ja päivitä tämä käyttöliittymä." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Kirjaudu ulos" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automaattinen sisäänkirjautuminen hylättiin!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Jos et vaihtanut salasanaasi äskettäin, tilisi saattaa olla murrettu." - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Vaihda salasanasi suojataksesi tilisi uudelleen." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Palvelimen puoleinen tunnistautuminen epäonnistui!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Ota yhteys ylläpitäjään." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Unohditko salasanasi? Palauta se!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "muista" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Kirjaudu sisään" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Vaihtoehtoiset kirjautumiset" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index 8b0ca8d26ec..28fe986daec 100644 --- a/l10n/fi_FI/files.po +++ b/l10n/fi_FI/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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 09:21+0000\n" "Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -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 "Tiedosto ylittää kiintiösi %s:lla" + +#: 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/fi_FI/files_encryption.po b/l10n/fi_FI/files_encryption.po index 9e7bf30b298..ab70cbcf5ba 100644 --- a/l10n/fi_FI/files_encryption.po +++ b/l10n/fi_FI/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-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 06:20+0000\n" -"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\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" "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" @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Seuraavat käyttäjät eivät ole määrittäneet salausta:" @@ -134,11 +134,11 @@ msgstr "Palautusavaimen salasana" msgid "Repeat Recovery key password" msgstr "Toista palautusavaimen salasana" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Käytössä" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Ei käytössä" @@ -163,11 +163,11 @@ msgid "Change Password" msgstr "Vaihda salasana" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Yksityisen avaimesi salasana ei enää täsmää kirjautumisen salasanaasi:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -176,32 +176,32 @@ msgid "" "recover your files." msgstr "Jos et muista vanhaa salasanaasi, voit pyytää ylläpitäjää palauttamaan tiedostosi." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Vanha kirjautumis-salasana" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Nykyinen kirjautumis-salasana" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Päivitä yksityisen avaimen salasana" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Ota salasanan palautus käyttöön:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Tiedostopalautuksen asetukset päivitetty" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index 386d0acf5e5..9bf342547d2 100644 --- a/l10n/fr/core.po +++ b/l10n/fr/core.po @@ -19,8 +19,8 @@ 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" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -573,7 +573,7 @@ msgstr "Vous allez recevoir un e-mail contenant un lien pour réinitialiser votr #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nom d'utilisateur" @@ -621,7 +621,7 @@ msgstr "Personnel" msgid "Users" msgstr "Utilisateurs" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Applications" @@ -732,7 +732,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Créer un <strong>compte administrateur</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Mot de passe" @@ -787,57 +787,43 @@ msgstr "Terminer l'installation" msgid "Finishing …" msgstr "En cours de finalisation..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Cette application nécessite que JavaScript soit activé pour fonctionner correctement. Veuillez <a href=\"http://enable-javascript.com/\" target=\"_blank\">activer JavaScript</a> puis charger à nouveau cette interface." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s est disponible. Obtenez plus d'informations sur la façon de mettre à jour." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Se déconnecter" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Connexion automatique rejetée !" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Si vous n'avez pas changé votre mot de passe récemment, votre compte risque d'être compromis !" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Veuillez changer votre mot de passe pour sécuriser à nouveau votre compte." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "L'authentification côté serveur a échoué !" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Veuillez contacter votre administrateur." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Mot de passe perdu ? Réinitialisez-le !" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "se souvenir de moi" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Connexion" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Logins alternatifs" 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/files_encryption.po b/l10n/fr/files_encryption.po index e693cb33c9c..0f8e0635c5c 100644 --- a/l10n/fr/files_encryption.po +++ b/l10n/fr/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-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 06:10+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 21:52+0000\n" +"Last-Translator: Ogre Sympathique\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" @@ -97,7 +97,7 @@ msgid "" " the encryption app has been disabled." msgstr "Veuillez vous assurer qu'une version de PHP 5.3.3 ou supérieure est installée et qu'OpenSSL et son extension PHP sont activés et configurés correctement. En attendant, l'application de chiffrement été désactivée." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Les utilisateurs suivants ne sont pas configurés pour le chiffrement :" @@ -137,11 +137,11 @@ msgstr "Mot de passe de la clef de récupération" msgid "Repeat Recovery key password" msgstr "Répétez le mot de passe de la clé de récupération" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Activer" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Désactiver" @@ -166,12 +166,12 @@ msgid "Change Password" msgstr "Changer de mot de passe" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Le mot de passe de votre clef privée ne correspond plus à votre mot de passe de connexion :" +msgid "Your private key password no longer match your log-in password." +msgstr "Le mot de passe de votre clef privée ne correspond plus à votre mot de passe de connexion." #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Configurez le mot de passe de votre ancienne clef privée avec votre mot de passe courant de connexion. " +msgid "Set your old private key password to your current log-in password:" +msgstr "Configurez le mot de passe de votre ancienne clef privée avec votre mot de passe courant de connexion :" #: templates/settings-personal.php:17 msgid "" @@ -179,32 +179,32 @@ msgid "" "recover your files." msgstr "Si vous ne vous souvenez plus de votre ancien mot de passe, vous pouvez demander à votre administrateur de récupérer vos fichiers." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Ancien mot de passe de connexion" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Actuel mot de passe de connexion" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Mettre à jour le mot de passe de votre clé privée" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Activer la récupération du mot de passe :" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Activer cette option vous permettra d'obtenir à nouveau l'accès à vos fichiers chiffrés en cas de perte de mot de passe" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Paramètres de récupération de fichiers mis à jour" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Ne peut pas remettre à jour les fichiers de récupération" diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po index 5ec5c917c35..75e808874eb 100644 --- a/l10n/fr/lib.po +++ b/l10n/fr/lib.po @@ -10,16 +10,16 @@ # Etienne <etiess@gmail.com>, 2013 # Fabian Lemaître <ptit.boogy@gmail.com>, 2014 # Gauth <gauthier@openux.org>, 2014 -# Ogre Sympathique, 2013 +# Ogre Sympathique, 2013-2014 # Romain DEP. <rom1dep@gmail.com>, 2014 # themen <themen2004@gmail.com>, 2014 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-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 21:59+0000\n" +"Last-Translator: Ogre Sympathique\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" @@ -368,11 +368,11 @@ msgstr "Le réglage des permissions pour %s a échoué car l'objet n'a pas été msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Impossible de configurer la date d'expiration. Un partage ne peut expirer plus de %s après sa date de début." #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" -msgstr "" +msgstr "Impossible de configurer la date d'expiration. La date d'expiration est dans le passé." #: private/share/share.php:1093 #, php-format diff --git a/l10n/fr_CA/core.po b/l10n/fr_CA/core.po index 34a3494859d..04e75a7cab6 100644 --- a/l10n/fr_CA/core.po +++ b/l10n/fr_CA/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/fr_CA/files_encryption.po b/l10n/fr_CA/files_encryption.po index e70f984a7ba..ee6a97b0d22 100644 --- a/l10n/fr_CA/files_encryption.po +++ b/l10n/fr_CA/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: French (Canada) (http://www.transifex.com/projects/p/owncloud/language/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index fb51058192e..b4e73f10c33 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "Recibirá unha ligazón por correo para restabelecer o contrasinal" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nome de usuario" @@ -611,7 +611,7 @@ msgstr "Persoal" msgid "Users" msgstr "Usuarios" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplicativos" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crear unha <strong>contra de administrador</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Contrasinal" @@ -777,57 +777,43 @@ msgstr "Rematar a configuración" msgid "Finishing …" msgstr "Rematando ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Este aplicativo require que o JavaScript estea activado para unha operativa correcta. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Active o JavaScript</a> e volva a cargar a interface." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s está dispoñíbel. Obteña máis información sobre como actualizar." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Desconectar" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Rexeitouse a entrada automática" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Se non fixo recentemente cambios de contrasinal é posíbel que a súa conta estea comprometida!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Cambie de novo o seu contrasinal para asegurar a súa conta." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "A autenticación fracasou do lado do servidor!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Contacte co administrador." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Esqueceu o contrasinal? Restabelézao!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "lembrar" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Conectar" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Accesos alternativos" diff --git a/l10n/gl/files.po b/l10n/gl/files.po index e4564158450..c5e449f2334 100644 --- a/l10n/gl/files.po +++ b/l10n/gl/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-08-07 01:54-0400\n" -"PO-Revision-Date: 2014-08-06 11:10+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 11:41+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" @@ -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 "O ficheiro excede a súa cota en %s" + +#: 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 b120c730795..3c99c7b4f89 100644 --- a/l10n/gl/files_encryption.po +++ b/l10n/gl/files_encryption.po @@ -11,8 +11,8 @@ 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:01+0000\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" @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "Asegúrese de que está instalado o PHP 5.3.3 ou posterior e de que o OpenSSL xunto coa extensión PHP estean activados e configurados correctamente. Polo de agora foi desactivado o aplicativo de cifrado." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Os seguintes usuarios non teñen configuración para o cifrado:" @@ -135,11 +135,11 @@ msgstr "Contrasinal da chave de recuperación" msgid "Repeat Recovery key password" msgstr "Repita o contrasinal da chave de recuperación" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Activado" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Desactivado" @@ -164,12 +164,12 @@ msgid "Change Password" msgstr "Cambiar o contrasinal" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." 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 "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual" +msgid "Set your old private key password to your current log-in password:" +msgstr "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual:" #: templates/settings-personal.php:17 msgid "" @@ -177,32 +177,32 @@ msgid "" "recover your files." msgstr "Se non lembra o seu antigo contrasinal pode pedírllelo ao seu administrador para recuperar os seus ficheiros." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Contrasinal antigo de acceso" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Contrasinal actual de acceso" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Actualizar o contrasinal da chave privada" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Activar o contrasinal de recuperación:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Ao activar esta opción permitiráselle volver a obter acceso aos ficheiros cifrados no caso de perda do contrasinal" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Actualizouse o ficheiro de axustes de recuperación" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Non foi posíbel actualizar o ficheiro de recuperación" diff --git a/l10n/gl/lib.po b/l10n/gl/lib.po index 3bf6e4a5c3f..2d77c3eab0c 100644 --- a/l10n/gl/lib.po +++ b/l10n/gl/lib.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-07 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 09:11+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" @@ -360,7 +360,7 @@ msgstr "Non é posíbel estabelecer permisos para %s, non se atopa o elemento" msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Non é posíbel estabelecer a data de caducidade. As comparticións non poden caducar máis aló de %s após de seren compartidas" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/he/core.po b/l10n/he/core.po index e8530cde300..85efac5e993 100644 --- a/l10n/he/core.po +++ b/l10n/he/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הסס #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "שם משתמש" @@ -611,7 +611,7 @@ msgstr "אישי" msgid "Users" msgstr "משתמשים" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "יישומים" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "יצירת <strong>חשבון מנהל</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "סיסמא" @@ -777,57 +777,43 @@ msgstr "סיום התקנה" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע נוסף כיצד לעדכן." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "התנתקות" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "בקשת הכניסה האוטומטית נדחתה!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "אם לא שינית את ססמתך לאחרונה, יתכן שחשבונך נפגע!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "נא לשנות את הססמה שלך כדי לאבטח את חשבונך מחדש." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "שמירת הססמה" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "כניסה" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "כניסות אלטרנטיביות" 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/he/files_encryption.po b/l10n/he/files_encryption.po index f70349a4c37..87b976beafc 100644 --- a/l10n/he/files_encryption.po +++ b/l10n/he/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/hi/core.po b/l10n/hi/core.po index b35819a7189..f73d96f4fb6 100644 --- a/l10n/hi/core.po +++ b/l10n/hi/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "पासवर्ड बदलने कि लिंक आपको #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "प्रयोक्ता का नाम" @@ -611,7 +611,7 @@ msgstr "यक्तिगत" msgid "Users" msgstr "उपयोगकर्ता" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "व्यवस्थापक खाता बनाएँ" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "पासवर्ड" @@ -777,57 +777,43 @@ msgstr "सेटअप समाप्त करे" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "लोग आउट" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "याद रखें" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/files_encryption.po b/l10n/hi/files_encryption.po index 264bcd70858..9ff26d38c0c 100644 --- a/l10n/hi/files_encryption.po +++ b/l10n/hi/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/hi_IN/core.po b/l10n/hi_IN/core.po index e901d415a86..a5a73ec8caf 100644 --- a/l10n/hi_IN/core.po +++ b/l10n/hi_IN/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/hi_IN/files_encryption.po b/l10n/hi_IN/files_encryption.po index 46368a120b6..23db43ba72c 100644 --- a/l10n/hi_IN/files_encryption.po +++ b/l10n/hi_IN/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Hindi (India) (http://www.transifex.com/projects/p/owncloud/language/hi_IN/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/hr/core.po b/l10n/hr/core.po index 4abd228c32c..a296f47fc61 100644 --- a/l10n/hr/core.po +++ b/l10n/hr/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -566,7 +566,7 @@ msgstr "Primit ćete link kako biste poništili zaporku putem e-maila." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Korisničko ime" @@ -614,7 +614,7 @@ msgstr "Osobno" msgid "Users" msgstr "Korisnici" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplikacije" @@ -725,7 +725,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Stvori <strong>administratorski račun</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Lozinka" @@ -780,57 +780,43 @@ msgstr "Završi postavljanje" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odjava" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "zapamtiti" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Prijava" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/hr/files_encryption.po b/l10n/hr/files_encryption.po index 161ebf3957d..ab966583ced 100644 --- a/l10n/hr/files_encryption.po +++ b/l10n/hr/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index ff2061b9860..8a876741a17 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -565,7 +565,7 @@ msgstr "Egy emailben fog értesítést kapni a jelszóbeállítás módjáról." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Felhasználónév" @@ -613,7 +613,7 @@ msgstr "Személyes" msgid "Users" msgstr "Felhasználók" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Alkalmazások" @@ -724,7 +724,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "<strong>Rendszergazdai belépés</strong> létrehozása" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Jelszó" @@ -779,57 +779,43 @@ msgstr "A beállítások befejezése" msgid "Finishing …" msgstr "Befejezés ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Az alkalmazás megfelelő működéséhez szükség van JavaScriptre. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Engedélyezze a JavaScriptet</a> és frissítse az oldalt!" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s rendelkezésre áll. További információ a frissítéshez." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Kilépés" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Az automatikus bejelentkezés sikertelen!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Ha mostanában nem módosította a jelszavát, akkor lehetséges, hogy idegenek jutottak be a rendszerbe az Ön nevében!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "A biztonsága érdekében változtassa meg a jelszavát!" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "A szerveroldali hitelesítés sikertelen!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Kérjük, lépjen kapcsolatba a rendszergazdával." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "emlékezzen" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Bejelentkezés" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternatív bejelentkezés" 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/hu_HU/files_encryption.po b/l10n/hu_HU/files_encryption.po index 038b9debcd1..360539ef9bb 100644 --- a/l10n/hu_HU/files_encryption.po +++ b/l10n/hu_HU/files_encryption.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-30 06:10+0000\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" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "Kérem gondoskodjon arról, hogy PHP 5.3.3 vagy annál frissebb legyen telepítve, továbbá az OpenSSL a megfelelő PHP-bővítménnyel együtt rendelkezésre álljon és helyesen legyen konfigurálva! A titkosító modul egyelőre kikapcsolásra került." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "A következő felhasználók nem állították be a titkosítást:" @@ -135,11 +135,11 @@ msgstr "A helyreállítási kulcs jelszava" msgid "Repeat Recovery key password" msgstr "Ismételje meg a helyreállítási kulcs jelszavát" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Bekapcsolva" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Kikapcsolva" @@ -164,12 +164,12 @@ msgid "Change Password" msgstr "Jelszó megváltoztatása" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "A személyes kulcs jelszava mostantól nem azonos a belépési jelszavával:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Állítsuk be a személyes kulcs jelszavát a jelenlegi bejelentkezési jelszavunkra." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -177,32 +177,32 @@ msgid "" "recover your files." msgstr "Ha nem emlékszik a régi jelszavára akkor megkérheti a rendszergazdát, hogy állítsa vissza az állományait." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Régi bejelentkezési jelszó" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Jelenlegi bejelentkezési jelszó" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "A személyest kulcs jelszó frissítése" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Jelszó-visszaállítás bekapcsolása" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Ez az opció lehetővé teszi, hogy a titkosított állományok tartalmát visszanyerjük abban az esetben, ha elfelejti a jelszavát" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "A fájlhelyreállítási beállítások frissültek" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "A fájlhelyreállítás nem frissíthető" diff --git a/l10n/hy/core.po b/l10n/hy/core.po index b1b6cd44d91..fc0c07af6fb 100644 --- a/l10n/hy/core.po +++ b/l10n/hy/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/hy/files_encryption.po b/l10n/hy/files_encryption.po index 831852871cd..6ecefc4c981 100644 --- a/l10n/hy/files_encryption.po +++ b/l10n/hy/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ia/core.po b/l10n/ia/core.po index 0fdf51c36d5..4d779d34d0d 100644 --- a/l10n/ia/core.po +++ b/l10n/ia/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nomine de usator" @@ -610,7 +610,7 @@ msgstr "Personal" msgid "Users" msgstr "Usatores" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Applicationes" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crear un <strong>conto de administration</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Contrasigno" @@ -776,57 +776,43 @@ msgstr "Terminar configuration" msgid "Finishing …" msgstr "Terminante ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Clauder le session" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Accesso de autorisation refusate!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Pro favor modifica tu contrasigno pro asssecurar de nove tu conto" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Il falleva authentication de latere servitor!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Pro favor continge tu administrator." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "memora" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Aperir session" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Accessos de autorisation alternative" 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/ia/files_encryption.po b/l10n/ia/files_encryption.po index fb13e7b47d6..385ba471c3d 100644 --- a/l10n/ia/files_encryption.po +++ b/l10n/ia/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/id/core.po b/l10n/id/core.po index 6fb6670f22f..9b438317e01 100644 --- a/l10n/id/core.po +++ b/l10n/id/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -557,7 +557,7 @@ msgstr "Anda akan menerima tautan penyetelan ulang sandi lewat Email." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nama pengguna" @@ -605,7 +605,7 @@ msgstr "Pribadi" msgid "Users" msgstr "Pengguna" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplikasi" @@ -716,7 +716,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Buat sebuah <strong>akun admin</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Sandi" @@ -771,57 +771,43 @@ msgstr "Selesaikan instalasi" msgid "Finishing …" msgstr "Menyelesaikan ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Aplikasi ini memerlukan JavaScript yang diaktifkan untuk beroperasi dengan benar. Silahkan <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktifkan JavaScript</a> and re-load this interface." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s tersedia. Dapatkan informasi lebih lanjut tentang cara memperbarui." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Keluar" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Masuk otomatis ditolak!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Jika anda tidak pernah mengubah sandi baru-baru ini, akun anda mungkin dalam bahaya!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Silakan ubah sandi anda untuk mengamankan kembali akun anda." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Otentikasi dari sisi server gagal!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Silahkan hubungi administrator anda." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "selalu masuk" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Masuk" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Cara Alternatif untuk Masuk" 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/id/files_encryption.po b/l10n/id/files_encryption.po index 70f388ed363..e2ed0185844 100644 --- a/l10n/id/files_encryption.po +++ b/l10n/id/files_encryption.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-30 06:10+0000\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" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Pengguna berikut belum diatur untuk enkripsi:" @@ -132,11 +132,11 @@ msgstr "Sandi kunci pemulihan" msgid "Repeat Recovery key password" msgstr "Ulangi sandi kunci Pemulihan" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Diaktifkan" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Dinonaktifkan" @@ -161,12 +161,12 @@ msgid "Change Password" msgstr "Ubah sandi" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Sandi kunci privat Anda tidak lagi cocok dengan sandi masuk:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Atur sandi kunci privat lama Anda sebagai sandi masuk Anda saat ini." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "Jika Anda tidak ingat sandi lama, Anda dapat meminta administrator Anda untuk memulihkan berkas." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Sandi masuk yang lama" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Sandi masuk saat ini" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Perbarui Sandi Kunci Privat" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Aktifkan sandi pemulihan:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Mengaktifkan opsi ini memungkinkan Anda untuk mendapatkan kembali akses ke berkas terenkripsi Anda dalam kasus kehilangan sandi" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Pengaturan pemulihan berkas diperbarui" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Tidak dapat memperbarui pemulihan berkas" diff --git a/l10n/io/core.po b/l10n/io/core.po index 43402ae16ec..d5cc21cb8fb 100644 --- a/l10n/io/core.po +++ b/l10n/io/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/io/files_encryption.po b/l10n/io/files_encryption.po index 06d931a0abf..ea25899da50 100644 --- a/l10n/io/files_encryption.po +++ b/l10n/io/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Ido (http://www.transifex.com/projects/p/owncloud/language/io/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/is/core.po b/l10n/is/core.po index 043a0675399..437a884b108 100644 --- a/l10n/is/core.po +++ b/l10n/is/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "Þú munt fá veftengil í tölvupósti til að endursetja lykilorðið. #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Notendanafn" @@ -610,7 +610,7 @@ msgstr "Um mig" msgid "Users" msgstr "Notendur" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Forrit" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Útbúa <strong>vefstjóra aðgang</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Lykilorð" @@ -776,57 +776,43 @@ msgstr "Virkja uppsetningu" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s er til boða. Fáðu meiri upplýsingar um hvernig þú uppfærir." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Útskrá" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Sjálfvirkri innskráningu hafnað!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Ef þú breyttir ekki lykilorðinu þínu fyrir skömmu, er mögulegt að einhver annar hafi komist inn á aðganginn þinn." - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Vinsamlegast breyttu lykilorðinu þínu til að tryggja öryggi þitt." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "muna eftir mér" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "<strong>Skrá inn</strong>" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/is/files_encryption.po b/l10n/is/files_encryption.po index 0937e7e056f..65266e93d2e 100644 --- a/l10n/is/files_encryption.po +++ b/l10n/is/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/it/core.po b/l10n/it/core.po index d7c851942a1..ca185036f94 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -565,7 +565,7 @@ msgstr "Riceverai un collegamento per ripristinare la tua password via email" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nome utente" @@ -613,7 +613,7 @@ msgstr "Personale" msgid "Users" msgstr "Utenti" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Applicazioni" @@ -724,7 +724,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crea un <strong>account amministratore</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Password" @@ -779,57 +779,43 @@ msgstr "Termina la configurazione" msgid "Finishing …" msgstr "Completamento..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "L'applicazione richiede che JavaScript sia abilitato per un corretto funzionamento. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Abilita JavaScript</a> e ricarica questa interfaccia." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Esci" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Accesso automatico rifiutato." - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Se non hai cambiato la password recentemente, il tuo account potrebbe essere compromesso." - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Cambia la password per rendere nuovamente sicuro il tuo account." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Autenticazione lato server non riuscita!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Contatta il tuo amministratore di sistema." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Hai dimenticato la password? Reimpostala!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "ricorda" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Accedi" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Accessi alternativi" diff --git a/l10n/it/files.po b/l10n/it/files.po index ed5155b18a2..79231db958b 100644 --- a/l10n/it/files.po +++ b/l10n/it/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-08-04 01:54-0400\n" -"PO-Revision-Date: 2014-08-03 07:53+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 06:10+0000\n" "Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -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 "Il file supera la tua quota di %s" + +#: 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 84bc238f7e0..1fd75255180 100644 --- a/l10n/it/files_encryption.po +++ b/l10n/it/files_encryption.po @@ -10,8 +10,8 @@ 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" +"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" @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "I seguenti utenti non sono configurati per la cifratura:" @@ -134,11 +134,11 @@ msgstr "Password della chiave di recupero" msgid "Repeat Recovery key password" msgstr "Ripeti la password della chiave di recupero" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Abilitata" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Disabilitata" @@ -163,12 +163,12 @@ msgid "Change Password" msgstr "Modifica password" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "La password della chiave privata non corrisponde più alla password di accesso:" +msgid "Your private key password no longer match your log-in password." +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 "Imposta la vecchia password della chiave privata sull'attuale password di accesso." +msgid "Set your old private key password to your current log-in password:" +msgstr "Imposta la vecchia password della chiave privata sull'attuale password di accesso:" #: templates/settings-personal.php:17 msgid "" @@ -176,32 +176,32 @@ msgid "" "recover your files." msgstr "Se non ricordi la vecchia password puoi chiedere al tuo amministratore di recuperare i file." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Vecchia password di accesso" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Password di accesso attuale" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Aggiorna la password della chiave privata" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Abilita il ripristino della password:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "L'abilitazione di questa opzione ti consentirà di accedere nuovamente ai file cifrati in caso di perdita della password" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Impostazioni di ripristino dei file aggiornate" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Impossibile aggiornare il ripristino dei file" diff --git a/l10n/it/files_external.po b/l10n/it/files_external.po index e85604bb78e..37f095bdc6e 100644 --- a/l10n/it/files_external.po +++ b/l10n/it/files_external.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-17 01:54-0400\n" -"PO-Revision-Date: 2014-07-17 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 06:07+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" diff --git a/l10n/it/lib.po b/l10n/it/lib.po index ae60469ff7e..b84dbe85680 100644 --- a/l10n/it/lib.po +++ b/l10n/it/lib.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-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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 06:10+0000\n" +"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -362,7 +362,7 @@ msgstr "Impostazione permessi per %s non riuscita, poiché l'elemento non è sta msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Impossibile impostare la data di scadenza. Le condivisioni non possono scadere più tardi di %s dalla loro attivazione" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/ja/core.po b/l10n/ja/core.po index e247be47924..0a525cda815 100644 --- a/l10n/ja/core.po +++ b/l10n/ja/core.po @@ -14,8 +14,8 @@ 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" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "メールでパスワードをリセットするリンクが届きます #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "ユーザー名" @@ -611,7 +611,7 @@ msgstr "個人" msgid "Users" msgstr "ユーザー" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "アプリ" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "<strong>管理者アカウント</strong>を作成してください" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "パスワード" @@ -777,57 +777,43 @@ msgstr "セットアップを完了します" msgid "Finishing …" msgstr "作業を完了しています ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "このアプリケーションを使用するにはJavaScriptが必要です。\n<a href=\"http://enable-javascript.com/\" target=\"_blank\">JavaScriptを有効にし</a>、インターフェースを更新してください。 " -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s が利用可能です。アップデート方法について詳細情報を確認してください。" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "ログアウト" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "自動ログインは拒否されました!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "最近パスワードを変更していない場合、あなたのアカウントが危険にさらされている可能性があります!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "アカウント保護のため、パスワードを再度変更してください。" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "サーバーサイドの認証に失敗しました!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "管理者に問い合わせてください。" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "パスワードを忘れましたか?リセットします!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "パスワードを保存" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "ログイン" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "代替ログイン" 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/ja/files_encryption.po b/l10n/ja/files_encryption.po index 8c661100d3e..03c51d4fc81 100644 --- a/l10n/ja/files_encryption.po +++ b/l10n/ja/files_encryption.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-30 06:10+0000\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" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "以下のユーザーは、暗号化設定がされていません:" @@ -135,11 +135,11 @@ msgstr "リカバリキーのパスワード" msgid "Repeat Recovery key password" msgstr "リカバリキーのパスワードをもう一度入力" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "有効" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "無効" @@ -164,12 +164,12 @@ msgid "Change Password" msgstr "パスワードを変更" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "もはや秘密鍵はログインパスワードと一致しません:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "古い秘密鍵のパスワードを現在のログインパスワードに設定する。" +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -177,32 +177,32 @@ msgid "" "recover your files." msgstr "古いパスワードを覚えていない場合、管理者に尋ねてファイルを回復することができます。" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "古いログインパスワード" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "現在のログインパスワード" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "秘密鍵のパスワードを更新" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "パスワードリカバリを有効に:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "このオプションを有効にすると、パスワードを紛失した場合も、暗号化されたファイルに再度アクセスすることができるようになります。" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "ファイルリカバリ設定を更新しました" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "ファイルリカバリを更新できませんでした" diff --git a/l10n/jv/core.po b/l10n/jv/core.po index eea79ffe543..05cd1536adf 100644 --- a/l10n/jv/core.po +++ b/l10n/jv/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/jv/files_encryption.po b/l10n/jv/files_encryption.po index 0faa0b236b6..810fc8573b8 100644 --- a/l10n/jv/files_encryption.po +++ b/l10n/jv/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po index 30f066bc6d7..d6102c5175d 100644 --- a/l10n/ka_GE/core.po +++ b/l10n/ka_GE/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -556,7 +556,7 @@ msgstr "თქვენ მოგივათ პაროლის შესა #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "მომხმარებლის სახელი" @@ -604,7 +604,7 @@ msgstr "პირადი" msgid "Users" msgstr "მომხმარებელი" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "აპლიკაციები" @@ -715,7 +715,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "შექმენი <strong>ადმინ ექაუნტი</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "პაროლი" @@ -770,57 +770,43 @@ msgstr "კონფიგურაციის დასრულება" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "გამოსვლა" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "ავტომატური შესვლა უარყოფილია!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "თუ თქვენ არ შეცვლით პაროლს, თქვენი ანგარიში შეიძლება იყოს დაშვებადი სხვებისთვის" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "გთხოვთ შეცვალოთ თქვენი პაროლი, თქვენი ანგარიშის დასაცავად." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "დამახსოვრება" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "შესვლა" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "ალტერნატიული Login–ი" 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/ka_GE/files_encryption.po b/l10n/ka_GE/files_encryption.po index eb25dd76b61..4c5f26a17c5 100644 --- a/l10n/ka_GE/files_encryption.po +++ b/l10n/ka_GE/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/km/core.po b/l10n/km/core.po index 94f1ba76830..4121003ee54 100644 --- a/l10n/km/core.po +++ b/l10n/km/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -557,7 +557,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "ឈ្មោះអ្នកប្រើ" @@ -605,7 +605,7 @@ msgstr "ផ្ទាល់ខ្លួន" msgid "Users" msgstr "អ្នកប្រើ" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "កម្មវិធី" @@ -716,7 +716,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "បង្កើត<strong>គណនីអភិបាល</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "ពាក្យសម្ងាត់" @@ -771,57 +771,43 @@ msgstr "បញ្ចប់ការដំឡើង" msgid "Finishing …" msgstr "កំពុងបញ្ចប់ ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "ចាកចេញ" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "បានបដិសេធការចូលដោយស្វ័យប្រវត្តិ!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "សូមប្ដូរពាក្យសម្ងាត់របស់អ្នក ដើម្បីការពារគណនីរបស់អ្នក។" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "ចងចាំ" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "ចូល" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/km/files_encryption.po b/l10n/km/files_encryption.po index 27d1f436522..db162f80c85 100644 --- a/l10n/km/files_encryption.po +++ b/l10n/km/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -132,11 +132,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "បានបើក" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "បានបិទ" @@ -161,11 +161,11 @@ msgid "Change Password" msgstr "ប្ដូរពាក្យសម្ងាត់" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/kn/core.po b/l10n/kn/core.po index 94eaf147cf1..3e3f6bf7b1b 100644 --- a/l10n/kn/core.po +++ b/l10n/kn/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -556,7 +556,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -604,7 +604,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -715,7 +715,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -770,57 +770,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/kn/files_encryption.po b/l10n/kn/files_encryption.po index 9f698b05e7e..869bc3e9348 100644 --- a/l10n/kn/files_encryption.po +++ b/l10n/kn/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ko/core.po b/l10n/ko/core.po index 89b750881ab..2e1c4db8d6e 100644 --- a/l10n/ko/core.po +++ b/l10n/ko/core.po @@ -14,8 +14,8 @@ 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" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "이메일로 암호 재설정 링크를 보냈습니다." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "사용자 이름" @@ -611,7 +611,7 @@ msgstr "개인" msgid "Users" msgstr "사용자" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "앱" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "<strong>관리자 계정</strong> 만들기" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "암호" @@ -777,57 +777,43 @@ msgstr "설치 완료" msgid "Finishing …" msgstr "완료 중 ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "이 애플리케이션을 올바르게 사용하려면 자바스크립트를 활성화해야 합니다. <a href=\"http://enable-javascript.com/\" target=\"_blank\">자바스크립트를 활성화</a>한 다음 인터페이스를 새로 고치십시오." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 자세한 정보를 얻으십시오." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "로그아웃" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "자동 로그인이 거부되었습니다!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "최근에 암호를 변경하지 않았다면 계정이 탈취되었을 수도 있습니다!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "계정의 안전을 위하여 암호를 변경하십시오." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "서버 인증 실패!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "관리자에게 문의하십시오." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "암호를 잊으셨다구요? 재설정하세요!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "기억하기" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "로그인" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "대체 로그인" 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/ko/files_encryption.po b/l10n/ko/files_encryption.po index aa4b5059bb2..4ded4bbb615 100644 --- a/l10n/ko/files_encryption.po +++ b/l10n/ko/files_encryption.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-30 06:10+0000\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" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "PHP 5.3.3 이상 설치 여부, PHP의 OpenSSL 확장 기능 활성화 및 설정 여부를 확인하십시오. 암호화 앱이 비활성화 되었습니다." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "다음 사용자는 암호화를 사용할 수 없습니다:" @@ -135,11 +135,11 @@ msgstr "복구 키 암호" msgid "Repeat Recovery key password" msgstr "복구 키 암호 재입력" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "활성화" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "비활성화" @@ -164,12 +164,12 @@ msgid "Change Password" msgstr "암호 변경" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "개인 키 암호와 로그인 암호가 일치하지 않습니다:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "이전 개인 키 암호를 현재 로그인 암호로 설정하십시오." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -177,32 +177,32 @@ msgid "" "recover your files." msgstr " 이전 암호가 기억나지 않으면 시스템 관리자에게 파일 복구를 요청하십시오." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "이전 로그인 암호" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "현재 로그인 암호" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "개인 키 암호 업데이트" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "암호 복구 사용:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "이 옵션을 사용하면 암호를 잊었을 때 암호화된 파일에 다시 접근할 수 있습니다" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "파일 복구 설정 업데이트됨" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "파일 복구를 업데이트할 수 없습니다" diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po index 159e3faf4c0..d62b532b513 100644 --- a/l10n/ku_IQ/core.po +++ b/l10n/ku_IQ/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "ناوی بهکارهێنهر" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "بهكارهێنهر" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "بهرنامهكان" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "وشەی تێپەربو" @@ -775,57 +775,43 @@ msgstr "كۆتایی هات دهستكاریهكان" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "چوونەدەرەوە" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/ku_IQ/files_encryption.po b/l10n/ku_IQ/files_encryption.po index 0ad2fe6ed90..e5f1721d80e 100644 --- a/l10n/ku_IQ/files_encryption.po +++ b/l10n/ku_IQ/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/lb/core.po b/l10n/lb/core.po index dfb89ac9b42..97ccee4eaad 100644 --- a/l10n/lb/core.po +++ b/l10n/lb/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "Du kriss e Link fir däi Passwuert zréckzesetze via Email geschéckt." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Benotzernumm" @@ -611,7 +611,7 @@ msgstr "Perséinlech" msgid "Users" msgstr "Benotzer" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Applikatiounen" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "En <strong>Admin-Account</strong> uleeën" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Passwuert" @@ -777,57 +777,43 @@ msgstr "Installatioun ofschléissen" msgid "Finishing …" msgstr "Schléissen of ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s ass verfügbar. Kréi méi Informatiounen doriwwer wéi d'Aktualiséierung ofleeft." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Ofmellen" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatesch Umeldung ofgeleent!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Falls du däi Passwuert net viru kuerzem geännert hues, kéint däin Account kompromittéiert sinn!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Änner w.e.gl däi Passwuert fir däin Account nees ofzesécheren." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "verhalen" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Umellen" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternativ Umeldungen" 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/lb/files_encryption.po b/l10n/lb/files_encryption.po index 36298803a61..378b691fe5e 100644 --- a/l10n/lb/files_encryption.po +++ b/l10n/lb/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index 06ad60f60ec..984539630b3 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -571,7 +571,7 @@ msgstr "Elektroniniu paštu gausite nuorodą, su kuria galėsite iš naujo nusta #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Prisijungimo vardas" @@ -619,7 +619,7 @@ msgstr "Asmeniniai" msgid "Users" msgstr "Vartotojai" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Programos" @@ -730,7 +730,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Sukurti <strong>administratoriaus paskyrą</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Slaptažodis" @@ -785,57 +785,43 @@ msgstr "Baigti diegimą" msgid "Finishing …" msgstr "Baigiama ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Šiai programai reikia įjungti JavaScript, kad ji veiktų tvarkingai. Prašome <a href=\"http://enable-javascript.com/\" target=\"_blank\">įjungti JavaScript</a> ir perkrauti šią sąsają." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s yra prieinama. Gaukite daugiau informacijos apie atnaujinimą." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Atsijungti" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatinis prisijungimas atmestas!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Jei paskutinių metu nekeitėte savo slaptažodžio, Jūsų paskyra gali būti pavojuje!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Prašome pasikeisti slaptažodį dar kartą, dėl paskyros saugumo." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Autentikacija serveryje nepavyko!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Kreipkitės į savo sistemos administratorių." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "prisiminti" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Prisijungti" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternatyvūs prisijungimai" 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/lt_LT/files_encryption.po b/l10n/lt_LT/files_encryption.po index acc31fac348..f48cf83106f 100644 --- a/l10n/lt_LT/files_encryption.po +++ b/l10n/lt_LT/files_encryption.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-30 06:10+0000\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" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Prašome įsitikinti, kad PHP 5.3.3 ar naujesnė yra įdiegta ir kad OpenSSL kartu su PHP plėtiniu yra šjungti ir teisingai sukonfigūruoti. Kol kas šifravimo programa bus išjungta." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Sekantys naudotojai nenustatyti šifravimui:" @@ -134,11 +134,11 @@ msgstr "Atkūrimo rakto slaptažodis" msgid "Repeat Recovery key password" msgstr "Pakartokite atkūrimo rakto slaptažodį" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Įjungta" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Išjungta" @@ -163,12 +163,12 @@ msgid "Change Password" msgstr "Pakeisti slaptažodį" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Privatus rakto slaptažodis daugiau neatitinka Jūsų prisijungimo slaptažodžio:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Nustatyti Jūsų privataus rakto slaptažodį į Jūsų dabartinį prisijungimo." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -176,32 +176,32 @@ msgid "" "recover your files." msgstr "Jei nepamenate savo seno slaptažodžio, galite paprašyti administratoriaus atkurti Jūsų failus." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Senas prisijungimo slaptažodis" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Dabartinis prisijungimo slaptažodis" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Atnaujinti privataus rakto slaptažodį" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Įjungti slaptažodžio atkūrimą:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Įjungus šią funkciją jums bus suteiktas pakartotinis priėjimas prie Jūsų šifruotų failų pamiršus slaptažodį." -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Failų atkūrimo nustatymai pakeisti" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Neišėjo atnaujinti failų atkūrimo" diff --git a/l10n/lv/core.po b/l10n/lv/core.po index 669bafbab9d..6dffdec72b7 100644 --- a/l10n/lv/core.po +++ b/l10n/lv/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -567,7 +567,7 @@ msgstr "Jūs savā epastā saņemsiet interneta saiti, caur kuru varēsiet atjau #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Lietotājvārds" @@ -615,7 +615,7 @@ msgstr "Personīgi" msgid "Users" msgstr "Lietotāji" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Lietotnes" @@ -726,7 +726,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Izveidot <strong>administratora kontu</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Parole" @@ -781,57 +781,43 @@ msgstr "Pabeigt iestatīšanu" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s ir pieejams. Uzziniet vairāk kā atjaunināt." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Izrakstīties" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automātiskā ierakstīšanās ir noraidīta!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Ja neesat pēdējā laikā mainījis paroli, iespējams, ka jūsu konts ir kompromitēts." - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Lūdzu, nomainiet savu paroli, lai atkal nodrošinātu savu kontu." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "atcerēties" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Ierakstīties" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternatīvās pieteikšanās" 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/lv/files_encryption.po b/l10n/lv/files_encryption.po index f62d6ef4aa1..dc8f4ee4cf1 100644 --- a/l10n/lv/files_encryption.po +++ b/l10n/lv/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/mk/core.po b/l10n/mk/core.po index cca594d3223..0b9d2dd1805 100644 --- a/l10n/mk/core.po +++ b/l10n/mk/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "Ќе добиете врска по е-пошта за да може д #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Корисничко име" @@ -610,7 +610,7 @@ msgstr "Лично" msgid "Users" msgstr "Корисници" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Аппликации" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Направете <strong>администраторска сметка</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Лозинка" @@ -776,57 +776,43 @@ msgstr "Заврши го подесувањето" msgid "Finishing …" msgstr "Завршувам ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Одјава" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Одбиена автоматска најава!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Ако не сте ја промениле лозинката во скоро време, вашата сметка може да е компромитирана" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Ве молам сменете ја лозинката да ја обезбедите вашата сметка повторно." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Автентификацијата на серверската страна е неуспешна!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Ве молиме контактирајте го вашиот администратор." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "запамти" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Најава" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/mk/files_encryption.po b/l10n/mk/files_encryption.po index 12c02b153b5..0372eb7500b 100644 --- a/l10n/mk/files_encryption.po +++ b/l10n/mk/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -132,11 +132,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "Повтори ја лозинката за клучот на обновување" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Овозможен" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Оневозможен" @@ -161,11 +161,11 @@ msgid "Change Password" msgstr "Смени лозинка" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Старата лозинка за најавување" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Тековната лозинка за најавување" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Овозможи го обновувањето на лозинката:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ml/core.po b/l10n/ml/core.po index 917b04539a8..d8772874af6 100644 --- a/l10n/ml/core.po +++ b/l10n/ml/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/files_encryption.po b/l10n/ml/files_encryption.po index 32a0b53b0a3..b577eca0f26 100644 --- a/l10n/ml/files_encryption.po +++ b/l10n/ml/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Malayalam (http://www.transifex.com/projects/p/owncloud/language/ml/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ml_IN/core.po b/l10n/ml_IN/core.po index c0835d2a816..de148184bae 100644 --- a/l10n/ml_IN/core.po +++ b/l10n/ml_IN/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/ml_IN/files_encryption.po b/l10n/ml_IN/files_encryption.po index b5ca9184422..837c8b4fb20 100644 --- a/l10n/ml_IN/files_encryption.po +++ b/l10n/ml_IN/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/mn/core.po b/l10n/mn/core.po index 1350828ddfa..09eb3f652cf 100644 --- a/l10n/mn/core.po +++ b/l10n/mn/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/mn/files_encryption.po b/l10n/mn/files_encryption.po index 12e7473eef9..aec5839aabd 100644 --- a/l10n/mn/files_encryption.po +++ b/l10n/mn/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Mongolian (http://www.transifex.com/projects/p/owncloud/language/mn/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index e8ce9cd1c16..33c6025b3de 100644 --- a/l10n/ms_MY/core.po +++ b/l10n/ms_MY/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -556,7 +556,7 @@ msgstr "Anda akan menerima pautan untuk menetapkan semula kata laluan anda melal #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nama pengguna" @@ -604,7 +604,7 @@ msgstr "Peribadi" msgid "Users" msgstr "Pengguna" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplikasi" @@ -715,7 +715,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "buat <strong>akaun admin</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Kata laluan" @@ -770,57 +770,43 @@ msgstr "Setup selesai" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Log keluar" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "ingat" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Log masuk" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/ms_MY/files_encryption.po b/l10n/ms_MY/files_encryption.po index 6b66104d71f..ec63a685600 100644 --- a/l10n/ms_MY/files_encryption.po +++ b/l10n/ms_MY/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/my_MM/core.po b/l10n/my_MM/core.po index ea563ea54e9..8ad9dc962eb 100644 --- a/l10n/my_MM/core.po +++ b/l10n/my_MM/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -556,7 +556,7 @@ msgstr "အီးမေးလ်မှတစ်ဆင့် သင်၏စက #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "သုံးစွဲသူအမည်" @@ -604,7 +604,7 @@ msgstr "" msgid "Users" msgstr "သုံးစွဲသူ" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -715,7 +715,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "<strong>အက်ဒမင်အကောင့်</strong>တစ်ခုဖန်တီးမည်" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "စကားဝှက်" @@ -770,57 +770,43 @@ msgstr "တပ်ဆင်ခြင်းပြီးပါပြီ။" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "မှတ်မိစေသည်" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "ဝင်ရောက်ရန်" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/my_MM/files_encryption.po b/l10n/my_MM/files_encryption.po index b37f191eafa..ff5c3a32eee 100644 --- a/l10n/my_MM/files_encryption.po +++ b/l10n/my_MM/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index ad3e421ec71..81d496e333c 100644 --- a/l10n/nb_NO/core.po +++ b/l10n/nb_NO/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -565,7 +565,7 @@ msgstr "Du burde motta detaljer om å tilbakestille passordet ditt via epost." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Brukernavn" @@ -613,7 +613,7 @@ msgstr "Personlig" msgid "Users" msgstr "Brukere" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apper" @@ -724,7 +724,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Opprett en <strong>administrator-konto</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Passord" @@ -779,57 +779,43 @@ msgstr "Fullfør oppsetting" msgid "Finishing …" msgstr "Ferdigstiller ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Denne applikasjonen trenger JavaScript for å fungere korrekt. Vennligst <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktiver JavaScript</a> og last dette grensesnittet på nytt." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s er tilgjengelig. Få mer informasjon om hvordan du kan oppdatere." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Logg ut" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatisk pålogging avvist!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Hvis du ikke har endret passordet ditt nylig kan kontoen din være kompromitert" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Vennligst skift passord for å gjøre kontoen din sikker igjen." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Autentisering feilet på serveren!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Vennligst kontakt administratoren din." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Glemt passordet ditt? Tilbakestill det!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "husk" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Logg inn" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternative innlogginger" 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/nb_NO/files_encryption.po b/l10n/nb_NO/files_encryption.po index e87f7e2075b..7bedea8cf1a 100644 --- a/l10n/nb_NO/files_encryption.po +++ b/l10n/nb_NO/files_encryption.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-30 06:10+0000\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" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "Vennligst se til at PHP 5.3.3 eller nyere er installert og at OpenSSL sammen med PHP-utvidelsen er aktivert og riktig konfigurert. Enn så lenge er krypterings-appen deaktivert." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Følgende brukere er ikke satt opp for kryptering:" @@ -132,11 +132,11 @@ msgstr "Passord for gjenopprettingsnøkkel" msgid "Repeat Recovery key password" msgstr "Gjenta passord for gjenopprettingsnøkkel" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Aktiv" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Inaktiv" @@ -161,12 +161,12 @@ msgid "Change Password" msgstr "Endre passord" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Ditt passord for privat nøkkel stemmer ikke med påloggingspassordet ditt lenger:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Sett ditt gamle passord for privat nøkkel til ditt nåværende påloggingspassord." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "Hvis du ikke husker det gamle passordet ditt kan du spørre administratoren om å gjenopprette filene dine." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Gammelt påloggingspassord" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Nåværende påloggingspassord" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Oppdater passord for privat nøkkel" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Aktiver gjenoppretting av passord:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Aktivering av dette valget tillater deg å gjenerobre tilgang til dine krypterte filer i tilfelle du mister passordet ditt." -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Innstillinger for gjenoppretting av filer ble oppdatert" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Klarte ikke å oppdatere gjenoppretting av filer" diff --git a/l10n/nb_NO/lib.po b/l10n/nb_NO/lib.po index 43d95e0ef95..96a04ffd63a 100644 --- a/l10n/nb_NO/lib.po +++ b/l10n/nb_NO/lib.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-07 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 17:20+0000\n" +"Last-Translator: vidaren <news@vidartysse.net>\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" @@ -360,11 +360,11 @@ msgstr "Setting av tillatelser for %s feilet, fordi elementet ikke ble funnet" msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Kan ikke sette utøpsdato. Delinger kan ikke utløpe senere enn %s etter at de har blitt delt" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" -msgstr "" +msgstr "Kan ikke sette utløpsdato. Utløpsdato er tilbake i tid" #: private/share/share.php:1093 #, php-format diff --git a/l10n/nds/core.po b/l10n/nds/core.po index 61c3a11447d..4ee0a0c5185 100644 --- a/l10n/nds/core.po +++ b/l10n/nds/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/nds/files_encryption.po b/l10n/nds/files_encryption.po index 5499d335f9f..f3d7dbc108c 100644 --- a/l10n/nds/files_encryption.po +++ b/l10n/nds/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ne/core.po b/l10n/ne/core.po index 0c50dcf1776..167eccd7255 100644 --- a/l10n/ne/core.po +++ b/l10n/ne/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/ne/files_encryption.po b/l10n/ne/files_encryption.po index b03fd16d39c..b33789bf291 100644 --- a/l10n/ne/files_encryption.po +++ b/l10n/ne/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/nl/core.po b/l10n/nl/core.po index e273df9cfb0..2829f88d222 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -564,7 +564,7 @@ msgstr "U ontvangt een link om uw wachtwoord opnieuw in te stellen via e-mail." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Gebruikersnaam" @@ -612,7 +612,7 @@ msgstr "Persoonlijk" msgid "Users" msgstr "Gebruikers" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -723,7 +723,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Maak een <strong>beheerdersaccount</strong> aan" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Wachtwoord" @@ -778,57 +778,43 @@ msgstr "Installatie afronden" msgid "Finishing …" msgstr "Afronden ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Deze applicatie heeft JavaScript nodig om correct te functioneren. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeer JavaScript</a> en herlaad deze interface." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s is beschikbaar. Verkrijg meer informatie over het bijwerken." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Afmelden" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatische aanmelding geweigerd!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Als u uw wachtwoord niet onlangs heeft aangepast, kan uw account overgenomen zijn!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Wijzig uw wachtwoord zodat uw account weer beveiligd is." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Authenticatie bij de server mislukte!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Neem contact op met uw systeembeheerder." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Wachtwoord vergeten? Herstel het!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "onthoud gegevens" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Meld u aan" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternatieve inlogs" diff --git a/l10n/nl/files.po b/l10n/nl/files.po index a0f94069def..973ba806b13 100644 --- a/l10n/nl/files.po +++ b/l10n/nl/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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 07:36+0000\n" "Last-Translator: André Koot <meneer@tken.net>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -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 "Het bestand overschrijdt uw quotum met %s" + +#: 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/nl/files_encryption.po b/l10n/nl/files_encryption.po index 438b7e09dde..5cb56fdb318 100644 --- a/l10n/nl/files_encryption.po +++ b/l10n/nl/files_encryption.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-30 06:10+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 07:36+0000\n" +"Last-Translator: André Koot <meneer@tken.net>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Wees er zeker van dat PHP5.3.3 of nieuwer is geïstalleerd en dat de OpenSSL PHP extensie is ingeschakeld en correct geconfigureerd. De versleutel-app is voorlopig uitgeschakeld." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "De volgende gebruikers hebben geen configuratie voor encryptie:" @@ -133,11 +133,11 @@ msgstr "Wachtwoord herstelsleulel" msgid "Repeat Recovery key password" msgstr "Herhaal het herstelsleutel wachtwoord" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Geactiveerd" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Gedeactiveerd" @@ -162,11 +162,11 @@ msgid "Change Password" msgstr "Wijzigen wachtwoord" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Het wachtwoord van uw privésleutel komt niet meer overeen met uw inlogwachtwoord:" +msgid "Your private key password no longer match your log-in password." +msgstr "Het wachtwoord van uw privésleutel komt niet meer overeen met uw inlogwachtwoord." #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "Stel het wachtwoord van uw oude privésleutel in op uw huidige inlogwachtwoord." #: templates/settings-personal.php:17 @@ -175,32 +175,32 @@ msgid "" "recover your files." msgstr "Als u uw oude wachtwoord niet meer weet, kunt u uw beheerder vragen uw bestanden terug te halen." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Oude wachtwoord" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Huidige wachtwoord" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Bijwerken wachtwoord Privésleutel" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Activeren wachtwoord herstel:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Het activeren van deze optie maakt het mogelijk om uw versleutelde bestanden te benaderen als uw wachtwoord kwijt is" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Bestandsherstel instellingen bijgewerkt" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Kon bestandsherstel niet bijwerken" diff --git a/l10n/nl/lib.po b/l10n/nl/lib.po index d8577d4399c..2dfe3fcc282 100644 --- a/l10n/nl/lib.po +++ b/l10n/nl/lib.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-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-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 07:51+0000\n" +"Last-Translator: André Koot <meneer@tken.net>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -361,7 +361,7 @@ msgstr "Instellen van de permissies voor %s is mislukt, omdat het object niet is msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Kon vervaldatum niet instellen. Shares kunnen niet langer dan %s vervallen na het moment van delen" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index 26edff95f6e..b171308b2e0 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -565,7 +565,7 @@ msgstr "Du vil få ein e-post med ei lenkje for å nullstilla passordet." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Brukarnamn" @@ -613,7 +613,7 @@ msgstr "Personleg" msgid "Users" msgstr "Brukarar" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Program" @@ -724,7 +724,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Lag ein <strong>admin-konto</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Passord" @@ -779,57 +779,43 @@ msgstr "Fullfør oppsettet" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s er tilgjengeleg. Få meir informasjon om korleis du oppdaterer." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Logg ut" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatisk innlogging avvist!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Viss du ikkje endra passordet ditt nyleg, så kan kontoen din vera kompromittert!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Ver venleg og endra passordet for å gjera kontoen din trygg igjen." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "hugs" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Logg inn" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternative innloggingar" 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/nn_NO/files_encryption.po b/l10n/nn_NO/files_encryption.po index fdd99288454..3dd4e2ff257 100644 --- a/l10n/nn_NO/files_encryption.po +++ b/l10n/nn_NO/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/nqo/core.po b/l10n/nqo/core.po index 107966f4dea..d3dc5bf0022 100644 --- a/l10n/nqo/core.po +++ b/l10n/nqo/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -556,7 +556,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -604,7 +604,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -715,7 +715,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -770,57 +770,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/nqo/files_encryption.po b/l10n/nqo/files_encryption.po index 1e0c4fcbc35..e6ae095e522 100644 --- a/l10n/nqo/files_encryption.po +++ b/l10n/nqo/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/oc/core.po b/l10n/oc/core.po index 096e8f88133..970eb11f491 100644 --- a/l10n/oc/core.po +++ b/l10n/oc/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "Reçaupràs un ligam per tornar botar ton senhal via corrièl." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Non d'usancièr" @@ -609,7 +609,7 @@ msgstr "Personal" msgid "Users" msgstr "Usancièrs" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Apps" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crea un <strong>compte admin</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Senhal" @@ -775,57 +775,43 @@ msgstr "Configuracion acabada" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Sortida" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "bremba-te" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Dintrada" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/oc/files_encryption.po b/l10n/oc/files_encryption.po index dfcca6b867b..f278307807a 100644 --- a/l10n/oc/files_encryption.po +++ b/l10n/oc/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/or_IN/core.po b/l10n/or_IN/core.po index 90942b764b2..98c8e945414 100644 --- a/l10n/or_IN/core.po +++ b/l10n/or_IN/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/or_IN/files_encryption.po b/l10n/or_IN/files_encryption.po index 3e7dba86c00..fc4cd7f9f32 100644 --- a/l10n/or_IN/files_encryption.po +++ b/l10n/or_IN/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Oriya (India) (http://www.transifex.com/projects/p/owncloud/language/or_IN/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/pa/core.po b/l10n/pa/core.po index 3fd62bce5ae..d963fd630f8 100644 --- a/l10n/pa/core.po +++ b/l10n/pa/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "ਯੂਜ਼ਰ-ਨਾਂ" @@ -610,7 +610,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "ਪਾਸਵਰ" @@ -776,57 +776,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/pa/files_encryption.po b/l10n/pa/files_encryption.po index 853d1346a38..e95aa1cafea 100644 --- a/l10n/pa/files_encryption.po +++ b/l10n/pa/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/pl/core.po b/l10n/pl/core.po index 312682c789c..71ced7159fa 100644 --- a/l10n/pl/core.po +++ b/l10n/pl/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -571,7 +571,7 @@ msgstr "Odnośnik służący do resetowania hasła zostanie wysłany na adres e- #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nazwa użytkownika" @@ -619,7 +619,7 @@ msgstr "Osobiste" msgid "Users" msgstr "Użytkownicy" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplikacje" @@ -730,7 +730,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Utwórz <strong>konta administratora</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Hasło" @@ -785,57 +785,43 @@ msgstr "Zakończ konfigurowanie" msgid "Finishing …" msgstr "Kończę ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Ta aplikacja wymaga włączenia JavaScript do poprawnego działania. Proszę <a href=\"http://enable-javascript.com/\" target=\"_blank\">włączyć JavaScript</a> i przeładować stronę." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s jest dostępna. Dowiedz się więcej na temat aktualizacji." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Wyloguj" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatyczne logowanie odrzucone!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Jeśli hasło było dawno niezmieniane, twoje konto może być zagrożone!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Zmień swoje hasło, aby ponownie zabezpieczyć swoje konto." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Uwierzytelnianie po stronie serwera nie powiodło się!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Skontaktuj się z administratorem" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Nie pamiętasz hasła? Zresetuj je!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "pamiętaj" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Zaloguj" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternatywne loginy" 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/pl/files_encryption.po b/l10n/pl/files_encryption.po index 8ba7b968dbe..67992dea9a9 100644 --- a/l10n/pl/files_encryption.po +++ b/l10n/pl/files_encryption.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-30 06:10+0000\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" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Proszę upewnić się, że PHP 5.3.3 lub nowszy jest zainstalowany i że OpenSSL oraz rozszerzenie PHP jest włączone i poprawnie skonfigurowane. Obecnie szyfrowanie aplikacji zostało wyłączone." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Następujący użytkownicy nie mają skonfigurowanego szyfrowania:" @@ -134,11 +134,11 @@ msgstr "Hasło klucza odzyskiwania" msgid "Repeat Recovery key password" msgstr "Powtórz hasło klucza odzyskiwania" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Włączone" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Wyłączone" @@ -163,12 +163,12 @@ msgid "Change Password" msgstr "Zmień hasło" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Hasło klucza prywatnego nie pasuje do hasła logowania:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Podaj swoje stare prywatne hasło aby ustawić nowe" +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -176,32 +176,32 @@ msgid "" "recover your files." msgstr "Jeśli nie pamiętasz swojego starego hasła, poproś swojego administratora, aby odzyskać pliki." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Stare hasło logowania" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Bieżące hasło logowania" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Aktualizacja hasła klucza prywatnego" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Włącz hasło odzyskiwania:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Ustawienia odzyskiwania plików zmienione" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Nie można zmienić pliku odzyskiwania" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index 670cfbcbb71..51c4bb91829 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "Você receberá um link para redefinir sua senha por e-mail." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nome de usuário" @@ -611,7 +611,7 @@ msgstr "Pessoal" msgid "Users" msgstr "Usuários" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplicações" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Criar uma <strong>conta de administrador</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Senha" @@ -777,57 +777,43 @@ msgstr "Concluir configuração" msgid "Finishing …" msgstr "Finalizando ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Esta aplicação requer JavaScript habilidado para correta operação.\nPor favor <a href=\"http://enable-javascript.com/\" target=\"_blank\">habilite o JavaScript</a> e recarregue esta intercace." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s está disponível. Obtenha mais informações sobre como atualizar." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Sair" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Entrada Automática no Sistema Rejeitada!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Se você não mudou a sua senha recentemente, a sua conta pode estar comprometida!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Por favor troque sua senha para tornar sua conta segura novamente." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Autenticação do servidor falhou!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Por favor, contate o administrador." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Esqueceu sua senha? Redefini-la!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "lembrar" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Fazer login" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Logins Alternativos" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 845c7835d46..e83441985a9 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/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-08-01 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 12:11+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-09 21:50+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" @@ -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 "O arquivo excede sua cota por %s" + +#: 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 83dacccddf6..0b27267d195 100644 --- a/l10n/pt_BR/files_encryption.po +++ b/l10n/pt_BR/files_encryption.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-30 21:25+0000\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" @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, certifique-se que o PHP 5.3.3 ou mais recente está instalado e que a extensão PHP OpenSSL está habilitado e configurado corretamente. Por enquanto, o aplicativo de criptografia foi desativado." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Seguintes usuários não estão configurados para criptografia:" @@ -134,11 +134,11 @@ msgstr "Senha da chave de recuperação" msgid "Repeat Recovery key password" msgstr "Repita Recuperação de senha da chave" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Habilitado" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Desabilitado" @@ -163,12 +163,12 @@ msgid "Change Password" msgstr "Trocar Senha" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Sua senha de chave privada não coincide mais com sua senha de login:" +msgid "Your private key password no longer match your log-in password." +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 "Configure sua antiga senha de chave privada para sua atual senha de login." +msgid "Set your old private key password to your current log-in password:" +msgstr "Defina a sua antiga senha da chave privada para sua senha de login atual:" #: templates/settings-personal.php:17 msgid "" @@ -176,32 +176,32 @@ msgid "" "recover your files." msgstr "Se você não se lembra de sua antiga senha você pode pedir ao administrador que recupere seus arquivos." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Senha antiga de login" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Senha de login atual" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Atualizar Senha de Chave Privada" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Habilitar recuperação de senha:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Habilitar essa opção vai permitir que você obtenha novamente acesso aos seus arquivos encriptados em caso de perda de senha" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Configurações de recuperação de arquivo atualizado" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Não foi possível atualizar a recuperação de arquivos" diff --git a/l10n/pt_BR/lib.po b/l10n/pt_BR/lib.po index c2618fbcd1a..1b18fbcff43 100644 --- a/l10n/pt_BR/lib.po +++ b/l10n/pt_BR/lib.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-07 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-08 01:54-0400\n" +"PO-Revision-Date: 2014-08-07 12:00+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" @@ -360,7 +360,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 a data de expiração. Compartilhamentos não podem expirar mais tarde que %s depois de terem sido compartilhados" #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index 8daff37f162..e73f7c129b6 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -19,8 +19,8 @@ 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 18:51+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -573,7 +573,7 @@ msgstr "Vai receber um endereço para repor a sua password" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nome de utilizador" @@ -621,7 +621,7 @@ msgstr "Pessoal" msgid "Users" msgstr "Utilizadores" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplicações" @@ -732,7 +732,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Criar uma <strong>conta administrativa</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Password" @@ -787,57 +787,43 @@ msgstr "Acabar instalação" msgid "Finishing …" msgstr "A terminar..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Esta aplicação requer JavaScript ativado para uma operação correta. Por favor <a href=\"http://enable-javascript.com/\" target=\"_blank\">ative o JavaScript</a> e recarregue esta interface." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s está disponível. Tenha mais informações como actualizar." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Sair" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Login automático rejeitado!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Se não mudou a sua palavra-passe recentemente, a sua conta pode ter sido comprometida!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Por favor mude a sua palavra-passe para assegurar a sua conta de novo." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Autenticação do lado do servidor falhou!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Por favor contacte o administrador." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Esqueceu-se da password? Recupere-a!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "lembrar" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Entrar" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Contas de acesso alternativas" 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 0a7fce549b3..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-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 06:10+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" @@ -97,7 +97,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, certifique-se que o PHP 5.3.3 ou superior está instalado e que o OpenSSL juntamente com a extensão PHP estão ativados e devidamente configurados. Por agora, a app de encriptação foi desativada." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Os utilizadores seguintes não estão configurados para encriptação:" @@ -137,11 +137,11 @@ msgstr "Senha da chave de recuperação" msgid "Repeat Recovery key password" msgstr "Contrassenha da chave de recuperação" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Ativada" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Desactivada" @@ -166,12 +166,12 @@ msgid "Change Password" msgstr "Alterar a Senha" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "A senha da chave privada já não coincide com a senha de iniciar sessão: " +msgid "Your private key password no longer match your log-in password." +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 "Defina a sua senha antiga da chave privada para a sua senha de iniciar sessão atual. " +msgid "Set your old private key password to your current log-in password:" +msgstr "Altere a password antiga da chave privada para a nova password do login:" #: templates/settings-personal.php:17 msgid "" @@ -179,32 +179,32 @@ msgid "" "recover your files." msgstr "Se não se lembra da senha antiga pode pedir ao administrador para recuperar os seus ficheiros. " -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Senha de iniciar sessão antiga" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Senha de iniciar sessão atual" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Atualizar Senha da Chave Privada " -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Ativar a recuperação da senha:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Ao ativar esta opção, irá poder obter o acesso aos seus ficheiros encriptados, se perder a senha" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "As definições da recuperação de ficheiro foram atualizadas" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Não foi possível atualizar a recuperação de ficheiro" 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/core.po b/l10n/ro/core.po index 12472c4dea3..95a491744ee 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -572,7 +572,7 @@ msgstr "Vei primi un mesaj prin care vei putea reseta parola via email." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Nume utilizator" @@ -620,7 +620,7 @@ msgstr "Personal" msgid "Users" msgstr "Utilizatori" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplicații" @@ -731,7 +731,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Crează un <strong>cont de administrator</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Parolă" @@ -786,57 +786,43 @@ msgstr "Finalizează instalarea" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s este disponibil. Vezi mai multe informații despre procesul de actualizare." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Ieșire" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Autentificare automată respinsă!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Dacă nu ți-ai schimbat parola recent, contul tău ar putea fi compromis!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Te rog schimbă-ți parola pentru a-ți securiza din nou contul." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Ți-ai uitat parola? Resetează!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "amintește" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Autentificare" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Conectări alternative" 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/ro/files_encryption.po b/l10n/ro/files_encryption.po index 8de1446032f..2904056f8c5 100644 --- a/l10n/ro/files_encryption.po +++ b/l10n/ro/files_encryption.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-30 06:10+0000\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" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -132,11 +132,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Activat" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Dezactivat" @@ -161,11 +161,11 @@ msgid "Change Password" msgstr "Schimbă parola" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Parola cheii private nu se mai potriveste cu parola ta de logare:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Setarile pentru recuperarea fisierelor au fost actualizate" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Nu am putut actualiza recuperarea de fisiere" diff --git a/l10n/ru/core.po b/l10n/ru/core.po index b454b802f1e..04a57594e13 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -32,9 +32,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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -591,7 +591,7 @@ msgstr "На ваш адрес Email выслана ссылка для сбро #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Имя пользователя" @@ -639,7 +639,7 @@ msgstr "Личное" msgid "Users" msgstr "Пользователи" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Приложения" @@ -750,7 +750,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Создать <strong>учётную запись администратора</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Пароль" @@ -805,57 +805,43 @@ msgstr "Завершить установку" msgid "Finishing …" msgstr "Завершаем..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Это приложение требует включённый JavaScript для корректной работы. Пожалуйста, <a href=\"http://enable-javascript.com/\" target=\"_blank\">включите JavaScript</a> и перезагрузите интерфейс." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s доступно. Получить дополнительную информацию о порядке обновления." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Выйти" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Автоматический вход в систему отключен!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Если Вы недавно не меняли свой пароль, то Ваша учетная запись может быть скомпрометирована!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Пожалуйста, смените пароль, чтобы обезопасить свою учетную запись." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Неудачная аутентификация с сервером!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Пожалуйста, свяжитесь с вашим администратором." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Забыли пароль? Сбросьте его!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "запомнить" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Войти" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Альтернативные имена пользователя" @@ -864,7 +850,7 @@ msgstr "Альтернативные имена пользователя" msgid "" "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> " "with you.<br><a href=\"%s\">View it!</a><br><br>" -msgstr "Здравствуйте,<br><br>%s предоставил Вам доступ к <strong>%s</strong>.<br><a href=\"%s\">Посмотреть</a><br><br>" +msgstr "Здравствуйте,<br><br>%s предоставил Вам доступ к <strong>%s</strong>.<br>Перейдите по <a href=\"%s\">ссылке</a>, чтобы загрузить информацию<br><br>" #: templates/singleuser.user.php:3 msgid "This ownCloud instance is currently in single user mode." 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/ru/files_encryption.po b/l10n/ru/files_encryption.po index bed4f8a0062..e02521a0b12 100644 --- a/l10n/ru/files_encryption.po +++ b/l10n/ru/files_encryption.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-30 06:10+0000\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" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -100,7 +100,7 @@ msgid "" " the encryption app has been disabled." msgstr "Пожалуйста, убедитесь, что версия PHP 5.3.3 или новее, а также, что OpenSSL и соответствующее расширение PHP включены и правильно настроены. На данный момент приложение шифрования отключено." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Для следующих пользователей шифрование не настроено:" @@ -140,11 +140,11 @@ msgstr "Пароль для ключа восстановления" msgid "Repeat Recovery key password" msgstr "Повторите пароль восстановления ключа" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Включено" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Отключено" @@ -169,12 +169,12 @@ msgid "Change Password" msgstr "Изменить пароль" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Пароль от секретного ключа больше не соответствует паролю входа:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Замените старый пароль от секретного ключа на новый пароль входа." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -182,32 +182,32 @@ msgid "" "recover your files." msgstr "Если вы не помните свой старый пароль, вы можете попросить своего администратора восстановить ваши файлы" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Старый пароль для входа" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Текущйи пароль для входа" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Обновить пароль от секретного ключа" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Включить восстановление пароля:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Включение этой опции позволит вам получить доступ к своим зашифрованным файлам в случае утери пароля" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Настройки файла восстановления обновлены" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Невозможно обновить файл восстановления" diff --git a/l10n/si_LK/core.po b/l10n/si_LK/core.po index 9b71676a417..82c6cffe2ff 100644 --- a/l10n/si_LK/core.po +++ b/l10n/si_LK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "ඔබගේ මුරපදය ප්රත්යාරම්භ #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "පරිශීලක නම" @@ -609,7 +609,7 @@ msgstr "පෞද්ගලික" msgid "Users" msgstr "පරිශීලකයන්" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "යෙදුම්" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "මුර පදය" @@ -775,57 +775,43 @@ msgstr "ස්ථාපනය කිරීම අවසන් කරන්න" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "නික්මීම" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "මතක තබාගන්න" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "ප්රවේශවන්න" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/si_LK/files_encryption.po b/l10n/si_LK/files_encryption.po index 60527d7a554..8e7dd517001 100644 --- a/l10n/si_LK/files_encryption.po +++ b/l10n/si_LK/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sk/core.po b/l10n/sk/core.po index 58eb94779f8..6e519bd23f0 100644 --- a/l10n/sk/core.po +++ b/l10n/sk/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -566,7 +566,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -614,7 +614,7 @@ msgstr "Osobné" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -725,7 +725,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -780,57 +780,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/files_encryption.po b/l10n/sk/files_encryption.po index 9208f5adb72..4761187b1ca 100644 --- a/l10n/sk/files_encryption.po +++ b/l10n/sk/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index 07124b21384..2a32e0bd5ea 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -568,7 +568,7 @@ msgstr "Odkaz pre obnovenie hesla obdržíte emailom." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Meno používateľa" @@ -616,7 +616,7 @@ msgstr "Osobné" msgid "Users" msgstr "Používatelia" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Aplikácie" @@ -727,7 +727,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Vytvoriť <strong>administrátorský účet</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Heslo" @@ -782,57 +782,43 @@ msgstr "Dokončiť inštaláciu" msgid "Finishing …" msgstr "Dokončujem..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Táto aplikácia vyžaduje JavaScript a tento musí byť povolený pre správnu funkciu aplikácie. Prosím <a href=\"http://enable-javascript.com/\" target=\"_blank\">povoľte JavaScript</a> a znovunačítajte toto rozhranie." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s je dostupná. Získajte viac informácií o postupe aktualizácie." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odhlásiť" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatické prihlásenie bolo zamietnuté!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "V nedávnej dobe ste si nezmenili svoje heslo, váš účet môže byť kompromitovaný." - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Prosím, zmeňte si svoje heslo pre opätovné zabezpečenie vášho účtu." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Autentifikácia na serveri zlyhala!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Kontaktujte prosím vášho administrátora." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Zabudli ste heslo? Obnovte si ho!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "zapamätať" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Prihlásiť sa" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternatívne prihlásenie" 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/sk_SK/files_encryption.po b/l10n/sk_SK/files_encryption.po index f640f178d59..1c71d4704ef 100644 --- a/l10n/sk_SK/files_encryption.po +++ b/l10n/sk_SK/files_encryption.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-30 06:10+0000\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" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Prosím uistite sa, že PHP verzie 5.3.3 alebo novšej je nainštalované a tiež, že OpenSSL knižnica spolu z PHP rozšírením je povolená a konfigurovaná správne. Nateraz bola aplikácia šifrovania zablokovaná." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Nasledujúci používatelia nie sú nastavení pre šifrovanie:" @@ -133,11 +133,11 @@ msgstr "Heslo obnovovacieho kľúča" msgid "Repeat Recovery key password" msgstr "Zopakujte heslo kľúča pre obnovu" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Povolené" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Zakázané" @@ -162,12 +162,12 @@ msgid "Change Password" msgstr "Zmeniť heslo" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Vaše heslo súkromného kľúča je rovnaké ako Vaše prihlasovacie heslo:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Nastavte si staré heslo súkromného kľúča k Vášmu súčasnému prihlasovaciemu heslu." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -175,32 +175,32 @@ msgid "" "recover your files." msgstr "Ak si nepamätáte svoje staré heslo, môžete požiadať administrátora o obnovenie svojich súborov." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Staré prihlasovacie heslo" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Súčasné prihlasovacie heslo" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Aktualizovať heslo súkromného kľúča" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Povoliť obnovu hesla:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Povolenie Vám umožní znovu získať prístup k Vašim zašifrovaným súborom, ak stratíte heslo" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Nastavenie obnovy súborov aktualizované" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Nemožno aktualizovať obnovenie súborov" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index b4029836722..8e6838ad337 100644 --- a/l10n/sl/core.po +++ b/l10n/sl/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -573,7 +573,7 @@ msgstr "Na elektronski naslov boste prejeli povezavo za ponovno nastavitev gesla #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Uporabniško ime" @@ -621,7 +621,7 @@ msgstr "Osebno" msgid "Users" msgstr "Uporabniki" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Programi" @@ -732,7 +732,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Ustvari <strong>skrbniški račun</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Geslo" @@ -787,57 +787,43 @@ msgstr "Končaj nastavitev" msgid "Finishing …" msgstr "Poteka zaključevanje opravila ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Program zahteva omogočeno skriptno podporo. Za pravilno delovanje je treba omogočiti <a href=\"http://enable-javascript.com/\" target=\"_blank\">JavaScript</a> in nato ponovno osvežiti vmesnik." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s je na voljo. Pridobite več podrobnosti za posodobitev." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odjava" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Samodejno prijavljanje je zavrnjeno!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "V primeru, da gesla za dostop že nekaj časa niste spremenili, je račun lahko ogrožen!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Spremenite geslo za izboljšanje zaščite računa." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Overitev s strežnika je spodletela!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Stopite v stik s skrbnikom sistema." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Ali ste pozabili geslo? Ponastavite ga!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "zapomni si" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Prijava" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Druge prijavne možnosti" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index 2ebeedd0228..0e40ae14eea 100644 --- a/l10n/sl/files.po +++ b/l10n/sl/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-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 18:17+0000\n" "Last-Translator: Matej Urbančič <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\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 "Datoteka presega omejitev velikosti za %s" + +#: 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/sl/files_encryption.po b/l10n/sl/files_encryption.po index f513d3b8edf..f3c1abd3af8 100644 --- a/l10n/sl/files_encryption.po +++ b/l10n/sl/files_encryption.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-30 18:22+0000\n" -"Last-Translator: Matej Urbančič <>\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" "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" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Preverite, ali je na strežniku nameščen paket PHP 5.3.3 ali novejši, da je omogočen in pravilno nastavljen PHP OpenSSL. Z obstoječimi možnostmi šifriranje ni mogoče." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Navedeni uporabniki še nimajo nastavljenega šifriranja:" @@ -133,11 +133,11 @@ msgstr "Ključ za obnovitev gesla" msgid "Repeat Recovery key password" msgstr "Ponovi ključ za obnovitev gesla" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Omogočeno" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Onemogočeno" @@ -162,12 +162,12 @@ msgid "Change Password" msgstr "Spremeni geslo" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Vaš zasebni ključ za geslo se ne ujema z geslom, vnesenim ob prijavi:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Nastavite svoj star zasebni ključ v geslo, vneseno ob prijavi." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -175,32 +175,32 @@ msgid "" "recover your files." msgstr "Če ste pozabili svoje geslo, lahko vaše datoteke obnovi le skrbnik sistema." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Staro geslo" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Trenutno geslo" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Posodobi zasebni ključ" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Omogoči obnovitev gesla:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Nastavitev te možnosti omogoča ponovno pridobitev dostopa do šifriranih datotek, v primeru, da boste geslo pozabili." -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Nastavitve obnavljanja dokumentov so posodobljene" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Nastavitev za obnavljanje dokumentov ni mogoče posodobiti" diff --git a/l10n/sl/lib.po b/l10n/sl/lib.po index 08626eb0fa6..54c961ed4b6 100644 --- a/l10n/sl/lib.po +++ b/l10n/sl/lib.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-07 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-11 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 18:19+0000\n" +"Last-Translator: Matej Urbančič <>\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" @@ -21,7 +21,7 @@ msgstr "" #: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" -msgstr "" +msgstr "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!" #: base.php:201 msgid "" @@ -32,7 +32,7 @@ msgstr "" #: base.php:203 #, php-format msgid "See %s" -msgstr "" +msgstr "Oglejte si %s" #: base.php:208 private/util.php:428 #, php-format diff --git a/l10n/sq/core.po b/l10n/sq/core.po index aad3d410648..fa0bc06e5e7 100644 --- a/l10n/sq/core.po +++ b/l10n/sq/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -563,7 +563,7 @@ msgstr "Do t'iu vijë një email që përmban një lidhje për ta rivendosur kod #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Përdoruesi" @@ -611,7 +611,7 @@ msgstr "Personale" msgid "Users" msgstr "Përdoruesit" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "App" @@ -722,7 +722,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Krijo një <strong>llogari administruesi</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Kodi" @@ -777,57 +777,43 @@ msgstr "Mbaro setup-in" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s është i disponueshëm. Merrni më shumë informacione mbi azhurnimin." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Dalje" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Hyrja automatike u refuzua!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Nqse nuk keni ndryshuar kodin kohët e fundit, llogaria juaj mund të jetë komprometuar." - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Ju lutemi, ndryshoni kodin për ta siguruar përsëri llogarinë tuaj." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "kujto" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Hyrje" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Hyrje alternative" 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/sq/files_encryption.po b/l10n/sq/files_encryption.po index 7f7b50cd552..aaee7bc5678 100644 --- a/l10n/sq/files_encryption.po +++ b/l10n/sq/files_encryption.po @@ -7,8 +7,8 @@ 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 09:41+0000\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" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sr/core.po b/l10n/sr/core.po index b994c42854f..49abf7cf3cc 100644 --- a/l10n/sr/core.po +++ b/l10n/sr/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -566,7 +566,7 @@ msgstr "Добићете везу за ресетовање лозинке пу #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Корисничко име" @@ -614,7 +614,7 @@ msgstr "Лично" msgid "Users" msgstr "Корисници" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Апликације" @@ -725,7 +725,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Направи <strong>административни налог</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Лозинка" @@ -780,57 +780,43 @@ msgstr "Заврши подешавање" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Одјава" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Аутоматска пријава је одбијена!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Ако ускоро не промените лозинку ваш налог може бити компромитован!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Промените лозинку да бисте обезбедили налог." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "упамти" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Пријава" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/files_encryption.po b/l10n/sr/files_encryption.po index 7f055801c1c..bdbc340a8a5 100644 --- a/l10n/sr/files_encryption.po +++ b/l10n/sr/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po index eecb4b73bca..bc8e176b69f 100644 --- a/l10n/sr@latin/core.po +++ b/l10n/sr@latin/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -568,7 +568,7 @@ msgstr "Dobićete vezu za resetovanje lozinke putem e-pošte." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Korisničko ime" @@ -616,7 +616,7 @@ msgstr "Lično" msgid "Users" msgstr "Korisnici" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Programi" @@ -727,7 +727,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Napravi <strong>administrativni nalog</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Lozinka" @@ -782,57 +782,43 @@ msgstr "Završi podešavanje" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odjava" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatsko logovanje odbijeno!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "upamti" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Prijavi se" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/sr@latin/files_encryption.po b/l10n/sr@latin/files_encryption.po index 4aa47075bde..5ddda219695 100644 --- a/l10n/sr@latin/files_encryption.po +++ b/l10n/sr@latin/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/su/core.po b/l10n/su/core.po index 113af37482b..4ebf46bf339 100644 --- a/l10n/su/core.po +++ b/l10n/su/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -556,7 +556,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -604,7 +604,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -715,7 +715,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -770,57 +770,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/su/files_encryption.po b/l10n/su/files_encryption.po index 71f0e181351..79595ace752 100644 --- a/l10n/su/files_encryption.po +++ b/l10n/su/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Sundanese (http://www.transifex.com/projects/p/owncloud/language/su/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sv/core.po b/l10n/sv/core.po index ed929d73168..e115a4985e6 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -570,7 +570,7 @@ msgstr "Du får en länk att återställa ditt lösenord via e-post." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Användarnamn" @@ -618,7 +618,7 @@ msgstr "Personligt" msgid "Users" msgstr "Användare" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Program" @@ -729,7 +729,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Skapa ett <strong>administratörskonto</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Lösenord" @@ -784,57 +784,43 @@ msgstr "Avsluta installation" msgid "Finishing …" msgstr "Avslutar ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Denna applikation kräver JavaScript aktiverat för att fungera korrekt. Vänligen <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktivera JavaScript</a> och ladda om gränssnittet." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s är tillgänglig. Få mer information om hur du går tillväga för att uppdatera." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Logga ut" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Automatisk inloggning inte tillåten!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Om du inte har ändrat ditt lösenord nyligen så kan ditt konto vara manipulerat!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Ändra genast lösenord för att säkra ditt konto." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Servern misslyckades med autentisering!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Kontakta din administratör." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Glömt ditt lösenord? Återställ det!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "kom ihåg" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Logga in" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternativa inloggningar" 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/sv/files_encryption.po b/l10n/sv/files_encryption.po index 8c234a8f2af..5bfcd7225de 100644 --- a/l10n/sv/files_encryption.po +++ b/l10n/sv/files_encryption.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-30 06:10+0000\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" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -100,7 +100,7 @@ msgid "" " the encryption app has been disabled." msgstr "Kontrollera att PHP 5.3.3 eller senare är installerad och att tillägget OpenSSL PHP är aktiverad och korrekt konfigurerad. Kryptering är tillsvidare inaktiverad." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Följande användare har inte aktiverat kryptering:" @@ -140,11 +140,11 @@ msgstr "Lösenord för återställningsnyckel" msgid "Repeat Recovery key password" msgstr "Upprepa återställningsnyckelns lösenord" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Aktiverad" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Inaktiverad" @@ -169,12 +169,12 @@ msgid "Change Password" msgstr "Byt lösenord" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Lösenordet till din privata nyckel stämmer inte längre överens med ditt inloggningslösenord:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Använd din gamla privata nyckels lösenord som ditt aktuella inloggningslösenord." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -182,32 +182,32 @@ msgid "" "recover your files." msgstr "Om du inte kommer ihåg ditt gamla lösenord kan du be din administratör att återställa dina filer." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Gammalt inloggningslösenord" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Nuvarande inloggningslösenord" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Uppdatera lösenordet för din privata nyckel" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Aktivera lösenordsåterställning" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Genom att aktivera detta alternativ kommer du kunna återfå tillgång till dina krypterade filer om du skulle förlora/glömma ditt lösenord" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Inställningarna för filåterställning har uppdaterats" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Kunde inte uppdatera filåterställning" diff --git a/l10n/sw_KE/core.po b/l10n/sw_KE/core.po index 25e7aeab1a2..1befe3ae6ad 100644 --- a/l10n/sw_KE/core.po +++ b/l10n/sw_KE/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/sw_KE/files_encryption.po b/l10n/sw_KE/files_encryption.po index 12136a650c5..514a4be6721 100644 --- a/l10n/sw_KE/files_encryption.po +++ b/l10n/sw_KE/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ta_IN/core.po b/l10n/ta_IN/core.po index 19e9d5606f7..16b5403aaa7 100644 --- a/l10n/ta_IN/core.po +++ b/l10n/ta_IN/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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_IN/files_encryption.po b/l10n/ta_IN/files_encryption.po index 13d67d74fcb..a727c184757 100644 --- a/l10n/ta_IN/files_encryption.po +++ b/l10n/ta_IN/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ta_LK/core.po b/l10n/ta_LK/core.po index d0c1fafb7af..f9c121e8377 100644 --- a/l10n/ta_LK/core.po +++ b/l10n/ta_LK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "நீங்கள் மின்னஞ்சல் மூலம் உ #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "பயனாளர் பெயர்" @@ -609,7 +609,7 @@ msgstr "தனிப்பட்ட" msgid "Users" msgstr "பயனாளர்" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "செயலிகள்" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "<strong> நிர்வாக கணக்கொன்றை </strong> உருவாக்குக" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "கடவுச்சொல்" @@ -775,57 +775,43 @@ msgstr "அமைப்பை முடிக்க" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "விடுபதிகை செய்க" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "தன்னிச்சையான புகுபதிகை நிராகரிப்பட்டது!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "உங்களுடைய கடவுச்சொல்லை அண்மையில் மாற்றவில்லையின், உங்களுடைய கணக்கு சமரசமாகிவிடும்!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "உங்களுடைய கணக்கை மீண்டும் பாதுகாக்க தயவுசெய்து உங்களுடைய கடவுச்சொல்லை மாற்றவும்." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "ஞாபகப்படுத்துக" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "புகுபதிகை" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/ta_LK/files_encryption.po b/l10n/ta_LK/files_encryption.po index e5bfc80053e..061f112f566 100644 --- a/l10n/ta_LK/files_encryption.po +++ b/l10n/ta_LK/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/te/core.po b/l10n/te/core.po index 190e9be1621..eacaf6df952 100644 --- a/l10n/te/core.po +++ b/l10n/te/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "వాడుకరి పేరు" @@ -610,7 +610,7 @@ msgstr "వ్యక్తిగతం" msgid "Users" msgstr "వాడుకరులు" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "సంకేతపదం" @@ -776,57 +776,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "నిష్క్రమించు" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/te/files_encryption.po b/l10n/te/files_encryption.po index c801c56dd65..a27d59aeff6 100644 --- a/l10n/te/files_encryption.po +++ b/l10n/te/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -132,11 +132,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -161,11 +161,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index e640e26883e..0621fb486d8 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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" @@ -562,7 +562,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index e0437bef4ac..c5d55bb1274 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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 2a6b8ae2878..bbf59436531 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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" @@ -90,7 +90,7 @@ msgid "" "the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -130,11 +130,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -159,11 +159,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -172,32 +172,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 4a9037206a9..18ca6965994 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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 6825ff26519..d99d176ac06 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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 "" @@ -69,11 +69,11 @@ msgstr "" msgid "Add remote share" msgstr "" -#: js/public.js:203 +#: js/public.js:204 msgid "No ownCloud installation found at {remote}" msgstr "" -#: js/public.js:204 +#: js/public.js:205 msgid "Invalid ownCloud url" msgstr "" @@ -125,20 +125,20 @@ 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 "" -#: 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 "" -#: templates/public.php:65 +#: templates/public.php:70 msgid "Direct link" msgstr "" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index d7a9a4c6ed1..9ff6d0c80ba 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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 25d06c24fce..8ade4437782 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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 ed2f36050ec..0273fe8f851 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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 9d7a4ff5b4d..424b6f42d9c 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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 b69c536a181..b5fbd0103ee 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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 f72862f8680..824a1bc3dce 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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 8c8d598c78a..86e11ce521c 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-07 01:54-0400\n" +"POT-Creation-Date: 2014-08-11 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/core.po b/l10n/th_TH/core.po index bbd3b281387..644fa2db3e6 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -556,7 +556,7 @@ msgstr "คุณจะได้รับลิงค์เพื่อกำห #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "ชื่อผู้ใช้งาน" @@ -604,7 +604,7 @@ msgstr "ส่วนตัว" msgid "Users" msgstr "ผู้ใช้งาน" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "แอปฯ" @@ -715,7 +715,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "สร้าง <strong>บัญชีผู้ดูแลระบบ</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "รหัสผ่าน" @@ -770,57 +770,43 @@ msgstr "ติดตั้งเรียบร้อยแล้ว" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "ออกจากระบบ" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "การเข้าสู่ระบบอัตโนมัติถูกปฏิเสธแล้ว" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "หากคุณยังไม่ได้เปลี่ยนรหัสผ่านของคุณเมื่อเร็วๆนี้, บัญชีของคุณอาจถูกบุกรุกโดยผู้อื่น" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "กรุณาเปลี่ยนรหัสผ่านของคุณอีกครั้ง เพื่อป้องกันบัญชีของคุณให้ปลอดภัย" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "จำรหัสผ่าน" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "เข้าสู่ระบบ" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/th_TH/files_encryption.po b/l10n/th_TH/files_encryption.po index b5de80f3953..76e04c11c13 100644 --- a/l10n/th_TH/files_encryption.po +++ b/l10n/th_TH/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/tr/core.po b/l10n/tr/core.po index e40a48efea3..bbd99695c3c 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/core.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 18:08+0000\n" -"Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -565,7 +565,7 @@ msgstr "Parolanızı sıfırlamak için e-posta ile bir bağlantı alacaksınız #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Kullanıcı Adı" @@ -613,7 +613,7 @@ msgstr "Kişisel" msgid "Users" msgstr "Kullanıcılar" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Uygulamalar" @@ -724,7 +724,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Bir <strong>yönetici hesabı</strong> oluşturun" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Parola" @@ -779,57 +779,43 @@ msgstr "Kurulumu tamamla" msgid "Finishing …" msgstr "Tamamlanıyor ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Uygulama, doğru çalışabilmesi için JavaScript'in etkinleştirilmesini gerektiriyor. Lütfen <a href=\"http://enable-javascript.com/\" target=\"_blank\">JavaScript'i etkinleştirin</a> ve bu arayüzü yeniden yükleyin." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s kullanılabilir. Nasıl güncelleyeceğiniz hakkında daha fazla bilgi alın." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Çıkış yap" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Otomatik oturum açma reddedildi!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Yakın zamanda parolanızı değiştirmediyseniz hesabınız tehlikede olabilir!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Hesabınızı tekrar güvene almak için lütfen parolanızı değiştirin." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Sunucu taraflı yetkilendirme başarısız!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Lütfen sistem yöneticiniz ile iletişime geçin." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "Parolanızı mı unuttunuz? Sıfırlayın!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "hatırla" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Giriş yap" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Alternatif Girişler" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index ea7113c9b7c..3b5215acd17 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 00:49+0000\n" "Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\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 "Dosya, kotanızı %s aşıyor" + +#: 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/tr/files_encryption.po b/l10n/tr/files_encryption.po index e2342ff9013..bcee5398b49 100644 --- a/l10n/tr/files_encryption.po +++ b/l10n/tr/files_encryption.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-30 18:15+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 00:49+0000\n" "Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "PHP 5.3.3 veya daha sürümü ile birlikte OpenSSL ve OpenSSL PHP uzantısının birlikte etkin olduğundan ve doğru bir şekilde yapılandırıldığından emin olun. Şimdilik şifreleme uygulaması devre dışı bırakıldı." -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "Aşağıdaki kullanıcılar şifreleme için ayarlanmamış:" @@ -133,11 +133,11 @@ msgstr "Kurtarma anahtarı parolası" msgid "Repeat Recovery key password" msgstr "Kurtarma anahtarı parolasını yineleyin" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Etkin" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Devre Dışı" @@ -162,12 +162,12 @@ msgid "Change Password" msgstr "Parola Değiştir" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Özel anahtar parolanız artık oturum açma parolanızla eşleşmiyor:" +msgid "Your private key password no longer match your log-in password." +msgstr "Özel anahtar parolanız artık oturum açma parolanız ile eşleşmiyor." #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Eski özel anahtar parolanızı geçerli oturum açma parolanız olarak ayarlayın." +msgid "Set your old private key password to your current log-in password:" +msgstr "Eski özel anahtar parolanızı, geçerli oturum açma parolanız olarak ayarlayın:" #: templates/settings-personal.php:17 msgid "" @@ -175,32 +175,32 @@ msgid "" "recover your files." msgstr "Eğer eski parolanızı hatırlamıyorsanız, yöneticinizden dosyalarınızı kurtarmasını talep edebilirsiniz." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Eski oturum açma parolası" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Geçerli oturum açma parolası" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Özel Anahtar Parolasını Güncelle" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Parola kurtarmayı etkinleştir:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Bu seçeneği etkinleştirmek, parola kaybı durumunda şifrelenmiş dosyalarınıza erişimi yeniden kazanmanızı sağlayacaktır" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Dosya kurtarma ayarları güncellendi" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Dosya kurtarma güncellenemedi" diff --git a/l10n/tr/lib.po b/l10n/tr/lib.po index a290f9ac677..3703cc56081 100644 --- a/l10n/tr/lib.po +++ b/l10n/tr/lib.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-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-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 00:48+0000\n" +"Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -362,7 +362,7 @@ msgstr "%s için izinler öge bulunamadığından ayarlanamadı" msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Son kullanma tarihi ayarlanamıyor. Paylaşımların süreleri, paylaşıldıkları süreden %s sonra dolamaz." #: private/share/share.php:968 msgid "Cannot set expiration date. Expiration date is in the past" diff --git a/l10n/tzm/core.po b/l10n/tzm/core.po index e6c5e383827..fe5aa50f6cb 100644 --- a/l10n/tzm/core.po +++ b/l10n/tzm/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/tzm/files_encryption.po b/l10n/tzm/files_encryption.po index f35d71855d2..edc259e1df7 100644 --- a/l10n/tzm/files_encryption.po +++ b/l10n/tzm/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ug/core.po b/l10n/ug/core.po index 9645e539867..8cbf43e74ce 100644 --- a/l10n/ug/core.po +++ b/l10n/ug/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -556,7 +556,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "ئىشلەتكۈچى ئاتى" @@ -604,7 +604,7 @@ msgstr "شەخسىي" msgid "Users" msgstr "ئىشلەتكۈچىلەر" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "ئەپلەر" @@ -715,7 +715,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "ئىم" @@ -770,57 +770,43 @@ msgstr "تەڭشەك تامام" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "تىزىمدىن چىق" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/ug/files_encryption.po b/l10n/ug/files_encryption.po index 890ea01cc2a..45d13230bb4 100644 --- a/l10n/ug/files_encryption.po +++ b/l10n/ug/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/uk/core.po b/l10n/uk/core.po index 517a8d3f6cd..6f138373d77 100644 --- a/l10n/uk/core.po +++ b/l10n/uk/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -568,7 +568,7 @@ msgstr "Ви отримаєте посилання для скидання ва #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Ім'я користувача" @@ -616,7 +616,7 @@ msgstr "Особисте" msgid "Users" msgstr "Користувачі" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Додатки" @@ -727,7 +727,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Створити <strong>обліковий запис адміністратора</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Пароль" @@ -782,57 +782,43 @@ msgstr "Завершити налаштування" msgid "Finishing …" msgstr "Завершується ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s доступний. Отримай більше інформації про те, як оновити." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Вихід" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Автоматичний вхід в систему відхилений!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Якщо Ви не міняли пароль останнім часом, Ваш обліковий запис може бути скомпрометованим!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Будь ласка, змініть свій пароль, щоб знову захистити Ваш обліковий запис." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Помилка аутентифікації на боці Сервера !" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Будь ласка, зверніться до вашого Адміністратора." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "запам'ятати" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Вхід" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/uk/files_encryption.po b/l10n/uk/files_encryption.po index dd89feb86bc..d30342c7a7f 100644 --- a/l10n/uk/files_encryption.po +++ b/l10n/uk/files_encryption.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-30 06:10+0000\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" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -132,11 +132,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -161,11 +161,11 @@ msgid "Change Password" msgstr "Змінити Пароль" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ur/core.po b/l10n/ur/core.po index 543588852be..6cb865127f5 100644 --- a/l10n/ur/core.po +++ b/l10n/ur/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -561,7 +561,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -720,7 +720,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -775,57 +775,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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/files_encryption.po b/l10n/ur/files_encryption.po index 128aad4a065..795dbe5e9d0 100644 --- a/l10n/ur/files_encryption.po +++ b/l10n/ur/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Urdu (http://www.transifex.com/projects/p/owncloud/language/ur/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ur_PK/core.po b/l10n/ur_PK/core.po index 284b677c64e..13dc2b30ddb 100644 --- a/l10n/ur_PK/core.po +++ b/l10n/ur_PK/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -562,7 +562,7 @@ msgstr "آپ ای میل کے ذریعے اپنے پاسورڈ ری سیٹ کا #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "یوزر نیم" @@ -610,7 +610,7 @@ msgstr "شخصی" msgid "Users" msgstr "صارفین" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "ایپز" @@ -721,7 +721,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "ایک<strong> ایڈمن اکاؤنٹ</strong> بنائیں" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "پاسورڈ" @@ -776,57 +776,43 @@ msgstr "سیٹ اپ ختم کریں" msgid "Finishing …" msgstr "تکمیل ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s دستیاب ہے. اپ ڈیٹ کرنے کے بارے میں مزید معلومات حاصل کریں." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "لاگ آؤٹ" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "آٹومیٹک لاگ ان مسترد" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "آپ نے حال ہی میں اپنا پاس ورڈ تبدیل نہیں کیا تو، آپ کے اکاؤنٹ سے سمجھوتہ ہو سکتا ہے" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "براہ مہربانی پھر سے اکاونٹ محفوظ کرنے کے لیے اپنا پاس ورڈ تبدیل کریں." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "یاد رکھیں" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "لاگ ان" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "متبادل لاگ ان " 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/ur_PK/files_encryption.po b/l10n/ur_PK/files_encryption.po index 46356b3936d..90645158a55 100644 --- a/l10n/ur_PK/files_encryption.po +++ b/l10n/ur_PK/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/uz/core.po b/l10n/uz/core.po index c649445cb05..ceee7aa90a2 100644 --- a/l10n/uz/core.po +++ b/l10n/uz/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -556,7 +556,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "" @@ -604,7 +604,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "" @@ -715,7 +715,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "" @@ -770,57 +770,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "" 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/uz/files_encryption.po b/l10n/uz/files_encryption.po index 04182f870dc..19a06a07fef 100644 --- a/l10n/uz/files_encryption.po +++ b/l10n/uz/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "" @@ -160,11 +160,11 @@ msgid "Change Password" msgstr "" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -173,32 +173,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/vi/core.po b/l10n/vi/core.po index 19fb4a22a80..1aa662cc9e2 100644 --- a/l10n/vi/core.po +++ b/l10n/vi/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -560,7 +560,7 @@ msgstr "Vui lòng kiểm tra Email để khôi phục lại mật khẩu." #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "Tên đăng nhập" @@ -608,7 +608,7 @@ msgstr "Cá nhân" msgid "Users" msgstr "Người dùng" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "Ứng dụng" @@ -719,7 +719,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "Tạo một <strong>tài khoản quản trị</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "Mật khẩu" @@ -774,57 +774,43 @@ msgstr "Cài đặt hoàn tất" msgid "Finishing …" msgstr "Đang hoàn thành ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "Ứng dụng này yêu cầu JavaScript để hoạt động. Vui lòng <a href=\"http://enable-javascript.com/\" target=\"_blank\">kích hoạt JavaScript</a> và tải lại giao diện này." -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s còn trống. Xem thêm thông tin cách cập nhật." -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "Đăng xuất" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "Tự động đăng nhập đã bị từ chối !" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "Nếu bạn không thay đổi mật khẩu gần đây của bạn, tài khoản của bạn có thể gặp nguy hiểm!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "Vui lòng thay đổi mật khẩu của bạn để đảm bảo tài khoản của bạn một lần nữa." - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "Xác thực phía máy chủ không thành công!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "Vui lòng liên hệ với quản trị viên." -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "ghi nhớ" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "Đăng nhập" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "Đăng nhập khác" 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/vi/files_encryption.po b/l10n/vi/files_encryption.po index 4899f283958..f1218875112 100644 --- a/l10n/vi/files_encryption.po +++ b/l10n/vi/files_encryption.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-30 06:10+0000\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" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -133,11 +133,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "Bật" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "Tắt" @@ -162,12 +162,12 @@ msgid "Change Password" msgstr "Đổi Mật khẩu" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "Mật khẩu khóa cá nhân không còn phù hợp với mật khẩu đăng nhập:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "Thiết lập mật khẩu khóa cá nhân cũ đến mật khẩu đăng nhập hiện tại." +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -175,32 +175,32 @@ msgid "" "recover your files." msgstr "Nếu bạn không nhớ mật khẩu cũ, bạn có thể yêu cầu quản trị viên khôi phục tập tin của bạn." -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "Mật khẩu đăng nhập cũ" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "Mật khẩu đăng nhập hiện tại" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "Cập nhật mật khẩu khóa cá nhân" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "Kích hoạt khôi phục mật khẩu:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Tùy chọn này sẽ cho phép bạn tái truy cập đến các tập tin mã hóa trong trường hợp mất mật khẩu" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "Đã cập nhật thiết lập khôi phục tập tin " -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "Không thể cập nhật khôi phục tập tin" diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 856631ca491..de54994fbac 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.po @@ -15,8 +15,8 @@ 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" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -564,7 +564,7 @@ msgstr "您将会收到包含可以重置密码链接的邮件。" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "用户名" @@ -612,7 +612,7 @@ msgstr "个人" msgid "Users" msgstr "用户" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "应用" @@ -723,7 +723,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "创建<strong>管理员账号</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "密码" @@ -778,57 +778,43 @@ msgstr "安装完成" msgid "Finishing …" msgstr "正在结束 ..." -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "此程序需要启用JavaScript才能正常运行。请<a href=\"http://enable-javascript.com/\" target=\"_blank\">启用JavaScript</a> 并重新加载此接口。" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s 可用。获取更多关于如何升级的信息。" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "注销" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "自动登录被拒绝!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "如果您没有最近修改您的密码,您的帐户可能会受到影响!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "请修改您的密码,以保护您的账户安全。" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "服务端验证失败!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "请联系你的管理员。" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "忘记密码?立即重置!" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "记住" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "登录" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "其他登录方式" 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_CN/files_encryption.po b/l10n/zh_CN/files_encryption.po index f963202c943..48faa4358e9 100644 --- a/l10n/zh_CN/files_encryption.po +++ b/l10n/zh_CN/files_encryption.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-30 06:10+0000\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" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -97,7 +97,7 @@ msgid "" " the encryption app has been disabled." msgstr "请确认安装了 PHP 5.3.3 或更新版本,且 OpenSSL 及其 PHP 扩展已经启用并正确配置。加密应用现在已被禁用。" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "以下用户还没有设置加密:" @@ -137,11 +137,11 @@ msgstr "恢复密钥密码" msgid "Repeat Recovery key password" msgstr "重复恢复密钥密码" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "开启" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "禁用" @@ -166,12 +166,12 @@ msgid "Change Password" msgstr "修改密码" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "您的私钥密码不再匹配您的登录密码:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "讲您旧的私钥密码改为当前登录密码。" +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -179,32 +179,32 @@ msgid "" "recover your files." msgstr "如果您记不住旧的密码,您可以请求管理员恢复您的文件。" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "旧登录密码" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "当前登录密码" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "更新私钥密码" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "启用密码恢复:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "启用该项将允许你在密码丢失后取回您的加密文件" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "文件恢复设置已更新" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "不能更新文件恢复" diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index 7ead424733c..2fef72f1d68 100644 --- a/l10n/zh_HK/core.po +++ b/l10n/zh_HK/core.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-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -557,7 +557,7 @@ msgstr "你將收到一封電郵" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "用戶名稱" @@ -605,7 +605,7 @@ msgstr "個人" msgid "Users" msgstr "用戶" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "軟件" @@ -716,7 +716,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "建立管理員帳戶" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "密碼" @@ -771,57 +771,43 @@ msgstr "" msgid "Finishing …" msgstr "" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "登出" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "自動登入被拒" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "如果你近期未曾更改密碼, 你的帳號可能被洩露!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "請更改你的密碼以保護你的帳戶" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "記住" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "登入" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" 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_HK/files_encryption.po b/l10n/zh_HK/files_encryption.po index 2bd053559a7..4488a7fb2df 100644 --- a/l10n/zh_HK/files_encryption.po +++ b/l10n/zh_HK/files_encryption.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-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:54+0000\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" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "" @@ -132,11 +132,11 @@ msgstr "" msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "啟用" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "停用" @@ -161,11 +161,11 @@ msgid "Change Password" msgstr "更改密碼" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" +msgid "Your private key password no longer match your log-in password." msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." +msgid "Set your old private key password to your current log-in password:" msgstr "" #: templates/settings-personal.php:17 @@ -174,32 +174,32 @@ msgid "" "recover your files." msgstr "" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 38907f936e6..245d06f24dd 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.po @@ -4,13 +4,13 @@ # # 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" +"POT-Creation-Date: 2014-08-10 01:54-0400\n" +"PO-Revision-Date: 2014-08-10 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" @@ -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" @@ -558,7 +558,7 @@ msgstr "重設密碼的連結將會寄到您的電子郵件信箱。" #: lostpassword/templates/lostpassword.php:8 #: lostpassword/templates/lostpassword.php:9 templates/installation.php:51 -#: templates/installation.php:54 templates/login.php:31 templates/login.php:35 +#: templates/installation.php:54 templates/login.php:23 templates/login.php:27 msgid "Username" msgstr "使用者名稱" @@ -606,7 +606,7 @@ msgstr "個人" msgid "Users" msgstr "使用者" -#: strings.php:7 templates/layout.user.php:57 templates/layout.user.php:122 +#: strings.php:7 templates/layout.user.php:56 templates/layout.user.php:121 msgid "Apps" msgstr "應用程式" @@ -717,7 +717,7 @@ msgid "Create an <strong>admin account</strong>" msgstr "建立一個<strong>管理者帳號</strong>" #: templates/installation.php:59 templates/installation.php:62 -#: templates/login.php:41 templates/login.php:44 +#: templates/login.php:33 templates/login.php:36 msgid "Password" msgstr "密碼" @@ -772,57 +772,43 @@ msgstr "完成設定" msgid "Finishing …" msgstr "即將完成…" -#: templates/layout.user.php:44 +#: templates/layout.user.php:43 msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." msgstr "" -#: templates/layout.user.php:48 +#: templates/layout.user.php:47 #, php-format msgid "%s is available. Get more information on how to update." msgstr "%s 已經釋出,瞭解更多資訊以進行更新。" -#: templates/layout.user.php:84 templates/singleuser.user.php:8 +#: templates/layout.user.php:83 templates/singleuser.user.php:8 msgid "Log out" msgstr "登出" #: templates/login.php:11 -msgid "Automatic logon rejected!" -msgstr "自動登入被拒!" - -#: templates/login.php:12 -msgid "" -"If you did not change your password recently, your account may be " -"compromised!" -msgstr "如果您最近並未更改密碼,您的帳號可能已經遭到入侵!" - -#: templates/login.php:14 -msgid "Please change your password to secure your account again." -msgstr "請更改您的密碼以再次取得您帳戶的控制權。" - -#: templates/login.php:19 msgid "Server side authentication failed!" msgstr "伺服器端認證失敗!" -#: templates/login.php:20 +#: templates/login.php:12 msgid "Please contact your administrator." msgstr "請聯絡系統管理員。" -#: templates/login.php:50 +#: templates/login.php:42 msgid "Forgot your password? Reset it!" msgstr "" -#: templates/login.php:55 +#: templates/login.php:47 msgid "remember" msgstr "記住" -#: templates/login.php:59 +#: templates/login.php:51 msgid "Log in" msgstr "登入" -#: templates/login.php:65 +#: templates/login.php:57 msgid "Alternative Logins" msgstr "其他登入方法" 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_encryption.po b/l10n/zh_TW/files_encryption.po index d398c379628..4d91ea010dc 100644 --- a/l10n/zh_TW/files_encryption.po +++ b/l10n/zh_TW/files_encryption.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-30 06:10+0000\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" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "請確認已安裝 PHP 5.3.3 或是更新的版本以及 OpenSSL 也一併安裝在 PHP extension 裡面並啟用及設置完成。現在,加密功能是停用的。" -#: hooks/hooks.php:286 +#: hooks/hooks.php:293 msgid "Following users are not set up for encryption:" msgstr "以下的使用者無法設定加密:" @@ -135,11 +135,11 @@ msgstr "還原金鑰密碼" msgid "Repeat Recovery key password" msgstr "再輸入還原金鑰密碼一次" -#: templates/settings-admin.php:22 templates/settings-personal.php:53 +#: templates/settings-admin.php:22 templates/settings-personal.php:52 msgid "Enabled" msgstr "已啓用" -#: templates/settings-admin.php:30 templates/settings-personal.php:61 +#: templates/settings-admin.php:30 templates/settings-personal.php:60 msgid "Disabled" msgstr "已停用" @@ -164,12 +164,12 @@ msgid "Change Password" msgstr "變更密碼" #: templates/settings-personal.php:12 -msgid "Your private key password no longer match your log-in password:" -msgstr "您的私人金鑰密碼不符合您的登入密碼:" +msgid "Your private key password no longer match your log-in password." +msgstr "" #: templates/settings-personal.php:15 -msgid "Set your old private key password to your current log-in password." -msgstr "設定您的舊私人金鑰密碼到您現在的登入密碼。" +msgid "Set your old private key password to your current log-in password:" +msgstr "" #: templates/settings-personal.php:17 msgid "" @@ -177,32 +177,32 @@ msgid "" "recover your files." msgstr "如果您忘記舊密碼,可以請求管理員協助取回檔案。" -#: templates/settings-personal.php:25 +#: templates/settings-personal.php:24 msgid "Old log-in password" msgstr "舊登入密碼" -#: templates/settings-personal.php:31 +#: templates/settings-personal.php:30 msgid "Current log-in password" msgstr "目前的登入密碼" -#: templates/settings-personal.php:36 +#: templates/settings-personal.php:35 msgid "Update Private Key Password" msgstr "更新私人金鑰密碼" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "Enable password recovery:" msgstr "啟用密碼還原:" -#: templates/settings-personal.php:46 +#: templates/settings-personal.php:45 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "啟用這個選項將會允許您因忘記密碼但需要存取您的加密檔案" -#: templates/settings-personal.php:62 +#: templates/settings-personal.php:61 msgid "File recovery settings updated" msgstr "檔案還原設定已更新" -#: templates/settings-personal.php:63 +#: templates/settings-personal.php:62 msgid "Could not update file recovery" 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/ast.php b/lib/l10n/ast.php index 9ff0f12aa91..f3a690cd97d 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "La triba de compartición %s nun ye válida pa %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Falló dar permisos a %s, porque los permisos son mayores que los otorgaos a %s", "Setting permissions for %s failed, because the item was not found" => "Falló dar permisos a %s, porque l'elementu nun s'atopó", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nun pue afitase la data de caducidá. Ficheros compartíos nun puen caducar dempués de %s de compartise", +"Cannot set expiration date. Expiration date is in the past" => "Nun pue afitase la data d'espiración. La data d'espiración ta nel pasáu", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartíu %s tien d'implementar la interfaz OCP\\Share_Backend", "Sharing backend %s not found" => "Nun s'alcontró'l botón de compartición %s", "Sharing backend for %s not found" => "Nun s'alcontró'l botón de partición pa %s", diff --git a/lib/l10n/bg_BG.php b/lib/l10n/bg_BG.php index 4a2d04eaace..bd8b7565da1 100644 --- a/lib/l10n/bg_BG.php +++ b/lib/l10n/bg_BG.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Споделянето на тип %s не валидно за %s.", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Неуспешна промяна на правата за достъп за %s, защото промените надвишават правата на достъп дадени на %s.", "Setting permissions for %s failed, because the item was not found" => "Неуспешна промяна на правата за достъп за %s, защото съдържанието не е открито.", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Неуспешно задаване на дата на изтичане. Споделни папки или файлове не могат да изтичат по-късно от %s след като са били споделени", "Cannot set expiration date. Expiration date is in the past" => "Неуспешно задаване на дата на изтичане. Датата на изтичане е в миналото", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Споделянето на сървърния %s трябва да поддържа OCP\\Share_Backend интерфейс.", "Sharing backend %s not found" => "Споделянето на сървърния %s не е открито.", diff --git a/lib/l10n/cs_CZ.php b/lib/l10n/cs_CZ.php index c46139da321..4fdeea9a417 100644 --- a/lib/l10n/cs_CZ.php +++ b/lib/l10n/cs_CZ.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Sdílení typu %s není korektní pro %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s", "Setting permissions for %s failed, because the item was not found" => "Nastavení práv pro %s selhalo, protože položka nebyla nalezena", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nelze nastavit datum vypršení platnosti. Sdílení nemůže vypršet později než za %s po zveřejnění.", "Cannot set expiration date. Expiration date is in the past" => "Nelze nastavit datum vypršení platnosti. Datum vypršení je v minulosti.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Podpůrná vrstva pro sdílení %s musí obsahovat rozhraní OCP\\Share_Backend", "Sharing backend %s not found" => "Podpůrná vrstva sdílení %s nenalezena", diff --git a/lib/l10n/de.php b/lib/l10n/de.php index 9bb1f76488a..bf44ae04461 100644 --- a/lib/l10n/de.php +++ b/lib/l10n/de.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Freigabetyp %s ist nicht gültig für %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", "Setting permissions for %s failed, because the item was not found" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", "Cannot set expiration date. Expiration date is in the past" => "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", "Sharing backend %s not found" => "Freigabe-Backend %s nicht gefunden", diff --git a/lib/l10n/de_DE.php b/lib/l10n/de_DE.php index edb1d7a46f3..65d508de0ff 100644 --- a/lib/l10n/de_DE.php +++ b/lib/l10n/de_DE.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Freigabetyp %s ist nicht gültig für %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", "Setting permissions for %s failed, because the item was not found" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", "Cannot set expiration date. Expiration date is in the past" => "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", "Sharing backend %s not found" => "Freigabe-Backend %s nicht gefunden", diff --git a/lib/l10n/en_GB.php b/lib/l10n/en_GB.php index 0553e80d70e..c1ad8703ea3 100644 --- a/lib/l10n/en_GB.php +++ b/lib/l10n/en_GB.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Share type %s is not valid for %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", "Setting permissions for %s failed, because the item was not found" => "Setting permissions for %s failed, because the item was not found", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Cannot set expiry date. Shares cannot expire later than %s after they have been shared", "Cannot set expiration date. Expiration date is in the past" => "Cannot set expiry date. Expiry date is in the past", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Sharing backend %s must implement the interface OCP\\Share_Backend", "Sharing backend %s not found" => "Sharing backend %s not found", diff --git a/lib/l10n/es.php b/lib/l10n/es.php index bb0aadeba2e..6c5ac83280a 100644 --- a/lib/l10n/es.php +++ b/lib/l10n/es.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Cannot write into \"config\" directory!" => "No se puede escribir en el directorio de Configuración!", +"Cannot write into \"config\" directory!" => "¡No se puede escribir en el directorio de Configuración!", "This can usually be fixed by giving the webserver write access to the config directory" => "Esto puede ser facilmente solucionado, dando permisos de escritura al directorio de configuración en el servidor Web", "See %s" => "Mirar %s", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Esto puede ser facilmente solucionado, %sdando permisos de escritura al directorio de configuración en el servidor Web%s.", @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Compartir tipo %s no es válido para %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s", "Setting permissions for %s failed, because the item was not found" => "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "No se puede fijar fecha de caducidad. Archivos compartidos no pueden caducar luego de %s de ser compartidos", "Cannot set expiration date. Expiration date is in the past" => "No se puede fijar la fecha de caducidad. La fecha de caducidad está en el pasado.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend", "Sharing backend %s not found" => "El motor compartido %s no se ha encontrado", diff --git a/lib/l10n/eu.php b/lib/l10n/eu.php index 5221b35a307..c395e2d0821 100644 --- a/lib/l10n/eu.php +++ b/lib/l10n/eu.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "%s elkarbanaketa mota ez da %srentzako egokia", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%srentzako baimenak ezartzea huts egin du, baimenak %sri emandakoak baino gehiago direlako", "Setting permissions for %s failed, because the item was not found" => "%srentzako baimenak ezartzea huts egin du, aurkitu ez delako", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Ezin izan da jarri iraungitze data. Konpartitzea ezin da iraungi konpartitu eta %s ondoren.", "Cannot set expiration date. Expiration date is in the past" => "Ezin da jarri iraungitze data. Iraungitze data iragan da.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du ", "Sharing backend %s not found" => "Ez da %s elkarbanaketa motorra aurkitu", diff --git a/lib/l10n/fr.php b/lib/l10n/fr.php index b20f89a9ad7..f1f4bf68a26 100644 --- a/lib/l10n/fr.php +++ b/lib/l10n/fr.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Le type de partage %s n'est pas valide pour %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Le réglage des permissions pour %s a échoué car les permissions dépassent celle accordée à %s", "Setting permissions for %s failed, because the item was not found" => "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Impossible de configurer la date d'expiration. Un partage ne peut expirer plus de %s après sa date de début.", +"Cannot set expiration date. Expiration date is in the past" => "Impossible de configurer la date d'expiration. La date d'expiration est dans le passé.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "L'emplacement du partage %s doit implémenter l'interface OCP\\Share_Backend", "Sharing backend %s not found" => "Emplacement de partage %s introuvable", "Sharing backend for %s not found" => "L'emplacement du partage %s est introuvable", diff --git a/lib/l10n/gl.php b/lib/l10n/gl.php index 26ded2e51b1..07e9f848c11 100644 --- a/lib/l10n/gl.php +++ b/lib/l10n/gl.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Non se admite a compartición do tipo %s para %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Non é posíbel estabelecer permisos para %s, os permisos superan os permisos concedidos a %s", "Setting permissions for %s failed, because the item was not found" => "Non é posíbel estabelecer permisos para %s, non se atopa o elemento", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Non é posíbel estabelecer a data de caducidade. As comparticións non poden caducar máis aló de %s após de seren compartidas", "Cannot set expiration date. Expiration date is in the past" => "Non é posíbel estabelecer a data de caducidade. A data de caducidade está no pasado.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "A infraestrutura de compartición %s ten que implementar a interface OCP\\Share_Backend", "Sharing backend %s not found" => "Non se atopou a infraestrutura de compartición %s", diff --git a/lib/l10n/it.php b/lib/l10n/it.php index 08d356b9f62..1608a4461f1 100644 --- a/lib/l10n/it.php +++ b/lib/l10n/it.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Il tipo di condivisione %s non è valido per %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s", "Setting permissions for %s failed, because the item was not found" => "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Impossibile impostare la data di scadenza. Le condivisioni non possono scadere più tardi di %s dalla loro attivazione", "Cannot set expiration date. Expiration date is in the past" => "Impossibile impostare la data di scadenza. La data di scadenza è nel passato.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Il motore di condivisione %s deve implementare l'interfaccia OCP\\Share_Backend", "Sharing backend %s not found" => "Motore di condivisione %s non trovato", diff --git a/lib/l10n/nb_NO.php b/lib/l10n/nb_NO.php index 1b7196c0881..12c5cd438fd 100644 --- a/lib/l10n/nb_NO.php +++ b/lib/l10n/nb_NO.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Delingstype %s er ikke gyldig for %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Setting av tillatelser for %s feilet, fordi tillatelsene gikk ut over tillatelsene som er gitt til %s", "Setting permissions for %s failed, because the item was not found" => "Setting av tillatelser for %s feilet, fordi elementet ikke ble funnet", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Kan ikke sette utøpsdato. Delinger kan ikke utløpe senere enn %s etter at de har blitt delt", +"Cannot set expiration date. Expiration date is in the past" => "Kan ikke sette utløpsdato. Utløpsdato er tilbake i tid", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Delings-server %s må implementere grensesnittet OCP\\Share_Backend", "Sharing backend %s not found" => "Delings-server %s ikke funnet", "Sharing backend for %s not found" => "Delings-server for %s ikke funnet", diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php index 7b5aff3217f..25e77deedfe 100644 --- a/lib/l10n/nl.php +++ b/lib/l10n/nl.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Delen van type %s is niet geldig voor %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies", "Setting permissions for %s failed, because the item was not found" => "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Kon vervaldatum niet instellen. Shares kunnen niet langer dan %s vervallen na het moment van delen", "Cannot set expiration date. Expiration date is in the past" => "Kon vervaldatum niet instellen. De vervaldatum ligt in het verleden", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Het share-backend %s moet de OCP\\Share_Backend interface implementeren", "Sharing backend %s not found" => "Het share-backend %s is niet gevonden", diff --git a/lib/l10n/pt_BR.php b/lib/l10n/pt_BR.php index 16ca7965402..ca0f94d4929 100644 --- a/lib/l10n/pt_BR.php +++ b/lib/l10n/pt_BR.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Tipo de compartilhamento %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 a data de expiração. Compartilhamentos não podem expirar mais tarde que %s depois de terem sido compartilhados", "Cannot set expiration date. Expiration date is in the past" => "Não é possível definir a data de validade. Data de expiração está no passado", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Compartilhando backend %s deve implementar a interface OCP\\Share_Backend", "Sharing backend %s not found" => "Compartilhamento backend %s não encontrado", 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", diff --git a/lib/l10n/sl.php b/lib/l10n/sl.php index 8e62df09696..3578b5c43c6 100644 --- a/lib/l10n/sl.php +++ b/lib/l10n/sl.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Cannot write into \"config\" directory!" => "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!", +"See %s" => "Oglejte si %s", "Help" => "Pomoč", "Personal" => "Osebno", "Settings" => "Nastavitve", diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php index 39d80a30b3d..d3b29f24937 100644 --- a/lib/l10n/tr.php +++ b/lib/l10n/tr.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "%s paylaşım türü %s için geçerli değil", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%s için izinler, izinler %s için verilen izinleri aştığından dolayı ayarlanamadı", "Setting permissions for %s failed, because the item was not found" => "%s için izinler öge bulunamadığından ayarlanamadı", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Son kullanma tarihi ayarlanamıyor. Paylaşımların süreleri, paylaşıldıkları süreden %s sonra dolamaz.", "Cannot set expiration date. Expiration date is in the past" => "Son kullanma tarihi ayarlanamıyor. Son kullanma tarihi geçmişte", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Paylaşma arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli", "Sharing backend %s not found" => "Paylaşım arka ucu %s bulunamadı", diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php index 89fa6b8cc13..2d87871fd89 100644 --- a/lib/private/files/cache/scanner.php +++ b/lib/private/files/cache/scanner.php @@ -67,7 +67,7 @@ class Scanner extends BasicEmitter { public function getData($path) { if (!$this->storage->isReadable($path)) { //cant read, nothing we can do - \OCP\Util::writeLog('OC\Files\Cache\Scanner', "!!! Path '$path' is not readable !!!", \OCP\Util::DEBUG); + \OCP\Util::writeLog('OC\Files\Cache\Scanner', "!!! Path '$path' is not accessible or present !!!", \OCP\Util::DEBUG); return null; } $data = array(); diff --git a/lib/private/files/view.php b/lib/private/files/view.php index 85af4a9abef..2a28e6fce88 100644 --- a/lib/private/files/view.php +++ b/lib/private/files/view.php @@ -960,6 +960,10 @@ class View { $content['permissions'] = $storage->getPermissions($content['path']); $cache->update($content['fileid'], array('permissions' => $content['permissions'])); } + // if sharing was disabled for the user we remove the share permissions + if (\OCP\Util::isSharingDisabledForUser()) { + $content['permissions'] = $content['permissions'] & ~\OCP\PERMISSION_SHARE; + } $files[] = new FileInfo($path . '/' . $content['name'], $storage, $content['path'], $content); } @@ -1008,6 +1012,12 @@ class View { } } $rootEntry['path'] = substr($path . '/' . $rootEntry['name'], strlen($user) + 2); // full path without /$user/ + + // if sharing was disabled for the user we remove the share permissions + if (\OCP\Util::isSharingDisabledForUser()) { + $content['permissions'] = $content['permissions'] & ~\OCP\PERMISSION_SHARE; + } + $files[] = new FileInfo($path . '/' . $rootEntry['name'], $subStorage, '', $rootEntry); } } diff --git a/lib/private/preview/txt.php b/lib/private/preview/txt.php index b81436baa06..2ac77faf48b 100644 --- a/lib/private/preview/txt.php +++ b/lib/private/preview/txt.php @@ -54,13 +54,20 @@ class TXT extends Provider { $fontFile .= '/../../../core'; $fontFile .= '/fonts/OpenSans-Regular.ttf'; + $canUseTTF = function_exists('imagettftext'); + foreach($lines as $index => $line) { $index = $index + 1; $x = (int) 1; $y = (int) ($index * $lineSize); - imagettftext($image, $fontSize, 0, $x, $y, $textColor, $fontFile, $line); + if ($canUseTTF === true) { + imagettftext($image, $fontSize, 0, $x, $y, $textColor, $fontFile, $line); + } else { + $y -= $fontSize; + imagestring($image, 1, $x, $y, $line, $textColor); + } if(($index * $lineSize) >= $maxY) { break; diff --git a/settings/l10n/fa.php b/settings/l10n/fa.php index aa383c7f716..c9790db43c2 100644 --- a/settings/l10n/fa.php +++ b/settings/l10n/fa.php @@ -1,15 +1,26 @@ <?php $TRANSLATIONS = array( +"Invalid value supplied for %s" => "مقدار ارائه شده برای %s معتبر نیست", +"Saved" => "ذخیره شد", +"test email settings" => "تنظیمات ایمیل آزمایشی", "Email sent" => "ایمیل ارسال شد", +"Send mode" => "حالت ارسال", "Encryption" => "رمزگذاری", +"Authentication method" => "روش احراز هویت", "Unable to load list from App Store" => "قادر به بارگذاری لیست از فروشگاه اپ نیستم", "Authentication error" => "خطا در اعتبار سنجی", +"Your full name has been changed." => "نام کامل شما تغییر یافت", +"Unable to change full name" => "امکان تغییر نام کامل وجود ندارد", "Group already exists" => "این گروه در حال حاضر موجود است", "Unable to add group" => "افزودن گروه امکان پذیر نیست", +"Files decrypted successfully" => "فایل ها با موفقیت رمزگشایی شدند.", +"Encryption keys deleted permanently" => "کلیدهای رمزگذاری به طور کامل حذف شدند", +"Couldn't remove app." => "امکان حذف برنامه وجود ندارد.", "Email saved" => "ایمیل ذخیره شد", "Invalid email" => "ایمیل غیر قابل قبول", "Unable to delete group" => "حذف گروه امکان پذیر نیست", "Unable to delete user" => "حذف کاربر امکان پذیر نیست", +"Backups restored successfully" => "پشتیبان ها با موفقیت بازیابی شدند", "Language changed" => "زبان تغییر کرد", "Invalid request" => "درخواست نامعتبر", "Admins can't remove themself from the admin group" => "مدیران نمی توانند خود را از گروه مدیریت حذف کنند", @@ -22,8 +33,11 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "رمز مدیریتی بازیابی غلط است. لطفاً رمز را کنترل کرده و دوباره امتحان نمایید.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "سیستم مدیریتی امکان تغییر رمز را پشتیبانی نمیکند. ولی کلید رمزنگاری کاربران با موفقیت به روز شد.", "Unable to change password" => "نمیتوان رمز را تغییر داد", +"Sending..." => "در حال ارسال...", "User Documentation" => "مستندات کاربر", +"Admin Documentation" => "مستند سازی مدیر", "Update to {appversion}" => "بهنگام شده به {appversion}", +"Uninstall App" => "حذف برنامه", "Disable" => "غیرفعال", "Enable" => "فعال", "Please wait...." => "لطفا صبر کنید ...", @@ -34,6 +48,9 @@ $TRANSLATIONS = array( "Error" => "خطا", "Update" => "به روز رسانی", "Updated" => "بروز رسانی انجام شد", +"Uninstalling ...." => "در حال حذف...", +"Error while uninstalling app" => "خطا در هنگام حذف برنامه....", +"Uninstall" => "حذف", "Select a profile picture" => "انتخاب تصویر پروفایل", "Very weak password" => "رمز عبور بسیار ضعیف", "Weak password" => "رمز عبور ضعیف", @@ -41,26 +58,44 @@ $TRANSLATIONS = array( "Good password" => "رمز عبور خوب", "Strong password" => "رمز عبور قوی", "Decrypting files... Please wait, this can take some time." => "در حال بازگشایی رمز فایلها... لطفاً صبر نمایید. این امر ممکن است مدتی زمان ببرد.", +"Delete encryption keys permanently." => "کلید های رمزگذاری به طوز کامل حذف شوند.", +"Restore encryption keys." => "بازیابی کلیدهای رمزگذاری.", +"Unable to delete {objName}" => "امکان حذف {objName} وجود ندارد", +"Error creating group" => "خطا در هنگام ایجاد کروه", +"A valid group name must be provided" => "نام کاربری معتبر می بایست وارد شود", +"deleted {groupName}" => "گروه {groupName} حذف شد", "undo" => "بازگشت", "Groups" => "گروه ها", "Group Admin" => "گروه مدیران", "Delete" => "حذف", "never" => "هرگز", +"deleted {userName}" => "کاربر {userName} حذف شد", "add group" => "افزودن گروه", "A valid username must be provided" => "نام کاربری صحیح باید وارد شود", "Error creating user" => "خطا در ایجاد کاربر", "A valid password must be provided" => "رمز عبور صحیح باید وارد شود", "Warning: Home directory for user \"{user}\" already exists" => "اخطار: پوشهی خانه برای کاربر \"{user}\" در حال حاضر وجود دارد", "__language_name__" => "__language_name__", +"Everything (fatal issues, errors, warnings, info, debug)" => "همه موارد (مشکلات مهلک، خطاها، اخطارها، اطلاعات، خطایابی)", +"Info, warnings, errors and fatal issues" => "اطلاعات، اخطارها، خطاها، مشکلات اساسی", +"Warnings, errors and fatal issues" => "اخطارها، خطاها، مشکلات مهلک", +"Errors and fatal issues" => "خطاها و مشکلات اساسی", +"Fatal issues only" => "فقط مشکلات اساسی", "None" => "هیچکدام", "Login" => "ورود", +"Plain" => "ساده", +"NT LAN Manager" => "مدیر NT LAN", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "اخطار امنیتی", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "به احتمال زیاد پوشهی data و فایلهای شما از طریق اینترنت قابل دسترسی هستند. فایل .htaccess برنامه کار نمیکند. ما شدیداً توصیه می کنیم که شما وب سرور خودتان را طوری تنظیم کنید که پوشهی data شما غیر قابل دسترسی باشد یا اینکه پوشهی data را به خارج از ریشهی اصلی وب سرور انتقال دهید.", "Setup Warning" => "هشدار راه اندازی", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "احتمالاً وب سرور شما طوری تنظیم نشده است که اجازه ی همگام سازی فایلها را بدهد زیرا به نظر میرسد رابط WebDAV از کار افتاده است.", "Please double check the <a href=\"%s\">installation guides</a>." => "لطفاً دوباره <a href='%s'>راهنمای نصب</a>را بررسی کنید.", +"Database Performance Info" => "اطلاعات کارایی پایگاه داده", "Module 'fileinfo' missing" => "ماژول 'fileinfo' از کار افتاده", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "ماژول 'fileinfo' PHP از کار افتاده است.ما اکیدا توصیه می کنیم که این ماژول را فعال کنید تا نتایج بهتری به وسیله ی mime-type detection دریافت کنید.", +"Your PHP version is outdated" => "نسخه PHP شما قدیمی است", "Locale not working" => "زبان محلی کار نمی کند.", "Internet connection not working" => "اتصال اینترنت کار نمی کند", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "این سرور ارتباط اینترنتی ندارد. این بدین معناست که بعضی از امکانات نظیر مرتبط سازی یک منبع ذخیرهی خارجی، اطلاعات رسانی در مورد بروزرسانیها یا نصب برنامه های جانبی کار نمیکنند. دسترسی به فایل ها از راه دور و ارسال اطلاع رسانی توسط ایمیل ممکن است همچنان کار نکند. ما پیشنهاد میکنیم که ارتباط اینترنتی مربوط به این سرور را فعال کنید تا تمامی امکانات را در اختیار داشته باشید.", @@ -70,14 +105,27 @@ $TRANSLATIONS = array( "Sharing" => "اشتراک گذاری", "Allow apps to use the Share API" => "اجازه ی برنامه ها برای استفاده از API اشتراک گذاری", "Allow public uploads" => "اجازه بارگذاری عمومی", +"Set default expiration date" => "اعمال تاریخ اتمام پیش فرض", +"Expire after " => "اتمام اعتبار بعد از", +"days" => "روز", +"Enforce expiration date" => "اعمال تاریخ اتمام اشتراک گذاری", "Allow resharing" => "مجوز اشتراک گذاری مجدد", "Security" => "امنیت", "Enforce HTTPS" => "وادار کردن HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "کلاینتها را مجبور کن که از یک ارتباط رمزنگاری شده برای اتصال به %s استفاده کنند.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "برای فعال سازی یا عدم فعال سازی اجبار استفاده از SSL، لطفاً از طریق HTTPS به %s وصل شوید.", +"Email Server" => "سرور ایمیل", +"This is used for sending out notifications." => "این برای ارسال هشدار ها استفاده می شود", +"From address" => "آدرس فرستنده", +"mail" => "ایمیل", +"Authentication required" => "احراز هویت مورد نیاز است", "Server address" => "آدرس سرور", "Port" => "درگاه", "Credentials" => "اعتبارهای", +"SMTP Username" => "نام کاربری SMTP", +"SMTP Password" => "رمز عبور SMTP", +"Test email settings" => "تنظیمات ایمیل آزمایشی", +"Send email" => "ارسال ایمیل", "Log" => "کارنامه", "Log level" => "سطح ورود", "More" => "بیشتر", @@ -87,8 +135,11 @@ $TRANSLATIONS = array( "Add your App" => "برنامه خود را بیافزایید", "More Apps" => "برنامه های بیشتر", "Select an App" => "یک برنامه انتخاب کنید", +"Documentation:" => "مستند سازی:", "See application page at apps.owncloud.com" => "صفحه این اٌپ را در apps.owncloud.com ببینید", +"See application website" => "مشاهده وب سایت برنامه", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-مجاز از طرف <span class=\"author\"></span>", +"Enable only for specific groups" => "فعال سازی تنها برای گروه های خاص", "All" => "همه", "Administrator Documentation" => "مستندات مدیر", "Online Documentation" => "مستندات آنلاین", @@ -118,15 +169,26 @@ $TRANSLATIONS = array( "Help translate" => "به ترجمه آن کمک کنید", "Log-in password" => "رمز ورود", "Decrypt all Files" => "تمام فایلها رمزگشایی شود", +"Restore Encryption Keys" => "بازیابی کلید های رمزگذاری", +"Delete Encryption Keys" => "حذف کلید های رمزگذاری", "Login Name" => "نام کاربری", "Create" => "ایجاد کردن", "Admin Recovery Password" => "مدیریت بازیابی رمز عبور", "Enter the recovery password in order to recover the users files during password change" => "در حین تغییر رمز عبور به منظور بازیابی فایل های کاربران، رمز عبور بازیابی را وارد کنید", +"Search Users and Groups" => "جستجوی کاربران و گروه ها", +"Add Group" => "افزودن گروه", +"Group" => "گروه", +"Everyone" => "همه", +"Admins" => "مدیران", "Default Quota" => "سهم پیش فرض", +"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "لطفا سهمیه ذخیره سازی را وارد کنید (به عنوان مثال: \" 512MB\" یا \"12GB\")", "Unlimited" => "نامحدود", "Other" => "دیگر", "Username" => "نام کاربری", "Quota" => "سهم", +"Storage Location" => "محل فضای ذخیره سازی", +"Last Login" => "اخرین ورود", +"change full name" => "تغییر نام کامل", "set new password" => "تنظیم کلمه عبور جدید", "Default" => "پیش فرض" ); diff --git a/settings/personal.php b/settings/personal.php index ddebcc03024..a72b293413a 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -39,7 +39,7 @@ $enableDecryptAll = $filesStillEncrypted || $backupKeysExists; // array of common languages $commonlangcodes = array( - 'en', 'es', 'fr', 'de', 'de_DE', 'ja_JP', 'ar', 'ru', 'nl', 'it', 'pt_BR', 'pt_PT', 'da', 'fi_FI', 'nb_NO', 'sv', 'tr', 'zh_CN', 'ko' + 'en', 'es', 'fr', 'de', 'de_DE', 'ja', 'ar', 'ru', 'nl', 'it', 'pt_BR', 'pt_PT', 'da', 'fi_FI', 'nb_NO', 'sv', 'tr', 'zh_CN', 'ko' ); $languageNames=include 'languageCodes.php'; |