[tx-robot] updated from transifex
This commit is contained in:
parent
c7043fdd04
commit
81ecabb19c
|
@ -9,6 +9,7 @@
|
||||||
"Files" => "Soubory",
|
"Files" => "Soubory",
|
||||||
"Unshare" => "Zrušit sdílení",
|
"Unshare" => "Zrušit sdílení",
|
||||||
"Delete" => "Smazat",
|
"Delete" => "Smazat",
|
||||||
|
"Rename" => "Přejmenovat",
|
||||||
"already exists" => "již existuje",
|
"already exists" => "již existuje",
|
||||||
"replace" => "nahradit",
|
"replace" => "nahradit",
|
||||||
"suggest name" => "navrhnout název",
|
"suggest name" => "navrhnout název",
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
"Failed to write to disk" => "Levylle kirjoitus epäonnistui",
|
"Failed to write to disk" => "Levylle kirjoitus epäonnistui",
|
||||||
"Files" => "Tiedostot",
|
"Files" => "Tiedostot",
|
||||||
"Delete" => "Poista",
|
"Delete" => "Poista",
|
||||||
|
"Rename" => "Nimeä uudelleen",
|
||||||
"already exists" => "on jo olemassa",
|
"already exists" => "on jo olemassa",
|
||||||
"replace" => "korvaa",
|
"replace" => "korvaa",
|
||||||
"suggest name" => "ehdota nimeä",
|
"suggest name" => "ehdota nimeä",
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"Files" => "File",
|
"Files" => "File",
|
||||||
"Unshare" => "Rimuovi condivisione",
|
"Unshare" => "Rimuovi condivisione",
|
||||||
"Delete" => "Elimina",
|
"Delete" => "Elimina",
|
||||||
|
"Rename" => "Rinomina",
|
||||||
"already exists" => "esiste già",
|
"already exists" => "esiste già",
|
||||||
"replace" => "sostituisci",
|
"replace" => "sostituisci",
|
||||||
"suggest name" => "suggerisci nome",
|
"suggest name" => "suggerisci nome",
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"Files" => "ファイル",
|
"Files" => "ファイル",
|
||||||
"Unshare" => "共有しない",
|
"Unshare" => "共有しない",
|
||||||
"Delete" => "削除",
|
"Delete" => "削除",
|
||||||
|
"Rename" => "名称変更",
|
||||||
"already exists" => "既に存在します",
|
"already exists" => "既に存在します",
|
||||||
"replace" => "置き換え",
|
"replace" => "置き換え",
|
||||||
"suggest name" => "推奨名称",
|
"suggest name" => "推奨名称",
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"Files" => "ไฟล์",
|
"Files" => "ไฟล์",
|
||||||
"Unshare" => "ยกเลิกการแชร์ข้อมูล",
|
"Unshare" => "ยกเลิกการแชร์ข้อมูล",
|
||||||
"Delete" => "ลบ",
|
"Delete" => "ลบ",
|
||||||
|
"Rename" => "เปลี่ยนชื่อ",
|
||||||
"already exists" => "มีอยู่แล้ว",
|
"already exists" => "มีอยู่แล้ว",
|
||||||
"replace" => "แทนที่",
|
"replace" => "แทนที่",
|
||||||
"suggest name" => "แนะนำชื่อ",
|
"suggest name" => "แนะนำชื่อ",
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Password" => "Heslo",
|
"Password" => "Heslo",
|
||||||
"Submit" => "Odeslat",
|
"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",
|
"Download" => "Stáhnout",
|
||||||
"No preview available for" => "Náhled není dostupný pro",
|
"No preview available for" => "Náhled není dostupný pro",
|
||||||
"web services under your control" => "služby webu pod Vaší kontrolou"
|
"web services under your control" => "služby webu pod Vaší kontrolou"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Password" => "Password",
|
"Password" => "Password",
|
||||||
"Submit" => "Invia",
|
"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",
|
"Download" => "Scarica",
|
||||||
"No preview available for" => "Nessuna anteprima disponibile per",
|
"No preview available for" => "Nessuna anteprima disponibile per",
|
||||||
"web services under your control" => "servizi web nelle tue mani"
|
"web services under your control" => "servizi web nelle tue mani"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Password" => "パスワード",
|
"Password" => "パスワード",
|
||||||
"Submit" => "送信",
|
"Submit" => "送信",
|
||||||
|
"%s shared the folder %s with you" => "%s はフォルダー %s をあなたと共有",
|
||||||
|
"%s shared the file %s with you" => "%s はファイル %s をあなたと共有",
|
||||||
"Download" => "ダウンロード",
|
"Download" => "ダウンロード",
|
||||||
"No preview available for" => "プレビューはありません",
|
"No preview available for" => "プレビューはありません",
|
||||||
"web services under your control" => "管理下のウェブサービス"
|
"web services under your control" => "管理下のウェブサービス"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Password" => "รหัสผ่าน",
|
"Password" => "รหัสผ่าน",
|
||||||
"Submit" => "ส่ง",
|
"Submit" => "ส่ง",
|
||||||
|
"%s shared the folder %s with you" => "%s ได้แชร์โฟลเดอร์ %s ให้กับคุณ",
|
||||||
|
"%s shared the file %s with you" => "%s ได้แชร์ไฟล์ %s ให้กับคุณ",
|
||||||
"Download" => "ดาวน์โหลด",
|
"Download" => "ดาวน์โหลด",
|
||||||
"No preview available for" => "ไม่สามารถดูตัวอย่างได้สำหรับ",
|
"No preview available for" => "ไม่สามารถดูตัวอย่างได้สำหรับ",
|
||||||
"web services under your control" => "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้"
|
"web services under your control" => "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Expire all versions" => "Vypršet všechny verze",
|
"Expire all versions" => "Vypršet všechny verze",
|
||||||
|
"History" => "Historie",
|
||||||
"Versions" => "Verze",
|
"Versions" => "Verze",
|
||||||
"This will delete all existing backup versions of your files" => "Odstraní všechny existující zálohované verze Vašich souborů",
|
"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ů",
|
"Files Versioning" => "Verzování souborů",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Expire all versions" => "Scadenza di tutte le versioni",
|
"Expire all versions" => "Scadenza di tutte le versioni",
|
||||||
|
"History" => "Cronologia",
|
||||||
"Versions" => "Versioni",
|
"Versions" => "Versioni",
|
||||||
"This will delete all existing backup versions of your files" => "Ciò eliminerà tutte le versioni esistenti dei tuoi file",
|
"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",
|
"Files Versioning" => "Controllo di versione dei file",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Expire all versions" => "すべてのバージョンを削除する",
|
"Expire all versions" => "すべてのバージョンを削除する",
|
||||||
|
"History" => "履歴",
|
||||||
"Versions" => "バージョン",
|
"Versions" => "バージョン",
|
||||||
"This will delete all existing backup versions of your files" => "これは、あなたのファイルのすべてのバックアップバージョンを削除します",
|
"This will delete all existing backup versions of your files" => "これは、あなたのファイルのすべてのバックアップバージョンを削除します",
|
||||||
"Files Versioning" => "ファイルのバージョン管理",
|
"Files Versioning" => "ファイルのバージョン管理",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Expire all versions" => "หมดอายุทุกรุ่น",
|
"Expire all versions" => "หมดอายุทุกรุ่น",
|
||||||
|
"History" => "ประวัติ",
|
||||||
"Versions" => "รุ่น",
|
"Versions" => "รุ่น",
|
||||||
"This will delete all existing backup versions of your files" => "นี่จะเป็นลบทิ้งไฟล์รุ่นที่ทำการสำรองข้อมูลทั้งหมดที่มีอยู่ของคุณทิ้งไป",
|
"This will delete all existing backup versions of your files" => "นี่จะเป็นลบทิ้งไฟล์รุ่นที่ทำการสำรองข้อมูลทั้งหมดที่มีอยู่ของคุณทิ้งไป",
|
||||||
"Files Versioning" => "การกำหนดเวอร์ชั่นของไฟล์",
|
"Files Versioning" => "การกำหนดเวอร์ชั่นของไฟล์",
|
||||||
|
|
|
@ -15,13 +15,37 @@
|
||||||
"October" => "Říjen",
|
"October" => "Říjen",
|
||||||
"November" => "Listopad",
|
"November" => "Listopad",
|
||||||
"December" => "Prosinec",
|
"December" => "Prosinec",
|
||||||
|
"Choose" => "Vybrat",
|
||||||
"Cancel" => "Zrušit",
|
"Cancel" => "Zrušit",
|
||||||
"No" => "Ne",
|
"No" => "Ne",
|
||||||
"Yes" => "Ano",
|
"Yes" => "Ano",
|
||||||
"Ok" => "Ok",
|
"Ok" => "Ok",
|
||||||
"No categories selected for deletion." => "Žádné kategorie nebyly vybrány ke smazání.",
|
"No categories selected for deletion." => "Žádné kategorie nebyly vybrány ke smazání.",
|
||||||
"Error" => "Chyba",
|
"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",
|
"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",
|
"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}",
|
"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.",
|
"You will receive a link to reset your password via Email." => "Bude Vám e-mailem zaslán odkaz pro obnovu hesla.",
|
||||||
|
|
|
@ -15,13 +15,27 @@
|
||||||
"October" => "Lokakuu",
|
"October" => "Lokakuu",
|
||||||
"November" => "Marraskuu",
|
"November" => "Marraskuu",
|
||||||
"December" => "Joulukuu",
|
"December" => "Joulukuu",
|
||||||
|
"Choose" => "Valitse",
|
||||||
"Cancel" => "Peru",
|
"Cancel" => "Peru",
|
||||||
"No" => "Ei",
|
"No" => "Ei",
|
||||||
"Yes" => "Kyllä",
|
"Yes" => "Kyllä",
|
||||||
"Ok" => "Ok",
|
"Ok" => "Ok",
|
||||||
"No categories selected for deletion." => "Luokkia ei valittu poistettavaksi.",
|
"No categories selected for deletion." => "Luokkia ei valittu poistettavaksi.",
|
||||||
"Error" => "Virhe",
|
"Error" => "Virhe",
|
||||||
|
"Error while changing permissions" => "Virhe oikeuksia muuttaessa",
|
||||||
|
"Password protect" => "Suojaa salasanalla",
|
||||||
"Password" => "Salasana",
|
"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",
|
"ownCloud password reset" => "ownCloud-salasanan nollaus",
|
||||||
"Use the following link to reset your password: {link}" => "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}",
|
"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.",
|
"You will receive a link to reset your password via Email." => "Saat sähköpostitse linkin nollataksesi salasanan.",
|
||||||
|
|
|
@ -15,13 +15,37 @@
|
||||||
"October" => "Ottobre",
|
"October" => "Ottobre",
|
||||||
"November" => "Novembre",
|
"November" => "Novembre",
|
||||||
"December" => "Dicembre",
|
"December" => "Dicembre",
|
||||||
|
"Choose" => "Scegli",
|
||||||
"Cancel" => "Annulla",
|
"Cancel" => "Annulla",
|
||||||
"No" => "No",
|
"No" => "No",
|
||||||
"Yes" => "Sì",
|
"Yes" => "Sì",
|
||||||
"Ok" => "Ok",
|
"Ok" => "Ok",
|
||||||
"No categories selected for deletion." => "Nessuna categoria selezionata per l'eliminazione.",
|
"No categories selected for deletion." => "Nessuna categoria selezionata per l'eliminazione.",
|
||||||
"Error" => "Errore",
|
"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",
|
"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",
|
"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}",
|
"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",
|
"You will receive a link to reset your password via Email." => "Riceverai un collegamento per ripristinare la tua password via email",
|
||||||
|
|
|
@ -15,13 +15,37 @@
|
||||||
"October" => "10月",
|
"October" => "10月",
|
||||||
"November" => "11月",
|
"November" => "11月",
|
||||||
"December" => "12月",
|
"December" => "12月",
|
||||||
|
"Choose" => "選択",
|
||||||
"Cancel" => "キャンセル",
|
"Cancel" => "キャンセル",
|
||||||
"No" => "いいえ",
|
"No" => "いいえ",
|
||||||
"Yes" => "はい",
|
"Yes" => "はい",
|
||||||
"Ok" => "OK",
|
"Ok" => "OK",
|
||||||
"No categories selected for deletion." => "削除するカテゴリが選択されていません。",
|
"No categories selected for deletion." => "削除するカテゴリが選択されていません。",
|
||||||
"Error" => "エラー",
|
"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" => "パスワード",
|
"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のパスワードをリセットします",
|
"ownCloud password reset" => "ownCloudのパスワードをリセットします",
|
||||||
"Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}",
|
"Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}",
|
||||||
"You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。",
|
"You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。",
|
||||||
|
|
|
@ -15,13 +15,37 @@
|
||||||
"October" => "ตุลาคม",
|
"October" => "ตุลาคม",
|
||||||
"November" => "พฤศจิกายน",
|
"November" => "พฤศจิกายน",
|
||||||
"December" => "ธันวาคม",
|
"December" => "ธันวาคม",
|
||||||
|
"Choose" => "เลือก",
|
||||||
"Cancel" => "ยกเลิก",
|
"Cancel" => "ยกเลิก",
|
||||||
"No" => "ไม่ตกลง",
|
"No" => "ไม่ตกลง",
|
||||||
"Yes" => "ตกลง",
|
"Yes" => "ตกลง",
|
||||||
"Ok" => "ตกลง",
|
"Ok" => "ตกลง",
|
||||||
"No categories selected for deletion." => "ยังไม่ได้เลือกหมวดหมู่ที่ต้องการลบ",
|
"No categories selected for deletion." => "ยังไม่ได้เลือกหมวดหมู่ที่ต้องการลบ",
|
||||||
"Error" => "พบข้อผิดพลาด",
|
"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" => "รหัสผ่าน",
|
"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",
|
"ownCloud password reset" => "รีเซ็ตรหัสผ่าน ownCloud",
|
||||||
"Use the following link to reset your password: {link}" => "ใช้ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่านของคุณใหม่: {link}",
|
"Use the following link to reset your password: {link}" => "ใช้ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่านของคุณใหม่: {link}",
|
||||||
"You will receive a link to reset your password via Email." => "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์",
|
"You will receive a link to reset your password via Email." => "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์",
|
||||||
|
|
|
@ -11,9 +11,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 12:15+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -87,7 +87,7 @@ msgstr "Prosinec"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:123
|
#: js/oc-dialogs.js:123
|
||||||
msgid "Choose"
|
msgid "Choose"
|
||||||
msgstr ""
|
msgstr "Vybrat"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -115,37 +115,37 @@ msgstr "Chyba"
|
||||||
|
|
||||||
#: js/share.js:103
|
#: js/share.js:103
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr ""
|
msgstr "Chyba při sdílení"
|
||||||
|
|
||||||
#: js/share.js:114
|
#: js/share.js:114
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
msgstr ""
|
msgstr "Chyba při rušení sdílení"
|
||||||
|
|
||||||
#: js/share.js:121
|
#: js/share.js:121
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr ""
|
msgstr "Chyba při změně oprávnění"
|
||||||
|
|
||||||
#: js/share.js:130
|
#: js/share.js:130
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared with you and the group %s by %s"
|
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
|
#: js/share.js:132
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared with you by %s"
|
msgid "Shared with you by %s"
|
||||||
msgstr ""
|
msgstr "Sdíleno s Vámi od %s"
|
||||||
|
|
||||||
#: js/share.js:137
|
#: js/share.js:137
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr ""
|
msgstr "Sdílet s"
|
||||||
|
|
||||||
#: js/share.js:142
|
#: js/share.js:142
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr ""
|
msgstr "Sdílet s odkazem"
|
||||||
|
|
||||||
#: js/share.js:143
|
#: js/share.js:143
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr ""
|
msgstr "Chránit heslem"
|
||||||
|
|
||||||
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
|
@ -153,65 +153,65 @@ msgstr "Heslo"
|
||||||
|
|
||||||
#: js/share.js:152
|
#: js/share.js:152
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr ""
|
msgstr "Nastavit datum vypršení platnosti"
|
||||||
|
|
||||||
#: js/share.js:153
|
#: js/share.js:153
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr ""
|
msgstr "Datum vypršení platnosti"
|
||||||
|
|
||||||
#: js/share.js:182
|
#: js/share.js:182
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Share via email: %s"
|
msgid "Share via email: %s"
|
||||||
msgstr ""
|
msgstr "Sdílet e-mailem: %s"
|
||||||
|
|
||||||
#: js/share.js:184
|
#: js/share.js:184
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr ""
|
msgstr "Žádní lidé nenalezeni"
|
||||||
|
|
||||||
#: js/share.js:210
|
#: js/share.js:210
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr ""
|
msgstr "Sdílení již sdílené položky není povoleno"
|
||||||
|
|
||||||
#: js/share.js:246
|
#: js/share.js:246
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared in %s with %s"
|
msgid "Shared in %s with %s"
|
||||||
msgstr ""
|
msgstr "Sdíleno v %s s %s"
|
||||||
|
|
||||||
#: js/share.js:267
|
#: js/share.js:267
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr ""
|
msgstr "Zrušit sdílení"
|
||||||
|
|
||||||
#: js/share.js:275
|
#: js/share.js:275
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr ""
|
msgstr "lze upravovat"
|
||||||
|
|
||||||
#: js/share.js:277
|
#: js/share.js:277
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr ""
|
msgstr "řízení přístupu"
|
||||||
|
|
||||||
#: js/share.js:280
|
#: js/share.js:280
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr ""
|
msgstr "vytvořit"
|
||||||
|
|
||||||
#: js/share.js:283
|
#: js/share.js:283
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr ""
|
msgstr "aktualizovat"
|
||||||
|
|
||||||
#: js/share.js:286
|
#: js/share.js:286
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr "smazat"
|
||||||
|
|
||||||
#: js/share.js:289
|
#: js/share.js:289
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr "sdílet"
|
||||||
|
|
||||||
#: js/share.js:313 js/share.js:463
|
#: js/share.js:313 js/share.js:463
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr ""
|
msgstr "Chráněno heslem"
|
||||||
|
|
||||||
#: js/share.js:485
|
#: js/share.js:485
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr ""
|
msgstr "Chyba při nastavení data vypršení platnosti"
|
||||||
|
|
||||||
#: lostpassword/index.php:26
|
#: lostpassword/index.php:26
|
||||||
msgid "ownCloud password reset"
|
msgid "ownCloud password reset"
|
||||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:13+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 11:58+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -64,7 +64,7 @@ msgstr "Smazat"
|
||||||
|
|
||||||
#: js/fileactions.js:182
|
#: js/fileactions.js:182
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr ""
|
msgstr "Přejmenovat"
|
||||||
|
|
||||||
#: js/filelist.js:188 js/filelist.js:190
|
#: js/filelist.js:188 js/filelist.js:190
|
||||||
msgid "already exists"
|
msgid "already exists"
|
||||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-09-22 11:59+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -31,12 +31,12 @@ msgstr "Odeslat"
|
||||||
#: templates/public.php:9
|
#: templates/public.php:9
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the folder %s with you"
|
msgid "%s shared the folder %s with you"
|
||||||
msgstr ""
|
msgstr "%s s Vámi sdílí složku %s"
|
||||||
|
|
||||||
#: templates/public.php:11
|
#: templates/public.php:11
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the file %s with you"
|
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
|
#: templates/public.php:14 templates/public.php:30
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-09-22 11:58+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -25,7 +25,7 @@ msgstr "Vypršet všechny verze"
|
||||||
|
|
||||||
#: js/versions.js:16
|
#: js/versions.js:16
|
||||||
msgid "History"
|
msgid "History"
|
||||||
msgstr ""
|
msgstr "Historie"
|
||||||
|
|
||||||
#: templates/settings-personal.php:4
|
#: templates/settings-personal.php:4
|
||||||
msgid "Versions"
|
msgid "Versions"
|
||||||
|
|
|
@ -17,9 +17,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-19 02:02+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-19 00:03+0000\n"
|
"PO-Revision-Date: 2012-09-22 10:45+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Raul Fernandez Garcia <raulfg3@gmail.com>\n"
|
||||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\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 ""
|
msgid ""
|
||||||
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
"a system cronjob once a minute."
|
"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
|
#: templates/admin.php:56
|
||||||
msgid "Sharing"
|
msgid "Sharing"
|
||||||
|
@ -232,7 +232,7 @@ msgstr "Respuesta"
|
||||||
#: templates/personal.php:8
|
#: templates/personal.php:8
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You have used <strong>%s</strong> of the available <strong>%s<strong>"
|
msgid "You have used <strong>%s</strong> of the available <strong>%s<strong>"
|
||||||
msgstr ""
|
msgstr "Ha usado <strong>%s</strong> de <strong>%s<strong> disponible"
|
||||||
|
|
||||||
#: templates/personal.php:12
|
#: templates/personal.php:12
|
||||||
msgid "Desktop and Mobile Syncing Clients"
|
msgid "Desktop and Mobile Syncing Clients"
|
||||||
|
@ -244,7 +244,7 @@ msgstr "Descargar"
|
||||||
|
|
||||||
#: templates/personal.php:19
|
#: templates/personal.php:19
|
||||||
msgid "Your password was changed"
|
msgid "Your password was changed"
|
||||||
msgstr ""
|
msgstr "Su contraseña ha sido cambiada"
|
||||||
|
|
||||||
#: templates/personal.php:20
|
#: templates/personal.php:20
|
||||||
msgid "Unable to change your password"
|
msgid "Unable to change your password"
|
||||||
|
|
|
@ -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 <EMAIL@ADDRESS>\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 <strong>admin account</strong>"
|
||||||
|
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 ""
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
|
@ -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 <EMAIL@ADDRESS>\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 <a href=\"%s\">more information</a>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: updater.php:68
|
||||||
|
msgid "up to date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: updater.php:71
|
||||||
|
msgid "updates check is disabled"
|
||||||
|
msgstr ""
|
|
@ -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 <EMAIL@ADDRESS>\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 <a href=\"http://ownCloud.org/contact\" "
|
||||||
|
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||||
|
"href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is "
|
||||||
|
"licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" "
|
||||||
|
"target=\"_blank\"><abbr title=\"Affero General Public "
|
||||||
|
"License\">AGPL</abbr></a>."
|
||||||
|
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 "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||||
|
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 <strong>%s</strong> of the available <strong>%s<strong>"
|
||||||
|
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 ""
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
|
@ -13,9 +13,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 10:56+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
||||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -89,7 +89,7 @@ msgstr "Joulukuu"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:123
|
#: js/oc-dialogs.js:123
|
||||||
msgid "Choose"
|
msgid "Choose"
|
||||||
msgstr ""
|
msgstr "Valitse"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -125,7 +125,7 @@ msgstr ""
|
||||||
|
|
||||||
#: js/share.js:121
|
#: js/share.js:121
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr ""
|
msgstr "Virhe oikeuksia muuttaessa"
|
||||||
|
|
||||||
#: js/share.js:130
|
#: js/share.js:130
|
||||||
#, perl-format
|
#, perl-format
|
||||||
|
@ -147,7 +147,7 @@ msgstr ""
|
||||||
|
|
||||||
#: js/share.js:143
|
#: js/share.js:143
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr ""
|
msgstr "Suojaa salasanalla"
|
||||||
|
|
||||||
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
|
@ -155,16 +155,16 @@ msgstr "Salasana"
|
||||||
|
|
||||||
#: js/share.js:152
|
#: js/share.js:152
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr ""
|
msgstr "Aseta päättymispäivä"
|
||||||
|
|
||||||
#: js/share.js:153
|
#: js/share.js:153
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr ""
|
msgstr "Päättymispäivä"
|
||||||
|
|
||||||
#: js/share.js:182
|
#: js/share.js:182
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Share via email: %s"
|
msgid "Share via email: %s"
|
||||||
msgstr ""
|
msgstr "Jaa sähköpostitse: %s"
|
||||||
|
|
||||||
#: js/share.js:184
|
#: js/share.js:184
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
|
@ -172,7 +172,7 @@ msgstr ""
|
||||||
|
|
||||||
#: js/share.js:210
|
#: js/share.js:210
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr ""
|
msgstr "Jakaminen uudelleen ei ole salittu"
|
||||||
|
|
||||||
#: js/share.js:246
|
#: js/share.js:246
|
||||||
#, perl-format
|
#, perl-format
|
||||||
|
@ -185,7 +185,7 @@ msgstr ""
|
||||||
|
|
||||||
#: js/share.js:275
|
#: js/share.js:275
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr ""
|
msgstr "voi muokata"
|
||||||
|
|
||||||
#: js/share.js:277
|
#: js/share.js:277
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
|
@ -193,27 +193,27 @@ msgstr ""
|
||||||
|
|
||||||
#: js/share.js:280
|
#: js/share.js:280
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr ""
|
msgstr "luo"
|
||||||
|
|
||||||
#: js/share.js:283
|
#: js/share.js:283
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr ""
|
msgstr "päivitä"
|
||||||
|
|
||||||
#: js/share.js:286
|
#: js/share.js:286
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr "poista"
|
||||||
|
|
||||||
#: js/share.js:289
|
#: js/share.js:289
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr "jaa"
|
||||||
|
|
||||||
#: js/share.js:313 js/share.js:463
|
#: js/share.js:313 js/share.js:463
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr ""
|
msgstr "Salasanasuojattu"
|
||||||
|
|
||||||
#: js/share.js:485
|
#: js/share.js:485
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr ""
|
msgstr "Virhe päättymispäivää asettaessa"
|
||||||
|
|
||||||
#: lostpassword/index.php:26
|
#: lostpassword/index.php:26
|
||||||
msgid "ownCloud password reset"
|
msgid "ownCloud password reset"
|
||||||
|
|
|
@ -12,9 +12,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:13+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 10:53+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
||||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -66,7 +66,7 @@ msgstr "Poista"
|
||||||
|
|
||||||
#: js/fileactions.js:182
|
#: js/fileactions.js:182
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr ""
|
msgstr "Nimeä uudelleen"
|
||||||
|
|
||||||
#: js/filelist.js:188 js/filelist.js:190
|
#: js/filelist.js:188 js/filelist.js:190
|
||||||
msgid "already exists"
|
msgid "already exists"
|
||||||
|
|
|
@ -12,9 +12,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 06:49+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -88,7 +88,7 @@ msgstr "Dicembre"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:123
|
#: js/oc-dialogs.js:123
|
||||||
msgid "Choose"
|
msgid "Choose"
|
||||||
msgstr ""
|
msgstr "Scegli"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -116,37 +116,37 @@ msgstr "Errore"
|
||||||
|
|
||||||
#: js/share.js:103
|
#: js/share.js:103
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr ""
|
msgstr "Errore durante la condivisione"
|
||||||
|
|
||||||
#: js/share.js:114
|
#: js/share.js:114
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
msgstr ""
|
msgstr "Errore durante la rimozione della condivisione"
|
||||||
|
|
||||||
#: js/share.js:121
|
#: js/share.js:121
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr ""
|
msgstr "Errore durante la modifica dei permessi"
|
||||||
|
|
||||||
#: js/share.js:130
|
#: js/share.js:130
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared with you and the group %s by %s"
|
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
|
#: js/share.js:132
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared with you by %s"
|
msgid "Shared with you by %s"
|
||||||
msgstr ""
|
msgstr "Condiviso con te da %s"
|
||||||
|
|
||||||
#: js/share.js:137
|
#: js/share.js:137
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr ""
|
msgstr "Condividi con"
|
||||||
|
|
||||||
#: js/share.js:142
|
#: js/share.js:142
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr ""
|
msgstr "Condividi con collegamento"
|
||||||
|
|
||||||
#: js/share.js:143
|
#: js/share.js:143
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr ""
|
msgstr "Proteggi con password"
|
||||||
|
|
||||||
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
|
@ -154,65 +154,65 @@ msgstr "Password"
|
||||||
|
|
||||||
#: js/share.js:152
|
#: js/share.js:152
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr ""
|
msgstr "Imposta data di scadenza"
|
||||||
|
|
||||||
#: js/share.js:153
|
#: js/share.js:153
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr ""
|
msgstr "Data di scadenza"
|
||||||
|
|
||||||
#: js/share.js:182
|
#: js/share.js:182
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Share via email: %s"
|
msgid "Share via email: %s"
|
||||||
msgstr ""
|
msgstr "Condividi tramite email: %s"
|
||||||
|
|
||||||
#: js/share.js:184
|
#: js/share.js:184
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr ""
|
msgstr "Non sono state trovate altre persone"
|
||||||
|
|
||||||
#: js/share.js:210
|
#: js/share.js:210
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr ""
|
msgstr "La ri-condivisione non è consentita"
|
||||||
|
|
||||||
#: js/share.js:246
|
#: js/share.js:246
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared in %s with %s"
|
msgid "Shared in %s with %s"
|
||||||
msgstr ""
|
msgstr "Condiviso in %s con %s"
|
||||||
|
|
||||||
#: js/share.js:267
|
#: js/share.js:267
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr ""
|
msgstr "Rimuovi condivisione"
|
||||||
|
|
||||||
#: js/share.js:275
|
#: js/share.js:275
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr ""
|
msgstr "può modificare"
|
||||||
|
|
||||||
#: js/share.js:277
|
#: js/share.js:277
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr ""
|
msgstr "controllo d'accesso"
|
||||||
|
|
||||||
#: js/share.js:280
|
#: js/share.js:280
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr ""
|
msgstr "creare"
|
||||||
|
|
||||||
#: js/share.js:283
|
#: js/share.js:283
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr ""
|
msgstr "aggiornare"
|
||||||
|
|
||||||
#: js/share.js:286
|
#: js/share.js:286
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr "eliminare"
|
||||||
|
|
||||||
#: js/share.js:289
|
#: js/share.js:289
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr "condividere"
|
||||||
|
|
||||||
#: js/share.js:313 js/share.js:463
|
#: js/share.js:313 js/share.js:463
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr ""
|
msgstr "Protetta da password"
|
||||||
|
|
||||||
#: js/share.js:485
|
#: js/share.js:485
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr ""
|
msgstr "Errore durante l'impostazione della data di scadenza"
|
||||||
|
|
||||||
#: lostpassword/index.php:26
|
#: lostpassword/index.php:26
|
||||||
msgid "ownCloud password reset"
|
msgid "ownCloud password reset"
|
||||||
|
|
|
@ -11,9 +11,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:13+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 06:40+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -65,7 +65,7 @@ msgstr "Elimina"
|
||||||
|
|
||||||
#: js/fileactions.js:182
|
#: js/fileactions.js:182
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr ""
|
msgstr "Rinomina"
|
||||||
|
|
||||||
#: js/filelist.js:188 js/filelist.js:190
|
#: js/filelist.js:188 js/filelist.js:190
|
||||||
msgid "already exists"
|
msgid "already exists"
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-09-22 06:41+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -29,12 +29,12 @@ msgstr "Invia"
|
||||||
#: templates/public.php:9
|
#: templates/public.php:9
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the folder %s with you"
|
msgid "%s shared the folder %s with you"
|
||||||
msgstr ""
|
msgstr "%s ha condiviso la cartella %s con te"
|
||||||
|
|
||||||
#: templates/public.php:11
|
#: templates/public.php:11
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the file %s with you"
|
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
|
#: templates/public.php:14 templates/public.php:30
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-09-22 06:40+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -24,7 +24,7 @@ msgstr "Scadenza di tutte le versioni"
|
||||||
|
|
||||||
#: js/versions.js:16
|
#: js/versions.js:16
|
||||||
msgid "History"
|
msgid "History"
|
||||||
msgstr ""
|
msgstr "Cronologia"
|
||||||
|
|
||||||
#: templates/settings-personal.php:4
|
#: templates/settings-personal.php:4
|
||||||
msgid "Versions"
|
msgid "Versions"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 00:54+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: ttyn <tetuyano+transi@gmail.com>\n"
|
||||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -85,7 +85,7 @@ msgstr "12月"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:123
|
#: js/oc-dialogs.js:123
|
||||||
msgid "Choose"
|
msgid "Choose"
|
||||||
msgstr ""
|
msgstr "選択"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -113,37 +113,37 @@ msgstr "エラー"
|
||||||
|
|
||||||
#: js/share.js:103
|
#: js/share.js:103
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr ""
|
msgstr "共有でエラー発生"
|
||||||
|
|
||||||
#: js/share.js:114
|
#: js/share.js:114
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
msgstr ""
|
msgstr "共有解除でエラー発生"
|
||||||
|
|
||||||
#: js/share.js:121
|
#: js/share.js:121
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr ""
|
msgstr "権限変更でエラー発生"
|
||||||
|
|
||||||
#: js/share.js:130
|
#: js/share.js:130
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared with you and the group %s by %s"
|
msgid "Shared with you and the group %s by %s"
|
||||||
msgstr ""
|
msgstr "あなたと %s グループが %s で共有しています"
|
||||||
|
|
||||||
#: js/share.js:132
|
#: js/share.js:132
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared with you by %s"
|
msgid "Shared with you by %s"
|
||||||
msgstr ""
|
msgstr "あなたと %s で共有しています"
|
||||||
|
|
||||||
#: js/share.js:137
|
#: js/share.js:137
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr ""
|
msgstr "と共有"
|
||||||
|
|
||||||
#: js/share.js:142
|
#: js/share.js:142
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr ""
|
msgstr "URLリンクで共有"
|
||||||
|
|
||||||
#: js/share.js:143
|
#: js/share.js:143
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr ""
|
msgstr "パスワード保護"
|
||||||
|
|
||||||
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
|
@ -151,65 +151,65 @@ msgstr "パスワード"
|
||||||
|
|
||||||
#: js/share.js:152
|
#: js/share.js:152
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr ""
|
msgstr "期限日設定"
|
||||||
|
|
||||||
#: js/share.js:153
|
#: js/share.js:153
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr ""
|
msgstr "期限日"
|
||||||
|
|
||||||
#: js/share.js:182
|
#: js/share.js:182
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Share via email: %s"
|
msgid "Share via email: %s"
|
||||||
msgstr ""
|
msgstr "メール経由で共有: %s"
|
||||||
|
|
||||||
#: js/share.js:184
|
#: js/share.js:184
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr ""
|
msgstr "ユーザーが見つかりません"
|
||||||
|
|
||||||
#: js/share.js:210
|
#: js/share.js:210
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr ""
|
msgstr "再共有は許可されていません"
|
||||||
|
|
||||||
#: js/share.js:246
|
#: js/share.js:246
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared in %s with %s"
|
msgid "Shared in %s with %s"
|
||||||
msgstr ""
|
msgstr "%s 内で %s と共有"
|
||||||
|
|
||||||
#: js/share.js:267
|
#: js/share.js:267
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr ""
|
msgstr "共有解除"
|
||||||
|
|
||||||
#: js/share.js:275
|
#: js/share.js:275
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr ""
|
msgstr "編集可能"
|
||||||
|
|
||||||
#: js/share.js:277
|
#: js/share.js:277
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr ""
|
msgstr "アクセス権限"
|
||||||
|
|
||||||
#: js/share.js:280
|
#: js/share.js:280
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr ""
|
msgstr "作成"
|
||||||
|
|
||||||
#: js/share.js:283
|
#: js/share.js:283
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr ""
|
msgstr "更新"
|
||||||
|
|
||||||
#: js/share.js:286
|
#: js/share.js:286
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr "削除"
|
||||||
|
|
||||||
#: js/share.js:289
|
#: js/share.js:289
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr "共有"
|
||||||
|
|
||||||
#: js/share.js:313 js/share.js:463
|
#: js/share.js:313 js/share.js:463
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr ""
|
msgstr "パスワード保護"
|
||||||
|
|
||||||
#: js/share.js:485
|
#: js/share.js:485
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr ""
|
msgstr "期限日設定でエラー発生"
|
||||||
|
|
||||||
#: lostpassword/index.php:26
|
#: lostpassword/index.php:26
|
||||||
msgid "ownCloud password reset"
|
msgid "ownCloud password reset"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:13+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 00:32+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: ttyn <tetuyano+transi@gmail.com>\n"
|
||||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -63,7 +63,7 @@ msgstr "削除"
|
||||||
|
|
||||||
#: js/fileactions.js:182
|
#: js/fileactions.js:182
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr ""
|
msgstr "名称変更"
|
||||||
|
|
||||||
#: js/filelist.js:188 js/filelist.js:190
|
#: js/filelist.js:188 js/filelist.js:190
|
||||||
msgid "already exists"
|
msgid "already exists"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-09-22 00:56+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: ttyn <tetuyano+transi@gmail.com>\n"
|
||||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -30,12 +30,12 @@ msgstr "送信"
|
||||||
#: templates/public.php:9
|
#: templates/public.php:9
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the folder %s with you"
|
msgid "%s shared the folder %s with you"
|
||||||
msgstr ""
|
msgstr "%s はフォルダー %s をあなたと共有"
|
||||||
|
|
||||||
#: templates/public.php:11
|
#: templates/public.php:11
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the file %s with you"
|
msgid "%s shared the file %s with you"
|
||||||
msgstr ""
|
msgstr "%s はファイル %s をあなたと共有"
|
||||||
|
|
||||||
#: templates/public.php:14 templates/public.php:30
|
#: templates/public.php:14 templates/public.php:30
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>, 2012.
|
# Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>, 2012.
|
||||||
|
# <tetuyano+transi@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-09-22 00:30+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: ttyn <tetuyano+transi@gmail.com>\n"
|
||||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -24,7 +25,7 @@ msgstr "すべてのバージョンを削除する"
|
||||||
|
|
||||||
#: js/versions.js:16
|
#: js/versions.js:16
|
||||||
msgid "History"
|
msgid "History"
|
||||||
msgstr ""
|
msgstr "履歴"
|
||||||
|
|
||||||
#: templates/settings-personal.php:4
|
#: templates/settings-personal.php:4
|
||||||
msgid "Versions"
|
msgid "Versions"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 11:15+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
|
||||||
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -85,7 +85,7 @@ msgstr "ธันวาคม"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:123
|
#: js/oc-dialogs.js:123
|
||||||
msgid "Choose"
|
msgid "Choose"
|
||||||
msgstr ""
|
msgstr "เลือก"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -113,37 +113,37 @@ msgstr "พบข้อผิดพลาด"
|
||||||
|
|
||||||
#: js/share.js:103
|
#: js/share.js:103
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr ""
|
msgstr "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล"
|
||||||
|
|
||||||
#: js/share.js:114
|
#: js/share.js:114
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
msgstr ""
|
msgstr "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล"
|
||||||
|
|
||||||
#: js/share.js:121
|
#: js/share.js:121
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr ""
|
msgstr "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน"
|
||||||
|
|
||||||
#: js/share.js:130
|
#: js/share.js:130
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared with you and the group %s by %s"
|
msgid "Shared with you and the group %s by %s"
|
||||||
msgstr ""
|
msgstr "ได้แชร์ให้กับคุณและกลุ่ม %s โดย %s"
|
||||||
|
|
||||||
#: js/share.js:132
|
#: js/share.js:132
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared with you by %s"
|
msgid "Shared with you by %s"
|
||||||
msgstr ""
|
msgstr "แชร์ให้กับคุณโดย %s"
|
||||||
|
|
||||||
#: js/share.js:137
|
#: js/share.js:137
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr ""
|
msgstr "แชร์ให้กับ"
|
||||||
|
|
||||||
#: js/share.js:142
|
#: js/share.js:142
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr ""
|
msgstr "แชร์ด้วยลิงก์"
|
||||||
|
|
||||||
#: js/share.js:143
|
#: js/share.js:143
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr ""
|
msgstr "ใส่รหัสผ่านไว้"
|
||||||
|
|
||||||
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
|
@ -151,65 +151,65 @@ msgstr "รหัสผ่าน"
|
||||||
|
|
||||||
#: js/share.js:152
|
#: js/share.js:152
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr ""
|
msgstr "กำหนดวันที่หมดอายุ"
|
||||||
|
|
||||||
#: js/share.js:153
|
#: js/share.js:153
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr ""
|
msgstr "วันที่หมดอายุ"
|
||||||
|
|
||||||
#: js/share.js:182
|
#: js/share.js:182
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Share via email: %s"
|
msgid "Share via email: %s"
|
||||||
msgstr ""
|
msgstr "แชร์ผ่านทางอีเมล: %s"
|
||||||
|
|
||||||
#: js/share.js:184
|
#: js/share.js:184
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr ""
|
msgstr "ไม่พบบุคคลที่ต้องการ"
|
||||||
|
|
||||||
#: js/share.js:210
|
#: js/share.js:210
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr ""
|
msgstr "ไม่อนุญาตให้แชร์ข้อมูลซ้ำได้"
|
||||||
|
|
||||||
#: js/share.js:246
|
#: js/share.js:246
|
||||||
#, perl-format
|
#, perl-format
|
||||||
msgid "Shared in %s with %s"
|
msgid "Shared in %s with %s"
|
||||||
msgstr ""
|
msgstr "ถูกแชร์ใน %s ด้วย %s"
|
||||||
|
|
||||||
#: js/share.js:267
|
#: js/share.js:267
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr ""
|
msgstr "ยกเลิกการแชร์"
|
||||||
|
|
||||||
#: js/share.js:275
|
#: js/share.js:275
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr ""
|
msgstr "สามารถแก้ไข"
|
||||||
|
|
||||||
#: js/share.js:277
|
#: js/share.js:277
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr ""
|
msgstr "ระดับควบคุมการเข้าใช้งาน"
|
||||||
|
|
||||||
#: js/share.js:280
|
#: js/share.js:280
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr ""
|
msgstr "สร้าง"
|
||||||
|
|
||||||
#: js/share.js:283
|
#: js/share.js:283
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr ""
|
msgstr "อัพเดท"
|
||||||
|
|
||||||
#: js/share.js:286
|
#: js/share.js:286
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr "ลบ"
|
||||||
|
|
||||||
#: js/share.js:289
|
#: js/share.js:289
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr "แชร์"
|
||||||
|
|
||||||
#: js/share.js:313 js/share.js:463
|
#: js/share.js:313 js/share.js:463
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr ""
|
msgstr "ใส่รหัสผ่านไว้"
|
||||||
|
|
||||||
#: js/share.js:485
|
#: js/share.js:485
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr ""
|
msgstr "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ"
|
||||||
|
|
||||||
#: lostpassword/index.php:26
|
#: lostpassword/index.php:26
|
||||||
msgid "ownCloud password reset"
|
msgid "ownCloud password reset"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:13+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:14+0000\n"
|
"PO-Revision-Date: 2012-09-22 11:08+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
|
||||||
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -63,7 +63,7 @@ msgstr "ลบ"
|
||||||
|
|
||||||
#: js/fileactions.js:182
|
#: js/fileactions.js:182
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr ""
|
msgstr "เปลี่ยนชื่อ"
|
||||||
|
|
||||||
#: js/filelist.js:188 js/filelist.js:190
|
#: js/filelist.js:188 js/filelist.js:190
|
||||||
msgid "already exists"
|
msgid "already exists"
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-09-22 11:10+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
|
||||||
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -29,12 +29,12 @@ msgstr "ส่ง"
|
||||||
#: templates/public.php:9
|
#: templates/public.php:9
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the folder %s with you"
|
msgid "%s shared the folder %s with you"
|
||||||
msgstr ""
|
msgstr "%s ได้แชร์โฟลเดอร์ %s ให้กับคุณ"
|
||||||
|
|
||||||
#: templates/public.php:11
|
#: templates/public.php:11
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the file %s with you"
|
msgid "%s shared the file %s with you"
|
||||||
msgstr ""
|
msgstr "%s ได้แชร์ไฟล์ %s ให้กับคุณ"
|
||||||
|
|
||||||
#: templates/public.php:14 templates/public.php:30
|
#: templates/public.php:14 templates/public.php:30
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-09-23 02:01+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-09-22 11:09+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
|
||||||
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -24,7 +24,7 @@ msgstr "หมดอายุทุกรุ่น"
|
||||||
|
|
||||||
#: js/versions.js:16
|
#: js/versions.js:16
|
||||||
msgid "History"
|
msgid "History"
|
||||||
msgstr ""
|
msgstr "ประวัติ"
|
||||||
|
|
||||||
#: templates/settings-personal.php:4
|
#: templates/settings-personal.php:4
|
||||||
msgid "Versions"
|
msgid "Versions"
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
"Cron" => "Cron",
|
"Cron" => "Cron",
|
||||||
"Execute one task with each page loaded" => "Ejecutar una tarea con cada página cargada",
|
"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.",
|
"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",
|
"Sharing" => "Compartir",
|
||||||
"Enable Share API" => "Activar API de compartición",
|
"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",
|
"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.",
|
"Problems connecting to help database." => "Problemas al conectar con la base de datos de ayuda.",
|
||||||
"Go there manually." => "Ir manualmente",
|
"Go there manually." => "Ir manualmente",
|
||||||
"Answer" => "Respuesta",
|
"Answer" => "Respuesta",
|
||||||
|
"You have used <strong>%s</strong> of the available <strong>%s<strong>" => "Ha usado <strong>%s</strong> de <strong>%s<strong> disponible",
|
||||||
"Desktop and Mobile Syncing Clients" => "Clientes de sincronización móviles y de escritorio",
|
"Desktop and Mobile Syncing Clients" => "Clientes de sincronización móviles y de escritorio",
|
||||||
"Download" => "Descargar",
|
"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",
|
"Unable to change your password" => "No se ha podido cambiar tu contraseña",
|
||||||
"Current password" => "Contraseña actual",
|
"Current password" => "Contraseña actual",
|
||||||
"New password" => "Nueva contraseña:",
|
"New password" => "Nueva contraseña:",
|
||||||
|
|
Loading…
Reference in New Issue