diff --git a/apps/files/l10n/bn_BD.php b/apps/files/l10n/bn_BD.php index b2eec2a830..7e7b846172 100644 --- a/apps/files/l10n/bn_BD.php +++ b/apps/files/l10n/bn_BD.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "Failed to write to disk" => "ডিস্কে লিখতে ব্যর্থ", "Invalid directory." => "ভুল ডিরেক্টরি", "Files" => "ফাইল", +"All files" => "সব ফাইল", "Upload cancelled." => "আপলোড বাতিল করা হয়েছে।", "File upload is in progress. Leaving the page now will cancel the upload." => "ফাইল আপলোড চলমান। এই পৃষ্ঠা পরিত্যাগ করলে আপলোড বাতিল করা হবে।", "{new_name} already exists" => "{new_name} টি বিদ্যমান", diff --git a/apps/files/l10n/he.php b/apps/files/l10n/he.php index 77dd451619..5eae5e46f2 100644 --- a/apps/files/l10n/he.php +++ b/apps/files/l10n/he.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "New" => "חדש", "Text file" => "קובץ טקסט", +"New folder" => "תיקייה חדשה", "Folder" => "תיקייה", "From link" => "מקישור", "Nothing in here. Upload something!" => "אין כאן שום דבר. אולי ברצונך להעלות משהו?", diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php index b44cd02a8a..85c439ecab 100644 --- a/apps/files/l10n/hu_HU.php +++ b/apps/files/l10n/hu_HU.php @@ -11,14 +11,14 @@ $TRANSLATIONS = array( "The target folder has been moved or deleted." => "A célmappa törlődött, vagy áthelyezésre került.", "The name %s is already used in the folder %s. Please choose a different name." => "A %s név már létezik a %s mappában. Kérem válasszon másik nevet!", "Not a valid source" => "A kiinduló állomány érvénytelen", -"Server is not allowed to open URLs, please check the server configuration" => "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőrizze a beállításokat", -"The file exceeds your quota by %s" => "A fájl meghaladja kvótádat %s-kal", +"Server is not allowed to open URLs, please check the server configuration" => "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőrizze a beállításokat!", +"The file exceeds your quota by %s" => "A fájl ennyivel meghaladja a kvótáját: %s", "Error while downloading %s to %s" => "Hiba történt miközben %s-t letöltöttük %s-be", "Error when creating the file" => "Hiba történt az állomány létrehozásakor", "Folder name cannot be empty." => "A mappa neve nem maradhat kitöltetlenül", "Error when creating the folder" => "Hiba történt a mappa létrehozásakor", "Unable to set upload directory." => "Nem található a mappa, ahova feltölteni szeretne.", -"Invalid Token" => "Hibás mappacím", +"Invalid Token" => "Hibás token", "No file was uploaded. Unknown error" => "Nem történt feltöltés. Ismeretlen hiba", "There is no error, the file uploaded with success" => "A fájlt sikerült feltölteni", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "A feltöltött fájl mérete meghaladja a php.ini állományban megadott upload_max_filesize paraméter értékét.", @@ -31,13 +31,13 @@ $TRANSLATIONS = array( "Upload failed. Could not find uploaded file" => "A feltöltés nem sikerült. Nem található a feltöltendő állomány.", "Upload failed. Could not get file info." => "A feltöltés nem sikerült. Az állományt leíró információk nem érhetők el.", "Invalid directory." => "Érvénytelen mappa.", -"Files" => "Fájlok", +"Files" => "Fájlkezelő", "All files" => "Az összes állomány", "Unable to upload {filename} as it is a directory or has 0 bytes" => "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.", "Total file size {size1} exceeds upload limit {size2}" => "A teljes fájlméret: {size1} meghaladja a feltöltési limitet: {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" => "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", "Upload cancelled." => "A feltöltést megszakítottuk.", -"Could not get result from server." => "A kiszolgálótól nem kapható meg az eredmény.", +"Could not get result from server." => "A kiszolgálótól nem kapható meg a művelet eredménye.", "File upload is in progress. Leaving the page now will cancel the upload." => "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést.", "URL cannot be empty" => "Az URL-cím nem maradhat kitöltetlenül", "{new_name} already exists" => "{new_name} már létezik", @@ -79,7 +79,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Ezt a címet használja, ha WebDAV-on keresztül szeretné elérni a fájljait", "New" => "Új", -"New text file" => "Új szöveges file", +"New text file" => "Új szövegfájl", "Text file" => "Szövegfájl", "New folder" => "Új mappa", "Folder" => "Mappa", diff --git a/apps/files/l10n/nn_NO.php b/apps/files/l10n/nn_NO.php index f610ee902d..502c313aa0 100644 --- a/apps/files/l10n/nn_NO.php +++ b/apps/files/l10n/nn_NO.php @@ -1,5 +1,6 @@ "Ukjend feil", "Could not move %s - File with this name already exists" => "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet", "Could not move %s" => "Klarte ikkje flytta %s", "File name cannot be empty." => "Filnamnet kan ikkje vera tomt.", diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php index 1fcf85fc85..dfa599e10a 100644 --- a/apps/files/l10n/pt_PT.php +++ b/apps/files/l10n/pt_PT.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á está em uso 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 consegue abrir URLs, por favor verifique a configuração do servidor", +"The file exceeds your quota by %s" => "O ficheiro excede a sua quota por %s", "Error while downloading %s to %s" => "Erro ao transferir %s para %s", "Error when creating the file" => "Erro ao criar o ficheiro", "Folder name cannot be empty." => "O nome da pasta não pode estar vazio.", @@ -68,6 +69,7 @@ $TRANSLATIONS = array( "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chave privada inválida da Aplicação de Encriptação. Por favor atualize a sua senha de chave privada nas definições pessoais, para recuperar o acesso aos seus ficheiros encriptados.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "A encriptação foi desactivada mas os seus ficheiros continuam encriptados. Por favor consulte as suas definições pessoais para desencriptar os ficheiros.", "{dirs} and {files}" => "{dirs} e {files}", +"%s could not be renamed as it has been deleted" => "Não foi possível renomear %s devido a ter sido eliminado", "%s could not be renamed" => "%s não pode ser renomeada", "Upload (max. %s)" => "Enviar (max. %s)", "File handling" => "Manuseamento do ficheiro", diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index 39ec148fba..e269cca316 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.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" => "伺服器上不允許開啓 URL ,請檢查伺服器設定", +"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_encryption/l10n/bn_BD.php b/apps/files_encryption/l10n/bn_BD.php index 63e335bd2b..43699906e4 100644 --- a/apps/files_encryption/l10n/bn_BD.php +++ b/apps/files_encryption/l10n/bn_BD.php @@ -1,5 +1,6 @@ "সংকেতায়ন" +"Encryption" => "সংকেতায়ন", +"Change Password" => "কূটশব্দ পরিবর্তন করুন" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/da.php b/apps/files_encryption/l10n/da.php index b455bf09bc..dc2cf9e247 100644 --- a/apps/files_encryption/l10n/da.php +++ b/apps/files_encryption/l10n/da.php @@ -30,6 +30,8 @@ $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 matches your log-in password." => "Dit private nøglekodeord 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øglekodeord 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_external/l10n/bn_BD.php b/apps/files_external/l10n/bn_BD.php index f878eafba8..34b7dc35dd 100644 --- a/apps/files_external/l10n/bn_BD.php +++ b/apps/files_external/l10n/bn_BD.php @@ -1,7 +1,7 @@ "দয়া করে সঠিক এবং বৈধ Dropbox app key and secret প্রদান করুন।", -"Location" => "াবস্থান", +"Location" => "অবস্থান", "Host" => "হোস্ট", "Username" => "ব্যবহারকারী", "Password" => "কূটশব্দ", diff --git a/apps/files_sharing/l10n/bn_BD.php b/apps/files_sharing/l10n/bn_BD.php index 2545c4760e..50cc21e43d 100644 --- a/apps/files_sharing/l10n/bn_BD.php +++ b/apps/files_sharing/l10n/bn_BD.php @@ -1,8 +1,9 @@ "বাতির", +"Cancel" => "বাতিল", +"Shared by" => "যাদের মাঝে ভাগাভাগি করা হয়েছে", "Password" => "কূটশব্দ", -"Name" => "রাম", +"Name" => "নাম", "Download" => "ডাউনলোড" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/bn_BD.php b/apps/files_trashbin/l10n/bn_BD.php index d3a9f23b37..c5b46c2fce 100644 --- a/apps/files_trashbin/l10n/bn_BD.php +++ b/apps/files_trashbin/l10n/bn_BD.php @@ -1,5 +1,6 @@ "ফিরিয়ে দাও", "Error" => "সমস্যা", "Name" => "রাম", "Delete" => "মুছে" diff --git a/apps/files_versions/l10n/bn_BD.php b/apps/files_versions/l10n/bn_BD.php index ce7f81b009..c612223af3 100644 --- a/apps/files_versions/l10n/bn_BD.php +++ b/apps/files_versions/l10n/bn_BD.php @@ -1,5 +1,6 @@ "ভার্সন" +"Versions" => "ভার্সন", +"Restore" => "ফিরিয়ে দাও" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/bn_BD.php b/apps/user_ldap/l10n/bn_BD.php index 63f1df3e05..220d02e4cc 100644 --- a/apps/user_ldap/l10n/bn_BD.php +++ b/apps/user_ldap/l10n/bn_BD.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "Password" => "কূটশব্দ", "For anonymous access, leave DN and Password empty." => "অজ্ঞাতকুলশীল অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।", "You can specify Base DN for users and groups in the Advanced tab" => "সুচারু ট্যঅবে গিয়ে আপনি ব্যবহারকারি এবং গোষ্ঠীসমূহের জন্য ভিত্তি DN নির্ধারণ করতে পারেন।", +"Continue" => "চালিয়ে যাও", "Advanced" => "সুচারু", "Turn off SSL certificate validation." => "SSL সনদপত্র যাচাইকরণ বন্ধ রাক।", "in seconds. A change empties the cache." => "সেকেন্ডে। কোন পরিবর্তন ক্যাসে খালি করবে।", diff --git a/apps/user_webdavauth/l10n/bn_BD.php b/apps/user_webdavauth/l10n/bn_BD.php index 354df7c32d..30ca2cdfa0 100644 --- a/apps/user_webdavauth/l10n/bn_BD.php +++ b/apps/user_webdavauth/l10n/bn_BD.php @@ -1,5 +1,6 @@ "ঠিকানা", "Save" => "সংরক্ষণ" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/bn_BD.php b/core/l10n/bn_BD.php index dafaa78423..c17dcfb482 100644 --- a/core/l10n/bn_BD.php +++ b/core/l10n/bn_BD.php @@ -41,7 +41,10 @@ $TRANSLATIONS = array( "Choose" => "বেছে নিন", "Ok" => "তথাস্তু", "_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "বাতির", +"New Files" => "নতুন ফাইল", +"Already existing files" => "বিদ্যমান ফাইল", +"Cancel" => "বাতিল", +"Continue" => "চালিয়ে যাও", "Shared" => "ভাগাভাগিকৃত", "Share" => "ভাগাভাগি কর", "Error" => "সমস্যা", diff --git a/core/l10n/da.php b/core/l10n/da.php index 7bb882cdab..2d7baa6b29 100644 --- a/core/l10n/da.php +++ b/core/l10n/da.php @@ -5,6 +5,8 @@ $TRANSLATIONS = array( "Turned off maintenance mode" => "standsede vedligeholdelsestilstand", "Updated database" => "Opdaterede database", "Checked database schema update" => "Tjekket database schema opdatering", +"Checked database schema update for apps" => "Tjekkede databaseskemaets opdatering for apps", +"Updated \"%s\" to %s" => "Opdaterede \"%s\" til %s", "Disabled incompatible apps: %s" => "Deaktiverer inkombatible apps: %s", "No image or file provided" => "Ingen fil eller billede givet", "Unknown filetype" => "Ukendt filtype", @@ -189,11 +191,14 @@ $TRANSLATIONS = array( "Thank you for your patience." => "Tak for din tålmodighed.", "You are accessing the server from an untrusted domain." => "Du tilgår serveren fra et utroværdigt domæne", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Kontakt venligst din administrator. Hvis du er administrator, konfigurer \"trusted_domain\" indstillingen i config/config.php. Et eksempel kan ses i config/config.sample.php.", +"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Afhænger af din konfiguration, da du som administrator eventuelt også er i stand til at gøre brug af knappen nedenfor til at tildele tillid til dette domæne.", +"Add \"%s\" as trusted domain" => "Tilføj \"%s\" som et troværdigt domæne", "%s will be updated to version %s." => "%s vil blive opdateret til version %s.", "The following apps will be disabled:" => "Følgende apps bliver deaktiveret:", "The theme %s has been disabled." => "Temaet, %s, er blevet deaktiveret.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Venligst sikrer dig en backup af databasen, config-mappen og data-mappen inden vi fortsætter.", "Start update" => "Begynd opdatering", +"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "For at undgå tidsudløb med større installationer, så kan du i stedet køre følgende kommando fra din installationsmappe:", "This ownCloud instance is currently being updated, which may take a while." => "Opdatere Owncloud, dette kan tage et stykke tid.", "Please reload this page after a short time to continue using ownCloud." => "Genindlæs denne side efter kort tid til at fortsætte med at bruge ownCloud." ); diff --git a/core/l10n/he.php b/core/l10n/he.php index ef3161fb29..8faa691ef9 100644 --- a/core/l10n/he.php +++ b/core/l10n/he.php @@ -48,6 +48,7 @@ $TRANSLATIONS = array( "Error while changing permissions" => "שגיאה במהלך שינוי ההגדרות", "Shared with you and the group {group} by {owner}" => "שותף אתך ועם הקבוצה {group} שבבעלות {owner}", "Shared with you by {owner}" => "שותף אתך על ידי {owner}", +"Share link" => "קישור לשיתוף", "Password protect" => "הגנה בססמה", "Email link to person" => "שליחת קישור בדוא״ל למשתמש", "Send" => "שליחה", diff --git a/core/l10n/nn_NO.php b/core/l10n/nn_NO.php index 2820bd356c..1996299d61 100644 --- a/core/l10n/nn_NO.php +++ b/core/l10n/nn_NO.php @@ -41,6 +41,7 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%n månad sidan","%n månadar sidan"), "last year" => "i fjor", "years ago" => "år sidan", +"I know what I'm doing" => "Eg veit kva eg gjer", "Reset password" => "Nullstill passord", "No" => "Nei", "Yes" => "Ja", @@ -57,6 +58,8 @@ $TRANSLATIONS = array( "(all selected)" => "(alle valte)", "({count} selected)" => "({count} valte)", "Error loading file exists template" => "Klarte ikkje å lasta fil-finst-mal", +"Very weak password" => "Veldig svakt passord", +"Weak password" => "Svakt passord", "Shared" => "Delt", "Share" => "Del", "Error" => "Feil", @@ -65,7 +68,9 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Feil ved endring av tillatingar", "Shared with you and the group {group} by {owner}" => "Delt med deg og gruppa {group} av {owner}", "Shared with you by {owner}" => "Delt med deg av {owner}", +"Share link" => "Del lenkje", "Password protect" => "Passordvern", +"Choose a password for the public link" => "Vel eit passord for den offentlege lenkja", "Allow Public Upload" => "Tillat offentleg opplasting", "Email link to person" => "Send lenkja over e-post", "Send" => "Send", @@ -75,6 +80,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Vidaredeling er ikkje tillate", "Shared in {item} with {user}" => "Delt i {item} med {brukar}", "Unshare" => "Udel", +"can share" => "kan dela", "can edit" => "kan endra", "access control" => "tilgangskontroll", "create" => "lag", diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php index 687dfce41c..8fde831af8 100644 --- a/core/l10n/pt_PT.php +++ b/core/l10n/pt_PT.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "Turned off maintenance mode" => "Desactivado o modo de manutenção", "Updated database" => "Base de dados actualizada", "Checked database schema update" => "Atualização do esquema da base de dados verificada.", +"Updated \"%s\" to %s" => "Actualizado \"%s\" para %s", "Disabled incompatible apps: %s" => "Apps incompatíveis desativadas: %s", "No image or file provided" => "Não foi selecionado nenhum ficheiro para importar", "Unknown filetype" => "Ficheiro desconhecido", @@ -189,6 +190,7 @@ $TRANSLATIONS = array( "Thank you for your patience." => "Obrigado pela sua paciência.", "You are accessing the server from an untrusted domain." => "Está a aceder ao servidor a partir de um domínio que não é de confiança.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Por favor contacte o seu administrador. Se é um administrador desta instância, configure as definições \"trusted_domain\" em config/config.php. Um exemplo de configuração é fornecido em config/config.sample.php.", +"Add \"%s\" as trusted domain" => "Adicionar \"%s\" como um domínio de confiança", "%s will be updated to version %s." => "O %s irá ser atualizado para a versão %s.", "The following apps will be disabled:" => "As seguintes apps irão ser desativadas:", "The theme %s has been disabled." => "O tema %s foi desativado.", diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index c3e34a0ad4..e099fbb7bd 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -5,6 +5,8 @@ $TRANSLATIONS = array( "Turned off maintenance mode" => "已停用維護模式", "Updated database" => "已更新資料庫", "Checked database schema update" => "已檢查資料庫格式更新", +"Checked database schema update for apps" => "已檢查應用程式的資料庫格式更新", +"Updated \"%s\" to %s" => "已更新 %s 到 %s", "Disabled incompatible apps: %s" => "停用不相容的應用程式:%s", "No image or file provided" => "未提供圖片或檔案", "Unknown filetype" => "未知的檔案類型", @@ -51,6 +53,7 @@ $TRANSLATIONS = array( "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.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "您的檔案是加密的,如果您沒有啟用救援金鑰,當您重設密碼之後將無法存取您的資料。
如果不確定該怎麼做,請聯絡您的系統管理員。
您確定要繼續嗎?", "I know what I'm doing" => "我知道我在幹嘛", "Reset password" => "重設密碼", +"Password can not be changed. Please contact your administrator." => "無法變更密碼,請聯絡您的系統管理員", "No" => "否", "Yes" => "是", "Choose" => "選擇", @@ -60,6 +63,7 @@ $TRANSLATIONS = array( "_{count} file conflict_::_{count} file conflicts_" => array("{count} 個檔案衝突"), "One file conflict" => "一個檔案衝突", "New Files" => "新檔案", +"Already existing files" => "已經存在的檔案", "Which files do you want to keep?" => "您要保留哪一個檔案?", "If you select both versions, the copied file will have a number added to its name." => "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號", "Cancel" => "取消", @@ -73,6 +77,7 @@ $TRANSLATIONS = array( "Good password" => "好的密碼", "Strong password" => "很強的密碼", "Shared" => "已分享", +"Shared with {recipients}" => "與 {recipients} 分享", "Share" => "分享", "Error" => "錯誤", "Error while sharing" => "分享時發生錯誤", @@ -83,6 +88,7 @@ $TRANSLATIONS = array( "Share with user or group …" => "與用戶或群組分享", "Share link" => "分享連結", "Password protect" => "密碼保護", +"Choose a password for the public link" => "為公開連結選一個密碼", "Allow Public Upload" => "允許任何人上傳", "Email link to person" => "將連結 email 給別人", "Send" => "寄出", @@ -112,7 +118,13 @@ $TRANSLATIONS = array( "Edit tags" => "編輯標籤", "Error loading dialog template: {error}" => "載入對話樣板出錯:{error}", "No tags selected for deletion." => "沒有選擇要刪除的標籤", +"Updating {productName} to version {version}, this may take a while." => "正在更新 {productName} 到版本 {version} ,請稍候", +"Please reload the page." => "請重新整理頁面", +"The update was unsuccessful." => "更新失敗", "The update was successful. Redirecting you to ownCloud now." => "升級成功,正將您重新導向至 ownCloud 。", +"Couldn't reset password because the token is invalid" => "無法重設密碼因為 token 無效", +"Couldn't send reset email. Please make sure your username is correct." => "無法寄送重設 email ,請確認您的帳號輸入正確", +"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員", "%s password reset" => "%s 密碼重設", "Use the following link to reset your password: {link}" => "請至以下連結重設您的密碼: {link}", "You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到您的電子郵件信箱。", @@ -121,6 +133,9 @@ $TRANSLATIONS = array( "Yes, I really want to reset my password now" => "對,我現在想要重設我的密碼。", "Reset" => "重設", "New password" => "新密碼", +"New Password" => "新密碼", +"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險!", +"For the best results, please consider using a GNU/Linux server instead." => "請考慮使用 GNU/Linux 伺服器以取得最好的效果", "Personal" => "個人", "Users" => "使用者", "Apps" => "應用程式", @@ -129,12 +144,14 @@ $TRANSLATIONS = array( "Error loading tags" => "載入標籤出錯", "Tag already exists" => "標籤已經存在", "Error deleting tag(s)" => "刪除標籤出錯", +"Error tagging" => "貼標籤發生錯誤", "Error untagging" => "移除標籤失敗", "Error favoriting" => "加入最愛時出錯", "Error unfavoriting" => "從最愛移除出錯", "Access forbidden" => "存取被拒", "Cloud not found" => "找不到網頁", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n", +"The share will expire on %s." => "這個分享將會於 %s 過期", "Cheers!" => "太棒了!", "Security Warning" => "安全性警告", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "您的 PHP 版本無法抵抗 NULL Byte 攻擊 (CVE-2006-7243)", @@ -145,24 +162,42 @@ $TRANSLATIONS = array( "For information how to properly configure your server, please see the documentation." => "請參考說明文件以瞭解如何正確設定您的伺服器。", "Create an admin account" => "建立一個管理者帳號", "Password" => "密碼", +"Storage & database" => "儲存空間和資料庫", "Data folder" => "資料儲存位置", "Configure the database" => "設定資料庫", +"Only %s is available." => "剩下 %s 可使用", "Database user" => "資料庫使用者", "Database password" => "資料庫密碼", "Database name" => "資料庫名稱", "Database tablespace" => "資料庫 tablespace", "Database host" => "資料庫主機", +"SQLite will be used as database. For larger installations we recommend to change this." => "將會使用 SQLite 作為資料庫,在大型安裝中建議使用其他種資料庫", "Finish setup" => "完成設定", "Finishing …" => "即將完成…", +"This application requires JavaScript to be enabled for correct operation. Please enable JavaScript and re-load this interface." => "這個應用程式需要啟用 Javascript 才能正常運作,請啟用 Javascript 然後重新載入頁面", "%s is available. Get more information on how to update." => "%s 已經釋出,瞭解更多資訊以進行更新。", "Log out" => "登出", "Server side authentication failed!" => "伺服器端認證失敗!", "Please contact your administrator." => "請聯絡系統管理員。", +"Forgot your password? Reset it!" => "忘了密碼?重設它!", "remember" => "記住", "Log in" => "登入", "Alternative Logins" => "其他登入方法", +"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "嗨,

%s 與你分享了%s
檢視

", +"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." => "若這個訊息持續出現,請聯絡系統管理員", "Thank you for your patience." => "感謝您的耐心", +"You are accessing the server from an untrusted domain." => "你正在從一個未信任的網域存取伺服器", +"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "請聯絡您的系統管理員,如果您就是系統管理員,請設定 config/config.php 中的 \"trusted_domain\" 選項。範例設定提供於 config/config.sample.php", +"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "依照設定而定,您身為系統管理員可能也可以使用底下的按鈕來信任這個網域", +"Add \"%s\" as trusted domain" => "將 %s 加入到信任的網域", +"%s will be updated to version %s." => "%s 將會被升級到版本 %s", +"The following apps will be disabled:" => "這些應用程式會被停用:", +"The theme %s has been disabled." => "主題 %s 已經被停用", +"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "在繼續之前,請備份資料庫、config 目錄及資料目錄", +"Start update" => "開始升級", +"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:", "This ownCloud instance is currently being updated, which may take a while." => "ownCloud 正在升級,請稍待一會。", "Please reload this page after a short time to continue using ownCloud." => "請稍後重新載入這個頁面就可以繼續使用 ownCloud" ); diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po index b7e4253f16..9829ad304b 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/af_ZA/lib.po b/l10n/af_ZA/lib.po index a94c88034f..92d8e588b4 100644 --- a/l10n/af_ZA/lib.po +++ b/l10n/af_ZA/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ar/core.po b/l10n/ar/core.po index 52d5c2b585..346524310a 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ar/files.po b/l10n/ar/files.po index a748e97c7d..92febba175 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ar/files_external.po b/l10n/ar/files_external.po index af84995d48..b4125c0515 100644 --- a/l10n/ar/files_external.po +++ b/l10n/ar/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ar/files_trashbin.po b/l10n/ar/files_trashbin.po index 9f41f1b714..83a3ec1953 100644 --- a/l10n/ar/files_trashbin.po +++ b/l10n/ar/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ar/lib.po b/l10n/ar/lib.po index 37711763de..5f1ba373b7 100644 --- a/l10n/ar/lib.po +++ b/l10n/ar/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index 2fd56e7bd4..6a8dedbd30 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ast/core.po b/l10n/ast/core.po index e20d29d43a..7c25ec82ce 100644 --- a/l10n/ast/core.po +++ b/l10n/ast/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ast/files.po b/l10n/ast/files.po index 5626c9b477..28fc149e0e 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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ast/files_external.po b/l10n/ast/files_external.po index d3f253ebbc..01e4b876f1 100644 --- a/l10n/ast/files_external.po +++ b/l10n/ast/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ast/files_trashbin.po b/l10n/ast/files_trashbin.po index 51816052c5..45453c8391 100644 --- a/l10n/ast/files_trashbin.po +++ b/l10n/ast/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ast/lib.po b/l10n/ast/lib.po index 29cd41a0a5..f713eda2cd 100644 --- a/l10n/ast/lib.po +++ b/l10n/ast/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -42,11 +42,11 @@ msgid "" "config directory%s." msgstr "Davezu esto pue iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu de configuración%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -339,68 +339,68 @@ msgstr "Compartir %s falló, porque nun se permite compartir con enllaces" msgid "Share type %s is not valid for %s" msgstr "La triba de compartición %s nun ye válida pa %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Falló dar permisos a %s, porque los permisos son mayores que los otorgaos a %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Falló dar permisos a %s, porque l'elementu nun s'atopó" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Nun pue afitase la data de caducidá. Ficheros compartíos nun puen caducar dempués de %s de compartise" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Nun pue afitase la data d'espiración. La data d'espiración ta nel pasáu" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "El motor compartíu %s tien d'implementar la interfaz OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Nun s'alcontró'l botón de compartición %s" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Nun s'alcontró'l botón de partición pa %s" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Compartir %s falló, yá que l'usuariu %s ye'l compartidor orixinal" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Compartir %s falló, porque los permisos perpasen los otorgaos a %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Compartir %s falló, porque nun se permite la re-compartición" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Compartir %s falló porque'l motor compartíu pa %s podría nun atopar el so orixe" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ast/settings.po b/l10n/ast/settings.po index 6cbc6647e9..092d3065bf 100644 --- a/l10n/ast/settings.po +++ b/l10n/ast/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/az/core.po b/l10n/az/core.po index 6b52f2481b..8ab912754f 100644 --- a/l10n/az/core.po +++ b/l10n/az/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-08-27 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 15:41+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: unixidzero \n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/az/files.po b/l10n/az/files.po index 4536156f14..67aeaecb6c 100644 --- a/l10n/az/files.po +++ b/l10n/az/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: unixidzero \n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/az/files_external.po b/l10n/az/files_external.po index dec4ba57c4..e599dba685 100644 --- a/l10n/az/files_external.po +++ b/l10n/az/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: unixidzero \n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/az/files_trashbin.po b/l10n/az/files_trashbin.po index b2f18e3550..7496e84408 100644 --- a/l10n/az/files_trashbin.po +++ b/l10n/az/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: unixidzero \n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/az/lib.po b/l10n/az/lib.po index be0d55a007..7b377af59f 100644 --- a/l10n/az/lib.po +++ b/l10n/az/lib.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-27 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 15:41+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: unixidzero \n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" @@ -337,68 +337,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/az/settings.po b/l10n/az/settings.po index 91a1408b97..1b81e5c83b 100644 --- a/l10n/az/settings.po +++ b/l10n/az/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: unixidzero \n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/core.po b/l10n/be/core.po index 86a04642b4..a14c72d4a4 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/be/lib.po b/l10n/be/lib.po index e101456dbb..9c342b2381 100644 --- a/l10n/be/lib.po +++ b/l10n/be/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index e680af3365..441cc6ff68 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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index 1e3b9f71fe..7bf9db48b6 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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/bg_BG/files_external.po b/l10n/bg_BG/files_external.po index d38f8f29ae..0ee4944173 100644 --- a/l10n/bg_BG/files_external.po +++ b/l10n/bg_BG/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/bg_BG/files_trashbin.po b/l10n/bg_BG/files_trashbin.po index 1204311e6c..7e9df0c467 100644 --- a/l10n/bg_BG/files_trashbin.po +++ b/l10n/bg_BG/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/bg_BG/lib.po b/l10n/bg_BG/lib.po index 9a9ea2758d..73cd90ee37 100644 --- a/l10n/bg_BG/lib.po +++ b/l10n/bg_BG/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "Това обикновено може да бъде оправено като %s даде разрешение на уеб сървъра да записва в config папката %s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Открита е примерна конфигурация" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "Неуспешно споделяне на %s, защото сподел msgid "Share type %s is not valid for %s" msgstr "Споделянето на тип %s не валидно за %s." -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Неуспешна промяна на правата за достъп за %s, защото промените надвишават правата на достъп дадени на %s." -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Неуспешна промяна на правата за достъп за %s, защото съдържанието не е открито." -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Неуспешно задаване на дата на изтичане. Споделни папки или файлове не могат да изтичат по-късно от %s след като са били споделени" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Неуспешно задаване на дата на изтичане. Датата на изтичане е в миналото" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Споделянето на сървърния %s трябва да поддържа OCP\\Share_Backend интерфейс." -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Споделянето на сървърния %s не е открито." -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Споделянето на сървъра за %s не е открито." -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Споделяне на %s е неуспешно, защото потребител %s е оригиналния собственик." -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Неуспешно споделяне на %s, защото промените надвишават правата на достъп дадени на %s." -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Неуспешно споделяне на %s, защото повторно споделяне не е разрешено." -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Неуспешно споделяне на %s, защото не е открит първоизточникът на %s, за да бъде споделяне по сървъра." -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index 6efff02daa..295c30fcdb 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po index 0aa4c392f2..4065d248a5 100644 --- a/l10n/bn_BD/core.po +++ b/l10n/bn_BD/core.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" +"Last-Translator: azizul \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -288,11 +288,11 @@ msgstr "" #: js/oc-dialogs.js:450 msgid "New Files" -msgstr "" +msgstr "নতুন ফাইল" #: js/oc-dialogs.js:451 msgid "Already existing files" -msgstr "" +msgstr "বিদ্যমান ফাইল" #: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" @@ -306,11 +306,11 @@ msgstr "" #: js/oc-dialogs.js:462 msgid "Cancel" -msgstr "বাতির" +msgstr "বাতিল" #: js/oc-dialogs.js:472 msgid "Continue" -msgstr "" +msgstr "চালিয়ে যাও" #: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po index 13cb57f9f5..aaaa76c3c0 100644 --- a/l10n/bn_BD/files.po +++ b/l10n/bn_BD/files.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# azizul , 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" +"Last-Translator: azizul \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -162,7 +163,7 @@ msgstr "ফাইল" #: appinfo/app.php:27 msgid "All files" -msgstr "" +msgstr "সব ফাইল" #: js/file-upload.js:269 msgid "Unable to upload {filename} as it is a directory or has 0 bytes" diff --git a/l10n/bn_BD/files_encryption.po b/l10n/bn_BD/files_encryption.po index 31a5dea655..50f03e71d7 100644 --- a/l10n/bn_BD/files_encryption.po +++ b/l10n/bn_BD/files_encryption.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# azizul , 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-12 01:54-0400\n" -"PO-Revision-Date: 2014-08-12 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-27 19:00+0000\n" +"Last-Translator: azizul \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,11 +36,11 @@ msgid "" "Could not disable recovery key. Please check your recovery key password!" msgstr "" -#: ajax/changeRecoveryPassword.php:49 +#: ajax/changeRecoveryPassword.php:50 msgid "Password successfully changed." msgstr "" -#: ajax/changeRecoveryPassword.php:51 +#: ajax/changeRecoveryPassword.php:52 msgid "Could not change the password. Maybe the old password was not correct." msgstr "" @@ -91,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:293 +#: hooks/hooks.php:298 msgid "Following users are not set up for encryption:" msgstr "" @@ -157,7 +158,7 @@ msgstr "" #: templates/settings-admin.php:59 msgid "Change Password" -msgstr "" +msgstr "কূটশব্দ পরিবর্তন করুন" #: templates/settings-personal.php:12 msgid "Your private key password no longer matches your log-in password." diff --git a/l10n/bn_BD/files_external.po b/l10n/bn_BD/files_external.po index 15802b5ea5..76e285b547 100644 --- a/l10n/bn_BD/files_external.po +++ b/l10n/bn_BD/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# azizul , 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" +"Last-Translator: azizul \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,7 +54,7 @@ msgstr "" #: appinfo/app.php:47 msgid "Location" -msgstr "াবস্থান" +msgstr "অবস্থান" #: appinfo/app.php:50 msgid "Amazon S3" diff --git a/l10n/bn_BD/files_sharing.po b/l10n/bn_BD/files_sharing.po index ad4c169161..d41391335d 100644 --- a/l10n/bn_BD/files_sharing.po +++ b/l10n/bn_BD/files_sharing.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# azizul , 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-21 01:54-0400\n" -"PO-Revision-Date: 2014-08-20 18:20+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-27 19:00+0000\n" +"Last-Translator: azizul \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -67,7 +68,7 @@ msgstr "" #: js/external.js:76 msgid "Cancel" -msgstr "বাতির" +msgstr "বাতিল" #: js/external.js:77 msgid "Add remote share" @@ -83,7 +84,7 @@ msgstr "" #: js/sharedfilelist.js:128 msgid "Shared by" -msgstr "" +msgstr "যাদের মাঝে ভাগাভাগি করা হয়েছে" #: templates/authenticate.php:4 msgid "This share is password-protected" @@ -99,7 +100,7 @@ msgstr "কূটশব্দ" #: templates/list.php:16 msgid "Name" -msgstr "রাম" +msgstr "নাম" #: templates/list.php:20 msgid "Share time" diff --git a/l10n/bn_BD/files_trashbin.po b/l10n/bn_BD/files_trashbin.po index deba9bb22a..fbd8c833ba 100644 --- a/l10n/bn_BD/files_trashbin.po +++ b/l10n/bn_BD/files_trashbin.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# azizul , 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" +"Last-Translator: azizul \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +34,7 @@ msgstr "" #: js/app.js:52 templates/index.php:21 templates/index.php:23 msgid "Restore" -msgstr "" +msgstr "ফিরিয়ে দাও" #: js/filelist.js:119 js/filelist.js:164 js/filelist.js:214 msgid "Error" diff --git a/l10n/bn_BD/files_versions.po b/l10n/bn_BD/files_versions.po index 2910e62727..359b49550b 100644 --- a/l10n/bn_BD/files_versions.po +++ b/l10n/bn_BD/files_versions.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" -"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-27 01:56-0400\n" -"PO-Revision-Date: 2013-07-27 05:56+0000\n" -"Last-Translator: I Robot \n" +"Report-Msgid-Bugs-To: translations@owncloud.org\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-27 19:21+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,22 +22,22 @@ msgstr "" msgid "Could not revert: %s" msgstr "" -#: 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 "" -#: js/versions.js:79 +#: js/versions.js:97 msgid "More versions..." msgstr "" -#: js/versions.js:116 +#: js/versions.js:135 msgid "No other versions available" msgstr "" -#: js/versions.js:149 +#: js/versions.js:165 msgid "Restore" -msgstr "" +msgstr "ফিরিয়ে দাও" diff --git a/l10n/bn_BD/lib.po b/l10n/bn_BD/lib.po index 227d606ca3..459f09f002 100644 --- a/l10n/bn_BD/lib.po +++ b/l10n/bn_BD/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po index 3b93fda47e..1bfb31ba71 100644 --- a/l10n/bn_BD/settings.po +++ b/l10n/bn_BD/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/bn_BD/user_ldap.po b/l10n/bn_BD/user_ldap.po index 4e8df328c2..a18358286e 100644 --- a/l10n/bn_BD/user_ldap.po +++ b/l10n/bn_BD/user_ldap.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-19 01:54-0400\n" -"PO-Revision-Date: 2014-08-18 18:50+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-27 18:51+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" @@ -330,7 +330,7 @@ msgstr "" #: templates/part.wizardcontrols.php:8 msgid "Continue" -msgstr "" +msgstr "চালিয়ে যাও" #: templates/settings.php:7 msgid "Expert" diff --git a/l10n/bn_BD/user_webdavauth.po b/l10n/bn_BD/user_webdavauth.po index e0a586f701..42dbb2393c 100644 --- a/l10n/bn_BD/user_webdavauth.po +++ b/l10n/bn_BD/user_webdavauth.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# azizul , 2014 # shubhra , 2013 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-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-27 19:11+0000\n" +"Last-Translator: azizul \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +25,7 @@ msgstr "" #: templates/settings.php:3 msgid "Address:" -msgstr "" +msgstr "ঠিকানা" #: templates/settings.php:5 msgid "Save" diff --git a/l10n/bn_IN/core.po b/l10n/bn_IN/core.po index d05019d6b6..1a85e8a84e 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/bn_IN/files.po b/l10n/bn_IN/files.po index 4433197f04..1ee37f3a0e 100644 --- a/l10n/bn_IN/files.po +++ b/l10n/bn_IN/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/bn_IN/files_external.po b/l10n/bn_IN/files_external.po index 559cd742b8..24a254377c 100644 --- a/l10n/bn_IN/files_external.po +++ b/l10n/bn_IN/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/bn_IN/files_trashbin.po b/l10n/bn_IN/files_trashbin.po index 7ea1ee2a78..943f87f2bf 100644 --- a/l10n/bn_IN/files_trashbin.po +++ b/l10n/bn_IN/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: ishita mukherjee \n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_IN/lib.po b/l10n/bn_IN/lib.po index 67b327f6dc..67bec7a7fb 100644 --- a/l10n/bn_IN/lib.po +++ b/l10n/bn_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/bn_IN/settings.po b/l10n/bn_IN/settings.po index ecb4e98dfa..7601cf1cc3 100644 --- a/l10n/bn_IN/settings.po +++ b/l10n/bn_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 03ea646c39..2246806d7f 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ca/files.po b/l10n/ca/files.po index b2c54ef98d..926f67b7ee 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ca/files_external.po b/l10n/ca/files_external.po index 13fcbb94bd..f3474ccbaa 100644 --- a/l10n/ca/files_external.po +++ b/l10n/ca/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ca/files_trashbin.po b/l10n/ca/files_trashbin.po index 7ab01b0f69..e7ab832db8 100644 --- a/l10n/ca/files_trashbin.po +++ b/l10n/ca/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ca/lib.po b/l10n/ca/lib.po index af366f88d7..1cff9f5b0c 100644 --- a/l10n/ca/lib.po +++ b/l10n/ca/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -40,11 +40,11 @@ msgid "" "config directory%s." msgstr "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -337,68 +337,68 @@ msgstr "Ha fallat en compartir %s, perquè no es permet compartir amb enllaços" msgid "Share type %s is not valid for %s" msgstr "La compartició tipus %s no és vàlida per %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Ha fallat en establir els permisos per %s perquè aquests excedeixen els permesos per a %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Ha fallat en establir els permisos per %s, perquè no s'ha trobat l'element" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "El rerefons de compartició %s ha d'implementar la interfície OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "El rerefons de compartició %s no s'ha trobat" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "El rerefons de compartició per a %s no s'ha trobat" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Ha fallat en compartir %s perquè l'usuari %s és qui comparteix inicialment" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Ha fallat en compartir %s perquè els permisos excedeixen els permesos per a %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Ha fallat en compartir %s, perquè no es permet compartir de nou" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Ha fallat en compartir %s, perquè el rerefons de compartir per %s no pot trobar la seva font" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index 3c5435a7b3..0f2653b7a9 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 70327c5698..b8f5e48bc2 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 04fe6bc879..82089485e6 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Petr Šťastný \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/files_external.po b/l10n/cs_CZ/files_external.po index dcee26b41a..5ddaf6317d 100644 --- a/l10n/cs_CZ/files_external.po +++ b/l10n/cs_CZ/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Petr Šťastný \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/files_trashbin.po b/l10n/cs_CZ/files_trashbin.po index be9386d460..50e2a9fd3d 100644 --- a/l10n/cs_CZ/files_trashbin.po +++ b/l10n/cs_CZ/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po index 768022deb9..bf0d13d0d7 100644 --- a/l10n/cs_CZ/lib.po +++ b/l10n/cs_CZ/lib.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -46,11 +46,11 @@ msgid "" "config directory%s." msgstr "To bývá obyčeně vyřešeno, když %s povolí webovému serveru zápis do konfiguračního adresáře %s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Byla detekována vzorová konfigurace" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -343,68 +343,68 @@ msgstr "Sdílení položky %s selhalo, protože sdílení pomocí linků není p msgid "Share type %s is not valid for %s" msgstr "Sdílení typu %s není korektní pro %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Nastavení práv pro %s selhalo, protože položka nebyla nalezena" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" 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:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Nelze nastavit datum vypršení platnosti. Datum vypršení je v minulosti." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Podpůrná vrstva pro sdílení %s musí obsahovat rozhraní OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Podpůrná vrstva sdílení %s nenalezena" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Podpůrná vrstva sdílení pro %s nenalezena" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Sdílení položky %s selhalo, protože byla sdílena uživatelem %s jako první." -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Sdílení položky %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla %s povolena." -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Sdílení položky %s selhalo, protože sdílení dále není povoleno" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Sdílení položky %s selhalo, protože podpůrná vrstva sdílení nenalezla zdrojový %s" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index c50b1e2b2c..ef1d470d78 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po index 7ead4f2e90..b951cfc2be 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po index 983d41497d..ff92d0b9d1 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/cy_GB/files_external.po b/l10n/cy_GB/files_external.po index 3e618c88f2..2127096d62 100644 --- a/l10n/cy_GB/files_external.po +++ b/l10n/cy_GB/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/cy_GB/files_trashbin.po b/l10n/cy_GB/files_trashbin.po index da84474f05..46ecc9e3e0 100644 --- a/l10n/cy_GB/files_trashbin.po +++ b/l10n/cy_GB/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/cy_GB/lib.po b/l10n/cy_GB/lib.po index 91ec5d4920..592d2bb080 100644 --- a/l10n/cy_GB/lib.po +++ b/l10n/cy_GB/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po index 339f738c1c..6dc2400df8 100644 --- a/l10n/cy_GB/settings.po +++ b/l10n/cy_GB/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/da/core.po b/l10n/da/core.po index f75a7f1809..2c7aee8f36 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -19,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" +"Last-Translator: Aputsiaĸ Niels Janussen \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" @@ -52,12 +52,12 @@ msgstr "Tjekket database schema opdatering" #: ajax/update.php:22 msgid "Checked database schema update for apps" -msgstr "" +msgstr "Tjekkede databaseskemaets opdatering for apps" #: ajax/update.php:25 #, php-format msgid "Updated \"%s\" to %s" -msgstr "" +msgstr "Opdaterede \"%s\" til %s" #: ajax/update.php:33 #, php-format @@ -869,12 +869,12 @@ msgstr "Kontakt venligst din administrator. Hvis du er administrator, konfigurer msgid "" "Depending on your configuration, as an administrator you might also be able " "to use the button below to trust this domain." -msgstr "" +msgstr "Afhænger af din konfiguration, da du som administrator eventuelt også er i stand til at gøre brug af knappen nedenfor til at tildele tillid til dette domæne." #: templates/untrustedDomain.php:14 #, php-format msgid "Add \"%s\" as trusted domain" -msgstr "" +msgstr "Tilføj \"%s\" som et troværdigt domæne" #: templates/update.admin.php:3 #, php-format @@ -904,7 +904,7 @@ msgstr "Begynd opdatering" msgid "" "To avoid timeouts with larger installations, you can instead run the " "following command from your installation directory:" -msgstr "" +msgstr "For at undgå tidsudløb med større installationer, så kan du i stedet køre følgende kommando fra din installationsmappe:" #: templates/update.user.php:3 msgid "" diff --git a/l10n/da/files.po b/l10n/da/files.po index 55f37ccf71..52d2931869 100644 --- a/l10n/da/files.po +++ b/l10n/da/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Aputsiaĸ Niels Janussen \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/files_encryption.po b/l10n/da/files_encryption.po index 366b7265b7..32c3a56b7b 100644 --- a/l10n/da/files_encryption.po +++ b/l10n/da/files_encryption.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-12 01:54-0400\n" -"PO-Revision-Date: 2014-08-12 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-27 11:56+0000\n" +"Last-Translator: Aputsiaĸ Niels Janussen \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" @@ -40,11 +40,11 @@ msgid "" "Could not disable recovery key. Please check your recovery key password!" msgstr "Kunne ikke deaktivere gendannelsesnøgle. Kontroller din gendannelsesnøgle kodeord!" -#: ajax/changeRecoveryPassword.php:49 +#: ajax/changeRecoveryPassword.php:50 msgid "Password successfully changed." msgstr "Kodeordet blev ændret succesfuldt" -#: ajax/changeRecoveryPassword.php:51 +#: ajax/changeRecoveryPassword.php:52 msgid "Could not change the password. Maybe the old password was not correct." msgstr "Kunne ikke ændre kodeordet. Måske var det gamle kodeord ikke korrekt." @@ -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:293 +#: hooks/hooks.php:298 msgid "Following users are not set up for encryption:" msgstr "Følgende brugere er ikke sat op til kryptering:" @@ -166,11 +166,11 @@ msgstr "Skift Kodeord" #: templates/settings-personal.php:12 msgid "Your private key password no longer matches your log-in password." -msgstr "" +msgstr "Dit private nøglekodeord stemmer ikke længere overens med dit login-kodeord." #: templates/settings-personal.php:15 msgid "Set your old private key password to your current log-in password:" -msgstr "" +msgstr "Sæt dit gamle, private nøglekodeord til at være dit nuværende login-kodeord. " #: templates/settings-personal.php:17 msgid "" diff --git a/l10n/da/files_external.po b/l10n/da/files_external.po index 1ae0afdc6e..31a2ece487 100644 --- a/l10n/da/files_external.po +++ b/l10n/da/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/da/files_trashbin.po b/l10n/da/files_trashbin.po index 02bb18bfc9..8de535b81f 100644 --- a/l10n/da/files_trashbin.po +++ b/l10n/da/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/da/lib.po b/l10n/da/lib.po index 0f5cfaa29f..15113fedef 100644 --- a/l10n/da/lib.po +++ b/l10n/da/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" +"Last-Translator: Aputsiaĸ Niels Janussen \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" @@ -47,16 +47,16 @@ msgid "" "config directory%s." msgstr "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til config-mappen%s." -#: base.php:577 -msgid "Sample configuration detected" -msgstr "" - #: base.php:578 +msgid "Sample configuration detected" +msgstr "Eksempel for konfiguration registreret" + +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " "before performing changes on config.php" -msgstr "" +msgstr "Der er registreret at eksempel for konfiguration er blevet kopieret. Dette kan ødelægge din installation og understøttes ikke. Læs venligst dokumentationen før der foretages ændringer i config.php" #: private/app.php:374 msgid "Help" @@ -344,68 +344,68 @@ msgstr "Der skete en fejl ved deling af %s, det er ikke tilladt at dele links" msgid "Share type %s is not valid for %s" msgstr "Delingstypen %s er ikke gyldig for %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Angivelse af tilladelser for %s mislykkedes, fordi tilladelserne overskred de som var tildelt %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Angivelse af tilladelser for %s mislykkedes, fordi artiklen ikke blev fundet" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Kan ikke angive udløbsdato. Delinger kan ikke udløbe senere end %s efter at de er blevet delt" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" -msgstr "" +msgstr "Kan ikke angive udløbsdato. Udløbsdato er allerede passeret" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Delingsbackend'en %s skal implementere grænsefladen OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Delingsbackend'en %s blev ikke fundet" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Delingsbackend'en for %s blev ikke fundet" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Deling af %s mislykkedes, fordi brugeren %s er den som delte oprindeligt" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Deling af %s mislykkedes, fordi tilladelserne overskred de tillaldelser som %s var tildelt" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Deling af %s mislykkedes, fordi videredeling ikke er tilladt" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Deling af %s mislykkedes, fordi back-enden ikke kunne finde kilden til %s" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" @@ -506,7 +506,7 @@ msgstr "Kan ikke skrive til mappen \"apps\"" msgid "" "This can usually be fixed by %sgiving the webserver write access to the apps" " directory%s or disabling the appstore in the config file." -msgstr "" +msgstr "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til apps-mappen%s eller slå appstore fra i config-filen." #: private/util.php:470 #, php-format @@ -529,7 +529,7 @@ msgstr "Angivelse af %s for lokalitet mislykkedes" msgid "" "Please install one of these locales on your system and restart your " "webserver." -msgstr "" +msgstr "Installér venligst én af disse lokaliteter på dit system, og genstart din webserver." #: private/util.php:494 msgid "Please ask your server administrator to install the module." diff --git a/l10n/da/settings.po b/l10n/da/settings.po index 478c0d450f..261f98dfe3 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Aputsiaĸ Niels Janussen \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/core.po b/l10n/de/core.po index 11f5b55490..6c8d1da174 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Mario Siegmann \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/files.po b/l10n/de/files.po index 265170693f..2ce75acfdc 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de/files_external.po b/l10n/de/files_external.po index 5767e8cc2f..04bf295e3c 100644 --- a/l10n/de/files_external.po +++ b/l10n/de/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de/files_trashbin.po b/l10n/de/files_trashbin.po index acbb2ab29e..8fc166477a 100644 --- a/l10n/de/files_trashbin.po +++ b/l10n/de/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de/lib.po b/l10n/de/lib.po index bbf332e05e..8cdd817bef 100644 --- a/l10n/de/lib.po +++ b/l10n/de/lib.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -45,11 +45,11 @@ msgid "" "config directory%s." msgstr "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Beispielkonfiguration gefunden" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -342,68 +342,68 @@ msgstr "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht e msgid "Share type %s is not valid for %s" msgstr "Freigabetyp %s ist nicht gültig für %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein." -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Freigabe-Backend %s nicht gefunden" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Freigabe-Backend für %s nicht gefunden" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index 4afdda7fed..6c6bab1452 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Mario Siegmann \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po index 70138c07e1..a70f45952b 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/de_AT/files.po b/l10n/de_AT/files.po index b94533507c..ad4b0c8e35 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_AT/files_external.po b/l10n/de_AT/files_external.po index 352e1de6fc..ba724cd1f5 100644 --- a/l10n/de_AT/files_external.po +++ b/l10n/de_AT/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_AT/files_trashbin.po b/l10n/de_AT/files_trashbin.po index 595d82ab27..3514ed4a99 100644 --- a/l10n/de_AT/files_trashbin.po +++ b/l10n/de_AT/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_AT/lib.po b/l10n/de_AT/lib.po index 3354e29d7f..785be59c5f 100644 --- a/l10n/de_AT/lib.po +++ b/l10n/de_AT/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/de_AT/settings.po b/l10n/de_AT/settings.po index 05a2cc02c2..43cb47f730 100644 --- a/l10n/de_AT/settings.po +++ b/l10n/de_AT/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_CH/core.po b/l10n/de_CH/core.po index 67d89ea8a3..cd9fda5c33 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/de_CH/files.po b/l10n/de_CH/files.po index 7c1fc8ea04..a72e265a80 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_CH/files_external.po b/l10n/de_CH/files_external.po index 847d3b81e8..29a3462aec 100644 --- a/l10n/de_CH/files_external.po +++ b/l10n/de_CH/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_CH/files_trashbin.po b/l10n/de_CH/files_trashbin.po index 3baaea27a6..a87d0964bf 100644 --- a/l10n/de_CH/files_trashbin.po +++ b/l10n/de_CH/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_CH/lib.po b/l10n/de_CH/lib.po index d8eee0994c..ecfa663eff 100644 --- a/l10n/de_CH/lib.po +++ b/l10n/de_CH/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -43,11 +43,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -340,68 +340,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/de_CH/settings.po b/l10n/de_CH/settings.po index ad17a5a284..5d6f285781 100644 --- a/l10n/de_CH/settings.po +++ b/l10n/de_CH/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index 11e992ce21..03a926ea65 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Mario Siegmann \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index a63223ccd3..3f26b3800b 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_DE/files_external.po b/l10n/de_DE/files_external.po index 919c1050b4..9a10d4eea6 100644 --- a/l10n/de_DE/files_external.po +++ b/l10n/de_DE/files_external.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_DE/files_trashbin.po b/l10n/de_DE/files_trashbin.po index 2a1324dd60..c42477f547 100644 --- a/l10n/de_DE/files_trashbin.po +++ b/l10n/de_DE/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/de_DE/lib.po b/l10n/de_DE/lib.po index 583df78415..26437a9ffe 100644 --- a/l10n/de_DE/lib.po +++ b/l10n/de_DE/lib.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -45,11 +45,11 @@ msgid "" "config directory%s." msgstr "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Beispielkonfiguration gefunden" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -342,68 +342,68 @@ msgstr "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht e msgid "Share type %s is not valid for %s" msgstr "Freigabetyp %s ist nicht gültig für %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein." -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Freigabe-Backend %s nicht gefunden" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Freigabe-Backend für %s nicht gefunden" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index 9bafd3f68b..2105b8fa96 100644 --- a/l10n/de_DE/settings.po +++ b/l10n/de_DE/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Mario Siegmann \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/core.po b/l10n/el/core.po index 6185c4b561..05fee4a172 100644 --- a/l10n/el/core.po +++ b/l10n/el/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: evigiannakou \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files.po b/l10n/el/files.po index a17980550b..d99b61d43d 100644 --- a/l10n/el/files.po +++ b/l10n/el/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: evigiannakou \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files_external.po b/l10n/el/files_external.po index 8eefe71e48..23e113e415 100644 --- a/l10n/el/files_external.po +++ b/l10n/el/files_external.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/el/files_trashbin.po b/l10n/el/files_trashbin.po index ab687db606..e194855f47 100644 --- a/l10n/el/files_trashbin.po +++ b/l10n/el/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Vassilis Kehayas \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/lib.po b/l10n/el/lib.po index bd4bc752f5..765af3eb87 100644 --- a/l10n/el/lib.po +++ b/l10n/el/lib.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: evigiannakou \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -47,11 +47,11 @@ msgid "" "config directory%s." msgstr "Αυτό μπορεί συνήθως να διορθωθεί %sπαρέχοντας δικαιώματα εγγραφής για το φάκελο config στο διακομιστή δικτύου%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Ανιχνεύθηκε δείγμα εγκατάστασης" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -344,68 +344,68 @@ msgstr "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν msgid "Share type %s is not valid for %s" msgstr "Ο τύπος διαμοιρασμού %s δεν είναι έγκυρος για το %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί το αντικείμενο δεν βρέθηκε" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Δεν μπορεί να οριστεί ημερομηνία λήξης. Οι κοινοποιήσεις δεν μπορεί να λήγουν αργότερα από %s αφού έχουν διαμοιραστεί." -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Δεν μπορεί να οριστεί ημερομηνία λήξης. Η ημερομηνία λήξης είναι στο παρελθόν" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Το σύστημα διαμοιρασμού %s πρέπει να υλοποιεί την διεπαφή OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Το σύστημα διαμοιρασμού %s δεν βρέθηκε" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Το σύστημα διαμοιρασμού για το %s δεν βρέθηκε" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο αρχικά από τον χρήστη %s" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Ο διαμοιρασμός του %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν επιτρέπεται ο επαναδιαμοιρασμός" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν ήταν δυνατό να εντοπίσει την πηγή το σύστημα διαμοιρασμού για το %s " -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/el/settings.po b/l10n/el/settings.po index d5622fe93a..666e3e3796 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: evigiannakou \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB/core.po b/l10n/en_GB/core.po index a4dc5cb3f0..e12e22a3e4 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-08-27 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 14:11+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Darren Richardson \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po index 916468c09c..0bdd86adf9 100644 --- a/l10n/en_GB/files.po +++ b/l10n/en_GB/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/en_GB/files_external.po b/l10n/en_GB/files_external.po index 476ee140e2..df3019b87e 100644 --- a/l10n/en_GB/files_external.po +++ b/l10n/en_GB/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/en_GB/files_trashbin.po b/l10n/en_GB/files_trashbin.po index 0f9e3d680b..64d275d9e5 100644 --- a/l10n/en_GB/files_trashbin.po +++ b/l10n/en_GB/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/en_GB/lib.po b/l10n/en_GB/lib.po index 80508121d3..ae4a6e5d2a 100644 --- a/l10n/en_GB/lib.po +++ b/l10n/en_GB/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -40,11 +40,11 @@ msgid "" "config directory%s." msgstr "This can usually be fixed by %sgiving the webserver write access to the config directory%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Sample configuration detected" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -337,68 +337,68 @@ msgstr "Sharing %s failed, because sharing with links is not allowed" msgid "Share type %s is not valid for %s" msgstr "Share type %s is not valid for %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Setting permissions for %s failed, because the item was not found" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Cannot set expiry date. Shares cannot expire later than %s after they have been shared" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Cannot set expiry date. Expiry date is in the past" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Sharing backend %s must implement the interface OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Sharing backend %s not found" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Sharing backend for %s not found" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Sharing %s failed, because the user %s is the original sharer" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Sharing %s failed, because the permissions exceed permissions granted to %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Sharing %s failed, because resharing is not allowed" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Sharing %s failed, because the sharing backend for %s could not find its source" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/en_GB/settings.po b/l10n/en_GB/settings.po index 403f9f4b40..4da459f271 100644 --- a/l10n/en_GB/settings.po +++ b/l10n/en_GB/settings.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-27 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 14:11+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Darren Richardson \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/core.po b/l10n/eo/core.po index 9364e6d593..8a7e167a1d 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/eo/files.po b/l10n/eo/files.po index 81893ef104..e3ac0ebec2 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eo/files_external.po b/l10n/eo/files_external.po index e88586093f..e24c2e14ae 100644 --- a/l10n/eo/files_external.po +++ b/l10n/eo/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eo/files_trashbin.po b/l10n/eo/files_trashbin.po index 9ba340f10e..e13ba9ef4c 100644 --- a/l10n/eo/files_trashbin.po +++ b/l10n/eo/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eo/lib.po b/l10n/eo/lib.po index c7679455ae..d9ca3108e2 100644 --- a/l10n/eo/lib.po +++ b/l10n/eo/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -40,11 +40,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -337,68 +337,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po index b5c0b7aae0..537048a376 100644 --- a/l10n/eo/settings.po +++ b/l10n/eo/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/es/core.po b/l10n/es/core.po index cef9baccfc..11d99c2523 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -33,8 +33,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Artopal \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files.po b/l10n/es/files.po index 3eae55d768..34d50e568a 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_external.po b/l10n/es/files_external.po index d666bdb13d..7b688b0ab5 100644 --- a/l10n/es/files_external.po +++ b/l10n/es/files_external.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: victormce \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_trashbin.po b/l10n/es/files_trashbin.po index 493cbc6a62..19a4a157ff 100644 --- a/l10n/es/files_trashbin.po +++ b/l10n/es/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/lib.po b/l10n/es/lib.po index fc3b5eb52a..a0863ee19d 100644 --- a/l10n/es/lib.po +++ b/l10n/es/lib.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -53,11 +53,11 @@ msgid "" "config directory%s." msgstr "Esto puede ser facilmente solucionado, %sdando permisos de escritura al directorio de configuración en el servidor Web%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Ejemplo de configuración detectado" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -350,68 +350,68 @@ msgstr "Compartiendo %s ha fallado, ya que compartir con enlaces no está permit msgid "Share type %s is not valid for %s" msgstr "Compartir tipo %s no es válido para %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "No se puede fijar fecha de caducidad. Archivos compartidos no pueden caducar luego de %s de ser compartidos" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "No se puede fijar la fecha de caducidad. La fecha de caducidad está en el pasado." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "El motor compartido %s no se ha encontrado" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Motor compartido para %s no encontrado" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Compartiendo %s ha fallado, ya que el usuario %s es el compartidor original" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Compartiendo %s ha fallado, ya que los permisos superan los permisos otorgados a %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Compartiendo %s ha fallado, ya que volver a compartir no está permitido" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Compartir %s falló porque el motor compartido para %s podría no encontrar su origen" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es/settings.po b/l10n/es/settings.po index f4388bc1e1..6b412afb5c 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Artopal \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po index f82a336856..2f48cfb3e2 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po index 9afcab0c72..2a5573de6c 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/es_AR/files_external.po b/l10n/es_AR/files_external.po index e6e93fdb80..5f4c007cb0 100644 --- a/l10n/es_AR/files_external.po +++ b/l10n/es_AR/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/es_AR/files_trashbin.po b/l10n/es_AR/files_trashbin.po index 06bd3a68e5..6dc165bcb5 100644 --- a/l10n/es_AR/files_trashbin.po +++ b/l10n/es_AR/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/es_AR/lib.po b/l10n/es_AR/lib.po index ce9dc28282..32bbf594e1 100644 --- a/l10n/es_AR/lib.po +++ b/l10n/es_AR/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po index 20c7ff0360..2ad7df69b0 100644 --- a/l10n/es_AR/settings.po +++ b/l10n/es_AR/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/es_CL/core.po b/l10n/es_CL/core.po index 91d9dce596..e9f154c98c 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/es_CL/lib.po b/l10n/es_CL/lib.po index 9bd3b1de8c..d6d8e375a5 100644 --- a/l10n/es_CL/lib.po +++ b/l10n/es_CL/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -40,11 +40,11 @@ msgid "" "config directory%s." msgstr "Generalmente esto se puede resolver %s otorgando permisos de escritura al servidor web en la carpeta configurada %s" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -337,68 +337,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_MX/core.po b/l10n/es_MX/core.po index 4cc11e0c99..8c7400a0ab 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/es_MX/files.po b/l10n/es_MX/files.po index 3bc43ae113..a74989e577 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/es_MX/files_external.po b/l10n/es_MX/files_external.po index b42fd41087..b45935f11a 100644 --- a/l10n/es_MX/files_external.po +++ b/l10n/es_MX/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/es_MX/files_trashbin.po b/l10n/es_MX/files_trashbin.po index 9e66945120..b541f5f606 100644 --- a/l10n/es_MX/files_trashbin.po +++ b/l10n/es_MX/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/es_MX/lib.po b/l10n/es_MX/lib.po index d98f69731f..51b783d749 100644 --- a/l10n/es_MX/lib.po +++ b/l10n/es_MX/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_MX/settings.po b/l10n/es_MX/settings.po index 148a7af414..e100e8e881 100644 --- a/l10n/es_MX/settings.po +++ b/l10n/es_MX/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index 9055d0f149..a9e83e16b0 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po index 5c86e1e980..5e98dd3aef 100644 --- a/l10n/et_EE/files.po +++ b/l10n/et_EE/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/et_EE/files_external.po b/l10n/et_EE/files_external.po index 8365986b82..e096a9a429 100644 --- a/l10n/et_EE/files_external.po +++ b/l10n/et_EE/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/et_EE/files_trashbin.po b/l10n/et_EE/files_trashbin.po index 125e954dce..e19799f531 100644 --- a/l10n/et_EE/files_trashbin.po +++ b/l10n/et_EE/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/et_EE/lib.po b/l10n/et_EE/lib.po index 162d1f1b1d..0537e045f2 100644 --- a/l10n/et_EE/lib.po +++ b/l10n/et_EE/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "Tavaliselt saab selle lahendada %s andes veebiserverile seadete kataloogile \"config\" kirjutusõigused %s" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "%s jagamine ebaõnnestus, kuna linkidega jagamine pole lubatud" msgid "Share type %s is not valid for %s" msgstr "Jagamise tüüp %s ei ole õige %s jaoks" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Lubade seadistus %s jaoks ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Lubade seadistus %s jaoks ebaõnnestus, kuna üksust ei leitud" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Jagamise tagarakend %s peab kasutusele võtma OCP\\Share_Backend liidese" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Jagamise tagarakendit %s ei leitud" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Jagamise tagarakendit %s jaoks ei leitud" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "%s jagamine ebaõnnestus, kuna kasutaja %s on algne jagaja" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "%s jagamine ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "%s jagamine ebaõnnestus, kuna edasijagamine pole lubatud" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "%s jagamine ebaõnnestus, kuna jagamise tagarakend ei suutnud leida %s jaoks lähteallikat" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po index 409c435c27..b14c1a59c0 100644 --- a/l10n/et_EE/settings.po +++ b/l10n/et_EE/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/eu/core.po b/l10n/eu/core.po index e111fa2e0f..eae61170a2 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Alexander Gabilondo \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/files.po b/l10n/eu/files.po index db98adcd38..bc379c250e 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eu/files_external.po b/l10n/eu/files_external.po index b75324283c..480f75f28b 100644 --- a/l10n/eu/files_external.po +++ b/l10n/eu/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eu/files_trashbin.po b/l10n/eu/files_trashbin.po index 94c4ac3736..629328b986 100644 --- a/l10n/eu/files_trashbin.po +++ b/l10n/eu/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eu/lib.po b/l10n/eu/lib.po index d4f36f87e4..47c1b4b06b 100644 --- a/l10n/eu/lib.po +++ b/l10n/eu/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -43,11 +43,11 @@ msgid "" "config directory%s." msgstr "Hau normalean konpondu daiteke %sweb zerbitzarira config karpetan idazteko baimenak emanez%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Adibide-ezarpena detektatua" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -340,68 +340,68 @@ msgstr "%s elkarbanatzeak huts egin du, lotura bidezko elkarbanatzea baimendua e msgid "Share type %s is not valid for %s" msgstr "%s elkarbanaketa mota ez da %srentzako egokia" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "%srentzako baimenak ezartzea huts egin du, baimenak %sri emandakoak baino gehiago direlako" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "%srentzako baimenak ezartzea huts egin du, aurkitu ez delako" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Ezin izan da jarri iraungitze data. Konpartitzea ezin da iraungi konpartitu eta %s ondoren." -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Ezin da jarri iraungitze data. Iraungitze data iragan da." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du " -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Ez da %s elkarbanaketa motorra aurkitu" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Ez da %srako elkarbanaketa motorrik aurkitu" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "%s elkarbanatzeak huts egin du, %s erabiltzailea jatorrizko elkarbanatzailea delako" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "%s elkarbanatzeak huts egin du, baimenak %sri emandakoak baino gehiago direlako" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "%s elkarbanatzeak huts egin du, ber-elkarbanatzea baimenduta ez dagoelako" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "%s elkarbanatzeak huts egin du, %sren elkarbanaketa motorrak bere iturria aurkitu ezin duelako" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index c4881c7ae0..c6f64820b6 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Alexander Gabilondo \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu_ES/core.po b/l10n/eu_ES/core.po index e519f22d6c..84f46882fa 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eu_ES/files.po b/l10n/eu_ES/files.po index de4575d300..4624a43ed9 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eu_ES/files_external.po b/l10n/eu_ES/files_external.po index 7f664ba6eb..97c8dc39d1 100644 --- a/l10n/eu_ES/files_external.po +++ b/l10n/eu_ES/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eu_ES/files_trashbin.po b/l10n/eu_ES/files_trashbin.po index 818729e19d..92254ba75e 100644 --- a/l10n/eu_ES/files_trashbin.po +++ b/l10n/eu_ES/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/eu_ES/settings.po b/l10n/eu_ES/settings.po index c477acaaf7..05131b6805 100644 --- a/l10n/eu_ES/settings.po +++ b/l10n/eu_ES/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/fa/core.po b/l10n/fa/core.po index 86f4fd0e97..b9fd656672 100644 --- a/l10n/fa/core.po +++ b/l10n/fa/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/fa/files.po b/l10n/fa/files.po index 8fba1e279a..e39bb28d23 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/fa/files_external.po b/l10n/fa/files_external.po index 5883aafc32..a77bd02d83 100644 --- a/l10n/fa/files_external.po +++ b/l10n/fa/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/fa/files_trashbin.po b/l10n/fa/files_trashbin.po index 13a46e9d4f..7d9a3734bc 100644 --- a/l10n/fa/files_trashbin.po +++ b/l10n/fa/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Mohammad \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/lib.po b/l10n/fa/lib.po index fa76610866..92b66aac18 100644 --- a/l10n/fa/lib.po +++ b/l10n/fa/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -40,11 +40,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -337,68 +337,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index dce70d0b1a..16dd983340 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index e59047eb70..c30d70af04 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: ioxo \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index b888f23aca..3e3a996403 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/fi_FI/files_external.po b/l10n/fi_FI/files_external.po index eaed682d91..07112194f8 100644 --- a/l10n/fi_FI/files_external.po +++ b/l10n/fi_FI/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/fi_FI/files_trashbin.po b/l10n/fi_FI/files_trashbin.po index c4628a9da2..8816fa1f04 100644 --- a/l10n/fi_FI/files_trashbin.po +++ b/l10n/fi_FI/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/fi_FI/lib.po b/l10n/fi_FI/lib.po index 5d986184b1..4169527277 100644 --- a/l10n/fi_FI/lib.po +++ b/l10n/fi_FI/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -40,11 +40,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -337,68 +337,68 @@ msgstr "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Vanhentumispäivää ei voi asettaa. Vanhentumispäivä on jo mennyt" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Jakamisen taustaosaa %s ei löytynyt" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Jakamisen taustaosaa kohteelle %s ei löytynyt" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s on alkuperäinen jakaja" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Kohteen %s jakaminen epäonnistui, koska jakaminen uudelleen ei ole sallittu" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index c2c8ea3d21..2fc45c679b 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index 981e0daaa9..71049ddbc2 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/fr/files.po b/l10n/fr/files.po index ca15d9b75c..2b2b6d031b 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/fr/files_external.po b/l10n/fr/files_external.po index bce8367a1d..f981717e94 100644 --- a/l10n/fr/files_external.po +++ b/l10n/fr/files_external.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/fr/files_trashbin.po b/l10n/fr/files_trashbin.po index 1b79f570f9..bbec2be92f 100644 --- a/l10n/fr/files_trashbin.po +++ b/l10n/fr/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po index c1a2bc7895..ebc3008515 100644 --- a/l10n/fr/lib.po +++ b/l10n/fr/lib.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -49,11 +49,11 @@ msgid "" "config directory%s." msgstr "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire de configuration%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -346,68 +346,68 @@ msgstr "Le partage de %s a échoué car un partage de lien n'est pas permis" msgid "Share type %s is not valid for %s" msgstr "Le type de partage %s n'est pas valide pour %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Le réglage des permissions pour %s a échoué car les permissions dépassent celle accordée à %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" 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:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Impossible de configurer la date d'expiration. La date d'expiration est dans le passé." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "L'emplacement du partage %s doit implémenter l'interface OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Emplacement de partage %s introuvable" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "L'emplacement du partage %s est introuvable" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Le partage de %s a échoué car l'utilisateur %s est déjà l'utilisateur à l'origine du partage." -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Le partage de %s a échoué car les permissions dépassent les permissions accordées à %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Le partage de %s a échoué car le repartage n'est pas autorisé" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Le partage %s a échoué parce que la source n'a été trouvée pour le partage %s." -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po index d12e561a5d..7155fb5646 100644 --- a/l10n/fr/settings.po +++ b/l10n/fr/settings.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index 61de74774f..42734c447e 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/gl/files.po b/l10n/gl/files.po index 9e2637a567..5f3dbf0f4c 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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/gl/files_external.po b/l10n/gl/files_external.po index cfb1822e3d..cc56824e5b 100644 --- a/l10n/gl/files_external.po +++ b/l10n/gl/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/files_trashbin.po b/l10n/gl/files_trashbin.po index b837ffaf53..0210cefb71 100644 --- a/l10n/gl/files_trashbin.po +++ b/l10n/gl/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/lib.po b/l10n/gl/lib.po index e8343e1aa1..9c67c5c70b 100644 --- a/l10n/gl/lib.po +++ b/l10n/gl/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «config»%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "Fallou a compartición de %s, non está permitido compartir con ligazón msgid "Share type %s is not valid for %s" msgstr "Non se admite a compartición do tipo %s para %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Non é posíbel estabelecer permisos para %s, os permisos superan os permisos concedidos a %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Non é posíbel estabelecer permisos para %s, non se atopa o elemento" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" 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:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Non é posíbel estabelecer a data de caducidade. A data de caducidade está no pasado." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "A infraestrutura de compartición %s ten que implementar a interface OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Non se atopou a infraestrutura de compartición %s" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Non se atopou a infraestrutura de compartición para %s" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Fallou a compartición de %s, a compartición orixinal é do usuario %s" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Fallou a compartición de %s, os permisos superan os permisos concedidos a %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Fallou a compartición de %s, non está permitido repetir a compartción" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Fallou a compartición de %s, a infraestrutura de compartición para %s non foi quen de atopar a orixe" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index faf9d64bd4..f106d8528a 100644 --- a/l10n/gl/settings.po +++ b/l10n/gl/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/he/core.po b/l10n/he/core.po index 38a852909c..6cba56e60e 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -388,7 +388,7 @@ msgstr "" #: js/share.js:389 msgid "Share link" -msgstr "" +msgstr "קישור לשיתוף" #: js/share.js:394 msgid "" diff --git a/l10n/he/files.po b/l10n/he/files.po index 99cd7af928..47685c6b92 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" @@ -381,7 +381,7 @@ msgstr "קובץ טקסט" #: templates/list.php:12 msgid "New folder" -msgstr "" +msgstr "תיקייה חדשה" #: templates/list.php:13 msgid "Folder" diff --git a/l10n/he/files_external.po b/l10n/he/files_external.po index ab067d22ac..3667c79515 100644 --- a/l10n/he/files_external.po +++ b/l10n/he/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/he/files_trashbin.po b/l10n/he/files_trashbin.po index c9223a048c..5e4ca53625 100644 --- a/l10n/he/files_trashbin.po +++ b/l10n/he/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/he/lib.po b/l10n/he/lib.po index 45c91ae47c..78688230bc 100644 --- a/l10n/he/lib.po +++ b/l10n/he/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/he/settings.po b/l10n/he/settings.po index a0ebb9d257..dd916f1b7f 100644 --- a/l10n/he/settings.po +++ b/l10n/he/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/hi/core.po b/l10n/hi/core.po index 403d9074eb..d4f42e73e6 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/hi/lib.po b/l10n/hi/lib.po index 90cd5dfefb..ddbf03f99d 100644 --- a/l10n/hi/lib.po +++ b/l10n/hi/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po index c22b471e94..466995a108 100644 --- a/l10n/hi/settings.po +++ b/l10n/hi/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/hr/core.po b/l10n/hr/core.po index f97ca7798b..9ccb8b78f1 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/hr/files.po b/l10n/hr/files.po index 466a7a766c..43e046e056 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/hr/files_external.po b/l10n/hr/files_external.po index 221ff40f15..2f900913b8 100644 --- a/l10n/hr/files_external.po +++ b/l10n/hr/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Dubravko Penezic \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/files_trashbin.po b/l10n/hr/files_trashbin.po index 252ce6d146..5d806fda3f 100644 --- a/l10n/hr/files_trashbin.po +++ b/l10n/hr/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/hr/lib.po b/l10n/hr/lib.po index 777e5738f7..36c2b65016 100644 --- a/l10n/hr/lib.po +++ b/l10n/hr/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index 17c04d6b14..c26f812c8b 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index 78bbe5c83a..9e78931a09 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Laszlo Tornoci \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po index 16df0c8103..1d198e814e 100644 --- a/l10n/hu_HU/files.po +++ b/l10n/hu_HU/files.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" +"Last-Translator: Laszlo Tornoci \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" @@ -77,12 +77,12 @@ msgstr "A kiinduló állomány érvénytelen" #: ajax/newfile.php:102 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" +msgstr "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőrizze a beállításokat!" #: ajax/newfile.php:126 #, php-format msgid "The file exceeds your quota by %s" -msgstr "A fájl meghaladja kvótádat %s-kal" +msgstr "A fájl ennyivel meghaladja a kvótáját: %s" #: ajax/newfile.php:141 #, php-format @@ -107,7 +107,7 @@ msgstr "Nem található a mappa, ahova feltölteni szeretne." #: ajax/upload.php:35 msgid "Invalid Token" -msgstr "Hibás mappacím" +msgstr "Hibás token" #: ajax/upload.php:79 msgid "No file was uploaded. Unknown error" @@ -162,7 +162,7 @@ msgstr "Érvénytelen mappa." #: appinfo/app.php:11 js/filelist.js:25 msgid "Files" -msgstr "Fájlok" +msgstr "Fájlkezelő" #: appinfo/app.php:27 msgid "All files" @@ -187,7 +187,7 @@ msgstr "A feltöltést megszakítottuk." #: js/file-upload.js:418 msgid "Could not get result from server." -msgstr "A kiszolgálótól nem kapható meg az eredmény." +msgstr "A kiszolgálótól nem kapható meg a művelet eredménye." #: js/file-upload.js:502 msgid "" @@ -375,7 +375,7 @@ msgstr "Új" #: templates/list.php:8 msgid "New text file" -msgstr "Új szöveges file" +msgstr "Új szövegfájl" #: templates/list.php:9 msgid "Text file" diff --git a/l10n/hu_HU/files_external.po b/l10n/hu_HU/files_external.po index f1635fe0ac..0ccbe49e8d 100644 --- a/l10n/hu_HU/files_external.po +++ b/l10n/hu_HU/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/hu_HU/files_trashbin.po b/l10n/hu_HU/files_trashbin.po index a119ac0eb4..80375c4533 100644 --- a/l10n/hu_HU/files_trashbin.po +++ b/l10n/hu_HU/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/hu_HU/lib.po b/l10n/hu_HU/lib.po index fa7e9df763..c60b33a8e6 100644 --- a/l10n/hu_HU/lib.po +++ b/l10n/hu_HU/lib.po @@ -6,14 +6,14 @@ # beni1999 , 2014 # David Szilagyi , 2013 # ebela , 2013 -# Laszlo Tornoci , 2013 +# Laszlo Tornoci , 2013-2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" +"Last-Translator: Laszlo Tornoci \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" @@ -29,30 +29,30 @@ msgstr "Nem írható a \"config\" könyvtár!" msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" -msgstr "" +msgstr "Ez rendszerint úgy oldható meg, hogy írási jogot adunk a webszervernek a config könyvtárra." #: base.php:203 #, php-format msgid "See %s" -msgstr "" +msgstr "Lásd %s" #: base.php:208 private/util.php:442 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." -msgstr "" - -#: base.php:577 -msgid "Sample configuration detected" -msgstr "" +msgstr "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek a config könyvtárra%s." #: base.php:578 +msgid "Sample configuration detected" +msgstr "A példabeállítások vannak beállítva" + +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " "before performing changes on config.php" -msgstr "" +msgstr "Úgy tűnik a példakonfigurációt próbálja ténylegesen használni. Ez nem támogatott, és működésképtelenné teheti a telepítést. Kérjük olvassa el a dokumentációt és azt követően változtasson a config.php-n!" #: private/app.php:374 msgid "Help" @@ -79,7 +79,7 @@ msgstr "Adminsztráció" msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." -msgstr "" +msgstr " \\\"%s\\\" alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen változatával." #: private/app.php:1130 msgid "No app name specified" @@ -104,7 +104,7 @@ msgstr "Az alkalmazás mappája már létezik" #: private/installer.php:90 #, php-format msgid "Can't create app folder. Please fix permissions. %s" -msgstr "Nem lehetett létrehozni az alkalmzás mappáját. Kérlek ellenőrizd a jogosultásgokat. %s" +msgstr "Nem lehetett létrehozni az alkalmazás mappáját. Kérem ellenőrizze a jogosultságokat. %s" #: private/installer.php:235 msgid "No source specified when installing app" @@ -139,7 +139,7 @@ msgstr "Az alkalmazást nem lehet telepíteni, mert abban nem engedélyezett pro msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" -msgstr "Az alalmazás nem telepíthető, mert nem kompatibilis az ownClod ezzel a verziójával." +msgstr "Az alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen verziójával." #: private/installer.php:326 msgid "" @@ -151,7 +151,7 @@ msgstr "Az alkalmazást nem lehet telepíteni, mert tartalmazza a \n\nt msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" -msgstr "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-áruházban feltüntetett verzióval." +msgstr "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-kiszolgálón feltüntetett verzióval." #: private/json.php:29 msgid "Application is not enabled" @@ -197,7 +197,7 @@ msgstr "Vagy egy létező felhasználó vagy az adminisztrátor bejelentkezési #: private/setup/mysql.php:12 msgid "MySQL/MariaDB username and/or password not valid" -msgstr "" +msgstr "A MySQL/MariaDB felhasználónév és/vagy jelszó nem megfelelő" #: private/setup/mysql.php:67 private/setup/oci.php:54 #: private/setup/oci.php:121 private/setup/oci.php:144 @@ -225,20 +225,20 @@ msgstr "A hibát ez a parancs okozta: \"%s\"" #: private/setup/mysql.php:85 #, php-format msgid "MySQL/MariaDB user '%s'@'localhost' exists already." -msgstr "" +msgstr "A MySQL/MariaDB felhasználó '%s'@'localhost' már létezik." #: private/setup/mysql.php:86 msgid "Drop this user from MySQL/MariaDB" -msgstr "" +msgstr "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből" #: private/setup/mysql.php:91 #, php-format msgid "MySQL/MariaDB user '%s'@'%%' already exists" -msgstr "" +msgstr "A MySQL/MariaDB felhasználó '%s'@'%%' már létezik." #: private/setup/mysql.php:92 msgid "Drop this user from MySQL/MariaDB." -msgstr "" +msgstr "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből." #: private/setup/oci.php:34 msgid "Oracle connection could not be established" @@ -290,122 +290,122 @@ msgstr "%s megosztása sikertelen, mert a fájl nem létezik" #: private/share/share.php:501 #, php-format msgid "You are not allowed to share %s" -msgstr "" +msgstr "Önnek nincs jogosultsága %s megosztására" #: private/share/share.php:531 #, php-format msgid "Sharing %s failed, because the user %s is the item owner" -msgstr "" +msgstr "%s megosztása nem sikerült, mert %s felhasználó az állomány tulajdonosa" #: private/share/share.php:537 #, php-format msgid "Sharing %s failed, because the user %s does not exist" -msgstr "" +msgstr "%s megosztása nem sikerült, mert %s felhasználó nem létezik" #: private/share/share.php:546 #, php-format msgid "" "Sharing %s failed, because the user %s is not a member of any groups that %s" " is a member of" -msgstr "" +msgstr "%s megosztása nem sikerült, mert %s felhasználó nem tagja egyik olyan csoportnak sem, aminek %s tagja" #: private/share/share.php:559 private/share/share.php:587 #, php-format msgid "Sharing %s failed, because this item is already shared with %s" -msgstr "" +msgstr "%s megosztása nem sikerült, mert ez már meg van osztva %s-vel" #: private/share/share.php:567 #, php-format msgid "Sharing %s failed, because the group %s does not exist" -msgstr "" +msgstr "%s megosztása nem sikerült, mert %s csoport nem létezik" #: private/share/share.php:574 #, php-format msgid "Sharing %s failed, because %s is not a member of the group %s" -msgstr "" +msgstr "%s megosztása nem sikerült, mert %s felhasználó nem tagja a %s csoportnak" #: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" -msgstr "" +msgstr "Meg kell adnia egy jelszót is, mert a nyilvános linkek csak jelszóval védetten használhatók" #: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" -msgstr "" +msgstr "%s megosztása nem sikerült, mert a linkekkel történő megosztás nincs engedélyezve" #: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" -msgstr "" +msgstr "A %s megosztási típus nem érvényes %s-re" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" -msgstr "" +msgstr "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a megadottak túllépik a %s-re érvényes jogosultságokat" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" -msgstr "" +msgstr "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a kérdéses állomány nem található" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" -msgstr "" +msgstr "Nem lehet beállítani a lejárati időt. A megosztások legfeljebb ennyi idővel járhatnak le a létrehozásukat követően: %s" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" -msgstr "Nem lehet beállítani a lejárati időt mivel már elmúlt." +msgstr "Nem lehet beállítani a lejárati időt, mivel a megadott lejárati időpont már elmúlt." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" -msgstr "" +msgstr "Az %s megosztási alrendszernek támogatnia kell az OCP\\Share_Backend interface-t" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" -msgstr "" +msgstr "A %s megosztási alrendszer nem található" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" -msgstr "" +msgstr "%s megosztási alrendszere nem található" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" -msgstr "" +msgstr "%s megosztása nem sikerült, mert %s felhasználó az eredeti megosztó" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" -msgstr "" +msgstr "%s megosztása nem sikerült, mert a jogosultságok túllépik azt, ami %s rendelkezésére áll" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" -msgstr "" +msgstr "%s megosztása nem sikerült, mert a megosztás továbbadása nincs engedélyezve" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" -msgstr "" +msgstr "%s megosztása nem sikerült, mert %s megosztási alrendszere nem találja" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" -msgstr "" +msgstr "%s megosztása nem sikerült, mert a fájl nem található a gyorsítótárban" #: private/tags.php:183 #, php-format @@ -464,7 +464,7 @@ msgstr "több éve" msgid "" "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", " "\"0-9\", and \"_.@-\"" -msgstr "" +msgstr "A felhasználónévben csak a következő karakterek fordulhatnak elő: \"a-z\", \"A-Z\", \"0-9\", és \"_.@-\"" #: private/user/manager.php:249 msgid "A valid username must be provided" @@ -480,14 +480,14 @@ msgstr "Ez a bejelentkezési név már foglalt" #: private/util.php:427 msgid "No database drivers (sqlite, mysql, or postgresql) installed." -msgstr "" +msgstr "Nincs telepítve adatbázis-meghajtóprogram (sqlite, mysql vagy postgresql)." #: private/util.php:434 #, php-format msgid "" "Permissions can usually be fixed by %sgiving the webserver write access to " "the root directory%s." -msgstr "" +msgstr "Az elérési problémák rendszerint megoldhatók azzal, ha a %swebszervernek írásjogot adunk a gyökérkönyvtárra%s." #: private/util.php:441 msgid "Cannot write into \"config\" directory" @@ -495,41 +495,41 @@ msgstr "Nem írható a \"config\" könyvtár" #: private/util.php:455 msgid "Cannot write into \"apps\" directory" -msgstr "" +msgstr "Nem írható az \"apps\" könyvtár" #: private/util.php:456 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the apps" " directory%s or disabling the appstore in the config file." -msgstr "" +msgstr "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek az app könyvtárra%s, vagy letiltjuk a config fájlban az appstore használatát." #: private/util.php:470 #, php-format msgid "Cannot create \"data\" directory (%s)" -msgstr "" +msgstr "Nem sikerült létrehozni a \"data\" könyvtárt (%s)" #: private/util.php:471 #, php-format msgid "" "This can usually be fixed by giving the " "webserver write access to the root directory." -msgstr "" +msgstr "Ez rendszerint úgy oldható meg, hogy írásjogot adunk a webszervernek a gyökérkönyvtárra." #: private/util.php:487 #, php-format msgid "Setting locale to %s failed" -msgstr "" +msgstr "A lokalizáció %s-re való állítása nem sikerült" #: private/util.php:490 msgid "" "Please install one of these locales on your system and restart your " "webserver." -msgstr "" +msgstr "Kérjük állítsa be a következő lokalizációk valamelyikét a rendszeren és indítsa újra a webszervert!" #: private/util.php:494 msgid "Please ask your server administrator to install the module." -msgstr "" +msgstr "Kérje meg a rendszergazdát, hogy telepítse a modult!" #: private/util.php:498 private/util.php:505 private/util.php:512 #: private/util.php:526 private/util.php:533 private/util.php:540 @@ -537,94 +537,94 @@ msgstr "" #: private/util.php:576 #, php-format msgid "PHP module %s not installed." -msgstr "" +msgstr "A %s PHP modul nincs telepítve." #: private/util.php:568 #, php-format msgid "PHP %s or higher is required." -msgstr "" +msgstr "PHP %s vagy ennél újabb szükséges." #: private/util.php:569 msgid "" "Please ask your server administrator to update PHP to the latest version. " "Your PHP version is no longer supported by ownCloud and the PHP community." -msgstr "" +msgstr "Kérje meg a rendszergazdát, hogy frissítse a PHP-t újabb változatra! Ezt a PHP változatot már nem támogatja az ownCloud és a PHP fejlesztői közösség." #: private/util.php:587 msgid "" "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work " "properly." -msgstr "" +msgstr "Be van állítva a PHP Safe Mode. Az ownCloud megfelelő működéséhez szükséges, hogy ez ki legyen kapcsolva." #: private/util.php:588 msgid "" "PHP Safe Mode is a deprecated and mostly useless setting that should be " "disabled. Please ask your server administrator to disable it in php.ini or " "in your webserver config." -msgstr "" +msgstr "A PHP Safe Mode egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!" #: private/util.php:595 msgid "" "Magic Quotes is enabled. ownCloud requires that it is disabled to work " "properly." -msgstr "" +msgstr "Be van álltva a Magic Quotes. Az ownCloud megfelelő működéséhez szükséges, hogy ez le legyen tiltva." #: private/util.php:596 msgid "" "Magic Quotes is a deprecated and mostly useless setting that should be " "disabled. Please ask your server administrator to disable it in php.ini or " "in your webserver config." -msgstr "" +msgstr "A Magic Quotes egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!" #: private/util.php:610 msgid "PHP modules have been installed, but they are still listed as missing?" -msgstr "" +msgstr "A PHP modulok telepítve vannak, de a listában mégsincsenek felsorolva?" #: private/util.php:611 msgid "Please ask your server administrator to restart the web server." -msgstr "" +msgstr "Kérje meg a rendszergazdát, hogy indítsa újra a webszervert!" #: private/util.php:641 msgid "PostgreSQL >= 9 required" -msgstr "" +msgstr "PostgreSQL >= 9 szükséges" #: private/util.php:642 msgid "Please upgrade your database version" -msgstr "Kérlek frissítsd az adatbázisodat" +msgstr "Kérem frissítse az adatbázis-szoftvert!" #: private/util.php:649 msgid "Error occurred while checking PostgreSQL version" -msgstr "" +msgstr "Hiba történt a PostgreSQL verziójának ellenőrzése közben" #: private/util.php:650 msgid "" "Please make sure you have PostgreSQL >= 9 or check the logs for more " "information about the error" -msgstr "" +msgstr "Kérjük gondoskodjon róla, hogy a PostgreSQL legalább 9-es verziójú legyen, vagy ellenőrizze a naplófájlokat, hogy mi okozta a hibát!" #: private/util.php:715 msgid "" "Please change the permissions to 0770 so that the directory cannot be listed" " by other users." -msgstr "" +msgstr "Kérjük módosítsa a könyvtár elérhetőségi engedélybeállítását 0770-re, hogy a tartalmát más felhasználó ne listázhassa!" #: private/util.php:724 #, php-format msgid "Data directory (%s) is readable by other users" -msgstr "" +msgstr "Az adatkönyvtár (%s) más felhasználók számára is olvasható " #: private/util.php:745 #, php-format msgid "Data directory (%s) is invalid" -msgstr "" +msgstr "Érvénytelen a megadott adatkönyvtár (%s) " #: private/util.php:746 msgid "" "Please check that the data directory contains a file \".ocdata\" in its " "root." -msgstr "" +msgstr "Kérjük ellenőrizze, hogy az adatkönyvtár tartalmaz a gyökerében egy \".ocdata\" nevű állományt!" #: public/files/locknotacquiredexception.php:39 #, php-format msgid "Could not obtain lock type %d on \"%s\"." -msgstr "" +msgstr "Nem sikerült %d típusú zárolást elérni itt: \"%s\"." diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po index 57e1a6a178..cb7a4fee37 100644 --- a/l10n/hu_HU/settings.po +++ b/l10n/hu_HU/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-27 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 20:51+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Laszlo Tornoci \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hy/core.po b/l10n/hy/core.po index 45a83849b2..10ccb127d7 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/hy/files.po b/l10n/hy/files.po index 5cef6313b6..8cb3ddc381 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/hy/files_external.po b/l10n/hy/files_external.po index 6e104fdb6b..dd07b910a8 100644 --- a/l10n/hy/files_external.po +++ b/l10n/hy/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/hy/files_trashbin.po b/l10n/hy/files_trashbin.po index 6202040066..2e672ab765 100644 --- a/l10n/hy/files_trashbin.po +++ b/l10n/hy/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po index 8e01f3d3d6..8f2bf991f0 100644 --- a/l10n/hy/settings.po +++ b/l10n/hy/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ia/core.po b/l10n/ia/core.po index f4442a4bb0..f3df3b967b 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ia/files.po b/l10n/ia/files.po index 473aeaa7eb..bdc1b97c88 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ia/files_external.po b/l10n/ia/files_external.po index 11e736d95a..728b529486 100644 --- a/l10n/ia/files_external.po +++ b/l10n/ia/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ia/files_trashbin.po b/l10n/ia/files_trashbin.po index fdf22361db..8986987a49 100644 --- a/l10n/ia/files_trashbin.po +++ b/l10n/ia/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ia/lib.po b/l10n/ia/lib.po index 3057c78f49..2d30dd16f4 100644 --- a/l10n/ia/lib.po +++ b/l10n/ia/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po index d4b46db7d7..a1f76a583b 100644 --- a/l10n/ia/settings.po +++ b/l10n/ia/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/id/core.po b/l10n/id/core.po index 15df8ec920..e6292c9517 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/id/files.po b/l10n/id/files.po index 0c9d436a97..15d4524ca6 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/id/files_external.po b/l10n/id/files_external.po index 777e4ec634..f501c3774d 100644 --- a/l10n/id/files_external.po +++ b/l10n/id/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/id/files_trashbin.po b/l10n/id/files_trashbin.po index a49e09abda..4166b14eb9 100644 --- a/l10n/id/files_trashbin.po +++ b/l10n/id/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/id/lib.po b/l10n/id/lib.po index 84ba835d2a..69ba979580 100644 --- a/l10n/id/lib.po +++ b/l10n/id/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/id/settings.po b/l10n/id/settings.po index 27abd7d33b..8d7621f9f7 100644 --- a/l10n/id/settings.po +++ b/l10n/id/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/is/core.po b/l10n/is/core.po index 0cb045898d..4846bcd613 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/is/files.po b/l10n/is/files.po index fa9da711ff..d171a895a7 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/is/files_external.po b/l10n/is/files_external.po index 46edfbde3d..782af581b3 100644 --- a/l10n/is/files_external.po +++ b/l10n/is/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/is/files_trashbin.po b/l10n/is/files_trashbin.po index c5c502ebc4..3f7468bf8a 100644 --- a/l10n/is/files_trashbin.po +++ b/l10n/is/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/is/lib.po b/l10n/is/lib.po index 634162f1be..f42b25833e 100644 --- a/l10n/is/lib.po +++ b/l10n/is/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/is/settings.po b/l10n/is/settings.po index 4675ecdd0e..b79fc8d4ea 100644 --- a/l10n/is/settings.po +++ b/l10n/is/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/it/core.po b/l10n/it/core.po index a64ecd3913..3358a80ea4 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/files.po b/l10n/it/files.po index ca29020621..01a25daf0e 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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/it/files_external.po b/l10n/it/files_external.po index 45a080b631..54f8d1093a 100644 --- a/l10n/it/files_external.po +++ b/l10n/it/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/files_trashbin.po b/l10n/it/files_trashbin.po index 56befb5bc8..38cce881cd 100644 --- a/l10n/it/files_trashbin.po +++ b/l10n/it/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/it/lib.po b/l10n/it/lib.po index 4f66bb3741..78d72c8050 100644 --- a/l10n/it/lib.po +++ b/l10n/it/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -43,11 +43,11 @@ msgid "" "config directory%s." msgstr "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"config\"%s" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Configurazione di esempio rilevata" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -340,68 +340,68 @@ msgstr "Condivisione di %s non riuscita, poiché i collegamenti non sono consent msgid "Share type %s is not valid for %s" msgstr "Il tipo di condivisione %s non è valido per %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Impossibile impostare la data di scadenza. Le condivisioni non possono scadere più tardi di %s dalla loro attivazione" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Impossibile impostare la data di scadenza. La data di scadenza è nel passato." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Il motore di condivisione %s deve implementare l'interfaccia OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Motore di condivisione %s non trovato" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Motore di condivisione di %s non trovato" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Condivisione di %s non riuscita, poiché l'utente %s l'ha condiviso precedentemente" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Condivisione di %s non riuscita, poiché i permessi superano quelli accordati a %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Condivisione di %s non riuscita, poiché la ri-condivisione non è consentita" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Condivisione di %s non riuscita, poiché il motore di condivisione per %s non riesce a trovare la sua fonte" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/it/settings.po b/l10n/it/settings.po index 9e4558e51d..1e976a1987 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja/core.po b/l10n/ja/core.po index 219b2e6ec5..9a11431b2f 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ja/files.po b/l10n/ja/files.po index 9b5cfab8ba..38d2ca7894 100644 --- a/l10n/ja/files.po +++ b/l10n/ja/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ja/files_external.po b/l10n/ja/files_external.po index ae45262df8..54e06d8f74 100644 --- a/l10n/ja/files_external.po +++ b/l10n/ja/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: kuromabo \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja/files_trashbin.po b/l10n/ja/files_trashbin.po index 11246a2fa7..5e6ef7271b 100644 --- a/l10n/ja/files_trashbin.po +++ b/l10n/ja/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Daisuke Deguchi \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja/lib.po b/l10n/ja/lib.po index 8aa5235981..bca97c4302 100644 --- a/l10n/ja/lib.po +++ b/l10n/ja/lib.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -45,11 +45,11 @@ msgid "" "config directory%s." msgstr "多くの場合、これは %s Webサーバーにconfigディレクトリ %s への書き込み権限を与えることで解決できます。" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -342,68 +342,68 @@ msgstr "%s の共有に失敗しました。リンクでの共有は許可され msgid "Share type %s is not valid for %s" msgstr "%s の共有方法は、%s には適用できません。" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "%s の権限設定に失敗しました。%s に許可されている権限を越えています。" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "%s の権限設定に失敗しました。アイテムが存在しません。" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "有効期限を設定できません。有効期限が過去を示しています。" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "共有バックエンド %s が見つかりません" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "%s のための共有バックエンドが見つかりません" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "%s の共有に失敗しました。ユーザー %s が元々の共有者であるからです。" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "%s の共有に失敗しました。%s に付与されている許可を超えているからです。" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "%s の共有に失敗しました。再共有が許されていないからです。" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "%s の共有に失敗しました。%s のバックエンド共有に必要なソースが見つかりませんでした。" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ja/settings.po b/l10n/ja/settings.po index dbf24d3254..8be2fe114b 100644 --- a/l10n/ja/settings.po +++ b/l10n/ja/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/jv/files_external.po b/l10n/jv/files_external.po index fa0178903e..1aede815ad 100644 --- a/l10n/jv/files_external.po +++ b/l10n/jv/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po index 4232c8384c..9bc16ce9b5 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po index 4b5512f19c..ba5a5f6a02 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ka_GE/files_external.po b/l10n/ka_GE/files_external.po index fcf042667d..1aad3c51ee 100644 --- a/l10n/ka_GE/files_external.po +++ b/l10n/ka_GE/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ka_GE/files_trashbin.po b/l10n/ka_GE/files_trashbin.po index 40eff2593b..ce5675d7a2 100644 --- a/l10n/ka_GE/files_trashbin.po +++ b/l10n/ka_GE/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ka_GE/lib.po b/l10n/ka_GE/lib.po index a4b15d541b..fc24469139 100644 --- a/l10n/ka_GE/lib.po +++ b/l10n/ka_GE/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po index 5f1768ad99..b8f98a9180 100644 --- a/l10n/ka_GE/settings.po +++ b/l10n/ka_GE/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/km/core.po b/l10n/km/core.po index f57745eec2..ea9321e821 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/km/files.po b/l10n/km/files.po index b76e9c45c2..fd00f609e5 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/km/files_external.po b/l10n/km/files_external.po index e53903bc89..edc98218ee 100644 --- a/l10n/km/files_external.po +++ b/l10n/km/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/km/files_trashbin.po b/l10n/km/files_trashbin.po index 9e805f34d1..3d61f74fca 100644 --- a/l10n/km/files_trashbin.po +++ b/l10n/km/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/km/lib.po b/l10n/km/lib.po index ff908e9b5c..a02700083d 100644 --- a/l10n/km/lib.po +++ b/l10n/km/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/km/settings.po b/l10n/km/settings.po index a812321eba..1abe64a643 100644 --- a/l10n/km/settings.po +++ b/l10n/km/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ko/core.po b/l10n/ko/core.po index bebbb4e114..63e5b14249 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ko/files.po b/l10n/ko/files.po index 34fddbcf06..5298999441 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ko/files_external.po b/l10n/ko/files_external.po index 33618655be..1339157928 100644 --- a/l10n/ko/files_external.po +++ b/l10n/ko/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ko/files_trashbin.po b/l10n/ko/files_trashbin.po index 656016e1a7..1e9bafe187 100644 --- a/l10n/ko/files_trashbin.po +++ b/l10n/ko/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ko/lib.po b/l10n/ko/lib.po index db72d00d47..28fcc3a6a3 100644 --- a/l10n/ko/lib.po +++ b/l10n/ko/lib.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -44,11 +44,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -341,68 +341,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po index d5ea260613..bb66ab9ff6 100644 --- a/l10n/ko/settings.po +++ b/l10n/ko/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po index 5501152acc..89f9bf88e5 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ku_IQ/files_external.po b/l10n/ku_IQ/files_external.po index 194d83cf73..86c0510649 100644 --- a/l10n/ku_IQ/files_external.po +++ b/l10n/ku_IQ/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ku_IQ/lib.po b/l10n/ku_IQ/lib.po index 1f6bd44c8b..7f6fd80fba 100644 --- a/l10n/ku_IQ/lib.po +++ b/l10n/ku_IQ/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/lb/core.po b/l10n/lb/core.po index aa764e5457..9279220122 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/lb/files.po b/l10n/lb/files.po index d7231c5abc..1efab60794 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/lb/files_external.po b/l10n/lb/files_external.po index df96eafc1d..334ace3151 100644 --- a/l10n/lb/files_external.po +++ b/l10n/lb/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/lb/files_trashbin.po b/l10n/lb/files_trashbin.po index 3154a6af09..d3f4801b3b 100644 --- a/l10n/lb/files_trashbin.po +++ b/l10n/lb/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/lb/lib.po b/l10n/lb/lib.po index 0c2d4a009e..dc6e3fb83d 100644 --- a/l10n/lb/lib.po +++ b/l10n/lb/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -40,11 +40,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -337,68 +337,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po index 2d1d08eb35..a96168590d 100644 --- a/l10n/lb/settings.po +++ b/l10n/lb/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index d248676768..85b93a10fa 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po index 0ee1a994c3..f41bfc346b 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/lt_LT/files_external.po b/l10n/lt_LT/files_external.po index 4241b020a1..f48144d2d3 100644 --- a/l10n/lt_LT/files_external.po +++ b/l10n/lt_LT/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/lt_LT/files_trashbin.po b/l10n/lt_LT/files_trashbin.po index 542910084a..2bf47f184b 100644 --- a/l10n/lt_LT/files_trashbin.po +++ b/l10n/lt_LT/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/lt_LT/lib.po b/l10n/lt_LT/lib.po index 067dfac383..c27cc81e0a 100644 --- a/l10n/lt_LT/lib.po +++ b/l10n/lt_LT/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -43,11 +43,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -340,68 +340,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po index 90716c526d..4890b38624 100644 --- a/l10n/lt_LT/settings.po +++ b/l10n/lt_LT/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/lv/core.po b/l10n/lv/core.po index 901ec8a003..26701c1c86 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/lv/files.po b/l10n/lv/files.po index e783738cae..609243ef15 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/lv/files_external.po b/l10n/lv/files_external.po index a0f31fe572..989718a2f1 100644 --- a/l10n/lv/files_external.po +++ b/l10n/lv/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/lv/files_trashbin.po b/l10n/lv/files_trashbin.po index 2b94bd713b..1934c45d75 100644 --- a/l10n/lv/files_trashbin.po +++ b/l10n/lv/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/lv/lib.po b/l10n/lv/lib.po index 322af2bc53..e963fd111e 100644 --- a/l10n/lv/lib.po +++ b/l10n/lv/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -40,11 +40,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -337,68 +337,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po index b5c32e1dd1..e578391a9c 100644 --- a/l10n/lv/settings.po +++ b/l10n/lv/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/mk/core.po b/l10n/mk/core.po index 33a5b0e345..5179dbeabd 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/mk/files.po b/l10n/mk/files.po index 9a8acecd66..d5c7f6106b 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/mk/files_external.po b/l10n/mk/files_external.po index 4ea5591ecc..c01f5e6f4a 100644 --- a/l10n/mk/files_external.po +++ b/l10n/mk/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/mk/files_trashbin.po b/l10n/mk/files_trashbin.po index 1716303087..b707d80a24 100644 --- a/l10n/mk/files_trashbin.po +++ b/l10n/mk/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/mk/lib.po b/l10n/mk/lib.po index e10e910d19..9a0bfbe4ae 100644 --- a/l10n/mk/lib.po +++ b/l10n/mk/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -40,11 +40,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -337,68 +337,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po index 405333207b..0f31782c37 100644 --- a/l10n/mk/settings.po +++ b/l10n/mk/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index d208cac6e5..7a0b377fe6 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po index b8d22c255a..087628b172 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ms_MY/files_external.po b/l10n/ms_MY/files_external.po index a3dea20f9e..8fbd6f9a0c 100644 --- a/l10n/ms_MY/files_external.po +++ b/l10n/ms_MY/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ms_MY/files_trashbin.po b/l10n/ms_MY/files_trashbin.po index da9fa19798..35006db6da 100644 --- a/l10n/ms_MY/files_trashbin.po +++ b/l10n/ms_MY/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: ervinnnchai \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/lib.po b/l10n/ms_MY/lib.po index a6ed996a5f..ccf1cd07e3 100644 --- a/l10n/ms_MY/lib.po +++ b/l10n/ms_MY/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po index eada000fe1..a1ea2a6db5 100644 --- a/l10n/ms_MY/settings.po +++ b/l10n/ms_MY/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/my_MM/files_external.po b/l10n/my_MM/files_external.po index 2008e49c1c..27be55cdc5 100644 --- a/l10n/my_MM/files_external.po +++ b/l10n/my_MM/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index 33a059ef5c..6308d36b7f 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: vidaren \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po index cebc0123af..7b34757400 100644 --- a/l10n/nb_NO/files.po +++ b/l10n/nb_NO/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: vidaren \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/files_external.po b/l10n/nb_NO/files_external.po index c15ae41992..ebde36f288 100644 --- a/l10n/nb_NO/files_external.po +++ b/l10n/nb_NO/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/nb_NO/files_trashbin.po b/l10n/nb_NO/files_trashbin.po index b4d49d1022..795beaa69d 100644 --- a/l10n/nb_NO/files_trashbin.po +++ b/l10n/nb_NO/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/nb_NO/lib.po b/l10n/nb_NO/lib.po index 295ad090bc..c29b108da4 100644 --- a/l10n/nb_NO/lib.po +++ b/l10n/nb_NO/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: vidaren \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "Dette kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til config-mappen%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Eksempelkonfigurasjon oppdaget" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "Deling av %s feilet, fordi deling med lenker ikke er tillatt" msgid "Share type %s is not valid for %s" msgstr "Delingstype %s er ikke gyldig for %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Setting av tillatelser for %s feilet, fordi tillatelsene gikk ut over tillatelsene som er gitt til %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Setting av tillatelser for %s feilet, fordi elementet ikke ble funnet" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Kan ikke sette utøpsdato. Delinger kan ikke utløpe senere enn %s etter at de har blitt delt" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Kan ikke sette utløpsdato. Utløpsdato er tilbake i tid" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Delings-server %s må implementere grensesnittet OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Delings-server %s ikke funnet" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Delings-server for %s ikke funnet" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Deling av %s feilet, fordi brukeren %s er den opprinnelige eieren" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Deling av %s feilet, fordi tillatelsene går utover tillatelsene som er gitt til %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Deling av %s feilet, fordi videre-deling ikke er tillatt" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po index 118e147396..9841c28a79 100644 --- a/l10n/nb_NO/settings.po +++ b/l10n/nb_NO/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: vidaren \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 30d8f1ae0f..481b840279 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Koen Willems \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/files.po b/l10n/nl/files.po index f7131621f4..f2fd285a32 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/nl/files_external.po b/l10n/nl/files_external.po index 4d832d8527..15ce6a304d 100644 --- a/l10n/nl/files_external.po +++ b/l10n/nl/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/nl/files_trashbin.po b/l10n/nl/files_trashbin.po index 3f82478a9b..5e9f66f7ff 100644 --- a/l10n/nl/files_trashbin.po +++ b/l10n/nl/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/nl/lib.po b/l10n/nl/lib.po index 6be1873042..9056b655ab 100644 --- a/l10n/nl/lib.po +++ b/l10n/nl/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -42,11 +42,11 @@ msgid "" "config directory%s." msgstr "Dit kan hersteld worden door de webserver schrijfrechten te %sgeven op de de config directory%s" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Voorbeeldconfiguratie gevonden" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -339,68 +339,68 @@ msgstr "Delen van %s is mislukt, omdat het delen met links niet is toegestaan" msgid "Share type %s is not valid for %s" msgstr "Delen van type %s is niet geldig voor %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Kon vervaldatum niet instellen. Shares kunnen niet langer dan %s vervallen na het moment van delen" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Kon vervaldatum niet instellen. De vervaldatum ligt in het verleden" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Het share-backend %s moet de OCP\\Share_Backend interface implementeren" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Het share-backend %s is niet gevonden" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Het share-backend voor %s is niet gevonden" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Delen van %s is mislukt, omdat gebruiker %s de originele deler is" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Delen van %s is mislukt, omdat de rechten de aan %s toegekende autorisaties overschrijden" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Delen van %s is mislukt, omdat her-delen niet is toegestaan" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Delen van %s is mislukt, omdat de share-backend voor %s de bron niet kon vinden" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 7f12df179f..083b7d1adf 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Koen Willems \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index 4791f63f47..f2c40f31f3 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/core.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Kevin Brubeck Unhammer , 2013 +# Kevin Brubeck Unhammer , 2013-2014 # brekkjen , 2014 # Kevin Brubeck Unhammer , 2013 # Kevin Brubeck Unhammer , 2013 @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" +"Last-Translator: Kevin Brubeck Unhammer \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -245,7 +245,7 @@ msgstr "" #: js/lostpassword.js:10 msgid "I know what I'm doing" -msgstr "" +msgstr "Eg veit kva eg gjer" #: js/lostpassword.js:13 lostpassword/templates/resetpassword.php:9 msgid "Reset password" @@ -329,11 +329,11 @@ msgstr "Klarte ikkje å lasta fil-finst-mal" #: js/setup.js:96 msgid "Very weak password" -msgstr "" +msgstr "Veldig svakt passord" #: js/setup.js:97 msgid "Weak password" -msgstr "" +msgstr "Svakt passord" #: js/setup.js:98 msgid "So-so password" @@ -390,7 +390,7 @@ msgstr "" #: js/share.js:389 msgid "Share link" -msgstr "" +msgstr "Del lenkje" #: js/share.js:394 msgid "" @@ -403,7 +403,7 @@ msgstr "Passordvern" #: js/share.js:400 msgid "Choose a password for the public link" -msgstr "" +msgstr "Vel eit passord for den offentlege lenkja" #: js/share.js:406 msgid "Allow Public Upload" @@ -447,7 +447,7 @@ msgstr "" #: js/share.js:613 msgid "can share" -msgstr "" +msgstr "kan dela" #: js/share.js:616 msgid "can edit" diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po index 1660e0185a..e2e5a91141 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" @@ -30,7 +30,7 @@ msgstr "" #: ajax/list.php:52 msgid "Unknown error" -msgstr "" +msgstr "Ukjend feil" #: ajax/move.php:15 #, php-format diff --git a/l10n/nn_NO/files_external.po b/l10n/nn_NO/files_external.po index 293ebbe2d5..f715a77d31 100644 --- a/l10n/nn_NO/files_external.po +++ b/l10n/nn_NO/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/nn_NO/files_trashbin.po b/l10n/nn_NO/files_trashbin.po index 1883fb6f5b..ad8cdc4593 100644 --- a/l10n/nn_NO/files_trashbin.po +++ b/l10n/nn_NO/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/nn_NO/lib.po b/l10n/nn_NO/lib.po index a3a8215346..4ce735bfca 100644 --- a/l10n/nn_NO/lib.po +++ b/l10n/nn_NO/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/nn_NO/settings.po b/l10n/nn_NO/settings.po index c9f4516523..9d56f93a2d 100644 --- a/l10n/nn_NO/settings.po +++ b/l10n/nn_NO/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -282,11 +282,11 @@ msgstr "Vel eit profilbilete" #: js/personal.js:287 msgid "Very weak password" -msgstr "" +msgstr "Veldig svakt passord" #: js/personal.js:288 msgid "Weak password" -msgstr "" +msgstr "Svakt passord" #: js/personal.js:289 msgid "So-so password" diff --git a/l10n/oc/core.po b/l10n/oc/core.po index 304f807d9e..20b1c1ddc1 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/oc/files.po b/l10n/oc/files.po index 299f4c41b4..984c3da553 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/oc/files_external.po b/l10n/oc/files_external.po index 6a6a706e6d..c542799b0a 100644 --- a/l10n/oc/files_external.po +++ b/l10n/oc/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/oc/files_trashbin.po b/l10n/oc/files_trashbin.po index 03927ac7e2..1b6fc20e59 100644 --- a/l10n/oc/files_trashbin.po +++ b/l10n/oc/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/oc/lib.po b/l10n/oc/lib.po index f73b2b0acb..9efe06d9bf 100644 --- a/l10n/oc/lib.po +++ b/l10n/oc/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po index 9c5aeac07a..ca72fb9851 100644 --- a/l10n/oc/settings.po +++ b/l10n/oc/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/pa/core.po b/l10n/pa/core.po index 2d71ea9626..86ddef639b 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/pa/files.po b/l10n/pa/files.po index c70970293b..421b3c21ce 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/pa/files_external.po b/l10n/pa/files_external.po index 6e0a828f8f..65ee2aaf5b 100644 --- a/l10n/pa/files_external.po +++ b/l10n/pa/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/pa/files_trashbin.po b/l10n/pa/files_trashbin.po index c8d65a145f..3ac5c7f926 100644 --- a/l10n/pa/files_trashbin.po +++ b/l10n/pa/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/pa/lib.po b/l10n/pa/lib.po index b1b00e2587..0c7c6a7790 100644 --- a/l10n/pa/lib.po +++ b/l10n/pa/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/pa/settings.po b/l10n/pa/settings.po index 723e278275..65207763e8 100644 --- a/l10n/pa/settings.po +++ b/l10n/pa/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/pl/core.po b/l10n/pl/core.po index 8a638b0800..d0a62734e1 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Maciej Przybecki \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files.po b/l10n/pl/files.po index aa1743abca..888b731ccf 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Maciej Przybecki \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files_external.po b/l10n/pl/files_external.po index 912819401e..17f758cffd 100644 --- a/l10n/pl/files_external.po +++ b/l10n/pl/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Krzysztof Łojowski \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files_trashbin.po b/l10n/pl/files_trashbin.po index 2d9c1f4168..967abb4c2d 100644 --- a/l10n/pl/files_trashbin.po +++ b/l10n/pl/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Maciej Przybecki \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/lib.po b/l10n/pl/lib.po index bcef1dcd19..7132204a8d 100644 --- a/l10n/pl/lib.po +++ b/l10n/pl/lib.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -46,11 +46,11 @@ msgid "" "config directory%s." msgstr "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu config%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Wykryto przykładową konfigurację" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -343,68 +343,68 @@ msgstr "Współdzielenie %s nie powiodło się, ponieważ współdzielenie z lin msgid "Share type %s is not valid for %s" msgstr "Typ udziału %s nie jest właściwy dla %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Nie można ustawić daty wygaśnięcia. Udziały nie mogą wygasać później niż %s od momentu udostępnienia" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Nie można ustawić daty wygaśnięcia. Data wygaśnięcia jest w przeszłości." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Zaplecze %s do współdzielenia nie zostało znalezione" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Zaplecze do współdzielenia %s nie zostało znalezione" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s jest udostępniającym" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Współdzielenie %s nie powiodło się, ponieważ ponowne współdzielenie nie jest dozwolone" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index d3260c6dd8..270614b3fa 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Maciej Przybecki \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index 5bcb2054b5..df22b78a56 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Flávio Veras \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 92506afbad..baa5648788 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: dudanogueira \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/files_external.po b/l10n/pt_BR/files_external.po index 758c99aace..b84c740f4d 100644 --- a/l10n/pt_BR/files_external.po +++ b/l10n/pt_BR/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/pt_BR/files_trashbin.po b/l10n/pt_BR/files_trashbin.po index 1f24f77162..690dcaadd5 100644 --- a/l10n/pt_BR/files_trashbin.po +++ b/l10n/pt_BR/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Flávio Veras \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/lib.po b/l10n/pt_BR/lib.po index b9c36c9691..6f5cde2845 100644 --- a/l10n/pt_BR/lib.po +++ b/l10n/pt_BR/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "Isso geralmente pode ser corrigido dando permissão de gravação %sgiving ao webserver para o directory%s de configuração." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Exemplo de configuração detectada" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "Compartilhamento %s falhou, porque compartilhamento com links não é pe msgid "Share type %s is not valid for %s" msgstr "Tipo de compartilhamento %s não é válido para %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Definir permissões para %s falhou, porque o item não foi encontrado" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" 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:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Não é possível definir a data de validade. Data de expiração está no passado" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Compartilhando backend %s deve implementar a interface OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Compartilhamento backend %s não encontrado" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Compartilhamento backend para %s não encontrado" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Compartilhando %s falhou, porque o usuário %s é o compartilhador original" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Compartilhamento %s falhou, porque as permissões excedem as permissões concedidas a %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Compartilhamento %s falhou, porque recompartilhamentos não são permitidos" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Compartilhamento %s falhou, porque a infra-estrutura de compartilhamento para %s não conseguiu encontrar a sua fonte" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po index f815ae7aef..3ba5dbc254 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Flávio Veras \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index 7ebe4a930e..9cd63ec680 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -19,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" +"Last-Translator: Helder Meneses \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" @@ -57,7 +57,7 @@ msgstr "" #: ajax/update.php:25 #, php-format msgid "Updated \"%s\" to %s" -msgstr "" +msgstr "Actualizado \"%s\" para %s" #: ajax/update.php:33 #, php-format @@ -874,7 +874,7 @@ msgstr "" #: templates/untrustedDomain.php:14 #, php-format msgid "Add \"%s\" as trusted domain" -msgstr "" +msgstr "Adicionar \"%s\" como um domínio de confiança" #: templates/update.admin.php:3 #, php-format diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po index f1d7517790..b69ad3a73b 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" +"Last-Translator: Helder Meneses \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" @@ -86,7 +86,7 @@ msgstr "O servidor não consegue abrir URLs, por favor verifique a configuraçã #: ajax/newfile.php:126 #, php-format msgid "The file exceeds your quota by %s" -msgstr "" +msgstr "O ficheiro excede a sua quota por %s" #: ajax/newfile.php:141 #, php-format @@ -334,7 +334,7 @@ msgstr "{dirs} e {files}" #: lib/app.php:80 #, php-format msgid "%s could not be renamed as it has been deleted" -msgstr "" +msgstr "Não foi possível renomear %s devido a ter sido eliminado" #: lib/app.php:113 #, php-format diff --git a/l10n/pt_PT/files_external.po b/l10n/pt_PT/files_external.po index e554c7d29a..cde59315e4 100644 --- a/l10n/pt_PT/files_external.po +++ b/l10n/pt_PT/files_external.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/pt_PT/files_trashbin.po b/l10n/pt_PT/files_trashbin.po index 8c2b18328b..77db1615b8 100644 --- a/l10n/pt_PT/files_trashbin.po +++ b/l10n/pt_PT/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/pt_PT/lib.po b/l10n/pt_PT/lib.po index e057c71d1d..e24064eb7e 100644 --- a/l10n/pt_PT/lib.po +++ b/l10n/pt_PT/lib.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -47,11 +47,11 @@ msgid "" "config directory%s." msgstr "Isto pode ser resolvido normalmente %sdando ao servidor web direitos de escrita no directório de configuração%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -344,68 +344,68 @@ msgstr "A partilha de %s falhou, porque partilhar com links não é permitido" msgid "Share type %s is not valid for %s" msgstr "O tipo de partilha %s não é válido para %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Definir permissões para %s falhou, porque o item não foi encontrado" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" 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:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Não é possivel definir data de expiração. A data de expiração está no passado" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Partilhar backend %s tem de implementar o interface OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Partilha backend %s não foi encontrado" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Partilha backend para %s não foi encontrado" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "A partilha %s falhou, porque o utilizador %s é o proprietário original" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "A partilha %s falhou, porque repartilhar não é permitido" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "A partilha %s falhou, devido a partilha em segundo plano para %s não conseguir encontrar a sua fonte" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po index 9f0ba14c8f..0ef3bd11ce 100644 --- a/l10n/pt_PT/settings.po +++ b/l10n/pt_PT/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index 52cd198cc1..a80a849ef7 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ro/files.po b/l10n/ro/files.po index a133b1a972..48cbb8e80a 100644 --- a/l10n/ro/files.po +++ b/l10n/ro/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ro/files_external.po b/l10n/ro/files_external.po index f1b26b9515..a014624156 100644 --- a/l10n/ro/files_external.po +++ b/l10n/ro/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ro/files_trashbin.po b/l10n/ro/files_trashbin.po index 395dc49965..8f46946285 100644 --- a/l10n/ro/files_trashbin.po +++ b/l10n/ro/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ro/lib.po b/l10n/ro/lib.po index fa76128aa8..c60433645c 100644 --- a/l10n/ro/lib.po +++ b/l10n/ro/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po index 019bad7418..ede63dbc00 100644 --- a/l10n/ro/settings.po +++ b/l10n/ro/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 756e06949f..85f4c1209b 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -33,8 +33,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: sad2shade \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files.po b/l10n/ru/files.po index d29c837e9d..4d1e18b21c 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: sad2shade \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files_external.po b/l10n/ru/files_external.po index 9fc818527c..ddb58e90fe 100644 --- a/l10n/ru/files_external.po +++ b/l10n/ru/files_external.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: wiracle\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files_trashbin.po b/l10n/ru/files_trashbin.po index 2e7bf48844..f2ab953ae5 100644 --- a/l10n/ru/files_trashbin.po +++ b/l10n/ru/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ru/lib.po b/l10n/ru/lib.po index 95195dde93..db4b0a31f0 100644 --- a/l10n/ru/lib.po +++ b/l10n/ru/lib.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: sad2shade \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -52,11 +52,11 @@ msgid "" "config directory%s." msgstr "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в папке конфигурации%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Обнаружена конфигурация из примера" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -349,68 +349,68 @@ msgstr "Не удалось установить общий доступ для msgid "Share type %s is not valid for %s" msgstr "Такой тип общего доступа как %s не допустим для %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Настройка прав доступа для %s невозможна, поскольку права доступа превышают предоставленные права доступа %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Не удалось произвести настройку прав доступа для %s , элемент не был найден." -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Невозможно установить дату окончания. Дата окончания в прошлом." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Бэкенд для опубликования %s должен реализовывать интерфейс OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Бэкэнд для общего доступа %s не найден" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Бэкэнд для общего доступа к %s не найден" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Публикация %s неудачна, т.к. пользователь %s - публикатор оригинала файла" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Не удалось опубликовать %s, т.к. права %s превышают предоставленные права доступа " -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Публикация %s неудачна, т.к републикация запрещена" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Не удалось опубликовать %s, т.к. опубликованный бэкенд для %s не смог найти свой источник" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index 1bfb87ce01..822021204d 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -32,8 +32,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: sad2shade \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/core.po b/l10n/si_LK/core.po index 9dd5ab39b1..aa645222f3 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po index 16f8f6728b..93e23d86a1 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/si_LK/files_external.po b/l10n/si_LK/files_external.po index 497a4603f2..7e0f08b2f0 100644 --- a/l10n/si_LK/files_external.po +++ b/l10n/si_LK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/si_LK/files_trashbin.po b/l10n/si_LK/files_trashbin.po index 2991451fa8..563eac8afe 100644 --- a/l10n/si_LK/files_trashbin.po +++ b/l10n/si_LK/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/si_LK/lib.po b/l10n/si_LK/lib.po index eb5fc0d0b7..97b06129f3 100644 --- a/l10n/si_LK/lib.po +++ b/l10n/si_LK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/si_LK/settings.po b/l10n/si_LK/settings.po index 545e42ec51..d273705e3f 100644 --- a/l10n/si_LK/settings.po +++ b/l10n/si_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sk/core.po b/l10n/sk/core.po index 2ea03b6e85..4637740723 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sk/files.po b/l10n/sk/files.po index 9dd60f0519..5b7bd0ee55 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sk/files_external.po b/l10n/sk/files_external.po index 8b78b62768..9fd1be7c12 100644 --- a/l10n/sk/files_external.po +++ b/l10n/sk/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sk/files_trashbin.po b/l10n/sk/files_trashbin.po index e2ea51951f..0788de3233 100644 --- a/l10n/sk/files_trashbin.po +++ b/l10n/sk/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sk/lib.po b/l10n/sk/lib.po index c6fa7215cc..a01af22fa9 100644 --- a/l10n/sk/lib.po +++ b/l10n/sk/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po index 2663872632..15603fa807 100644 --- a/l10n/sk/settings.po +++ b/l10n/sk/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index e36e94b37d..eaeda539ca 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po index c5de0b9846..324f0ca113 100644 --- a/l10n/sk_SK/files.po +++ b/l10n/sk_SK/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sk_SK/files_external.po b/l10n/sk_SK/files_external.po index fb332bf5b3..03eb1a465c 100644 --- a/l10n/sk_SK/files_external.po +++ b/l10n/sk_SK/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: helix84 \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/files_trashbin.po b/l10n/sk_SK/files_trashbin.po index fde7d2a697..3581df01fa 100644 --- a/l10n/sk_SK/files_trashbin.po +++ b/l10n/sk_SK/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Marián Hvolka \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/lib.po b/l10n/sk_SK/lib.po index f34c8d75da..88cc2035ce 100644 --- a/l10n/sk_SK/lib.po +++ b/l10n/sk_SK/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -43,11 +43,11 @@ msgid "" "config directory%s." msgstr "To je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis k adresáru s konfiguráciou%s." -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -340,68 +340,68 @@ msgstr "Zdieľanie %s zlyhalo, pretože zdieľanie odkazom nie je povolené" msgid "Share type %s is not valid for %s" msgstr "Typ zdieľania %s nie je platný pre %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Nastavenie povolení pre %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Nastavenie povolení pre %s zlyhalo, pretože položka sa nenašla" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Nie je možné nastaviť dátum konca platnosti. Zdieľania nemôžu skončiť neskôr ako %s po zdieľaní." -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Nie je možné nastaviť dátum konca platnosti. Dátum konca platnosti je v minulosti." -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Backend zdieľania %s musí implementovať rozhranie OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Backend zdieľania %s nebol nájdený" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Backend zdieľania pre %s nebol nájdený" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Zdieľanie %s zlyhalo, pretože používateľ %s je pôvodcom zdieľania" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Zdieľanie %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Zdieľanie %s zlyhalo, pretože zdieľanie ďalším nie je povolené" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Zdieľanie %s zlyhalo, backend zdieľania nenašiel zdrojový %s" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index 1329ec6a12..ad063292c0 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index 4373f4e41f..7498084455 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index eb2f62eaf6..fc098325a3 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sl/files_external.po b/l10n/sl/files_external.po index d9dfca945e..47ea9eb3d2 100644 --- a/l10n/sl/files_external.po +++ b/l10n/sl/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sl/files_trashbin.po b/l10n/sl/files_trashbin.po index 34f3a5492f..aea3c5e81d 100644 --- a/l10n/sl/files_trashbin.po +++ b/l10n/sl/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sl/lib.po b/l10n/sl/lib.po index 593227495d..3fd3ad8b22 100644 --- a/l10n/sl/lib.po +++ b/l10n/sl/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "Nastavljanje souporabe %s je spodletelo, ker souporaba preko povezave ni msgid "Share type %s is not valid for %s" msgstr "Vrsta souporabe %s za %s ni veljavna." -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Ozadnjega programa %s za souporabo ni mogoče najti" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Ozadnjega programa za souporabo za %s ni mogoče najti" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 1033581a5d..f29a976c93 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.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-27 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 16:41+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sq/core.po b/l10n/sq/core.po index 1e0fa3ac9d..633cbd9c28 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sq/files.po b/l10n/sq/files.po index a741ec341d..5c0f60770c 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sq/files_external.po b/l10n/sq/files_external.po index dd7f385da7..4d66331c87 100644 --- a/l10n/sq/files_external.po +++ b/l10n/sq/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sq/files_trashbin.po b/l10n/sq/files_trashbin.po index f079ecc7a3..f8a8063a55 100644 --- a/l10n/sq/files_trashbin.po +++ b/l10n/sq/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sq/lib.po b/l10n/sq/lib.po index fa9e99e8b2..302448b0f4 100644 --- a/l10n/sq/lib.po +++ b/l10n/sq/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sq/settings.po b/l10n/sq/settings.po index c99511e1c1..591d0af50b 100644 --- a/l10n/sq/settings.po +++ b/l10n/sq/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sr/core.po b/l10n/sr/core.po index 9e88516079..7b22779db3 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sr/files.po b/l10n/sr/files.po index 934f4574f6..ee8abbe0ec 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sr/files_external.po b/l10n/sr/files_external.po index f3e1a730fa..ac445f770a 100644 --- a/l10n/sr/files_external.po +++ b/l10n/sr/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sr/files_trashbin.po b/l10n/sr/files_trashbin.po index 78ee1af62f..edc3c3f80f 100644 --- a/l10n/sr/files_trashbin.po +++ b/l10n/sr/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sr/lib.po b/l10n/sr/lib.po index b921f6cb10..2b818758f8 100644 --- a/l10n/sr/lib.po +++ b/l10n/sr/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po index 9bcd7f5373..4179e352aa 100644 --- a/l10n/sr/settings.po +++ b/l10n/sr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po index 5cfd01c54e..c6ca6ee55f 100644 --- a/l10n/sr@latin/core.po +++ b/l10n/sr@latin/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po index d8ed8a52bb..a86c6dc4c8 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sr@latin/files_external.po b/l10n/sr@latin/files_external.po index 1c19b6f8c1..55b1151177 100644 --- a/l10n/sr@latin/files_external.po +++ b/l10n/sr@latin/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sr@latin/files_trashbin.po b/l10n/sr@latin/files_trashbin.po index 99c825583d..9e82d6de6e 100644 --- a/l10n/sr@latin/files_trashbin.po +++ b/l10n/sr@latin/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sr@latin/lib.po b/l10n/sr@latin/lib.po index 9b753d7479..2d24b60a59 100644 --- a/l10n/sr@latin/lib.po +++ b/l10n/sr@latin/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po index 06adc5e023..5628d04203 100644 --- a/l10n/sr@latin/settings.po +++ b/l10n/sr@latin/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sv/core.po b/l10n/sv/core.po index 1d56c7816d..595db157eb 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/sv/files.po b/l10n/sv/files.po index b83675d516..22001817ba 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sv/files_external.po b/l10n/sv/files_external.po index 546ba9f46c..f58b4655c5 100644 --- a/l10n/sv/files_external.po +++ b/l10n/sv/files_external.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sv/files_trashbin.po b/l10n/sv/files_trashbin.po index 2dd5422e35..2ca283bda6 100644 --- a/l10n/sv/files_trashbin.po +++ b/l10n/sv/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/sv/lib.po b/l10n/sv/lib.po index 4abf1218ae..ec31781ed6 100644 --- a/l10n/sv/lib.po +++ b/l10n/sv/lib.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -48,11 +48,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -345,68 +345,68 @@ msgstr "Delning %s misslyckades därför att delning utav länkar inte är till msgid "Share type %s is not valid for %s" msgstr "Delningstyp %s är inte giltig för %s" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Misslyckades att sätta rättigheter för %s därför att rättigheterna överskrider de som är tillåtna för %s" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Att sätta rättigheterna för %s misslyckades därför att objektet inte hittades" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Delningsgränssnittet %s måste implementera gränssnittet OCP\\Share_Backend" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Delningsgränssnittet %s hittades inte" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "Delningsgränssnittet för %s hittades inte" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Delning %s misslyckades därför att användaren %s är den som delade objektet först" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Delning %s misslyckades därför att rättigheterna överskrider de rättigheter som är tillåtna för %s" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Delning %s misslyckades därför att vidaredelning inte är tillåten" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Delning %s misslyckades därför att delningsgränsnittet för %s inte kunde hitta sin källa" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index 2b9c82d314..5088ba3b35 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ta_IN/core.po b/l10n/ta_IN/core.po index d8d2fe410f..5953db9f07 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ta_IN/lib.po b/l10n/ta_IN/lib.po index 6e92608830..752175ffb8 100644 --- a/l10n/ta_IN/lib.po +++ b/l10n/ta_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ta_IN/settings.po b/l10n/ta_IN/settings.po index 38f5263f95..a5157ca1ef 100644 --- a/l10n/ta_IN/settings.po +++ b/l10n/ta_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ta_LK/core.po b/l10n/ta_LK/core.po index 3330cbb1c0..dab80dba8d 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po index 4405637036..57f9aa46e5 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ta_LK/files_external.po b/l10n/ta_LK/files_external.po index a818de998b..380efde1e9 100644 --- a/l10n/ta_LK/files_external.po +++ b/l10n/ta_LK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ta_LK/files_trashbin.po b/l10n/ta_LK/files_trashbin.po index a8a51d499c..218f4a9996 100644 --- a/l10n/ta_LK/files_trashbin.po +++ b/l10n/ta_LK/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ta_LK/lib.po b/l10n/ta_LK/lib.po index 1fd5b14b10..eafb80dab1 100644 --- a/l10n/ta_LK/lib.po +++ b/l10n/ta_LK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ta_LK/settings.po b/l10n/ta_LK/settings.po index 8703959828..3578cf2527 100644 --- a/l10n/ta_LK/settings.po +++ b/l10n/ta_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/te/core.po b/l10n/te/core.po index 096f0c0274..ffd0cd5ca5 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/te/files.po b/l10n/te/files.po index 1f6305aad7..ed9ec17876 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/te/files_external.po b/l10n/te/files_external.po index 39fc8c8b54..4a956b90f1 100644 --- a/l10n/te/files_external.po +++ b/l10n/te/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/te/files_trashbin.po b/l10n/te/files_trashbin.po index 1360dd18a0..2c99e6dd04 100644 --- a/l10n/te/files_trashbin.po +++ b/l10n/te/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/te/lib.po b/l10n/te/lib.po index 0a6f4082c7..712a9d8273 100644 --- a/l10n/te/lib.po +++ b/l10n/te/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/te/settings.po b/l10n/te/settings.po index a883f0b33e..e276485388 100644 --- a/l10n/te/settings.po +++ b/l10n/te/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 3fde0342b9..2cd08f4dca 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 6779a0b77d..b40fc226ab 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 4863574d97..e0d654c388 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 237419c6ae..95e6be9933 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index e956b29e88..1e40951edd 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 40ba061990..c17d374011 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 3e24e3250f..16e4b59f40 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 33adf729b5..6406025d9a 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -337,68 +337,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index 9805de7b9c..985d71cad3 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -296,68 +296,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: share/share.php:862 +#: share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: share/share.php:923 +#: share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: share/share.php:961 +#: share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: share/share.php:969 +#: share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: share/share.php:1094 +#: share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: share/share.php:1101 +#: share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: share/share.php:1107 +#: share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: share/share.php:1525 +#: share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: share/share.php:1534 +#: share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: share/share.php:1550 +#: share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: share/share.php:1562 +#: share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: share/share.php:1576 +#: share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 35e1db07db..b572469686 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 216d41a670..636efce7d7 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index 38e8f477fa..3972afa282 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-27 01:54-0400\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/th_TH/core.po b/l10n/th_TH/core.po index ad9f4bbd5f..a126ea7537 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po index aa321615cd..934ccab924 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/th_TH/files_external.po b/l10n/th_TH/files_external.po index 34a63a5a3b..0b8a8b0f26 100644 --- a/l10n/th_TH/files_external.po +++ b/l10n/th_TH/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/th_TH/files_trashbin.po b/l10n/th_TH/files_trashbin.po index 97e45bd9b2..52440f76f7 100644 --- a/l10n/th_TH/files_trashbin.po +++ b/l10n/th_TH/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/th_TH/lib.po b/l10n/th_TH/lib.po index 373ac23f77..112b47ce80 100644 --- a/l10n/th_TH/lib.po +++ b/l10n/th_TH/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index 14284189a3..b77266e90b 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/tr/core.po b/l10n/tr/core.po index 91ee360ed8..08b17bfac9 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Volkan Gezer \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index 952496f3de..cb2a8eb6a0 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/tr/files_external.po b/l10n/tr/files_external.po index ea66a4c6cc..57d8c2e04e 100644 --- a/l10n/tr/files_external.po +++ b/l10n/tr/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/tr/files_trashbin.po b/l10n/tr/files_trashbin.po index 7a8d7a8169..cfda26b7ac 100644 --- a/l10n/tr/files_trashbin.po +++ b/l10n/tr/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Volkan Gezer \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/lib.po b/l10n/tr/lib.po index ae855a41ab..8df19fbbf4 100644 --- a/l10n/tr/lib.po +++ b/l10n/tr/lib.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -43,11 +43,11 @@ msgid "" "config directory%s." msgstr "Bu genellikle, %sweb sunucusuna config dizinine yazma erişimi verilerek%s çözülebilir" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "Örnek yapılandırma tespit edildi" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -340,68 +340,68 @@ msgstr "%s paylaşımı, bağlantılar ile paylaşım izin verilmediğinden baş msgid "Share type %s is not valid for %s" msgstr "%s paylaşım türü %s için geçerli değil" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "%s için izinler, izinler %s için verilen izinleri aştığından dolayı ayarlanamadı" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "%s için izinler öge bulunamadığından ayarlanamadı" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "Son kullanma tarihi ayarlanamıyor. Paylaşımlar, paylaşıldıkları süreden %s sonra dolamaz." -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "Son kullanma tarihi ayarlanamıyor. Son kullanma tarihi geçmişte" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Paylaşma arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "Paylaşım arka ucu %s bulunamadı" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "%s için paylaşım arka ucu bulunamadı" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "%s paylaşımı, %s kullanıcısı özgün paylaşan kişi olduğundan başarısız oldu" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "%s paylaşımı, izinler %s için verilen izinleri aştığından dolayı başarısız oldu" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "%s paylaşımı, tekrar paylaşımın izin verilmemesinden dolayı başarısız oldu" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "%s paylaşımı, %s için arka ucun kaynağını bulamamasından dolayı başarısız oldu" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index f092d4cd69..b538dfc1dd 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" "Last-Translator: Volkan Gezer \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ug/core.po b/l10n/ug/core.po index 7656f1262c..6d74fb54cc 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ug/files.po b/l10n/ug/files.po index c890539563..6d9bc1a3a5 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ug/files_external.po b/l10n/ug/files_external.po index c8b3e12fad..225d4edb14 100644 --- a/l10n/ug/files_external.po +++ b/l10n/ug/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ug/files_trashbin.po b/l10n/ug/files_trashbin.po index ac53db4100..e715c8b1c0 100644 --- a/l10n/ug/files_trashbin.po +++ b/l10n/ug/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ug/lib.po b/l10n/ug/lib.po index 0fe7547b49..26cd3a3d0d 100644 --- a/l10n/ug/lib.po +++ b/l10n/ug/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ug/settings.po b/l10n/ug/settings.po index 75535e90fe..66148cd691 100644 --- a/l10n/ug/settings.po +++ b/l10n/ug/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/uk/core.po b/l10n/uk/core.po index 883c3c053c..fb91f74aa7 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/uk/files.po b/l10n/uk/files.po index 14c891fcb2..64eda9679a 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/uk/files_external.po b/l10n/uk/files_external.po index 5840cc8f9e..3385d3baaa 100644 --- a/l10n/uk/files_external.po +++ b/l10n/uk/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/uk/files_trashbin.po b/l10n/uk/files_trashbin.po index b2b42c4161..340cc18996 100644 --- a/l10n/uk/files_trashbin.po +++ b/l10n/uk/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: v_2e \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/lib.po b/l10n/uk/lib.po index 2bdcfe56e0..bc20241e61 100644 --- a/l10n/uk/lib.po +++ b/l10n/uk/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po index b345cd9dde..bd58c77927 100644 --- a/l10n/uk/settings.po +++ b/l10n/uk/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ur_PK/core.po b/l10n/ur_PK/core.po index 4328a5c95c..193a496776 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/ur_PK/files.po b/l10n/ur_PK/files.po index 9ffa335a7f..db6a410409 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ur_PK/files_external.po b/l10n/ur_PK/files_external.po index 31107c24ca..c0f9b47663 100644 --- a/l10n/ur_PK/files_external.po +++ b/l10n/ur_PK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/ur_PK/files_trashbin.po b/l10n/ur_PK/files_trashbin.po index 3165d1550d..b7f905befa 100644 --- a/l10n/ur_PK/files_trashbin.po +++ b/l10n/ur_PK/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Ahmed Waqar Shah \n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/lib.po b/l10n/ur_PK/lib.po index 91cbe7a6a2..87c2da7715 100644 --- a/l10n/ur_PK/lib.po +++ b/l10n/ur_PK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ur_PK/settings.po b/l10n/ur_PK/settings.po index cd17514e7e..38733f6874 100644 --- a/l10n/ur_PK/settings.po +++ b/l10n/ur_PK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/vi/core.po b/l10n/vi/core.po index 3c04b518f3..18a33d061d 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/vi/files.po b/l10n/vi/files.po index 68a45a7ab2..ae97d8c630 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/vi/files_external.po b/l10n/vi/files_external.po index 3e2fae8d50..5372fe049c 100644 --- a/l10n/vi/files_external.po +++ b/l10n/vi/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/vi/files_trashbin.po b/l10n/vi/files_trashbin.po index 298fd58f03..7f053fa360 100644 --- a/l10n/vi/files_trashbin.po +++ b/l10n/vi/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/vi/lib.po b/l10n/vi/lib.po index 470c38fbf3..1a441a30f5 100644 --- a/l10n/vi/lib.po +++ b/l10n/vi/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/vi/settings.po b/l10n/vi/settings.po index 02d3ea2914..dd7e88ff28 100644 --- a/l10n/vi/settings.po +++ b/l10n/vi/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 1ec04f2136..5d518d0320 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index 380c8014c8..ca8c224ee4 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/zh_CN/files_external.po b/l10n/zh_CN/files_external.po index 268b6fc8c1..2239064428 100644 --- a/l10n/zh_CN/files_external.po +++ b/l10n/zh_CN/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" "Last-Translator: Kaijia Feng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/files_trashbin.po b/l10n/zh_CN/files_trashbin.po index 336ec96d32..1e08baa06c 100644 --- a/l10n/zh_CN/files_trashbin.po +++ b/l10n/zh_CN/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/zh_CN/lib.po b/l10n/zh_CN/lib.po index f84ecb4445..83b0978366 100644 --- a/l10n/zh_CN/lib.po +++ b/l10n/zh_CN/lib.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -45,11 +45,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -342,68 +342,68 @@ msgstr "共享 %s 失败,因为不允许用链接共享" msgid "Share type %s is not valid for %s" msgstr "%s 不是 %s 的合法共享类型" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "设置 %s 权限失败,因为权限超出了 %s 已有权限。" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "设置 %s 的权限失败,因为未找到到对应项" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "共享后端 %s 必须实现 OCP\\Share_Backend 接口" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "未找到共享后端 %s" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "%s 的共享后端未找到" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "共享 %s 失败,因为用户 %s 不是原始共享者" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "共享 %s 失败,因为权限超过了 %s 已有权限" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "共享 %s 失败,因为不允许二次共享" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "共享 %s 失败,因为 %s 使用的共享后端未找到它的来源" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index 81c83cb4b9..ce9459601b 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index 70f19fb783..4c1287458a 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-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po index 2b722957f6..36b15d0d9e 100644 --- a/l10n/zh_HK/files.po +++ b/l10n/zh_HK/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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/zh_HK/files_external.po b/l10n/zh_HK/files_external.po index c8d3e547ba..f4e7cefd08 100644 --- a/l10n/zh_HK/files_external.po +++ b/l10n/zh_HK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/zh_HK/files_trashbin.po b/l10n/zh_HK/files_trashbin.po index 90d58a184b..961055e44b 100644 --- a/l10n/zh_HK/files_trashbin.po +++ b/l10n/zh_HK/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/zh_HK/lib.po b/l10n/zh_HK/lib.po index 7076965647..7146885b80 100644 --- a/l10n/zh_HK/lib.po +++ b/l10n/zh_HK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" @@ -39,11 +39,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -336,68 +336,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/zh_HK/settings.po b/l10n/zh_HK/settings.po index 3c181e2d8e..271ab349a6 100644 --- a/l10n/zh_HK/settings.po +++ b/l10n/zh_HK/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 2758e1496f..dfe576939d 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" +"Last-Translator: Pellaeon Lin \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" @@ -42,12 +42,12 @@ msgstr "已檢查資料庫格式更新" #: ajax/update.php:22 msgid "Checked database schema update for apps" -msgstr "" +msgstr "已檢查應用程式的資料庫格式更新" #: ajax/update.php:25 #, php-format msgid "Updated \"%s\" to %s" -msgstr "" +msgstr "已更新 %s 到 %s" #: ajax/update.php:33 #, php-format @@ -247,7 +247,7 @@ msgstr "重設密碼" #: js/lostpassword.js:16 msgid "Password can not be changed. Please contact your administrator." -msgstr "" +msgstr "無法變更密碼,請聯絡您的系統管理員" #: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" @@ -288,7 +288,7 @@ msgstr "新檔案" #: js/oc-dialogs.js:451 msgid "Already existing files" -msgstr "" +msgstr "已經存在的檔案" #: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" @@ -346,7 +346,7 @@ msgstr "已分享" #: js/share.js:257 msgid "Shared with {recipients}" -msgstr "" +msgstr "與 {recipients} 分享" #: js/share.js:266 msgid "Share" @@ -396,7 +396,7 @@ msgstr "密碼保護" #: js/share.js:400 msgid "Choose a password for the public link" -msgstr "" +msgstr "為公開連結選一個密碼" #: js/share.js:406 msgid "Allow Public Upload" @@ -516,15 +516,15 @@ msgstr "沒有選擇要刪除的標籤" #: js/update.js:30 msgid "Updating {productName} to version {version}, this may take a while." -msgstr "" +msgstr "正在更新 {productName} 到版本 {version} ,請稍候" #: js/update.js:43 msgid "Please reload the page." -msgstr "" +msgstr "請重新整理頁面" #: js/update.js:52 msgid "The update was unsuccessful." -msgstr "" +msgstr "更新失敗" #: js/update.js:61 msgid "The update was successful. Redirecting you to ownCloud now." @@ -532,17 +532,17 @@ msgstr "升級成功,正將您重新導向至 ownCloud 。" #: lostpassword/controller/lostcontroller.php:133 msgid "Couldn't reset password because the token is invalid" -msgstr "" +msgstr "無法重設密碼因為 token 無效" #: lostpassword/controller/lostcontroller.php:159 msgid "Couldn't send reset email. Please make sure your username is correct." -msgstr "" +msgstr "無法寄送重設 email ,請確認您的帳號輸入正確" #: 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 "" +msgstr "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員" #: lostpassword/controller/lostcontroller.php:191 #, php-format @@ -585,19 +585,19 @@ msgstr "新密碼" #: lostpassword/templates/resetpassword.php:6 msgid "New Password" -msgstr "" +msgstr "新密碼" #: setup/controller.php:140 #, php-format msgid "" "Mac OS X is not supported and %s will not work properly on this platform. " "Use it at your own risk! " -msgstr "" +msgstr "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險!" #: setup/controller.php:144 msgid "" "For the best results, please consider using a GNU/Linux server instead." -msgstr "" +msgstr "請考慮使用 GNU/Linux 伺服器以取得最好的效果" #: strings.php:5 msgid "Personal" @@ -633,7 +633,7 @@ msgstr "刪除標籤出錯" #: tags/controller.php:75 msgid "Error tagging" -msgstr "" +msgstr "貼標籤發生錯誤" #: tags/controller.php:86 msgid "Error untagging" @@ -668,7 +668,7 @@ msgstr "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n" #: templates/altmail.php:4 templates/mail.php:17 #, php-format msgid "The share will expire on %s." -msgstr "" +msgstr "這個分享將會於 %s 過期" #. TRANSLATORS term at the end of a mail #: templates/altmail.php:8 templates/mail.php:21 @@ -725,7 +725,7 @@ msgstr "密碼" #: templates/installation.php:72 msgid "Storage & database" -msgstr "" +msgstr "儲存空間和資料庫" #: templates/installation.php:79 msgid "Data folder" @@ -738,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" @@ -764,7 +764,7 @@ msgstr "資料庫主機" msgid "" "SQLite will be used as database. For larger installations we recommend to " "change this." -msgstr "" +msgstr "將會使用 SQLite 作為資料庫,在大型安裝中建議使用其他種資料庫" #: templates/installation.php:159 msgid "Finish setup" @@ -779,7 +779,7 @@ msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please enable " "JavaScript and re-load this interface." -msgstr "" +msgstr "這個應用程式需要啟用 Javascript 才能正常運作,請啟用 Javascript 然後重新載入頁面" #: templates/layout.user.php:47 #, php-format @@ -800,7 +800,7 @@ msgstr "請聯絡系統管理員。" #: templates/login.php:42 msgid "Forgot your password? Reset it!" -msgstr "" +msgstr "忘了密碼?重設它!" #: templates/login.php:47 msgid "remember" @@ -819,15 +819,15 @@ msgstr "其他登入方法" msgid "" "Hey there,

just letting you know that %s shared %s " "with you.
View it!

" -msgstr "" +msgstr "嗨,

%s 與你分享了%s
檢視

" #: templates/singleuser.user.php:3 msgid "This ownCloud instance is currently in single user mode." -msgstr "" +msgstr "這個 ownCloud 伺服器目前運作於單一使用者模式" #: templates/singleuser.user.php:4 msgid "This means only administrators can use the instance." -msgstr "" +msgstr "這表示只有系統管理員能夠使用" #: templates/singleuser.user.php:5 templates/update.user.php:5 msgid "" @@ -841,55 +841,55 @@ msgstr "感謝您的耐心" #: templates/untrustedDomain.php:5 msgid "You are accessing the server from an untrusted domain." -msgstr "" +msgstr "你正在從一個未信任的網域存取伺服器" #: templates/untrustedDomain.php:8 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " "example configuration is provided in config/config.sample.php." -msgstr "" +msgstr "請聯絡您的系統管理員,如果您就是系統管理員,請設定 config/config.php 中的 \"trusted_domain\" 選項。範例設定提供於 config/config.sample.php" #: templates/untrustedDomain.php:10 msgid "" "Depending on your configuration, as an administrator you might also be able " "to use the button below to trust this domain." -msgstr "" +msgstr "依照設定而定,您身為系統管理員可能也可以使用底下的按鈕來信任這個網域" #: templates/untrustedDomain.php:14 #, php-format msgid "Add \"%s\" as trusted domain" -msgstr "" +msgstr "將 %s 加入到信任的網域" #: templates/update.admin.php:3 #, php-format msgid "%s will be updated to version %s." -msgstr "" +msgstr "%s 將會被升級到版本 %s" #: templates/update.admin.php:7 msgid "The following apps will be disabled:" -msgstr "" +msgstr "這些應用程式會被停用:" #: templates/update.admin.php:17 #, php-format msgid "The theme %s has been disabled." -msgstr "" +msgstr "主題 %s 已經被停用" #: templates/update.admin.php:21 msgid "" "Please make sure that the database, the config folder and the data folder " "have been backed up before proceeding." -msgstr "" +msgstr "在繼續之前,請備份資料庫、config 目錄及資料目錄" #: templates/update.admin.php:23 msgid "Start update" -msgstr "" +msgstr "開始升級" #: templates/update.admin.php:25 msgid "" "To avoid timeouts with larger installations, you can instead run the " "following command from your installation directory:" -msgstr "" +msgstr "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:" #: templates/update.user.php:3 msgid "" diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index 26c8ad82b9..310c9abfa8 100644 --- a/l10n/zh_TW/files.po +++ b/l10n/zh_TW/files.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+0000\n" +"Last-Translator: Pellaeon Lin \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" @@ -80,7 +80,7 @@ msgstr "伺服器上不允許開啓 URL ,請檢查伺服器設定" #: ajax/newfile.php:126 #, php-format msgid "The file exceeds your quota by %s" -msgstr "" +msgstr "這個檔案大小超出配額 %s" #: ajax/newfile.php:141 #, php-format diff --git a/l10n/zh_TW/files_external.po b/l10n/zh_TW/files_external.po index 6392ddd074..06efba40b8 100644 --- a/l10n/zh_TW/files_external.po +++ b/l10n/zh_TW/files_external.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/zh_TW/files_trashbin.po b/l10n/zh_TW/files_trashbin.po index a0ffa05e9c..b325fd85b7 100644 --- a/l10n/zh_TW/files_trashbin.po +++ b/l10n/zh_TW/files_trashbin.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:03+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:02+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" diff --git a/l10n/zh_TW/lib.po b/l10n/zh_TW/lib.po index 3786c24ac6..daae541df6 100644 --- a/l10n/zh_TW/lib.po +++ b/l10n/zh_TW/lib.po @@ -4,14 +4,14 @@ # # Translators: # happy chan , 2014 -# Pellaeon Lin , 2013 +# Pellaeon Lin , 2013-2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+0000\n" +"Last-Translator: Pellaeon Lin \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" @@ -21,7 +21,7 @@ msgstr "" #: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" -msgstr "" +msgstr "無法寫入 config 目錄!" #: base.php:201 msgid "" @@ -41,11 +41,11 @@ msgid "" "config directory%s." msgstr "" -#: base.php:577 +#: base.php:578 msgid "Sample configuration detected" msgstr "" -#: base.php:578 +#: base.php:579 msgid "" "It has been detected that the sample configuration has been copied. This can" " break your installation and is unsupported. Please read the documentation " @@ -338,68 +338,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:862 +#: private/share/share.php:863 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:923 +#: private/share/share.php:924 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:961 +#: private/share/share.php:962 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:969 +#: private/share/share.php:970 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1094 +#: private/share/share.php:1095 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1101 +#: private/share/share.php:1102 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1107 +#: private/share/share.php:1108 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1525 +#: private/share/share.php:1526 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1534 +#: private/share/share.php:1535 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1550 +#: private/share/share.php:1551 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1562 +#: private/share/share.php:1563 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1576 +#: private/share/share.php:1577 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index b75f81b1a7..3ffc16666a 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/settings.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-26 01:54-0400\n" -"PO-Revision-Date: 2014-08-26 05:23+0000\n" +"POT-Creation-Date: 2014-08-28 01:54-0400\n" +"PO-Revision-Date: 2014-08-28 05:23+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" diff --git a/lib/l10n/da.php b/lib/l10n/da.php index dd5347c671..e23abf0594 100644 --- a/lib/l10n/da.php +++ b/lib/l10n/da.php @@ -4,6 +4,8 @@ $TRANSLATIONS = array( "This can usually be fixed by giving the webserver write access to the config directory" => "Dette kan normalvis ordnes ved at give webserveren skrive adgang til config mappen", "See %s" => "Se %s", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til config-mappen%s.", +"Sample configuration detected" => "Eksempel for konfiguration registreret", +"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" => "Der er registreret at eksempel for konfiguration er blevet kopieret. Dette kan ødelægge din installation og understøttes ikke. Læs venligst dokumentationen før der foretages ændringer i config.php", "Help" => "Hjælp", "Personal" => "Personligt", "Settings" => "Indstillinger", @@ -64,6 +66,8 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Delingstypen %s er ikke gyldig for %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Angivelse af tilladelser for %s mislykkedes, fordi tilladelserne overskred de som var tildelt %s", "Setting permissions for %s failed, because the item was not found" => "Angivelse af tilladelser for %s mislykkedes, fordi artiklen ikke blev fundet", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Kan ikke angive udløbsdato. Delinger kan ikke udløbe senere end %s efter at de er blevet delt", +"Cannot set expiration date. Expiration date is in the past" => "Kan ikke angive udløbsdato. Udløbsdato er allerede passeret", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Delingsbackend'en %s skal implementere grænsefladen OCP\\Share_Backend", "Sharing backend %s not found" => "Delingsbackend'en %s blev ikke fundet", "Sharing backend for %s not found" => "Delingsbackend'en for %s blev ikke fundet", @@ -91,9 +95,11 @@ $TRANSLATIONS = array( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Rettigheder kan som regel rettes ved %sat give webserveren skriveadgang til rodmappen%s.", "Cannot write into \"config\" directory" => "Kan ikke skrive til mappen \"config\"", "Cannot write into \"apps\" directory" => "Kan ikke skrive til mappen \"apps\"", +"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til apps-mappen%s eller slå appstore fra i config-filen.", "Cannot create \"data\" directory (%s)" => "Kan ikke oprette mappen \"data\" (%s)", "This can usually be fixed by giving the webserver write access to the root directory." => "Dette kan som regel rettes ved give webserveren skriveadgang til rodmappen.", "Setting locale to %s failed" => "Angivelse af %s for lokalitet mislykkedes", +"Please install one of these locales on your system and restart your webserver." => "Installér venligst én af disse lokaliteter på dit system, og genstart din webserver.", "Please ask your server administrator to install the module." => "Du bedes anmode din serveradministrator om at installere modulet.", "PHP module %s not installed." => "PHP-modulet %s er ikke installeret.", "PHP %s or higher is required." => "Der kræves PHP %s eller nyere.", diff --git a/lib/l10n/hu_HU.php b/lib/l10n/hu_HU.php index 49fdee6e74..35200643d4 100644 --- a/lib/l10n/hu_HU.php +++ b/lib/l10n/hu_HU.php @@ -1,17 +1,23 @@ "Nem írható a \"config\" könyvtár!", +"This can usually be fixed by giving the webserver write access to the config directory" => "Ez rendszerint úgy oldható meg, hogy írási jogot adunk a webszervernek a config könyvtárra.", +"See %s" => "Lásd %s", +"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek a config könyvtárra%s.", +"Sample configuration detected" => "A példabeállítások vannak beállítva", +"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" => "Úgy tűnik a példakonfigurációt próbálja ténylegesen használni. Ez nem támogatott, és működésképtelenné teheti a telepítést. Kérjük olvassa el a dokumentációt és azt követően változtasson a config.php-n!", "Help" => "Súgó", "Personal" => "Személyes", "Settings" => "Beállítások", "Users" => "Felhasználók", "Admin" => "Adminsztráció", +"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => " \\\"%s\\\" alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen változatával.", "No app name specified" => "Nincs az alkalmazás név megadva.", "Unknown filetype" => "Ismeretlen file tipús", "Invalid image" => "Hibás kép", "web services under your control" => "webszolgáltatások saját kézben", "App directory already exists" => "Az alkalmazás mappája már létezik", -"Can't create app folder. Please fix permissions. %s" => "Nem lehetett létrehozni az alkalmzás mappáját. Kérlek ellenőrizd a jogosultásgokat. %s", +"Can't create app folder. Please fix permissions. %s" => "Nem lehetett létrehozni az alkalmazás mappáját. Kérem ellenőrizze a jogosultságokat. %s", "No source specified when installing app" => "Az alkalmazás telepítéséhez nincs forrás megadva", "No href specified when installing app from http" => "Az alkalmazás http-n keresztül történő telepítéséhez nincs href hivetkozás megadva", "No path specified when installing app from local file" => "Az alkalmazás helyi telepítéséhez nincs útvonal (mappa) megadva", @@ -19,9 +25,9 @@ $TRANSLATIONS = array( "Failed to open archive when installing app" => "Nem sikerült megnyitni a tömörített állományt a telepítés során", "App does not provide an info.xml file" => "Az alkalmazás nem szolgáltatott info.xml file-t", "App can't be installed because of not allowed code in the App" => "Az alkalmazást nem lehet telepíteni, mert abban nem engedélyezett programkód szerepel", -"App can't be installed because it is not compatible with this version of ownCloud" => "Az alalmazás nem telepíthető, mert nem kompatibilis az ownClod ezzel a verziójával.", +"App can't be installed because it is not compatible with this version of ownCloud" => "Az alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen verziójával.", "App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Az alkalmazást nem lehet telepíteni, mert tartalmazza a \n\ntrue\n\ncímkét, ami a nem szállított alkalmazások esetén nem engedélyezett", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-áruházban feltüntetett verzióval.", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-kiszolgálón feltüntetett verzióval.", "Application is not enabled" => "Az alkalmazás nincs engedélyezve", "Authentication error" => "Azonosítási hiba", "Token expired. Please reload page." => "A token lejárt. Frissítse az oldalt.", @@ -31,8 +37,13 @@ $TRANSLATIONS = array( "%s you may not use dots in the database name" => "%s az adatbázis neve nem tartalmazhat pontot", "MS SQL username and/or password not valid: %s" => "Az MS SQL felhasználónév és/vagy jelszó érvénytelen: %s", "You need to enter either an existing account or the administrator." => "Vagy egy létező felhasználó vagy az adminisztrátor bejelentkezési nevét kell megadnia", +"MySQL/MariaDB username and/or password not valid" => "A MySQL/MariaDB felhasználónév és/vagy jelszó nem megfelelő", "DB Error: \"%s\"" => "Adatbázis hiba: \"%s\"", "Offending command was: \"%s\"" => "A hibát ez a parancs okozta: \"%s\"", +"MySQL/MariaDB user '%s'@'localhost' exists already." => "A MySQL/MariaDB felhasználó '%s'@'localhost' már létezik.", +"Drop this user from MySQL/MariaDB" => "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből", +"MySQL/MariaDB user '%s'@'%%' already exists" => "A MySQL/MariaDB felhasználó '%s'@'%%' már létezik.", +"Drop this user from MySQL/MariaDB." => "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből.", "Oracle connection could not be established" => "Az Oracle kapcsolat nem hozható létre", "Oracle username and/or password not valid" => "Az Oracle felhasználói név és/vagy jelszó érvénytelen", "Offending command was: \"%s\", name: %s, password: %s" => "A hibát okozó parancs ez volt: \"%s\", login név: %s, jelszó: %s", @@ -43,7 +54,28 @@ $TRANSLATIONS = array( "Please double check the installation guides." => "Kérjük tüzetesen tanulmányozza át a telepítési útmutatót.", "%s shared »%s« with you" => "%s megosztotta Önnel ezt: »%s«", "Sharing %s failed, because the file does not exist" => "%s megosztása sikertelen, mert a fájl nem létezik", -"Cannot set expiration date. Expiration date is in the past" => "Nem lehet beállítani a lejárati időt mivel már elmúlt.", +"You are not allowed to share %s" => "Önnek nincs jogosultsága %s megosztására", +"Sharing %s failed, because the user %s is the item owner" => "%s megosztása nem sikerült, mert %s felhasználó az állomány tulajdonosa", +"Sharing %s failed, because the user %s does not exist" => "%s megosztása nem sikerült, mert %s felhasználó nem létezik", +"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "%s megosztása nem sikerült, mert %s felhasználó nem tagja egyik olyan csoportnak sem, aminek %s tagja", +"Sharing %s failed, because this item is already shared with %s" => "%s megosztása nem sikerült, mert ez már meg van osztva %s-vel", +"Sharing %s failed, because the group %s does not exist" => "%s megosztása nem sikerült, mert %s csoport nem létezik", +"Sharing %s failed, because %s is not a member of the group %s" => "%s megosztása nem sikerült, mert %s felhasználó nem tagja a %s csoportnak", +"You need to provide a password to create a public link, only protected links are allowed" => "Meg kell adnia egy jelszót is, mert a nyilvános linkek csak jelszóval védetten használhatók", +"Sharing %s failed, because sharing with links is not allowed" => "%s megosztása nem sikerült, mert a linkekkel történő megosztás nincs engedélyezve", +"Share type %s is not valid for %s" => "A %s megosztási típus nem érvényes %s-re", +"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a megadottak túllépik a %s-re érvényes jogosultságokat", +"Setting permissions for %s failed, because the item was not found" => "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a kérdéses állomány nem található", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nem lehet beállítani a lejárati időt. A megosztások legfeljebb ennyi idővel járhatnak le a létrehozásukat követően: %s", +"Cannot set expiration date. Expiration date is in the past" => "Nem lehet beállítani a lejárati időt, mivel a megadott lejárati időpont már elmúlt.", +"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Az %s megosztási alrendszernek támogatnia kell az OCP\\Share_Backend interface-t", +"Sharing backend %s not found" => "A %s megosztási alrendszer nem található", +"Sharing backend for %s not found" => "%s megosztási alrendszere nem található", +"Sharing %s failed, because the user %s is the original sharer" => "%s megosztása nem sikerült, mert %s felhasználó az eredeti megosztó", +"Sharing %s failed, because the permissions exceed permissions granted to %s" => "%s megosztása nem sikerült, mert a jogosultságok túllépik azt, ami %s rendelkezésére áll", +"Sharing %s failed, because resharing is not allowed" => "%s megosztása nem sikerült, mert a megosztás továbbadása nincs engedélyezve", +"Sharing %s failed, because the sharing backend for %s could not find its source" => "%s megosztása nem sikerült, mert %s megosztási alrendszere nem találja", +"Sharing %s failed, because the file could not be found in the file cache" => "%s megosztása nem sikerült, mert a fájl nem található a gyorsítótárban", "Could not find category \"%s\"" => "Ez a kategória nem található: \"%s\"", "seconds ago" => "pár másodperce", "_%n minute ago_::_%n minutes ago_" => array("","%n perccel ezelőtt"), @@ -55,10 +87,37 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%n hónappal ezelőtt","%n hónappal ezelőtt"), "last year" => "tavaly", "years ago" => "több éve", +"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "A felhasználónévben csak a következő karakterek fordulhatnak elő: \"a-z\", \"A-Z\", \"0-9\", és \"_.@-\"", "A valid username must be provided" => "Érvényes felhasználónevet kell megadnia", "A valid password must be provided" => "Érvényes jelszót kell megadnia", "The username is already being used" => "Ez a bejelentkezési név már foglalt", +"No database drivers (sqlite, mysql, or postgresql) installed." => "Nincs telepítve adatbázis-meghajtóprogram (sqlite, mysql vagy postgresql).", +"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Az elérési problémák rendszerint megoldhatók azzal, ha a %swebszervernek írásjogot adunk a gyökérkönyvtárra%s.", "Cannot write into \"config\" directory" => "Nem írható a \"config\" könyvtár", -"Please upgrade your database version" => "Kérlek frissítsd az adatbázisodat" +"Cannot write into \"apps\" directory" => "Nem írható az \"apps\" könyvtár", +"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek az app könyvtárra%s, vagy letiltjuk a config fájlban az appstore használatát.", +"Cannot create \"data\" directory (%s)" => "Nem sikerült létrehozni a \"data\" könyvtárt (%s)", +"This can usually be fixed by giving the webserver write access to the root directory." => "Ez rendszerint úgy oldható meg, hogy írásjogot adunk a webszervernek a gyökérkönyvtárra.", +"Setting locale to %s failed" => "A lokalizáció %s-re való állítása nem sikerült", +"Please install one of these locales on your system and restart your webserver." => "Kérjük állítsa be a következő lokalizációk valamelyikét a rendszeren és indítsa újra a webszervert!", +"Please ask your server administrator to install the module." => "Kérje meg a rendszergazdát, hogy telepítse a modult!", +"PHP module %s not installed." => "A %s PHP modul nincs telepítve.", +"PHP %s or higher is required." => "PHP %s vagy ennél újabb szükséges.", +"Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." => "Kérje meg a rendszergazdát, hogy frissítse a PHP-t újabb változatra! Ezt a PHP változatot már nem támogatja az ownCloud és a PHP fejlesztői közösség.", +"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Be van állítva a PHP Safe Mode. Az ownCloud megfelelő működéséhez szükséges, hogy ez ki legyen kapcsolva.", +"PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "A PHP Safe Mode egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!", +"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Be van álltva a Magic Quotes. Az ownCloud megfelelő működéséhez szükséges, hogy ez le legyen tiltva.", +"Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "A Magic Quotes egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!", +"PHP modules have been installed, but they are still listed as missing?" => "A PHP modulok telepítve vannak, de a listában mégsincsenek felsorolva?", +"Please ask your server administrator to restart the web server." => "Kérje meg a rendszergazdát, hogy indítsa újra a webszervert!", +"PostgreSQL >= 9 required" => "PostgreSQL >= 9 szükséges", +"Please upgrade your database version" => "Kérem frissítse az adatbázis-szoftvert!", +"Error occurred while checking PostgreSQL version" => "Hiba történt a PostgreSQL verziójának ellenőrzése közben", +"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Kérjük gondoskodjon róla, hogy a PostgreSQL legalább 9-es verziójú legyen, vagy ellenőrizze a naplófájlokat, hogy mi okozta a hibát!", +"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Kérjük módosítsa a könyvtár elérhetőségi engedélybeállítását 0770-re, hogy a tartalmát más felhasználó ne listázhassa!", +"Data directory (%s) is readable by other users" => "Az adatkönyvtár (%s) más felhasználók számára is olvasható ", +"Data directory (%s) is invalid" => "Érvénytelen a megadott adatkönyvtár (%s) ", +"Please check that the data directory contains a file \".ocdata\" in its root." => "Kérjük ellenőrizze, hogy az adatkönyvtár tartalmaz a gyökerében egy \".ocdata\" nevű állományt!", +"Could not obtain lock type %d on \"%s\"." => "Nem sikerült %d típusú zárolást elérni itt: \"%s\"." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/zh_TW.php b/lib/l10n/zh_TW.php index 301df298b9..bb5ad02c8c 100644 --- a/lib/l10n/zh_TW.php +++ b/lib/l10n/zh_TW.php @@ -1,5 +1,6 @@ "無法寫入 config 目錄!", "Help" => "說明", "Personal" => "個人", "Settings" => "設定", diff --git a/settings/l10n/nn_NO.php b/settings/l10n/nn_NO.php index 025472aff9..bd6f825551 100644 --- a/settings/l10n/nn_NO.php +++ b/settings/l10n/nn_NO.php @@ -35,6 +35,8 @@ $TRANSLATIONS = array( "Update" => "Oppdater", "Updated" => "Oppdatert", "Select a profile picture" => "Vel eit profilbilete", +"Very weak password" => "Veldig svakt passord", +"Weak password" => "Svakt passord", "Decrypting files... Please wait, this can take some time." => "Dekrypterer filer … Ver venleg og vent, dette kan ta ei stund.", "undo" => "angra", "Groups" => "Grupper",