From 81ecabb19c517411b5023fb29ee7061d4e1eeeec Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 23 Sep 2012 02:04:41 +0200 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files/l10n/cs_CZ.php | 1 + apps/files/l10n/fi_FI.php | 1 + apps/files/l10n/it.php | 1 + apps/files/l10n/ja_JP.php | 1 + apps/files/l10n/th_TH.php | 1 + apps/files_sharing/l10n/cs_CZ.php | 2 + apps/files_sharing/l10n/it.php | 2 + apps/files_sharing/l10n/ja_JP.php | 2 + apps/files_sharing/l10n/th_TH.php | 2 + apps/files_versions/l10n/cs_CZ.php | 1 + apps/files_versions/l10n/it.php | 1 + apps/files_versions/l10n/ja_JP.php | 1 + apps/files_versions/l10n/th_TH.php | 1 + core/l10n/cs_CZ.php | 24 ++ core/l10n/fi_FI.php | 14 ++ core/l10n/it.php | 24 ++ core/l10n/ja_JP.php | 24 ++ core/l10n/th_TH.php | 24 ++ l10n/cs_CZ/core.po | 54 ++-- l10n/cs_CZ/files.po | 8 +- l10n/cs_CZ/files_sharing.po | 10 +- l10n/cs_CZ/files_versions.po | 8 +- l10n/es/settings.po | 12 +- l10n/es_AR/core.po | 368 ++++++++++++++++++++++++++++ l10n/es_AR/files.po | 251 +++++++++++++++++++ l10n/es_AR/files_encryption.po | 34 +++ l10n/es_AR/files_external.po | 82 +++++++ l10n/es_AR/files_sharing.po | 48 ++++ l10n/es_AR/files_versions.po | 42 ++++ l10n/es_AR/lib.po | 125 ++++++++++ l10n/es_AR/settings.po | 317 ++++++++++++++++++++++++ l10n/es_AR/user_ldap.po | 170 +++++++++++++ l10n/fi_FI/core.po | 34 +-- l10n/fi_FI/files.po | 8 +- l10n/it/core.po | 54 ++-- l10n/it/files.po | 8 +- l10n/it/files_sharing.po | 10 +- l10n/it/files_versions.po | 8 +- l10n/ja_JP/core.po | 54 ++-- l10n/ja_JP/files.po | 8 +- l10n/ja_JP/files_sharing.po | 10 +- l10n/ja_JP/files_versions.po | 9 +- l10n/templates/core.pot | 2 +- l10n/templates/files.pot | 2 +- l10n/templates/files_encryption.pot | 2 +- l10n/templates/files_external.pot | 2 +- l10n/templates/files_sharing.pot | 2 +- l10n/templates/files_versions.pot | 2 +- l10n/templates/lib.pot | 2 +- l10n/templates/settings.pot | 2 +- l10n/templates/user_ldap.pot | 2 +- l10n/th_TH/core.po | 54 ++-- l10n/th_TH/files.po | 8 +- l10n/th_TH/files_sharing.po | 10 +- l10n/th_TH/files_versions.po | 8 +- settings/l10n/es.php | 3 + 56 files changed, 1764 insertions(+), 196 deletions(-) create mode 100644 l10n/es_AR/core.po create mode 100644 l10n/es_AR/files.po create mode 100644 l10n/es_AR/files_encryption.po create mode 100644 l10n/es_AR/files_external.po create mode 100644 l10n/es_AR/files_sharing.po create mode 100644 l10n/es_AR/files_versions.po create mode 100644 l10n/es_AR/lib.po create mode 100644 l10n/es_AR/settings.po create mode 100644 l10n/es_AR/user_ldap.po diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index fccf651dc3..468ed4fdfe 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -9,6 +9,7 @@ "Files" => "Soubory", "Unshare" => "Zrušit sdílení", "Delete" => "Smazat", +"Rename" => "Přejmenovat", "already exists" => "již existuje", "replace" => "nahradit", "suggest name" => "navrhnout název", diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index 757d0594d3..57aeaebc44 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -8,6 +8,7 @@ "Failed to write to disk" => "Levylle kirjoitus epäonnistui", "Files" => "Tiedostot", "Delete" => "Poista", +"Rename" => "Nimeä uudelleen", "already exists" => "on jo olemassa", "replace" => "korvaa", "suggest name" => "ehdota nimeä", diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index 574219cf91..2a92d05ec3 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -9,6 +9,7 @@ "Files" => "File", "Unshare" => "Rimuovi condivisione", "Delete" => "Elimina", +"Rename" => "Rinomina", "already exists" => "esiste già", "replace" => "sostituisci", "suggest name" => "suggerisci nome", diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php index 84d671a938..d6fc942069 100644 --- a/apps/files/l10n/ja_JP.php +++ b/apps/files/l10n/ja_JP.php @@ -9,6 +9,7 @@ "Files" => "ファイル", "Unshare" => "共有しない", "Delete" => "削除", +"Rename" => "名称変更", "already exists" => "既に存在します", "replace" => "置き換え", "suggest name" => "推奨名称", diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php index 988bfd50a2..d2b722891e 100644 --- a/apps/files/l10n/th_TH.php +++ b/apps/files/l10n/th_TH.php @@ -9,6 +9,7 @@ "Files" => "ไฟล์", "Unshare" => "ยกเลิกการแชร์ข้อมูล", "Delete" => "ลบ", +"Rename" => "เปลี่ยนชื่อ", "already exists" => "มีอยู่แล้ว", "replace" => "แทนที่", "suggest name" => "แนะนำชื่อ", diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index e9185e979c..9889fae488 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -1,6 +1,8 @@ "Heslo", "Submit" => "Odeslat", +"%s shared the folder %s with you" => "%s s Vámi sdílí složku %s", +"%s shared the file %s with you" => "%s s Vámi sdílí soubor %s", "Download" => "Stáhnout", "No preview available for" => "Náhled není dostupný pro", "web services under your control" => "služby webu pod Vaší kontrolou" diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 5bedabde9b..f83ca1446d 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -1,6 +1,8 @@ "Password", "Submit" => "Invia", +"%s shared the folder %s with you" => "%s ha condiviso la cartella %s con te", +"%s shared the file %s with you" => "%s ha condiviso il file %s con te", "Download" => "Scarica", "No preview available for" => "Nessuna anteprima disponibile per", "web services under your control" => "servizi web nelle tue mani" diff --git a/apps/files_sharing/l10n/ja_JP.php b/apps/files_sharing/l10n/ja_JP.php index 5d63f371d5..058e4f2cd7 100644 --- a/apps/files_sharing/l10n/ja_JP.php +++ b/apps/files_sharing/l10n/ja_JP.php @@ -1,6 +1,8 @@ "パスワード", "Submit" => "送信", +"%s shared the folder %s with you" => "%s はフォルダー %s をあなたと共有", +"%s shared the file %s with you" => "%s はファイル %s をあなたと共有", "Download" => "ダウンロード", "No preview available for" => "プレビューはありません", "web services under your control" => "管理下のウェブサービス" diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php index 8a3f1207db..9d53d65f8a 100644 --- a/apps/files_sharing/l10n/th_TH.php +++ b/apps/files_sharing/l10n/th_TH.php @@ -1,6 +1,8 @@ "รหัสผ่าน", "Submit" => "ส่ง", +"%s shared the folder %s with you" => "%s ได้แชร์โฟลเดอร์ %s ให้กับคุณ", +"%s shared the file %s with you" => "%s ได้แชร์ไฟล์ %s ให้กับคุณ", "Download" => "ดาวน์โหลด", "No preview available for" => "ไม่สามารถดูตัวอย่างได้สำหรับ", "web services under your control" => "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้" diff --git a/apps/files_versions/l10n/cs_CZ.php b/apps/files_versions/l10n/cs_CZ.php index c99c4a27e8..3995334d9e 100644 --- a/apps/files_versions/l10n/cs_CZ.php +++ b/apps/files_versions/l10n/cs_CZ.php @@ -1,5 +1,6 @@ "Vypršet všechny verze", +"History" => "Historie", "Versions" => "Verze", "This will delete all existing backup versions of your files" => "Odstraní všechny existující zálohované verze Vašich souborů", "Files Versioning" => "Verzování souborů", diff --git a/apps/files_versions/l10n/it.php b/apps/files_versions/l10n/it.php index 59f7e759b1..0b1e70823d 100644 --- a/apps/files_versions/l10n/it.php +++ b/apps/files_versions/l10n/it.php @@ -1,5 +1,6 @@ "Scadenza di tutte le versioni", +"History" => "Cronologia", "Versions" => "Versioni", "This will delete all existing backup versions of your files" => "Ciò eliminerà tutte le versioni esistenti dei tuoi file", "Files Versioning" => "Controllo di versione dei file", diff --git a/apps/files_versions/l10n/ja_JP.php b/apps/files_versions/l10n/ja_JP.php index 8a4e0ab245..367152c074 100644 --- a/apps/files_versions/l10n/ja_JP.php +++ b/apps/files_versions/l10n/ja_JP.php @@ -1,5 +1,6 @@ "すべてのバージョンを削除する", +"History" => "履歴", "Versions" => "バージョン", "This will delete all existing backup versions of your files" => "これは、あなたのファイルのすべてのバックアップバージョンを削除します", "Files Versioning" => "ファイルのバージョン管理", diff --git a/apps/files_versions/l10n/th_TH.php b/apps/files_versions/l10n/th_TH.php index 62ab0548f4..89b9f62691 100644 --- a/apps/files_versions/l10n/th_TH.php +++ b/apps/files_versions/l10n/th_TH.php @@ -1,5 +1,6 @@ "หมดอายุทุกรุ่น", +"History" => "ประวัติ", "Versions" => "รุ่น", "This will delete all existing backup versions of your files" => "นี่จะเป็นลบทิ้งไฟล์รุ่นที่ทำการสำรองข้อมูลทั้งหมดที่มีอยู่ของคุณทิ้งไป", "Files Versioning" => "การกำหนดเวอร์ชั่นของไฟล์", diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 64941f0df4..69fdc06a29 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -15,13 +15,37 @@ "October" => "Říjen", "November" => "Listopad", "December" => "Prosinec", +"Choose" => "Vybrat", "Cancel" => "Zrušit", "No" => "Ne", "Yes" => "Ano", "Ok" => "Ok", "No categories selected for deletion." => "Žádné kategorie nebyly vybrány ke smazání.", "Error" => "Chyba", +"Error while sharing" => "Chyba při sdílení", +"Error while unsharing" => "Chyba při rušení sdílení", +"Error while changing permissions" => "Chyba při změně oprávnění", +"Shared with you and the group %s by %s" => "Sdíleno s Vámi a skupinou %s od %s", +"Shared with you by %s" => "Sdíleno s Vámi od %s", +"Share with" => "Sdílet s", +"Share with link" => "Sdílet s odkazem", +"Password protect" => "Chránit heslem", "Password" => "Heslo", +"Set expiration date" => "Nastavit datum vypršení platnosti", +"Expiration date" => "Datum vypršení platnosti", +"Share via email: %s" => "Sdílet e-mailem: %s", +"No people found" => "Žádní lidé nenalezeni", +"Resharing is not allowed" => "Sdílení již sdílené položky není povoleno", +"Shared in %s with %s" => "Sdíleno v %s s %s", +"Unshare" => "Zrušit sdílení", +"can edit" => "lze upravovat", +"access control" => "řízení přístupu", +"create" => "vytvořit", +"update" => "aktualizovat", +"delete" => "smazat", +"share" => "sdílet", +"Password protected" => "Chráněno heslem", +"Error setting expiration date" => "Chyba při nastavení data vypršení platnosti", "ownCloud password reset" => "Obnovení hesla pro ownCloud", "Use the following link to reset your password: {link}" => "Heslo obnovíte použitím následujícího odkazu: {link}", "You will receive a link to reset your password via Email." => "Bude Vám e-mailem zaslán odkaz pro obnovu hesla.", diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php index ac3c3f9147..4a723b3448 100644 --- a/core/l10n/fi_FI.php +++ b/core/l10n/fi_FI.php @@ -15,13 +15,27 @@ "October" => "Lokakuu", "November" => "Marraskuu", "December" => "Joulukuu", +"Choose" => "Valitse", "Cancel" => "Peru", "No" => "Ei", "Yes" => "Kyllä", "Ok" => "Ok", "No categories selected for deletion." => "Luokkia ei valittu poistettavaksi.", "Error" => "Virhe", +"Error while changing permissions" => "Virhe oikeuksia muuttaessa", +"Password protect" => "Suojaa salasanalla", "Password" => "Salasana", +"Set expiration date" => "Aseta päättymispäivä", +"Expiration date" => "Päättymispäivä", +"Share via email: %s" => "Jaa sähköpostitse: %s", +"Resharing is not allowed" => "Jakaminen uudelleen ei ole salittu", +"can edit" => "voi muokata", +"create" => "luo", +"update" => "päivitä", +"delete" => "poista", +"share" => "jaa", +"Password protected" => "Salasanasuojattu", +"Error setting expiration date" => "Virhe päättymispäivää asettaessa", "ownCloud password reset" => "ownCloud-salasanan nollaus", "Use the following link to reset your password: {link}" => "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}", "You will receive a link to reset your password via Email." => "Saat sähköpostitse linkin nollataksesi salasanan.", diff --git a/core/l10n/it.php b/core/l10n/it.php index d6f8df73eb..cce4ac44cd 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -15,13 +15,37 @@ "October" => "Ottobre", "November" => "Novembre", "December" => "Dicembre", +"Choose" => "Scegli", "Cancel" => "Annulla", "No" => "No", "Yes" => "Sì", "Ok" => "Ok", "No categories selected for deletion." => "Nessuna categoria selezionata per l'eliminazione.", "Error" => "Errore", +"Error while sharing" => "Errore durante la condivisione", +"Error while unsharing" => "Errore durante la rimozione della condivisione", +"Error while changing permissions" => "Errore durante la modifica dei permessi", +"Shared with you and the group %s by %s" => "Condivisa con te e con il gruppo %s da %s", +"Shared with you by %s" => "Condiviso con te da %s", +"Share with" => "Condividi con", +"Share with link" => "Condividi con collegamento", +"Password protect" => "Proteggi con password", "Password" => "Password", +"Set expiration date" => "Imposta data di scadenza", +"Expiration date" => "Data di scadenza", +"Share via email: %s" => "Condividi tramite email: %s", +"No people found" => "Non sono state trovate altre persone", +"Resharing is not allowed" => "La ri-condivisione non è consentita", +"Shared in %s with %s" => "Condiviso in %s con %s", +"Unshare" => "Rimuovi condivisione", +"can edit" => "può modificare", +"access control" => "controllo d'accesso", +"create" => "creare", +"update" => "aggiornare", +"delete" => "eliminare", +"share" => "condividere", +"Password protected" => "Protetta da password", +"Error setting expiration date" => "Errore durante l'impostazione della data di scadenza", "ownCloud password reset" => "Ripristino password di ownCloud", "Use the following link to reset your password: {link}" => "Usa il collegamento seguente per ripristinare la password: {link}", "You will receive a link to reset your password via Email." => "Riceverai un collegamento per ripristinare la tua password via email", diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index 94f51ce76d..5b951be129 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -15,13 +15,37 @@ "October" => "10月", "November" => "11月", "December" => "12月", +"Choose" => "選択", "Cancel" => "キャンセル", "No" => "いいえ", "Yes" => "はい", "Ok" => "OK", "No categories selected for deletion." => "削除するカテゴリが選択されていません。", "Error" => "エラー", +"Error while sharing" => "共有でエラー発生", +"Error while unsharing" => "共有解除でエラー発生", +"Error while changing permissions" => "権限変更でエラー発生", +"Shared with you and the group %s by %s" => "あなたと %s グループが %s で共有しています", +"Shared with you by %s" => "あなたと %s で共有しています", +"Share with" => "と共有", +"Share with link" => "URLリンクで共有", +"Password protect" => "パスワード保護", "Password" => "パスワード", +"Set expiration date" => "期限日設定", +"Expiration date" => "期限日", +"Share via email: %s" => "メール経由で共有: %s", +"No people found" => "ユーザーが見つかりません", +"Resharing is not allowed" => "再共有は許可されていません", +"Shared in %s with %s" => "%s 内で %s と共有", +"Unshare" => "共有解除", +"can edit" => "編集可能", +"access control" => "アクセス権限", +"create" => "作成", +"update" => "更新", +"delete" => "削除", +"share" => "共有", +"Password protected" => "パスワード保護", +"Error setting expiration date" => "期限日設定でエラー発生", "ownCloud password reset" => "ownCloudのパスワードをリセットします", "Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}", "You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。", diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php index 88b5ac5cee..ce8b97ae52 100644 --- a/core/l10n/th_TH.php +++ b/core/l10n/th_TH.php @@ -15,13 +15,37 @@ "October" => "ตุลาคม", "November" => "พฤศจิกายน", "December" => "ธันวาคม", +"Choose" => "เลือก", "Cancel" => "ยกเลิก", "No" => "ไม่ตกลง", "Yes" => "ตกลง", "Ok" => "ตกลง", "No categories selected for deletion." => "ยังไม่ได้เลือกหมวดหมู่ที่ต้องการลบ", "Error" => "พบข้อผิดพลาด", +"Error while sharing" => "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล", +"Error while unsharing" => "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล", +"Error while changing permissions" => "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน", +"Shared with you and the group %s by %s" => "ได้แชร์ให้กับคุณและกลุ่ม %s โดย %s", +"Shared with you by %s" => "แชร์ให้กับคุณโดย %s", +"Share with" => "แชร์ให้กับ", +"Share with link" => "แชร์ด้วยลิงก์", +"Password protect" => "ใส่รหัสผ่านไว้", "Password" => "รหัสผ่าน", +"Set expiration date" => "กำหนดวันที่หมดอายุ", +"Expiration date" => "วันที่หมดอายุ", +"Share via email: %s" => "แชร์ผ่านทางอีเมล: %s", +"No people found" => "ไม่พบบุคคลที่ต้องการ", +"Resharing is not allowed" => "ไม่อนุญาตให้แชร์ข้อมูลซ้ำได้", +"Shared in %s with %s" => "ถูกแชร์ใน %s ด้วย %s", +"Unshare" => "ยกเลิกการแชร์", +"can edit" => "สามารถแก้ไข", +"access control" => "ระดับควบคุมการเข้าใช้งาน", +"create" => "สร้าง", +"update" => "อัพเดท", +"delete" => "ลบ", +"share" => "แชร์", +"Password protected" => "ใส่รหัสผ่านไว้", +"Error setting expiration date" => "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ", "ownCloud password reset" => "รีเซ็ตรหัสผ่าน ownCloud", "Use the following link to reset your password: {link}" => "ใช้ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่านของคุณใหม่: {link}", "You will receive a link to reset your password via Email." => "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์", diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 4fa0563ad1..836b9fe760 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 12:15+0000\n" +"Last-Translator: Tomáš Chvátal \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -87,7 +87,7 @@ msgstr "Prosinec" #: js/oc-dialogs.js:123 msgid "Choose" -msgstr "" +msgstr "Vybrat" #: js/oc-dialogs.js:143 js/oc-dialogs.js:163 msgid "Cancel" @@ -115,37 +115,37 @@ msgstr "Chyba" #: js/share.js:103 msgid "Error while sharing" -msgstr "" +msgstr "Chyba při sdílení" #: js/share.js:114 msgid "Error while unsharing" -msgstr "" +msgstr "Chyba při rušení sdílení" #: js/share.js:121 msgid "Error while changing permissions" -msgstr "" +msgstr "Chyba při změně oprávnění" #: js/share.js:130 #, perl-format msgid "Shared with you and the group %s by %s" -msgstr "" +msgstr "Sdíleno s Vámi a skupinou %s od %s" #: js/share.js:132 #, perl-format msgid "Shared with you by %s" -msgstr "" +msgstr "Sdíleno s Vámi od %s" #: js/share.js:137 msgid "Share with" -msgstr "" +msgstr "Sdílet s" #: js/share.js:142 msgid "Share with link" -msgstr "" +msgstr "Sdílet s odkazem" #: js/share.js:143 msgid "Password protect" -msgstr "" +msgstr "Chránit heslem" #: js/share.js:147 templates/installation.php:30 templates/login.php:13 msgid "Password" @@ -153,65 +153,65 @@ msgstr "Heslo" #: js/share.js:152 msgid "Set expiration date" -msgstr "" +msgstr "Nastavit datum vypršení platnosti" #: js/share.js:153 msgid "Expiration date" -msgstr "" +msgstr "Datum vypršení platnosti" #: js/share.js:182 #, perl-format msgid "Share via email: %s" -msgstr "" +msgstr "Sdílet e-mailem: %s" #: js/share.js:184 msgid "No people found" -msgstr "" +msgstr "Žádní lidé nenalezeni" #: js/share.js:210 msgid "Resharing is not allowed" -msgstr "" +msgstr "Sdílení již sdílené položky není povoleno" #: js/share.js:246 #, perl-format msgid "Shared in %s with %s" -msgstr "" +msgstr "Sdíleno v %s s %s" #: js/share.js:267 msgid "Unshare" -msgstr "" +msgstr "Zrušit sdílení" #: js/share.js:275 msgid "can edit" -msgstr "" +msgstr "lze upravovat" #: js/share.js:277 msgid "access control" -msgstr "" +msgstr "řízení přístupu" #: js/share.js:280 msgid "create" -msgstr "" +msgstr "vytvořit" #: js/share.js:283 msgid "update" -msgstr "" +msgstr "aktualizovat" #: js/share.js:286 msgid "delete" -msgstr "" +msgstr "smazat" #: js/share.js:289 msgid "share" -msgstr "" +msgstr "sdílet" #: js/share.js:313 js/share.js:463 msgid "Password protected" -msgstr "" +msgstr "Chráněno heslem" #: js/share.js:485 msgid "Error setting expiration date" -msgstr "" +msgstr "Chyba při nastavení data vypršení platnosti" #: lostpassword/index.php:26 msgid "ownCloud password reset" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index c1082a1138..e9ca007f11 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:13+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 11:58+0000\n" +"Last-Translator: Tomáš Chvátal \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -64,7 +64,7 @@ msgstr "Smazat" #: js/fileactions.js:182 msgid "Rename" -msgstr "" +msgstr "Přejmenovat" #: js/filelist.js:188 js/filelist.js:190 msgid "already exists" diff --git a/l10n/cs_CZ/files_sharing.po b/l10n/cs_CZ/files_sharing.po index 378f365cbf..bf14914d76 100644 --- a/l10n/cs_CZ/files_sharing.po +++ b/l10n/cs_CZ/files_sharing.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:15+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 11:59+0000\n" +"Last-Translator: Tomáš Chvátal \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,12 +31,12 @@ msgstr "Odeslat" #: templates/public.php:9 #, php-format msgid "%s shared the folder %s with you" -msgstr "" +msgstr "%s s Vámi sdílí složku %s" #: templates/public.php:11 #, php-format msgid "%s shared the file %s with you" -msgstr "" +msgstr "%s s Vámi sdílí soubor %s" #: templates/public.php:14 templates/public.php:30 msgid "Download" diff --git a/l10n/cs_CZ/files_versions.po b/l10n/cs_CZ/files_versions.po index a2eb298df8..2f10904407 100644 --- a/l10n/cs_CZ/files_versions.po +++ b/l10n/cs_CZ/files_versions.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:15+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 11:58+0000\n" +"Last-Translator: Tomáš Chvátal \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Vypršet všechny verze" #: js/versions.js:16 msgid "History" -msgstr "" +msgstr "Historie" #: templates/settings-personal.php:4 msgid "Versions" diff --git a/l10n/es/settings.po b/l10n/es/settings.po index e822d402fd..abcc1832f3 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-19 02:02+0200\n" -"PO-Revision-Date: 2012-09-19 00:03+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 10:45+0000\n" +"Last-Translator: Raul Fernandez Garcia \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -133,7 +133,7 @@ msgstr "cron.php está registrado como un servicio del webcron. Llama a la pági msgid "" "Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "Usar el servicio de cron del sitema. Llame al fichero cron.php en la carpeta de owncloud via servidor cronjob cada minuto." #: templates/admin.php:56 msgid "Sharing" @@ -232,7 +232,7 @@ msgstr "Respuesta" #: templates/personal.php:8 #, php-format msgid "You have used %s of the available %s" -msgstr "" +msgstr "Ha usado %s de %s disponible" #: templates/personal.php:12 msgid "Desktop and Mobile Syncing Clients" @@ -244,7 +244,7 @@ msgstr "Descargar" #: templates/personal.php:19 msgid "Your password was changed" -msgstr "" +msgstr "Su contraseña ha sido cambiada" #: templates/personal.php:20 msgid "Unable to change your password" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po new file mode 100644 index 0000000000..cd7fcf2154 --- /dev/null +++ b/l10n/es_AR/core.po @@ -0,0 +1,368 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2011-07-25 16:05+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/vcategories/add.php:23 ajax/vcategories/delete.php:23 +msgid "Application name not provided." +msgstr "" + +#: ajax/vcategories/add.php:29 +msgid "No category to add?" +msgstr "" + +#: ajax/vcategories/add.php:36 +msgid "This category already exists: " +msgstr "" + +#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55 +msgid "Settings" +msgstr "" + +#: js/js.js:642 +msgid "January" +msgstr "" + +#: js/js.js:642 +msgid "February" +msgstr "" + +#: js/js.js:642 +msgid "March" +msgstr "" + +#: js/js.js:642 +msgid "April" +msgstr "" + +#: js/js.js:642 +msgid "May" +msgstr "" + +#: js/js.js:642 +msgid "June" +msgstr "" + +#: js/js.js:643 +msgid "July" +msgstr "" + +#: js/js.js:643 +msgid "August" +msgstr "" + +#: js/js.js:643 +msgid "September" +msgstr "" + +#: js/js.js:643 +msgid "October" +msgstr "" + +#: js/js.js:643 +msgid "November" +msgstr "" + +#: js/js.js:643 +msgid "December" +msgstr "" + +#: js/oc-dialogs.js:123 +msgid "Choose" +msgstr "" + +#: js/oc-dialogs.js:143 js/oc-dialogs.js:163 +msgid "Cancel" +msgstr "" + +#: js/oc-dialogs.js:159 +msgid "No" +msgstr "" + +#: js/oc-dialogs.js:160 +msgid "Yes" +msgstr "" + +#: js/oc-dialogs.js:177 +msgid "Ok" +msgstr "" + +#: js/oc-vcategories.js:68 +msgid "No categories selected for deletion." +msgstr "" + +#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485 +msgid "Error" +msgstr "" + +#: js/share.js:103 +msgid "Error while sharing" +msgstr "" + +#: js/share.js:114 +msgid "Error while unsharing" +msgstr "" + +#: js/share.js:121 +msgid "Error while changing permissions" +msgstr "" + +#: js/share.js:130 +#, perl-format +msgid "Shared with you and the group %s by %s" +msgstr "" + +#: js/share.js:132 +#, perl-format +msgid "Shared with you by %s" +msgstr "" + +#: js/share.js:137 +msgid "Share with" +msgstr "" + +#: js/share.js:142 +msgid "Share with link" +msgstr "" + +#: js/share.js:143 +msgid "Password protect" +msgstr "" + +#: js/share.js:147 templates/installation.php:30 templates/login.php:13 +msgid "Password" +msgstr "" + +#: js/share.js:152 +msgid "Set expiration date" +msgstr "" + +#: js/share.js:153 +msgid "Expiration date" +msgstr "" + +#: js/share.js:182 +#, perl-format +msgid "Share via email: %s" +msgstr "" + +#: js/share.js:184 +msgid "No people found" +msgstr "" + +#: js/share.js:210 +msgid "Resharing is not allowed" +msgstr "" + +#: js/share.js:246 +#, perl-format +msgid "Shared in %s with %s" +msgstr "" + +#: js/share.js:267 +msgid "Unshare" +msgstr "" + +#: js/share.js:275 +msgid "can edit" +msgstr "" + +#: js/share.js:277 +msgid "access control" +msgstr "" + +#: js/share.js:280 +msgid "create" +msgstr "" + +#: js/share.js:283 +msgid "update" +msgstr "" + +#: js/share.js:286 +msgid "delete" +msgstr "" + +#: js/share.js:289 +msgid "share" +msgstr "" + +#: js/share.js:313 js/share.js:463 +msgid "Password protected" +msgstr "" + +#: js/share.js:485 +msgid "Error setting expiration date" +msgstr "" + +#: lostpassword/index.php:26 +msgid "ownCloud password reset" +msgstr "" + +#: lostpassword/templates/email.php:2 +msgid "Use the following link to reset your password: {link}" +msgstr "" + +#: lostpassword/templates/lostpassword.php:3 +msgid "You will receive a link to reset your password via Email." +msgstr "" + +#: lostpassword/templates/lostpassword.php:5 +msgid "Requested" +msgstr "" + +#: lostpassword/templates/lostpassword.php:8 +msgid "Login failed!" +msgstr "" + +#: lostpassword/templates/lostpassword.php:11 templates/installation.php:26 +#: templates/login.php:9 +msgid "Username" +msgstr "" + +#: lostpassword/templates/lostpassword.php:15 +msgid "Request reset" +msgstr "" + +#: lostpassword/templates/resetpassword.php:4 +msgid "Your password was reset" +msgstr "" + +#: lostpassword/templates/resetpassword.php:5 +msgid "To login page" +msgstr "" + +#: lostpassword/templates/resetpassword.php:8 +msgid "New password" +msgstr "" + +#: lostpassword/templates/resetpassword.php:11 +msgid "Reset password" +msgstr "" + +#: strings.php:5 +msgid "Personal" +msgstr "" + +#: strings.php:6 +msgid "Users" +msgstr "" + +#: strings.php:7 +msgid "Apps" +msgstr "" + +#: strings.php:8 +msgid "Admin" +msgstr "" + +#: strings.php:9 +msgid "Help" +msgstr "" + +#: templates/403.php:12 +msgid "Access forbidden" +msgstr "" + +#: templates/404.php:12 +msgid "Cloud not found" +msgstr "" + +#: templates/edit_categories_dialog.php:4 +msgid "Edit categories" +msgstr "" + +#: templates/edit_categories_dialog.php:14 +msgid "Add" +msgstr "" + +#: templates/installation.php:24 +msgid "Create an admin account" +msgstr "" + +#: templates/installation.php:36 +msgid "Advanced" +msgstr "" + +#: templates/installation.php:38 +msgid "Data folder" +msgstr "" + +#: templates/installation.php:45 +msgid "Configure the database" +msgstr "" + +#: templates/installation.php:50 templates/installation.php:61 +#: templates/installation.php:71 templates/installation.php:81 +msgid "will be used" +msgstr "" + +#: templates/installation.php:93 +msgid "Database user" +msgstr "" + +#: templates/installation.php:97 +msgid "Database password" +msgstr "" + +#: templates/installation.php:101 +msgid "Database name" +msgstr "" + +#: templates/installation.php:109 +msgid "Database tablespace" +msgstr "" + +#: templates/installation.php:115 +msgid "Database host" +msgstr "" + +#: templates/installation.php:120 +msgid "Finish setup" +msgstr "" + +#: templates/layout.guest.php:36 +msgid "web services under your control" +msgstr "" + +#: templates/layout.user.php:39 +msgid "Log out" +msgstr "" + +#: templates/login.php:6 +msgid "Lost your password?" +msgstr "" + +#: templates/login.php:17 +msgid "remember" +msgstr "" + +#: templates/login.php:18 +msgid "Log in" +msgstr "" + +#: templates/logout.php:1 +msgid "You are logged out." +msgstr "" + +#: templates/part.pagenavi.php:3 +msgid "prev" +msgstr "" + +#: templates/part.pagenavi.php:20 +msgid "next" +msgstr "" diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po new file mode 100644 index 0000000000..53236f0cc9 --- /dev/null +++ b/l10n/es_AR/files.po @@ -0,0 +1,251 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2011-08-13 02:19+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/upload.php:20 +msgid "There is no error, the file uploaded with success" +msgstr "" + +#: ajax/upload.php:21 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" + +#: ajax/upload.php:22 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" + +#: ajax/upload.php:23 +msgid "The uploaded file was only partially uploaded" +msgstr "" + +#: ajax/upload.php:24 +msgid "No file was uploaded" +msgstr "" + +#: ajax/upload.php:25 +msgid "Missing a temporary folder" +msgstr "" + +#: ajax/upload.php:26 +msgid "Failed to write to disk" +msgstr "" + +#: appinfo/app.php:6 +msgid "Files" +msgstr "" + +#: js/fileactions.js:108 templates/index.php:62 +msgid "Unshare" +msgstr "" + +#: js/fileactions.js:110 templates/index.php:64 +msgid "Delete" +msgstr "" + +#: js/fileactions.js:182 +msgid "Rename" +msgstr "" + +#: js/filelist.js:188 js/filelist.js:190 +msgid "already exists" +msgstr "" + +#: js/filelist.js:188 js/filelist.js:190 +msgid "replace" +msgstr "" + +#: js/filelist.js:188 +msgid "suggest name" +msgstr "" + +#: js/filelist.js:188 js/filelist.js:190 +msgid "cancel" +msgstr "" + +#: js/filelist.js:237 js/filelist.js:239 +msgid "replaced" +msgstr "" + +#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273 +msgid "undo" +msgstr "" + +#: js/filelist.js:239 +msgid "with" +msgstr "" + +#: js/filelist.js:271 +msgid "unshared" +msgstr "" + +#: js/filelist.js:273 +msgid "deleted" +msgstr "" + +#: js/files.js:179 +msgid "generating ZIP-file, it may take some time." +msgstr "" + +#: js/files.js:208 +msgid "Unable to upload your file as it is a directory or has 0 bytes" +msgstr "" + +#: js/files.js:208 +msgid "Upload Error" +msgstr "" + +#: js/files.js:236 js/files.js:341 js/files.js:371 +msgid "Pending" +msgstr "" + +#: js/files.js:355 +msgid "Upload cancelled." +msgstr "" + +#: js/files.js:424 +msgid "" +"File upload is in progress. Leaving the page now will cancel the upload." +msgstr "" + +#: js/files.js:494 +msgid "Invalid name, '/' is not allowed." +msgstr "" + +#: js/files.js:667 +msgid "files scanned" +msgstr "" + +#: js/files.js:675 +msgid "error while scanning" +msgstr "" + +#: js/files.js:749 templates/index.php:56 +msgid "Size" +msgstr "" + +#: js/files.js:750 templates/index.php:58 +msgid "Modified" +msgstr "" + +#: js/files.js:777 +msgid "folder" +msgstr "" + +#: js/files.js:779 +msgid "folders" +msgstr "" + +#: js/files.js:787 +msgid "file" +msgstr "" + +#: js/files.js:789 +msgid "files" +msgstr "" + +#: templates/admin.php:5 +msgid "File handling" +msgstr "" + +#: templates/admin.php:7 +msgid "Maximum upload size" +msgstr "" + +#: templates/admin.php:7 +msgid "max. possible: " +msgstr "" + +#: templates/admin.php:9 +msgid "Needed for multi-file and folder downloads." +msgstr "" + +#: templates/admin.php:9 +msgid "Enable ZIP-download" +msgstr "" + +#: templates/admin.php:11 +msgid "0 is unlimited" +msgstr "" + +#: templates/admin.php:12 +msgid "Maximum input size for ZIP files" +msgstr "" + +#: templates/admin.php:14 +msgid "Save" +msgstr "" + +#: templates/index.php:7 +msgid "New" +msgstr "" + +#: templates/index.php:9 +msgid "Text file" +msgstr "" + +#: templates/index.php:10 +msgid "Folder" +msgstr "" + +#: templates/index.php:11 +msgid "From url" +msgstr "" + +#: templates/index.php:20 +msgid "Upload" +msgstr "" + +#: templates/index.php:27 +msgid "Cancel upload" +msgstr "" + +#: templates/index.php:40 +msgid "Nothing in here. Upload something!" +msgstr "" + +#: templates/index.php:48 +msgid "Name" +msgstr "" + +#: templates/index.php:50 +msgid "Share" +msgstr "" + +#: templates/index.php:52 +msgid "Download" +msgstr "" + +#: templates/index.php:75 +msgid "Upload too large" +msgstr "" + +#: templates/index.php:77 +msgid "" +"The files you are trying to upload exceed the maximum size for file uploads " +"on this server." +msgstr "" + +#: templates/index.php:82 +msgid "Files are being scanned, please wait." +msgstr "" + +#: templates/index.php:85 +msgid "Current scanning" +msgstr "" diff --git a/l10n/es_AR/files_encryption.po b/l10n/es_AR/files_encryption.po new file mode 100644 index 0000000000..baae607bfd --- /dev/null +++ b/l10n/es_AR/files_encryption.po @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-08-12 22:33+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: templates/settings.php:3 +msgid "Encryption" +msgstr "" + +#: templates/settings.php:4 +msgid "Exclude the following file types from encryption" +msgstr "" + +#: templates/settings.php:5 +msgid "None" +msgstr "" + +#: templates/settings.php:10 +msgid "Enable Encryption" +msgstr "" diff --git a/l10n/es_AR/files_external.po b/l10n/es_AR/files_external.po new file mode 100644 index 0000000000..5d3fc5f21c --- /dev/null +++ b/l10n/es_AR/files_external.po @@ -0,0 +1,82 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-08-12 22:34+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: templates/settings.php:3 +msgid "External Storage" +msgstr "" + +#: templates/settings.php:7 templates/settings.php:19 +msgid "Mount point" +msgstr "" + +#: templates/settings.php:8 +msgid "Backend" +msgstr "" + +#: templates/settings.php:9 +msgid "Configuration" +msgstr "" + +#: templates/settings.php:10 +msgid "Options" +msgstr "" + +#: templates/settings.php:11 +msgid "Applicable" +msgstr "" + +#: templates/settings.php:23 +msgid "Add mount point" +msgstr "" + +#: templates/settings.php:54 templates/settings.php:62 +msgid "None set" +msgstr "" + +#: templates/settings.php:63 +msgid "All Users" +msgstr "" + +#: templates/settings.php:64 +msgid "Groups" +msgstr "" + +#: templates/settings.php:69 +msgid "Users" +msgstr "" + +#: templates/settings.php:77 templates/settings.php:96 +msgid "Delete" +msgstr "" + +#: templates/settings.php:88 +msgid "SSL root certificates" +msgstr "" + +#: templates/settings.php:102 +msgid "Import Root Certificate" +msgstr "" + +#: templates/settings.php:108 +msgid "Enable User External Storage" +msgstr "" + +#: templates/settings.php:109 +msgid "Allow users to mount their own external storage" +msgstr "" diff --git a/l10n/es_AR/files_sharing.po b/l10n/es_AR/files_sharing.po new file mode 100644 index 0000000000..7224a32567 --- /dev/null +++ b/l10n/es_AR/files_sharing.po @@ -0,0 +1,48 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-08-12 22:35+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: templates/authenticate.php:4 +msgid "Password" +msgstr "" + +#: templates/authenticate.php:6 +msgid "Submit" +msgstr "" + +#: templates/public.php:9 +#, php-format +msgid "%s shared the folder %s with you" +msgstr "" + +#: templates/public.php:11 +#, php-format +msgid "%s shared the file %s with you" +msgstr "" + +#: templates/public.php:14 templates/public.php:30 +msgid "Download" +msgstr "" + +#: templates/public.php:29 +msgid "No preview available for" +msgstr "" + +#: templates/public.php:37 +msgid "web services under your control" +msgstr "" diff --git a/l10n/es_AR/files_versions.po b/l10n/es_AR/files_versions.po new file mode 100644 index 0000000000..3124e2db96 --- /dev/null +++ b/l10n/es_AR/files_versions.po @@ -0,0 +1,42 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-08-12 22:37+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: js/settings-personal.js:31 templates/settings-personal.php:10 +msgid "Expire all versions" +msgstr "" + +#: js/versions.js:16 +msgid "History" +msgstr "" + +#: templates/settings-personal.php:4 +msgid "Versions" +msgstr "" + +#: templates/settings-personal.php:7 +msgid "This will delete all existing backup versions of your files" +msgstr "" + +#: templates/settings.php:3 +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/es_AR/lib.po b/l10n/es_AR/lib.po new file mode 100644 index 0000000000..2453c051a4 --- /dev/null +++ b/l10n/es_AR/lib.po @@ -0,0 +1,125 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-07-27 22:23+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: app.php:285 +msgid "Help" +msgstr "" + +#: app.php:292 +msgid "Personal" +msgstr "" + +#: app.php:297 +msgid "Settings" +msgstr "" + +#: app.php:302 +msgid "Users" +msgstr "" + +#: app.php:309 +msgid "Apps" +msgstr "" + +#: app.php:311 +msgid "Admin" +msgstr "" + +#: files.php:309 +msgid "ZIP download is turned off." +msgstr "" + +#: files.php:310 +msgid "Files need to be downloaded one by one." +msgstr "" + +#: files.php:310 files.php:335 +msgid "Back to Files" +msgstr "" + +#: files.php:334 +msgid "Selected files too large to generate zip file." +msgstr "" + +#: json.php:28 +msgid "Application is not enabled" +msgstr "" + +#: json.php:39 json.php:63 json.php:75 +msgid "Authentication error" +msgstr "" + +#: json.php:51 +msgid "Token expired. Please reload page." +msgstr "" + +#: template.php:87 +msgid "seconds ago" +msgstr "" + +#: template.php:88 +msgid "1 minute ago" +msgstr "" + +#: template.php:89 +#, php-format +msgid "%d minutes ago" +msgstr "" + +#: template.php:92 +msgid "today" +msgstr "" + +#: template.php:93 +msgid "yesterday" +msgstr "" + +#: template.php:94 +#, php-format +msgid "%d days ago" +msgstr "" + +#: template.php:95 +msgid "last month" +msgstr "" + +#: template.php:96 +msgid "months ago" +msgstr "" + +#: template.php:97 +msgid "last year" +msgstr "" + +#: template.php:98 +msgid "years ago" +msgstr "" + +#: updater.php:66 +#, php-format +msgid "%s is available. Get more information" +msgstr "" + +#: updater.php:68 +msgid "up to date" +msgstr "" + +#: updater.php:71 +msgid "updates check is disabled" +msgstr "" diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po new file mode 100644 index 0000000000..5adca36211 --- /dev/null +++ b/l10n/es_AR/settings.po @@ -0,0 +1,317 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2011-07-25 16:05+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/apps/ocs.php:23 +msgid "Unable to load list from App Store" +msgstr "" + +#: ajax/creategroup.php:9 ajax/removeuser.php:13 ajax/setquota.php:18 +#: ajax/togglegroups.php:15 +msgid "Authentication error" +msgstr "" + +#: ajax/creategroup.php:19 +msgid "Group already exists" +msgstr "" + +#: ajax/creategroup.php:28 +msgid "Unable to add group" +msgstr "" + +#: ajax/enableapp.php:14 +msgid "Could not enable app. " +msgstr "" + +#: ajax/lostpassword.php:14 +msgid "Email saved" +msgstr "" + +#: ajax/lostpassword.php:16 +msgid "Invalid email" +msgstr "" + +#: ajax/openid.php:16 +msgid "OpenID Changed" +msgstr "" + +#: ajax/openid.php:18 ajax/setlanguage.php:20 ajax/setlanguage.php:23 +msgid "Invalid request" +msgstr "" + +#: ajax/removegroup.php:16 +msgid "Unable to delete group" +msgstr "" + +#: ajax/removeuser.php:22 +msgid "Unable to delete user" +msgstr "" + +#: ajax/setlanguage.php:18 +msgid "Language changed" +msgstr "" + +#: ajax/togglegroups.php:25 +#, php-format +msgid "Unable to add user to group %s" +msgstr "" + +#: ajax/togglegroups.php:31 +#, php-format +msgid "Unable to remove user from group %s" +msgstr "" + +#: js/apps.js:27 js/apps.js:61 +msgid "Disable" +msgstr "" + +#: js/apps.js:27 js/apps.js:50 +msgid "Enable" +msgstr "" + +#: js/personal.js:69 +msgid "Saving..." +msgstr "" + +#: personal.php:46 personal.php:47 +msgid "__language_name__" +msgstr "" + +#: templates/admin.php:14 +msgid "Security Warning" +msgstr "" + +#: templates/admin.php:17 +msgid "" +"Your data directory and your files are probably accessible from the " +"internet. The .htaccess file that ownCloud provides is not working. We " +"strongly suggest that you configure your webserver in a way that the data " +"directory is no longer accessible or you move the data directory outside the" +" webserver document root." +msgstr "" + +#: templates/admin.php:31 +msgid "Cron" +msgstr "" + +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" + +#: templates/admin.php:43 +msgid "" +"cron.php is registered at a webcron service. Call the cron.php page in the " +"owncloud root once a minute over http." +msgstr "" + +#: templates/admin.php:49 +msgid "" +"Use systems cron service. Call the cron.php file in the owncloud folder via " +"a system cronjob once a minute." +msgstr "" + +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" + +#: templates/admin.php:61 +msgid "Enable Share API" +msgstr "" + +#: templates/admin.php:62 +msgid "Allow apps to use the Share API" +msgstr "" + +#: templates/admin.php:67 +msgid "Allow links" +msgstr "" + +#: templates/admin.php:68 +msgid "Allow users to share items to the public with links" +msgstr "" + +#: templates/admin.php:73 +msgid "Allow resharing" +msgstr "" + +#: templates/admin.php:74 +msgid "Allow users to share items shared with them again" +msgstr "" + +#: templates/admin.php:79 +msgid "Allow users to share with anyone" +msgstr "" + +#: templates/admin.php:81 +msgid "Allow users to only share with users in their groups" +msgstr "" + +#: templates/admin.php:88 +msgid "Log" +msgstr "" + +#: templates/admin.php:116 +msgid "More" +msgstr "" + +#: templates/admin.php:124 +msgid "" +"Developed by the ownCloud community, the source code is " +"licensed under the AGPL." +msgstr "" + +#: templates/apps.php:10 +msgid "Add your App" +msgstr "" + +#: templates/apps.php:26 +msgid "Select an App" +msgstr "" + +#: templates/apps.php:29 +msgid "See application page at apps.owncloud.com" +msgstr "" + +#: templates/apps.php:30 +msgid "-licensed by " +msgstr "" + +#: templates/help.php:9 +msgid "Documentation" +msgstr "" + +#: templates/help.php:10 +msgid "Managing Big Files" +msgstr "" + +#: templates/help.php:11 +msgid "Ask a question" +msgstr "" + +#: templates/help.php:23 +msgid "Problems connecting to help database." +msgstr "" + +#: templates/help.php:24 +msgid "Go there manually." +msgstr "" + +#: templates/help.php:32 +msgid "Answer" +msgstr "" + +#: templates/personal.php:8 +#, php-format +msgid "You have used %s of the available %s" +msgstr "" + +#: templates/personal.php:12 +msgid "Desktop and Mobile Syncing Clients" +msgstr "" + +#: templates/personal.php:13 +msgid "Download" +msgstr "" + +#: templates/personal.php:19 +msgid "Your password was changed" +msgstr "" + +#: templates/personal.php:20 +msgid "Unable to change your password" +msgstr "" + +#: templates/personal.php:21 +msgid "Current password" +msgstr "" + +#: templates/personal.php:22 +msgid "New password" +msgstr "" + +#: templates/personal.php:23 +msgid "show" +msgstr "" + +#: templates/personal.php:24 +msgid "Change password" +msgstr "" + +#: templates/personal.php:30 +msgid "Email" +msgstr "" + +#: templates/personal.php:31 +msgid "Your email address" +msgstr "" + +#: templates/personal.php:32 +msgid "Fill in an email address to enable password recovery" +msgstr "" + +#: templates/personal.php:38 templates/personal.php:39 +msgid "Language" +msgstr "" + +#: templates/personal.php:44 +msgid "Help translate" +msgstr "" + +#: templates/personal.php:51 +msgid "use this address to connect to your ownCloud in your file manager" +msgstr "" + +#: templates/users.php:21 templates/users.php:76 +msgid "Name" +msgstr "" + +#: templates/users.php:23 templates/users.php:77 +msgid "Password" +msgstr "" + +#: templates/users.php:26 templates/users.php:78 templates/users.php:98 +msgid "Groups" +msgstr "" + +#: templates/users.php:32 +msgid "Create" +msgstr "" + +#: templates/users.php:35 +msgid "Default Quota" +msgstr "" + +#: templates/users.php:55 templates/users.php:138 +msgid "Other" +msgstr "" + +#: templates/users.php:80 templates/users.php:112 +msgid "Group Admin" +msgstr "" + +#: templates/users.php:82 +msgid "Quota" +msgstr "" + +#: templates/users.php:146 +msgid "Delete" +msgstr "" diff --git a/l10n/es_AR/user_ldap.po b/l10n/es_AR/user_ldap.po new file mode 100644 index 0000000000..ad61f6c747 --- /dev/null +++ b/l10n/es_AR/user_ldap.po @@ -0,0 +1,170 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-08-12 22:45+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: templates/settings.php:8 +msgid "Host" +msgstr "" + +#: templates/settings.php:8 +msgid "" +"You can omit the protocol, except you require SSL. Then start with ldaps://" +msgstr "" + +#: templates/settings.php:9 +msgid "Base DN" +msgstr "" + +#: templates/settings.php:9 +msgid "You can specify Base DN for users and groups in the Advanced tab" +msgstr "" + +#: templates/settings.php:10 +msgid "User DN" +msgstr "" + +#: templates/settings.php:10 +msgid "" +"The DN of the client user with which the bind shall be done, e.g. " +"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password " +"empty." +msgstr "" + +#: templates/settings.php:11 +msgid "Password" +msgstr "" + +#: templates/settings.php:11 +msgid "For anonymous access, leave DN and Password empty." +msgstr "" + +#: templates/settings.php:12 +msgid "User Login Filter" +msgstr "" + +#: templates/settings.php:12 +#, php-format +msgid "" +"Defines the filter to apply, when login is attempted. %%uid replaces the " +"username in the login action." +msgstr "" + +#: templates/settings.php:12 +#, php-format +msgid "use %%uid placeholder, e.g. \"uid=%%uid\"" +msgstr "" + +#: templates/settings.php:13 +msgid "User List Filter" +msgstr "" + +#: templates/settings.php:13 +msgid "Defines the filter to apply, when retrieving users." +msgstr "" + +#: templates/settings.php:13 +msgid "without any placeholder, e.g. \"objectClass=person\"." +msgstr "" + +#: templates/settings.php:14 +msgid "Group Filter" +msgstr "" + +#: templates/settings.php:14 +msgid "Defines the filter to apply, when retrieving groups." +msgstr "" + +#: templates/settings.php:14 +msgid "without any placeholder, e.g. \"objectClass=posixGroup\"." +msgstr "" + +#: templates/settings.php:17 +msgid "Port" +msgstr "" + +#: templates/settings.php:18 +msgid "Base User Tree" +msgstr "" + +#: templates/settings.php:19 +msgid "Base Group Tree" +msgstr "" + +#: templates/settings.php:20 +msgid "Group-Member association" +msgstr "" + +#: templates/settings.php:21 +msgid "Use TLS" +msgstr "" + +#: templates/settings.php:21 +msgid "Do not use it for SSL connections, it will fail." +msgstr "" + +#: templates/settings.php:22 +msgid "Case insensitve LDAP server (Windows)" +msgstr "" + +#: templates/settings.php:23 +msgid "Turn off SSL certificate validation." +msgstr "" + +#: templates/settings.php:23 +msgid "" +"If connection only works with this option, import the LDAP server's SSL " +"certificate in your ownCloud server." +msgstr "" + +#: templates/settings.php:23 +msgid "Not recommended, use for testing only." +msgstr "" + +#: templates/settings.php:24 +msgid "User Display Name Field" +msgstr "" + +#: templates/settings.php:24 +msgid "The LDAP attribute to use to generate the user`s ownCloud name." +msgstr "" + +#: templates/settings.php:25 +msgid "Group Display Name Field" +msgstr "" + +#: templates/settings.php:25 +msgid "The LDAP attribute to use to generate the groups`s ownCloud name." +msgstr "" + +#: templates/settings.php:27 +msgid "in bytes" +msgstr "" + +#: templates/settings.php:29 +msgid "in seconds. A change empties the cache." +msgstr "" + +#: templates/settings.php:30 +msgid "" +"Leave empty for user name (default). Otherwise, specify an LDAP/AD " +"attribute." +msgstr "" + +#: templates/settings.php:32 +msgid "Help" +msgstr "" diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index 7b8a511c07..440e180254 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 10:56+0000\n" +"Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -89,7 +89,7 @@ msgstr "Joulukuu" #: js/oc-dialogs.js:123 msgid "Choose" -msgstr "" +msgstr "Valitse" #: js/oc-dialogs.js:143 js/oc-dialogs.js:163 msgid "Cancel" @@ -125,7 +125,7 @@ msgstr "" #: js/share.js:121 msgid "Error while changing permissions" -msgstr "" +msgstr "Virhe oikeuksia muuttaessa" #: js/share.js:130 #, perl-format @@ -147,7 +147,7 @@ msgstr "" #: js/share.js:143 msgid "Password protect" -msgstr "" +msgstr "Suojaa salasanalla" #: js/share.js:147 templates/installation.php:30 templates/login.php:13 msgid "Password" @@ -155,16 +155,16 @@ msgstr "Salasana" #: js/share.js:152 msgid "Set expiration date" -msgstr "" +msgstr "Aseta päättymispäivä" #: js/share.js:153 msgid "Expiration date" -msgstr "" +msgstr "Päättymispäivä" #: js/share.js:182 #, perl-format msgid "Share via email: %s" -msgstr "" +msgstr "Jaa sähköpostitse: %s" #: js/share.js:184 msgid "No people found" @@ -172,7 +172,7 @@ msgstr "" #: js/share.js:210 msgid "Resharing is not allowed" -msgstr "" +msgstr "Jakaminen uudelleen ei ole salittu" #: js/share.js:246 #, perl-format @@ -185,7 +185,7 @@ msgstr "" #: js/share.js:275 msgid "can edit" -msgstr "" +msgstr "voi muokata" #: js/share.js:277 msgid "access control" @@ -193,27 +193,27 @@ msgstr "" #: js/share.js:280 msgid "create" -msgstr "" +msgstr "luo" #: js/share.js:283 msgid "update" -msgstr "" +msgstr "päivitä" #: js/share.js:286 msgid "delete" -msgstr "" +msgstr "poista" #: js/share.js:289 msgid "share" -msgstr "" +msgstr "jaa" #: js/share.js:313 js/share.js:463 msgid "Password protected" -msgstr "" +msgstr "Salasanasuojattu" #: js/share.js:485 msgid "Error setting expiration date" -msgstr "" +msgstr "Virhe päättymispäivää asettaessa" #: lostpassword/index.php:26 msgid "ownCloud password reset" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index c2f27fc537..1373d2325b 100644 --- a/l10n/fi_FI/files.po +++ b/l10n/fi_FI/files.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:13+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 10:53+0000\n" +"Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -66,7 +66,7 @@ msgstr "Poista" #: js/fileactions.js:182 msgid "Rename" -msgstr "" +msgstr "Nimeä uudelleen" #: js/filelist.js:188 js/filelist.js:190 msgid "already exists" diff --git a/l10n/it/core.po b/l10n/it/core.po index 3032b3b188..45afde666c 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 06:49+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -88,7 +88,7 @@ msgstr "Dicembre" #: js/oc-dialogs.js:123 msgid "Choose" -msgstr "" +msgstr "Scegli" #: js/oc-dialogs.js:143 js/oc-dialogs.js:163 msgid "Cancel" @@ -116,37 +116,37 @@ msgstr "Errore" #: js/share.js:103 msgid "Error while sharing" -msgstr "" +msgstr "Errore durante la condivisione" #: js/share.js:114 msgid "Error while unsharing" -msgstr "" +msgstr "Errore durante la rimozione della condivisione" #: js/share.js:121 msgid "Error while changing permissions" -msgstr "" +msgstr "Errore durante la modifica dei permessi" #: js/share.js:130 #, perl-format msgid "Shared with you and the group %s by %s" -msgstr "" +msgstr "Condivisa con te e con il gruppo %s da %s" #: js/share.js:132 #, perl-format msgid "Shared with you by %s" -msgstr "" +msgstr "Condiviso con te da %s" #: js/share.js:137 msgid "Share with" -msgstr "" +msgstr "Condividi con" #: js/share.js:142 msgid "Share with link" -msgstr "" +msgstr "Condividi con collegamento" #: js/share.js:143 msgid "Password protect" -msgstr "" +msgstr "Proteggi con password" #: js/share.js:147 templates/installation.php:30 templates/login.php:13 msgid "Password" @@ -154,65 +154,65 @@ msgstr "Password" #: js/share.js:152 msgid "Set expiration date" -msgstr "" +msgstr "Imposta data di scadenza" #: js/share.js:153 msgid "Expiration date" -msgstr "" +msgstr "Data di scadenza" #: js/share.js:182 #, perl-format msgid "Share via email: %s" -msgstr "" +msgstr "Condividi tramite email: %s" #: js/share.js:184 msgid "No people found" -msgstr "" +msgstr "Non sono state trovate altre persone" #: js/share.js:210 msgid "Resharing is not allowed" -msgstr "" +msgstr "La ri-condivisione non è consentita" #: js/share.js:246 #, perl-format msgid "Shared in %s with %s" -msgstr "" +msgstr "Condiviso in %s con %s" #: js/share.js:267 msgid "Unshare" -msgstr "" +msgstr "Rimuovi condivisione" #: js/share.js:275 msgid "can edit" -msgstr "" +msgstr "può modificare" #: js/share.js:277 msgid "access control" -msgstr "" +msgstr "controllo d'accesso" #: js/share.js:280 msgid "create" -msgstr "" +msgstr "creare" #: js/share.js:283 msgid "update" -msgstr "" +msgstr "aggiornare" #: js/share.js:286 msgid "delete" -msgstr "" +msgstr "eliminare" #: js/share.js:289 msgid "share" -msgstr "" +msgstr "condividere" #: js/share.js:313 js/share.js:463 msgid "Password protected" -msgstr "" +msgstr "Protetta da password" #: js/share.js:485 msgid "Error setting expiration date" -msgstr "" +msgstr "Errore durante l'impostazione della data di scadenza" #: lostpassword/index.php:26 msgid "ownCloud password reset" diff --git a/l10n/it/files.po b/l10n/it/files.po index 9ab7065e16..f2595404a2 100644 --- a/l10n/it/files.po +++ b/l10n/it/files.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:13+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 06:40+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -65,7 +65,7 @@ msgstr "Elimina" #: js/fileactions.js:182 msgid "Rename" -msgstr "" +msgstr "Rinomina" #: js/filelist.js:188 js/filelist.js:190 msgid "already exists" diff --git a/l10n/it/files_sharing.po b/l10n/it/files_sharing.po index 34d6166c86..aaabba1bea 100644 --- a/l10n/it/files_sharing.po +++ b/l10n/it/files_sharing.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:15+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 06:41+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,12 +29,12 @@ msgstr "Invia" #: templates/public.php:9 #, php-format msgid "%s shared the folder %s with you" -msgstr "" +msgstr "%s ha condiviso la cartella %s con te" #: templates/public.php:11 #, php-format msgid "%s shared the file %s with you" -msgstr "" +msgstr "%s ha condiviso il file %s con te" #: templates/public.php:14 templates/public.php:30 msgid "Download" diff --git a/l10n/it/files_versions.po b/l10n/it/files_versions.po index 01a0dce6d2..273bdef29b 100644 --- a/l10n/it/files_versions.po +++ b/l10n/it/files_versions.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:15+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 06:40+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +24,7 @@ msgstr "Scadenza di tutte le versioni" #: js/versions.js:16 msgid "History" -msgstr "" +msgstr "Cronologia" #: templates/settings-personal.php:4 msgid "Versions" diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po index a49d43bc5c..559b6f0e8f 100644 --- a/l10n/ja_JP/core.po +++ b/l10n/ja_JP/core.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 00:54+0000\n" +"Last-Translator: ttyn \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -85,7 +85,7 @@ msgstr "12月" #: js/oc-dialogs.js:123 msgid "Choose" -msgstr "" +msgstr "選択" #: js/oc-dialogs.js:143 js/oc-dialogs.js:163 msgid "Cancel" @@ -113,37 +113,37 @@ msgstr "エラー" #: js/share.js:103 msgid "Error while sharing" -msgstr "" +msgstr "共有でエラー発生" #: js/share.js:114 msgid "Error while unsharing" -msgstr "" +msgstr "共有解除でエラー発生" #: js/share.js:121 msgid "Error while changing permissions" -msgstr "" +msgstr "権限変更でエラー発生" #: js/share.js:130 #, perl-format msgid "Shared with you and the group %s by %s" -msgstr "" +msgstr "あなたと %s グループが %s で共有しています" #: js/share.js:132 #, perl-format msgid "Shared with you by %s" -msgstr "" +msgstr "あなたと %s で共有しています" #: js/share.js:137 msgid "Share with" -msgstr "" +msgstr "と共有" #: js/share.js:142 msgid "Share with link" -msgstr "" +msgstr "URLリンクで共有" #: js/share.js:143 msgid "Password protect" -msgstr "" +msgstr "パスワード保護" #: js/share.js:147 templates/installation.php:30 templates/login.php:13 msgid "Password" @@ -151,65 +151,65 @@ msgstr "パスワード" #: js/share.js:152 msgid "Set expiration date" -msgstr "" +msgstr "期限日設定" #: js/share.js:153 msgid "Expiration date" -msgstr "" +msgstr "期限日" #: js/share.js:182 #, perl-format msgid "Share via email: %s" -msgstr "" +msgstr "メール経由で共有: %s" #: js/share.js:184 msgid "No people found" -msgstr "" +msgstr "ユーザーが見つかりません" #: js/share.js:210 msgid "Resharing is not allowed" -msgstr "" +msgstr "再共有は許可されていません" #: js/share.js:246 #, perl-format msgid "Shared in %s with %s" -msgstr "" +msgstr "%s 内で %s と共有" #: js/share.js:267 msgid "Unshare" -msgstr "" +msgstr "共有解除" #: js/share.js:275 msgid "can edit" -msgstr "" +msgstr "編集可能" #: js/share.js:277 msgid "access control" -msgstr "" +msgstr "アクセス権限" #: js/share.js:280 msgid "create" -msgstr "" +msgstr "作成" #: js/share.js:283 msgid "update" -msgstr "" +msgstr "更新" #: js/share.js:286 msgid "delete" -msgstr "" +msgstr "削除" #: js/share.js:289 msgid "share" -msgstr "" +msgstr "共有" #: js/share.js:313 js/share.js:463 msgid "Password protected" -msgstr "" +msgstr "パスワード保護" #: js/share.js:485 msgid "Error setting expiration date" -msgstr "" +msgstr "期限日設定でエラー発生" #: lostpassword/index.php:26 msgid "ownCloud password reset" diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po index 8d508cfda6..f3ac21a193 100644 --- a/l10n/ja_JP/files.po +++ b/l10n/ja_JP/files.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:13+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 00:32+0000\n" +"Last-Translator: ttyn \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -63,7 +63,7 @@ msgstr "削除" #: js/fileactions.js:182 msgid "Rename" -msgstr "" +msgstr "名称変更" #: js/filelist.js:188 js/filelist.js:190 msgid "already exists" diff --git a/l10n/ja_JP/files_sharing.po b/l10n/ja_JP/files_sharing.po index 883d56f341..0fc95c1944 100644 --- a/l10n/ja_JP/files_sharing.po +++ b/l10n/ja_JP/files_sharing.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:15+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 00:56+0000\n" +"Last-Translator: ttyn \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,12 +30,12 @@ msgstr "送信" #: templates/public.php:9 #, php-format msgid "%s shared the folder %s with you" -msgstr "" +msgstr "%s はフォルダー %s をあなたと共有" #: templates/public.php:11 #, php-format msgid "%s shared the file %s with you" -msgstr "" +msgstr "%s はファイル %s をあなたと共有" #: templates/public.php:14 templates/public.php:30 msgid "Download" diff --git a/l10n/ja_JP/files_versions.po b/l10n/ja_JP/files_versions.po index c711428a53..9c717bd2fa 100644 --- a/l10n/ja_JP/files_versions.po +++ b/l10n/ja_JP/files_versions.po @@ -4,13 +4,14 @@ # # Translators: # Daisuke Deguchi , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:15+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 00:30+0000\n" +"Last-Translator: ttyn \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +25,7 @@ msgstr "すべてのバージョンを削除する" #: js/versions.js:16 msgid "History" -msgstr "" +msgstr "履歴" #: templates/settings-personal.php:4 msgid "Versions" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 2304aa8f88..bb9ccc6092 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-22 02:00+0200\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\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 494ef40b5c..2440f52c04 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-22 02:00+0200\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\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 902adebfc2..77494825ea 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-22 02:00+0200\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\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 9f3d7dcf81..c2bbe008b0 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-22 02:00+0200\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\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 f1f3a3c165..af2c102444 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-22 02:00+0200\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\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 376c699f8c..9239d8d9cf 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-22 02:00+0200\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\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 c4b3b645ad..1b925043e9 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-22 02:00+0200\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\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/settings.pot b/l10n/templates/settings.pot index 335090f42e..cd3557f6f8 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-22 02:00+0200\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\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 5340103866..1e52bb6ee3 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-22 02:00+0200\n" +"POT-Creation-Date: 2012-09-23 02:01+0200\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 ea908570fe..5c16aae7f7 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/core.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 11:15+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -85,7 +85,7 @@ msgstr "ธันวาคม" #: js/oc-dialogs.js:123 msgid "Choose" -msgstr "" +msgstr "เลือก" #: js/oc-dialogs.js:143 js/oc-dialogs.js:163 msgid "Cancel" @@ -113,37 +113,37 @@ msgstr "พบข้อผิดพลาด" #: js/share.js:103 msgid "Error while sharing" -msgstr "" +msgstr "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล" #: js/share.js:114 msgid "Error while unsharing" -msgstr "" +msgstr "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล" #: js/share.js:121 msgid "Error while changing permissions" -msgstr "" +msgstr "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน" #: js/share.js:130 #, perl-format msgid "Shared with you and the group %s by %s" -msgstr "" +msgstr "ได้แชร์ให้กับคุณและกลุ่ม %s โดย %s" #: js/share.js:132 #, perl-format msgid "Shared with you by %s" -msgstr "" +msgstr "แชร์ให้กับคุณโดย %s" #: js/share.js:137 msgid "Share with" -msgstr "" +msgstr "แชร์ให้กับ" #: js/share.js:142 msgid "Share with link" -msgstr "" +msgstr "แชร์ด้วยลิงก์" #: js/share.js:143 msgid "Password protect" -msgstr "" +msgstr "ใส่รหัสผ่านไว้" #: js/share.js:147 templates/installation.php:30 templates/login.php:13 msgid "Password" @@ -151,65 +151,65 @@ msgstr "รหัสผ่าน" #: js/share.js:152 msgid "Set expiration date" -msgstr "" +msgstr "กำหนดวันที่หมดอายุ" #: js/share.js:153 msgid "Expiration date" -msgstr "" +msgstr "วันที่หมดอายุ" #: js/share.js:182 #, perl-format msgid "Share via email: %s" -msgstr "" +msgstr "แชร์ผ่านทางอีเมล: %s" #: js/share.js:184 msgid "No people found" -msgstr "" +msgstr "ไม่พบบุคคลที่ต้องการ" #: js/share.js:210 msgid "Resharing is not allowed" -msgstr "" +msgstr "ไม่อนุญาตให้แชร์ข้อมูลซ้ำได้" #: js/share.js:246 #, perl-format msgid "Shared in %s with %s" -msgstr "" +msgstr "ถูกแชร์ใน %s ด้วย %s" #: js/share.js:267 msgid "Unshare" -msgstr "" +msgstr "ยกเลิกการแชร์" #: js/share.js:275 msgid "can edit" -msgstr "" +msgstr "สามารถแก้ไข" #: js/share.js:277 msgid "access control" -msgstr "" +msgstr "ระดับควบคุมการเข้าใช้งาน" #: js/share.js:280 msgid "create" -msgstr "" +msgstr "สร้าง" #: js/share.js:283 msgid "update" -msgstr "" +msgstr "อัพเดท" #: js/share.js:286 msgid "delete" -msgstr "" +msgstr "ลบ" #: js/share.js:289 msgid "share" -msgstr "" +msgstr "แชร์" #: js/share.js:313 js/share.js:463 msgid "Password protected" -msgstr "" +msgstr "ใส่รหัสผ่านไว้" #: js/share.js:485 msgid "Error setting expiration date" -msgstr "" +msgstr "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ" #: lostpassword/index.php:26 msgid "ownCloud password reset" diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po index 8d92e08793..b343285b0a 100644 --- a/l10n/th_TH/files.po +++ b/l10n/th_TH/files.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:13+0200\n" -"PO-Revision-Date: 2012-09-21 23:14+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 11:08+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -63,7 +63,7 @@ msgstr "ลบ" #: js/fileactions.js:182 msgid "Rename" -msgstr "" +msgstr "เปลี่ยนชื่อ" #: js/filelist.js:188 js/filelist.js:190 msgid "already exists" diff --git a/l10n/th_TH/files_sharing.po b/l10n/th_TH/files_sharing.po index 7aa1219fad..ca52d4c444 100644 --- a/l10n/th_TH/files_sharing.po +++ b/l10n/th_TH/files_sharing.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:15+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 11:10+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,12 +29,12 @@ msgstr "ส่ง" #: templates/public.php:9 #, php-format msgid "%s shared the folder %s with you" -msgstr "" +msgstr "%s ได้แชร์โฟลเดอร์ %s ให้กับคุณ" #: templates/public.php:11 #, php-format msgid "%s shared the file %s with you" -msgstr "" +msgstr "%s ได้แชร์ไฟล์ %s ให้กับคุณ" #: templates/public.php:14 templates/public.php:30 msgid "Download" diff --git a/l10n/th_TH/files_versions.po b/l10n/th_TH/files_versions.po index 0a8bbe5c25..7582be9f67 100644 --- a/l10n/th_TH/files_versions.po +++ b/l10n/th_TH/files_versions.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-22 01:14+0200\n" -"PO-Revision-Date: 2012-09-21 23:15+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-23 02:01+0200\n" +"PO-Revision-Date: 2012-09-22 11:09+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +24,7 @@ msgstr "หมดอายุทุกรุ่น" #: js/versions.js:16 msgid "History" -msgstr "" +msgstr "ประวัติ" #: templates/settings-personal.php:4 msgid "Versions" diff --git a/settings/l10n/es.php b/settings/l10n/es.php index 019a8455c1..268c7ef126 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -22,6 +22,7 @@ "Cron" => "Cron", "Execute one task with each page loaded" => "Ejecutar una tarea con cada página cargada", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php está registrado como un servicio del webcron. Llama a la página de cron.php en la raíz de owncloud cada minuto sobre http.", +"Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Usar el servicio de cron del sitema. Llame al fichero cron.php en la carpeta de owncloud via servidor cronjob cada minuto.", "Sharing" => "Compartir", "Enable Share API" => "Activar API de compartición", "Allow apps to use the Share API" => "Permitir a las aplicaciones usar la API de compartición", @@ -44,8 +45,10 @@ "Problems connecting to help database." => "Problemas al conectar con la base de datos de ayuda.", "Go there manually." => "Ir manualmente", "Answer" => "Respuesta", +"You have used %s of the available %s" => "Ha usado %s de %s disponible", "Desktop and Mobile Syncing Clients" => "Clientes de sincronización móviles y de escritorio", "Download" => "Descargar", +"Your password was changed" => "Su contraseña ha sido cambiada", "Unable to change your password" => "No se ha podido cambiar tu contraseña", "Current password" => "Contraseña actual", "New password" => "Nueva contraseña:",