[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2012-08-17 00:45:46 +02:00
parent 1e6dc67517
commit 70e8a7e25c
53 changed files with 286 additions and 189 deletions

View File

@ -1,5 +1,14 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"The php-json module is needed by the many applications for inter communications" => "Modul php-json je potrebem", "The php-json module is needed by the many applications for inter communications" => "Modul php-json je potreben za medsebojno komunikacijo veliko aplikacij.",
"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Modul php-curl je potreben za pridobivanje naslova strani pri dodajanju zaznamkov.",
"The php-gd module is needed to create thumbnails of your images" => "Modul php-gd je potreben za ustvarjanje sličic za predogled.",
"The php-ldap module is needed connect to your ldap server" => "Modul php-ldap je potreben za povezavo z vašim ldap strežnikom.",
"The php-zip module is needed download multiple files at once" => "Modul php-zip je potreben za prenašanje večih datotek hkrati.",
"The php-mb_multibyte module is needed to manage correctly the encoding." => "Modul php-mb_multibyte je potreben za pravilno upravljanje kodiranja.",
"The php-ctype module is needed validate data." => "Modul php-ctype je potreben za preverjanje veljavnosti podatkov.",
"The php-xml module is needed to share files with webdav." => "Modul php-xml je potreben za izmenjavo datotek preko protokola WebDAV.",
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Direktiva allow_url_fopen v vaši php.ini datoteki mora biti nastavljena na 1, če želite omogočiti dostop do zbirke znanja na strežnikih OCS.",
"The php-pdo module is needed to store owncloud data into a database." => "Modul php-pdo je potreben za shranjevanje ownCloud podatkov v podatkovno zbirko.",
"Dependencies status" => "Stanje odvisnosti", "Dependencies status" => "Stanje odvisnosti",
"Used by :" => "Uporablja:" "Used by :" => "Uporablja:"
); );

View File

@ -1,3 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"The php-json module is needed by the many applications for inter communications" => "โมดูล php-json จำเป็นต้องใช้สำหรับแอพพลิเคชั่นหลายๆตัวเพื่อการเชื่อมต่อสากล",
"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "โมดูล php-curl จำเป็นต้องใช้สำหรับดึงข้อมูลชื่อหัวเว็บเมื่อเพิ่มเข้าไปยังรายการโปรด",
"The php-gd module is needed to create thumbnails of your images" => "โมดูล php-gd จำเป็นต้องใช้สำหรับสร้างรูปภาพขนาดย่อของรูปภาพของคุณ",
"The php-ldap module is needed connect to your ldap server" => "โมดูล php-ldap จำเป็นต้องใช้สำหรับการเชื่อมต่อกับเซิร์ฟเวอร์ ldap ของคุณ",
"The php-zip module is needed download multiple files at once" => "โมดูล php-zip จำเป็นต้องใช้สำหรับดาวน์โหลดไฟล์พร้อมกันหลายๆไฟล์ในครั้งเดียว",
"The php-mb_multibyte module is needed to manage correctly the encoding." => "โมดูล php-mb_multibyte จำเป็นต้องใช้สำหรับการจัดการการแปลงรหัสไฟล์อย่างถูกต้อง",
"The php-ctype module is needed validate data." => "โมดูล php-ctype จำเป็นต้องใช้สำหรับตรวจสอบความถูกต้องของข้อมูล",
"The php-xml module is needed to share files with webdav." => "โมดูล php-xml จำเป็นต้องใช้สำหรับแชร์ไฟล์ด้วย webdav",
"The php-pdo module is needed to store owncloud data into a database." => "โมดูล php-pdo จำเป็นต้องใช้สำหรับจัดเก็บข้อมูลใน owncloud เข้าไปไว้ยังฐานข้อมูล",
"Used by :" => "ใช้งานโดย:" "Used by :" => "ใช้งานโดย:"
); );

View File

@ -0,0 +1,4 @@
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Vie tämä ownCloud-istanssi",
"Export" => "Vie"
);

View File

@ -1,5 +1,5 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "このownCloudをエクスポート", "Export this ownCloud instance" => "ownCloudをエクスポート",
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "このownCloudのデータを含む圧縮形式のファイルを生成します。\nエクスポートのタイプを選択してください:", "This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "このownCloudのデータを含む圧縮ファイルを生成します。\nエクスポートの種類を選択してください:",
"Export" => "エクスポート" "Export" => "エクスポート"
); );

View File

@ -62,6 +62,7 @@
"Error loading profile picture." => "Error en carregar la imatge de perfil.", "Error loading profile picture." => "Error en carregar la imatge de perfil.",
"Select type" => "Seleccioneu un tipus", "Select type" => "Seleccioneu un tipus",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Heu marcat eliminar alguns contactes, però encara no s'han eliminat. Espereu mentre s'esborren.", "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Heu marcat eliminar alguns contactes, però encara no s'han eliminat. Espereu mentre s'esborren.",
"Do you want to merge these address books?" => "Voleu fusionar aquestes llibretes d'adreces?",
"Result: " => "Resultat: ", "Result: " => "Resultat: ",
" imported, " => " importat, ", " imported, " => " importat, ",
" failed." => " fallada.", " failed." => " fallada.",

View File

@ -62,6 +62,7 @@
"Error loading profile picture." => "Errore durante il caricamento dell'immagine di profilo.", "Error loading profile picture." => "Errore durante il caricamento dell'immagine di profilo.",
"Select type" => "Seleziona il tipo", "Select type" => "Seleziona il tipo",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Alcuni contatti sono marcati per l'eliminazione, ma non sono stati ancora rimossi. Attendi fino al completamento dell'operazione.", "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Alcuni contatti sono marcati per l'eliminazione, ma non sono stati ancora rimossi. Attendi fino al completamento dell'operazione.",
"Do you want to merge these address books?" => "Vuoi unire queste rubriche?",
"Result: " => "Risultato: ", "Result: " => "Risultato: ",
" imported, " => " importato, ", " imported, " => " importato, ",
" failed." => " non riuscito.", " failed." => " non riuscito.",

View File

@ -1,12 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error (de)activating addressbook." => "アドレスブックの有効/無効化に失敗しました。", "Error (de)activating addressbook." => "アドレス帳の有効/無効化に失敗しました。",
"id is not set." => "idが設定されていません。", "id is not set." => "idが設定されていません。",
"Cannot update addressbook with an empty name." => "空白の名前でアドレスブックを更新することはできません。", "Cannot update addressbook with an empty name." => "空白の名前でアドレスを更新することはできません。",
"Error updating addressbook." => "アドレスブックの更新に失敗しました。", "Error updating addressbook." => "アドレスの更新に失敗しました。",
"No ID provided" => "IDが提供されていません", "No ID provided" => "IDが提供されていません",
"Error setting checksum." => "チェックサムの設定エラー。", "Error setting checksum." => "チェックサムの設定エラー。",
"No categories selected for deletion." => "削除するカテゴリが選択されていません。", "No categories selected for deletion." => "削除するカテゴリが選択されていません。",
"No address books found." => "アドレスブックが見つかりません。", "No address books found." => "アドレスが見つかりません。",
"No contacts found." => "連絡先が見つかりません。", "No contacts found." => "連絡先が見つかりません。",
"There was an error adding the contact." => "連絡先の追加でエラーが発生しました。", "There was an error adding the contact." => "連絡先の追加でエラーが発生しました。",
"element name is not set." => "要素名が設定されていません。", "element name is not set." => "要素名が設定されていません。",
@ -62,11 +62,12 @@
"Error loading profile picture." => "プロファイルの画像の読み込みエラー", "Error loading profile picture." => "プロファイルの画像の読み込みエラー",
"Select type" => "タイプを選択", "Select type" => "タイプを選択",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "いくつかのコンタクトが削除とマークされていますが、まだ削除されていません。削除するまでお待ちください。", "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "いくつかのコンタクトが削除とマークされていますが、まだ削除されていません。削除するまでお待ちください。",
"Do you want to merge these address books?" => "これらのアドレス帳をマージしてもよろしいですか?",
"Result: " => "結果: ", "Result: " => "結果: ",
" imported, " => " をインポート、 ", " imported, " => " をインポート、 ",
" failed." => " は失敗しました。", " failed." => " は失敗しました。",
"Displayname cannot be empty." => "表示名は空にできません。", "Displayname cannot be empty." => "表示名は空にできません。",
"Addressbook not found: " => "連絡先が見つかりません:", "Addressbook not found: " => "アドレス帳が見つかりません:",
"This is not your addressbook." => "これはあなたの電話帳ではありません。", "This is not your addressbook." => "これはあなたの電話帳ではありません。",
"Contact could not be found." => "連絡先を見つける事ができません。", "Contact could not be found." => "連絡先を見つける事ができません。",
"Address" => "住所", "Address" => "住所",
@ -102,19 +103,19 @@
"Add Contact" => "連絡先の追加", "Add Contact" => "連絡先の追加",
"Import" => "インポート", "Import" => "インポート",
"Settings" => "設定", "Settings" => "設定",
"Addressbooks" => "電話", "Addressbooks" => "アドレス",
"Close" => "閉じる", "Close" => "閉じる",
"Keyboard shortcuts" => "キーボードショートカット", "Keyboard shortcuts" => "キーボードショートカット",
"Navigation" => "ナビゲーション", "Navigation" => "ナビゲーション",
"Next contact in list" => "リスト内の次のコンタクト", "Next contact in list" => "リスト内の次のコンタクト",
"Previous contact in list" => "リスト内の前のコンタクト", "Previous contact in list" => "リスト内の前のコンタクト",
"Expand/collapse current addressbook" => "現在の連絡帳を展開する/折りたたむ", "Expand/collapse current addressbook" => "現在のアドレス帳を展開する/折りたたむ",
"Next addressbook" => "次の連絡先", "Next addressbook" => "次のアドレス帳",
"Previous addressbook" => "前の連絡先", "Previous addressbook" => "前のアドレス帳",
"Actions" => "アクション", "Actions" => "アクション",
"Refresh contacts list" => "連絡先リストを再読込する", "Refresh contacts list" => "連絡先リストを再読込する",
"Add new contact" => "新しいコンタクトを追加", "Add new contact" => "新しいコンタクトを追加",
"Add new addressbook" => "新しいアドレスブックを追加", "Add new addressbook" => "新しいアドレスを追加",
"Delete current contact" => "現在のコンタクトを削除", "Delete current contact" => "現在のコンタクトを削除",
"Drop photo to upload" => "写真をドロップしてアップロード", "Drop photo to upload" => "写真をドロップしてアップロード",
"Delete current photo" => "現在の写真を削除", "Delete current photo" => "現在の写真を削除",
@ -134,7 +135,7 @@
"Separate groups with commas" => "コンマでグループを分割", "Separate groups with commas" => "コンマでグループを分割",
"Edit groups" => "グループを編集", "Edit groups" => "グループを編集",
"Preferred" => "推奨", "Preferred" => "推奨",
"Please specify a valid email address." => "連絡先を追加", "Please specify a valid email address." => "有効なメールアドレスを指定してください。",
"Enter email address" => "メールアドレスを入力", "Enter email address" => "メールアドレスを入力",
"Mail to address" => "アドレスへメールを送る", "Mail to address" => "アドレスへメールを送る",
"Delete email address" => "メールアドレスを削除", "Delete email address" => "メールアドレスを削除",
@ -162,7 +163,7 @@
"Zipcode" => "郵便番号", "Zipcode" => "郵便番号",
"Postal code" => "郵便番号", "Postal code" => "郵便番号",
"Country" => "国名", "Country" => "国名",
"Addressbook" => "アドレスブック", "Addressbook" => "アドレス",
"Hon. prefixes" => "敬称", "Hon. prefixes" => "敬称",
"Miss" => "Miss", "Miss" => "Miss",
"Ms" => "Ms", "Ms" => "Ms",
@ -183,14 +184,14 @@
"Jr." => "Jr.", "Jr." => "Jr.",
"Sn." => "Sn.", "Sn." => "Sn.",
"Import a contacts file" => "コンタクトファイルをインポート", "Import a contacts file" => "コンタクトファイルをインポート",
"Please choose the addressbook" => "アドレスブックを選択してください", "Please choose the addressbook" => "アドレスを選択してください",
"create a new addressbook" => "新しいアドレスブックを作成", "create a new addressbook" => "新しいアドレスを作成",
"Name of new addressbook" => "新しいアドレスブックの名前", "Name of new addressbook" => "新しいアドレスブックの名前",
"Importing contacts" => "コンタクトをインポート", "Importing contacts" => "コンタクトをインポート",
"You have no contacts in your addressbook." => "アドレスブックに連絡先が登録されていません。", "You have no contacts in your addressbook." => "アドレスに連絡先が登録されていません。",
"Add contact" => "連絡先を追加", "Add contact" => "連絡先を追加",
"Configure addressbooks" => "アドレス帳を設定", "Configure addressbooks" => "アドレス帳を設定",
"Select Address Books" => "連絡先を洗濯してください", "Select Address Books" => "アドレス帳を選択してください",
"Enter name" => "名前を入力", "Enter name" => "名前を入力",
"Enter description" => "説明を入力してください", "Enter description" => "説明を入力してください",
"CardDAV syncing addresses" => "CardDAV同期アドレス", "CardDAV syncing addresses" => "CardDAV同期アドレス",
@ -201,7 +202,7 @@
"Show read-only VCF link" => "読み取り専用のVCFリンクを表示", "Show read-only VCF link" => "読み取り専用のVCFリンクを表示",
"Download" => "ダウンロード", "Download" => "ダウンロード",
"Edit" => "編集", "Edit" => "編集",
"New Address Book" => "新規電話", "New Address Book" => "新規のアドレス",
"Name" => "名前", "Name" => "名前",
"Description" => "説明", "Description" => "説明",
"Save" => "保存", "Save" => "保存",

View File

@ -62,6 +62,7 @@
"Error loading profile picture." => "Napaka pri nalaganju slike profila.", "Error loading profile picture." => "Napaka pri nalaganju slike profila.",
"Select type" => "Izberite vrsto", "Select type" => "Izberite vrsto",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Nekateri stiki so označeni za izbris, vendar še niso izbrisani. Prosimo, če počakate na njihov izbris.", "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Nekateri stiki so označeni za izbris, vendar še niso izbrisani. Prosimo, če počakate na njihov izbris.",
"Do you want to merge these address books?" => "Ali želite združiti adresarje?",
"Result: " => "Rezultati: ", "Result: " => "Rezultati: ",
" imported, " => " uvoženih, ", " imported, " => " uvoženih, ",
" failed." => " je spodletelo.", " failed." => " je spodletelo.",

View File

@ -0,0 +1,6 @@
<?php $TRANSLATIONS = array(
"Encryption" => "Salaus",
"Exclude the following file types from encryption" => "Jätä seuraavat tiedostotyypit salaamatta",
"None" => "Ei mitään",
"Enable Encryption" => "Käytä salausta"
);

View File

@ -0,0 +1,16 @@
<?php $TRANSLATIONS = array(
"External Storage" => "Erillinen tallennusväline",
"Mount point" => "Liitospiste",
"Backend" => "Taustaosa",
"Configuration" => "Asetukset",
"Options" => "Valinnat",
"Add mount point" => "Lisää liitospiste",
"None set" => "Ei asetettu",
"All Users" => "Kaikki käyttäjät",
"Groups" => "Ryhmät",
"Users" => "Käyttäjät",
"Delete" => "Poista",
"SSL root certificates" => "SSL-juurivarmenteet",
"Import Root Certificate" => "Tuo juurivarmenne",
"Allow users to mount their own external storage" => "Salli käyttäjien liittää omia erillisiä tallennusvälineitä"
);

View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Your Shared Files" => "Jakamasi tiedostot",
"Permissions" => "Oikeudet",
"Read" => "Luku",
"Edit" => "Muokkaus",
"Delete" => "Poisto",
"Enable Resharing" => "Käytä uudelleenjakoa",
"Allow users to reshare files they don't own" => "Salli käyttäjien jakaa edelleen tiedostoja, joita he eivät omista"
);

View File

@ -0,0 +1,4 @@
<?php $TRANSLATIONS = array(
"Expire all versions" => "Vanhenna kaikki versiot",
"Enable Files Versioning" => "Käytä tiedostojen versiointia"
);

14
apps/tasks/l10n/fi_FI.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Invalid date/time" => "Virheellinen päivä tai aika",
"Tasks" => "Tehtävät",
"Unspecified" => "Määrittelemätön",
"1=highest" => "1=korkein",
"5=medium" => "5=keskitaso",
"9=lowest" => "9=matalin",
"Invalid priority" => "Virheellinen prioriteetti",
"Add Task" => "Lisää tehtävä",
"Loading tasks..." => "Ladataan tehtäviä...",
"More" => "Enemmän",
"Less" => "Vähemmän",
"Delete" => "Poista"
);

View File

@ -26,9 +26,9 @@
"Turn off SSL certificate validation." => "SSL証明書の確認を無効にする。", "Turn off SSL certificate validation." => "SSL証明書の確認を無効にする。",
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "接続がこのオプションでのみ動作する場合は、LDAPサーバのSSL証明書をownCloudサーバにインポートしてください。", "If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "接続がこのオプションでのみ動作する場合は、LDAPサーバのSSL証明書をownCloudサーバにインポートしてください。",
"Not recommended, use for testing only." => "推奨しません、テスト目的でのみ利用してください。", "Not recommended, use for testing only." => "推奨しません、テスト目的でのみ利用してください。",
"User Display Name Field" => "ユーザ名の表示に利用するフィールド", "User Display Name Field" => "ユーザ表示名のフィールド",
"The LDAP attribute to use to generate the user`s ownCloud name." => "ユーザのownCloud名の生成に利用するLDAP属性。", "The LDAP attribute to use to generate the user`s ownCloud name." => "ユーザのownCloud名の生成に利用するLDAP属性。",
"Group Display Name Field" => "グループ名の表示に利用するフィールド", "Group Display Name Field" => "グループ表示名のフィールド",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "グループのownCloud名の生成に利用するLDAP属性。", "The LDAP attribute to use to generate the groups`s ownCloud name." => "グループのownCloud名の生成に利用するLDAP属性。",
"in bytes" => "バイト", "in bytes" => "バイト",
"in seconds. A change empties the cache." => "秒。変更後にキャッシュがクリアされます。", "in seconds. A change empties the cache." => "秒。変更後にキャッシュがクリアされます。",

View File

@ -1,10 +1,16 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Host" => "โฮสต์", "Host" => "โฮสต์",
"Base DN" => "DN ฐาน",
"User DN" => "DN ของผู้ใช้งาน",
"Password" => "รหัสผ่าน", "Password" => "รหัสผ่าน",
"For anonymous access, leave DN and Password empty." => "สำหรับการเข้าถึงโดยบุคคลนิรนาม ให้เว้นว่าง DN และรหัสผ่านไว้",
"Group Filter" => "ตัวกรองข้อมูลกลุ่ม", "Group Filter" => "ตัวกรองข้อมูลกลุ่ม",
"Port" => "พอร์ต", "Port" => "พอร์ต",
"Use TLS" => "ใช้ TLS", "Use TLS" => "ใช้ TLS",
"Turn off SSL certificate validation." => "ปิดใช้งานการตรวจสอบความถูกต้องของใบรับรองความปลอดภัย SSL",
"Not recommended, use for testing only." => "ไม่แนะนำให้ใช้งาน, ใช้สำหรับการทดสอบเท่านั้น", "Not recommended, use for testing only." => "ไม่แนะนำให้ใช้งาน, ใช้สำหรับการทดสอบเท่านั้น",
"User Display Name Field" => "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ",
"Group Display Name Field" => "ช่องแสดงชื่อกลุ่มที่ต้องการ",
"in bytes" => "ในหน่วยไบต์", "in bytes" => "ในหน่วยไบต์",
"Help" => "ช่วยเหลือ" "Help" => "ช่วยเหลือ"
); );

View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Export" => "Vie",
"Something went wrong while the export file was being generated" => "Jokin meni pieleen vientiä suorittaessa",
"An error has occurred" => "Tapahtui virhe",
"Export your user account" => "Vie käyttäjätilisi",
"This will create a compressed file that contains your ownCloud account." => "Tämä luo ownCloud-käyttäjätilisi sisältävän pakatun tiedoston.",
"Import user account" => "Tuo käyttäjätili",
"Import" => "Tuo"
);

View File

@ -2,8 +2,8 @@
"Export" => "エクスポート", "Export" => "エクスポート",
"Something went wrong while the export file was being generated" => "エクスポートファイルの生成時に何か不具合が発生しました。", "Something went wrong while the export file was being generated" => "エクスポートファイルの生成時に何か不具合が発生しました。",
"An error has occurred" => "エラーが発生しました", "An error has occurred" => "エラーが発生しました",
"Export your user account" => "あなたのユーザアカウントをエクスポート", "Export your user account" => "ユーザアカウントのエクスポート",
"This will create a compressed file that contains your ownCloud account." => "あなたのownCloudアカウントを含む圧縮形式のファイルを生成します。", "This will create a compressed file that contains your ownCloud account." => "あなたのownCloudアカウントを含む圧縮ファイルを生成します。",
"Import user account" => "ユーザアカウントをインポート", "Import user account" => "ユーザアカウントをインポート",
"ownCloud User Zip" => "ownCloudユーザZip", "ownCloud User Zip" => "ownCloudユーザZip",
"Import" => "インポート" "Import" => "インポート"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-16 00:05+0000\n" "PO-Revision-Date: 2012-08-16 07:15+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\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"
@ -290,7 +290,7 @@ msgstr "Heu marcat eliminar alguns contactes, però encara no s'han eliminat. Es
#: js/contacts.js:1461 #: js/contacts.js:1461
msgid "Do you want to merge these address books?" msgid "Do you want to merge these address books?"
msgstr "" msgstr "Voleu fusionar aquestes llibretes d'adreces?"
#: js/loader.js:49 #: js/loader.js:49
msgid "Result: " msgid "Result: "

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Jiri Grönroos <jiri.gronroos@iki.fi>, 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-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-12 22:32+0000\n" "PO-Revision-Date: 2012-08-16 10:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
@ -19,7 +20,7 @@ msgstr ""
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Export this ownCloud instance" msgid "Export this ownCloud instance"
msgstr "" msgstr "Vie tämä ownCloud-istanssi"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "" msgid ""
@ -29,4 +30,4 @@ msgstr ""
#: templates/settings.php:12 #: templates/settings.php:12
msgid "Export" msgid "Export"
msgstr "" msgstr "Vie"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Jiri Grönroos <jiri.gronroos@iki.fi>, 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-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-12 22:33+0000\n" "PO-Revision-Date: 2012-08-16 10:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
@ -19,16 +20,16 @@ msgstr ""
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Encryption" msgid "Encryption"
msgstr "" msgstr "Salaus"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "Exclude the following file types from encryption" msgid "Exclude the following file types from encryption"
msgstr "" msgstr "Jätä seuraavat tiedostotyypit salaamatta"
#: templates/settings.php:5 #: templates/settings.php:5
msgid "None" msgid "None"
msgstr "" msgstr "Ei mitään"
#: templates/settings.php:10 #: templates/settings.php:10
msgid "Enable Encryption" msgid "Enable Encryption"
msgstr "" msgstr "Käytä salausta"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Jiri Grönroos <jiri.gronroos@iki.fi>, 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-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-12 22:34+0000\n" "PO-Revision-Date: 2012-08-16 11:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
@ -19,23 +20,23 @@ msgstr ""
#: templates/settings.php:3 #: templates/settings.php:3
msgid "External Storage" msgid "External Storage"
msgstr "" msgstr "Erillinen tallennusväline"
#: templates/settings.php:7 templates/settings.php:19 #: templates/settings.php:7 templates/settings.php:19
msgid "Mount point" msgid "Mount point"
msgstr "" msgstr "Liitospiste"
#: templates/settings.php:8 #: templates/settings.php:8
msgid "Backend" msgid "Backend"
msgstr "" msgstr "Taustaosa"
#: templates/settings.php:9 #: templates/settings.php:9
msgid "Configuration" msgid "Configuration"
msgstr "" msgstr "Asetukset"
#: templates/settings.php:10 #: templates/settings.php:10
msgid "Options" msgid "Options"
msgstr "" msgstr "Valinnat"
#: templates/settings.php:11 #: templates/settings.php:11
msgid "Applicable" msgid "Applicable"
@ -43,35 +44,35 @@ msgstr ""
#: templates/settings.php:23 #: templates/settings.php:23
msgid "Add mount point" msgid "Add mount point"
msgstr "" msgstr "Lisää liitospiste"
#: templates/settings.php:54 templates/settings.php:62 #: templates/settings.php:54 templates/settings.php:62
msgid "None set" msgid "None set"
msgstr "" msgstr "Ei asetettu"
#: templates/settings.php:63 #: templates/settings.php:63
msgid "All Users" msgid "All Users"
msgstr "" msgstr "Kaikki käyttäjät"
#: templates/settings.php:64 #: templates/settings.php:64
msgid "Groups" msgid "Groups"
msgstr "" msgstr "Ryhmät"
#: templates/settings.php:69 #: templates/settings.php:69
msgid "Users" msgid "Users"
msgstr "" msgstr "Käyttäjät"
#: templates/settings.php:77 templates/settings.php:96 #: templates/settings.php:77 templates/settings.php:96
msgid "Delete" msgid "Delete"
msgstr "" msgstr "Poista"
#: templates/settings.php:88 #: templates/settings.php:88
msgid "SSL root certificates" msgid "SSL root certificates"
msgstr "" msgstr "SSL-juurivarmenteet"
#: templates/settings.php:102 #: templates/settings.php:102
msgid "Import Root Certificate" msgid "Import Root Certificate"
msgstr "" msgstr "Tuo juurivarmenne"
#: templates/settings.php:108 #: templates/settings.php:108
msgid "Enable User External Storage" msgid "Enable User External Storage"
@ -79,4 +80,4 @@ msgstr ""
#: templates/settings.php:109 #: templates/settings.php:109
msgid "Allow users to mount their own external storage" msgid "Allow users to mount their own external storage"
msgstr "" msgstr "Salli käyttäjien liittää omia erillisiä tallennusvälineitä"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Jiri Grönroos <jiri.gronroos@iki.fi>, 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-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-12 22:35+0000\n" "PO-Revision-Date: 2012-08-16 10:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
@ -19,7 +20,7 @@ msgstr ""
#: templates/list.php:2 #: templates/list.php:2
msgid "Your Shared Files" msgid "Your Shared Files"
msgstr "" msgstr "Jakamasi tiedostot"
#: templates/list.php:6 #: templates/list.php:6
msgid "Item" msgid "Item"
@ -31,24 +32,24 @@ msgstr ""
#: templates/list.php:8 #: templates/list.php:8
msgid "Permissions" msgid "Permissions"
msgstr "" msgstr "Oikeudet"
#: templates/list.php:16 #: templates/list.php:16
msgid "Read" msgid "Read"
msgstr "" msgstr "Luku"
#: templates/list.php:16 #: templates/list.php:16
msgid "Edit" msgid "Edit"
msgstr "" msgstr "Muokkaus"
#: templates/list.php:16 templates/list.php:17 #: templates/list.php:16 templates/list.php:17
msgid "Delete" msgid "Delete"
msgstr "" msgstr "Poisto"
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Enable Resharing" msgid "Enable Resharing"
msgstr "" msgstr "Käytä uudelleenjakoa"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "Allow users to reshare files they don't own" msgid "Allow users to reshare files they don't own"
msgstr "" msgstr "Salli käyttäjien jakaa edelleen tiedostoja, joita he eivät omista"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Jiri Grönroos <jiri.gronroos@iki.fi>, 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-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-12 22:37+0000\n" "PO-Revision-Date: 2012-08-16 10:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
@ -19,8 +20,8 @@ msgstr ""
#: js/settings-personal.js:31 #: js/settings-personal.js:31
msgid "Expire all versions" msgid "Expire all versions"
msgstr "" msgstr "Vanhenna kaikki versiot"
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Enable Files Versioning" msgid "Enable Files Versioning"
msgstr "" msgstr "Käytä tiedostojen versiointia"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Jiri Grönroos <jiri.gronroos@iki.fi>, 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-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-12 22:44+0000\n" "PO-Revision-Date: 2012-08-16 11:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
@ -19,11 +20,11 @@ msgstr ""
#: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101 #: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101
msgid "Invalid date/time" msgid "Invalid date/time"
msgstr "" msgstr "Virheellinen päivä tai aika"
#: appinfo/app.php:11 #: appinfo/app.php:11
msgid "Tasks" msgid "Tasks"
msgstr "" msgstr "Tehtävät"
#: js/tasks.js:415 #: js/tasks.js:415
msgid "No category" msgid "No category"
@ -31,19 +32,19 @@ msgstr ""
#: lib/app.php:33 #: lib/app.php:33
msgid "Unspecified" msgid "Unspecified"
msgstr "" msgstr "Määrittelemätön"
#: lib/app.php:34 #: lib/app.php:34
msgid "1=highest" msgid "1=highest"
msgstr "" msgstr "1=korkein"
#: lib/app.php:38 #: lib/app.php:38
msgid "5=medium" msgid "5=medium"
msgstr "" msgstr "5=keskitaso"
#: lib/app.php:42 #: lib/app.php:42
msgid "9=lowest" msgid "9=lowest"
msgstr "" msgstr "9=matalin"
#: lib/app.php:81 #: lib/app.php:81
msgid "Empty Summary" msgid "Empty Summary"
@ -55,11 +56,11 @@ msgstr ""
#: lib/app.php:107 #: lib/app.php:107
msgid "Invalid priority" msgid "Invalid priority"
msgstr "" msgstr "Virheellinen prioriteetti"
#: templates/tasks.php:3 #: templates/tasks.php:3
msgid "Add Task" msgid "Add Task"
msgstr "" msgstr "Lisää tehtävä"
#: templates/tasks.php:4 #: templates/tasks.php:4
msgid "Order Due" msgid "Order Due"
@ -87,7 +88,7 @@ msgstr ""
#: templates/tasks.php:16 #: templates/tasks.php:16
msgid "Loading tasks..." msgid "Loading tasks..."
msgstr "" msgstr "Ladataan tehtäviä..."
#: templates/tasks.php:20 #: templates/tasks.php:20
msgid "Important" msgid "Important"
@ -95,12 +96,12 @@ msgstr ""
#: templates/tasks.php:23 #: templates/tasks.php:23
msgid "More" msgid "More"
msgstr "" msgstr "Enemmän"
#: templates/tasks.php:26 #: templates/tasks.php:26
msgid "Less" msgid "Less"
msgstr "" msgstr "Vähemmän"
#: templates/tasks.php:29 #: templates/tasks.php:29
msgid "Delete" msgid "Delete"
msgstr "" msgstr "Poista"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Jiri Grönroos <jiri.gronroos@iki.fi>, 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-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-12 22:45+0000\n" "PO-Revision-Date: 2012-08-16 11:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
@ -19,28 +20,28 @@ msgstr ""
#: js/export.js:14 js/export.js:20 #: js/export.js:14 js/export.js:20
msgid "Export" msgid "Export"
msgstr "" msgstr "Vie"
#: js/export.js:19 #: js/export.js:19
msgid "Something went wrong while the export file was being generated" msgid "Something went wrong while the export file was being generated"
msgstr "" msgstr "Jokin meni pieleen vientiä suorittaessa"
#: js/export.js:19 #: js/export.js:19
msgid "An error has occurred" msgid "An error has occurred"
msgstr "" msgstr "Tapahtui virhe"
#: templates/settings.php:2 #: templates/settings.php:2
msgid "Export your user account" msgid "Export your user account"
msgstr "" msgstr "Vie käyttäjätilisi"
#: templates/settings.php:3 #: templates/settings.php:3
msgid "" msgid ""
"This will create a compressed file that contains your ownCloud account." "This will create a compressed file that contains your ownCloud account."
msgstr "" msgstr "Tämä luo ownCloud-käyttäjätilisi sisältävän pakatun tiedoston."
#: templates/settings.php:13 #: templates/settings.php:13
msgid "Import user account" msgid "Import user account"
msgstr "" msgstr "Tuo käyttäjätili"
#: templates/settings.php:15 #: templates/settings.php:15
msgid "ownCloud User Zip" msgid "ownCloud User Zip"
@ -48,4 +49,4 @@ msgstr ""
#: templates/settings.php:17 #: templates/settings.php:17
msgid "Import" msgid "Import"
msgstr "" msgstr "Tuo"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-16 00:05+0000\n" "PO-Revision-Date: 2012-08-16 05:27+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"
@ -292,7 +292,7 @@ msgstr "Alcuni contatti sono marcati per l'eliminazione, ma non sono stati ancor
#: js/contacts.js:1461 #: js/contacts.js:1461
msgid "Do you want to merge these address books?" msgid "Do you want to merge these address books?"
msgstr "" msgstr "Vuoi unire queste rubriche?"
#: js/loader.js:49 #: js/loader.js:49
msgid "Result: " msgid "Result: "

View File

@ -8,8 +8,8 @@ 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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-15 02:48+0000\n" "PO-Revision-Date: 2012-08-16 05:29+0000\n"
"Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\n" "Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\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"
@ -20,13 +20,13 @@ msgstr ""
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Export this ownCloud instance" msgid "Export this ownCloud instance"
msgstr "このownCloudをエクスポート" msgstr "ownCloudをエクスポート"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "" msgid ""
"This will create a compressed file that contains the data of this owncloud instance.\n" "This will create a compressed file that contains the data of this owncloud instance.\n"
" Please choose the export type:" " Please choose the export type:"
msgstr "このownCloudのデータを含む圧縮形式のファイルを生成します。\nエクスポートのタイプを選択してください:" msgstr "このownCloudのデータを含む圧縮ファイルを生成します。\nエクスポートの種類を選択してください:"
#: templates/settings.php:12 #: templates/settings.php:12
msgid "Export" msgid "Export"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-16 00:05+0000\n" "PO-Revision-Date: 2012-08-16 04:45+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\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"
@ -21,7 +21,7 @@ msgstr ""
#: ajax/addressbook/activate.php:24 ajax/addressbook/update.php:32 #: ajax/addressbook/activate.php:24 ajax/addressbook/update.php:32
msgid "Error (de)activating addressbook." msgid "Error (de)activating addressbook."
msgstr "アドレスブックの有効/無効化に失敗しました。" msgstr "アドレス帳の有効/無効化に失敗しました。"
#: ajax/addressbook/delete.php:31 ajax/addressbook/update.php:20 #: ajax/addressbook/delete.php:31 ajax/addressbook/update.php:20
#: ajax/contact/addproperty.php:42 ajax/contact/delete.php:31 #: ajax/contact/addproperty.php:42 ajax/contact/delete.php:31
@ -31,11 +31,11 @@ msgstr "idが設定されていません。"
#: ajax/addressbook/update.php:24 #: ajax/addressbook/update.php:24
msgid "Cannot update addressbook with an empty name." msgid "Cannot update addressbook with an empty name."
msgstr "空白の名前でアドレスブックを更新することはできません。" msgstr "空白の名前でアドレスを更新することはできません。"
#: ajax/addressbook/update.php:28 #: ajax/addressbook/update.php:28
msgid "Error updating addressbook." msgid "Error updating addressbook."
msgstr "アドレスブックの更新に失敗しました。" msgstr "アドレスの更新に失敗しました。"
#: ajax/categories/categoriesfor.php:17 #: ajax/categories/categoriesfor.php:17
msgid "No ID provided" msgid "No ID provided"
@ -51,7 +51,7 @@ msgstr "削除するカテゴリが選択されていません。"
#: ajax/categories/delete.php:26 #: ajax/categories/delete.php:26
msgid "No address books found." msgid "No address books found."
msgstr "アドレスブックが見つかりません。" msgstr "アドレスが見つかりません。"
#: ajax/categories/delete.php:34 #: ajax/categories/delete.php:34
msgid "No contacts found." msgid "No contacts found."
@ -290,7 +290,7 @@ msgstr "いくつかのコンタクトが削除とマークされていますが
#: js/contacts.js:1461 #: js/contacts.js:1461
msgid "Do you want to merge these address books?" msgid "Do you want to merge these address books?"
msgstr "" msgstr "これらのアドレス帳をマージしてもよろしいですか?"
#: js/loader.js:49 #: js/loader.js:49
msgid "Result: " msgid "Result: "
@ -310,7 +310,7 @@ msgstr "表示名は空にできません。"
#: lib/app.php:36 #: lib/app.php:36
msgid "Addressbook not found: " msgid "Addressbook not found: "
msgstr "連絡先が見つかりません:" msgstr "アドレス帳が見つかりません:"
#: lib/app.php:49 #: lib/app.php:49
msgid "This is not your addressbook." msgid "This is not your addressbook."
@ -456,7 +456,7 @@ msgstr "設定"
#: templates/index.php:18 templates/settings.php:9 #: templates/index.php:18 templates/settings.php:9
msgid "Addressbooks" msgid "Addressbooks"
msgstr "電話帳" msgstr "アドレス帳"
#: templates/index.php:36 templates/part.import.php:24 #: templates/index.php:36 templates/part.import.php:24
msgid "Close" msgid "Close"
@ -480,15 +480,15 @@ msgstr "リスト内の前のコンタクト"
#: templates/index.php:46 #: templates/index.php:46
msgid "Expand/collapse current addressbook" msgid "Expand/collapse current addressbook"
msgstr "現在の連絡帳を展開する/折りたたむ" msgstr "現在のアドレス帳を展開する/折りたたむ"
#: templates/index.php:48 #: templates/index.php:48
msgid "Next addressbook" msgid "Next addressbook"
msgstr "次の連絡先" msgstr "次のアドレス帳"
#: templates/index.php:50 #: templates/index.php:50
msgid "Previous addressbook" msgid "Previous addressbook"
msgstr "前の連絡先" msgstr "前のアドレス帳"
#: templates/index.php:54 #: templates/index.php:54
msgid "Actions" msgid "Actions"
@ -504,7 +504,7 @@ msgstr "新しいコンタクトを追加"
#: templates/index.php:61 #: templates/index.php:61
msgid "Add new addressbook" msgid "Add new addressbook"
msgstr "新しいアドレスブックを追加" msgstr "新しいアドレスを追加"
#: templates/index.php:63 #: templates/index.php:63
msgid "Delete current contact" msgid "Delete current contact"
@ -586,7 +586,7 @@ msgstr "推奨"
#: templates/part.contact.php:64 #: templates/part.contact.php:64
msgid "Please specify a valid email address." msgid "Please specify a valid email address."
msgstr "連絡先を追加" msgstr "有効なメールアドレスを指定してください。"
#: templates/part.contact.php:64 #: templates/part.contact.php:64
msgid "Enter email address" msgid "Enter email address"
@ -701,7 +701,7 @@ msgstr "国名"
#: templates/part.edit_name_dialog.php:16 #: templates/part.edit_name_dialog.php:16
msgid "Addressbook" msgid "Addressbook"
msgstr "アドレスブック" msgstr "アドレス"
#: templates/part.edit_name_dialog.php:23 #: templates/part.edit_name_dialog.php:23
msgid "Hon. prefixes" msgid "Hon. prefixes"
@ -785,11 +785,11 @@ msgstr "コンタクトファイルをインポート"
#: templates/part.import.php:6 #: templates/part.import.php:6
msgid "Please choose the addressbook" msgid "Please choose the addressbook"
msgstr "アドレスブックを選択してください" msgstr "アドレスを選択してください"
#: templates/part.import.php:10 #: templates/part.import.php:10
msgid "create a new addressbook" msgid "create a new addressbook"
msgstr "新しいアドレスブックを作成" msgstr "新しいアドレスを作成"
#: templates/part.import.php:15 #: templates/part.import.php:15
msgid "Name of new addressbook" msgid "Name of new addressbook"
@ -801,7 +801,7 @@ msgstr "コンタクトをインポート"
#: templates/part.no_contacts.php:3 #: templates/part.no_contacts.php:3
msgid "You have no contacts in your addressbook." msgid "You have no contacts in your addressbook."
msgstr "アドレスブックに連絡先が登録されていません。" msgstr "アドレスに連絡先が登録されていません。"
#: templates/part.no_contacts.php:5 #: templates/part.no_contacts.php:5
msgid "Add contact" msgid "Add contact"
@ -813,7 +813,7 @@ msgstr "アドレス帳を設定"
#: templates/part.selectaddressbook.php:1 #: templates/part.selectaddressbook.php:1
msgid "Select Address Books" msgid "Select Address Books"
msgstr "連絡先を洗濯してください" msgstr "アドレス帳を選択してください"
#: templates/part.selectaddressbook.php:27 #: templates/part.selectaddressbook.php:27
msgid "Enter name" msgid "Enter name"
@ -857,7 +857,7 @@ msgstr "編集"
#: templates/settings.php:40 #: templates/settings.php:40
msgid "New Address Book" msgid "New Address Book"
msgstr "新規電話帳" msgstr "新規のアドレス帳"
#: templates/settings.php:41 #: templates/settings.php:41
msgid "Name" msgid "Name"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-15 03:21+0000\n" "PO-Revision-Date: 2012-08-16 05:33+0000\n"
"Last-Translator: ttyn <tetuyano+transi@gmail.com>\n" "Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\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"
@ -139,7 +139,7 @@ msgstr "推奨しません、テスト目的でのみ利用してください。
#: templates/settings.php:24 #: templates/settings.php:24
msgid "User Display Name Field" msgid "User Display Name Field"
msgstr "ユーザ名の表示に利用するフィールド" msgstr "ユーザ表示名のフィールド"
#: templates/settings.php:24 #: templates/settings.php:24
msgid "The LDAP attribute to use to generate the user`s ownCloud name." msgid "The LDAP attribute to use to generate the user`s ownCloud name."
@ -147,7 +147,7 @@ msgstr "ユーザのownCloud名の生成に利用するLDAP属性。"
#: templates/settings.php:25 #: templates/settings.php:25
msgid "Group Display Name Field" msgid "Group Display Name Field"
msgstr "グループ名の表示に利用するフィールド" msgstr "グループ表示名のフィールド"
#: templates/settings.php:25 #: templates/settings.php:25
msgid "The LDAP attribute to use to generate the groups`s ownCloud name." msgid "The LDAP attribute to use to generate the groups`s ownCloud name."

View File

@ -8,8 +8,8 @@ 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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-15 02:59+0000\n" "PO-Revision-Date: 2012-08-16 05:28+0000\n"
"Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\n" "Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\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"
@ -32,12 +32,12 @@ msgstr "エラーが発生しました"
#: templates/settings.php:2 #: templates/settings.php:2
msgid "Export your user account" msgid "Export your user account"
msgstr "あなたのユーザアカウントをエクスポート" msgstr "ユーザアカウントのエクスポート"
#: templates/settings.php:3 #: templates/settings.php:3
msgid "" msgid ""
"This will create a compressed file that contains your ownCloud account." "This will create a compressed file that contains your ownCloud account."
msgstr "あなたのownCloudアカウントを含む圧縮形式のファイルを生成します。" msgstr "あなたのownCloudアカウントを含む圧縮ファイルを生成します。"
#: templates/settings.php:13 #: templates/settings.php:13
msgid "Import user account" msgid "Import user account"

View File

@ -8,8 +8,8 @@ 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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-15 00:23+0000\n" "PO-Revision-Date: 2012-08-16 20:55+0000\n"
"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n" "Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -22,48 +22,48 @@ msgstr ""
msgid "" msgid ""
"The php-json module is needed by the many applications for inter " "The php-json module is needed by the many applications for inter "
"communications" "communications"
msgstr "Modul php-json je potrebem" msgstr "Modul php-json je potreben za medsebojno komunikacijo veliko aplikacij."
#: settings.php:39 #: settings.php:39
msgid "" msgid ""
"The php-curl modude is needed to fetch the page title when adding a " "The php-curl modude is needed to fetch the page title when adding a "
"bookmarks" "bookmarks"
msgstr "" msgstr "Modul php-curl je potreben za pridobivanje naslova strani pri dodajanju zaznamkov."
#: settings.php:45 #: settings.php:45
msgid "The php-gd module is needed to create thumbnails of your images" msgid "The php-gd module is needed to create thumbnails of your images"
msgstr "" msgstr "Modul php-gd je potreben za ustvarjanje sličic za predogled."
#: settings.php:51 #: settings.php:51
msgid "The php-ldap module is needed connect to your ldap server" msgid "The php-ldap module is needed connect to your ldap server"
msgstr "" msgstr "Modul php-ldap je potreben za povezavo z vašim ldap strežnikom."
#: settings.php:57 #: settings.php:57
msgid "The php-zip module is needed download multiple files at once" msgid "The php-zip module is needed download multiple files at once"
msgstr "" msgstr "Modul php-zip je potreben za prenašanje večih datotek hkrati."
#: settings.php:63 #: settings.php:63
msgid "" msgid ""
"The php-mb_multibyte module is needed to manage correctly the encoding." "The php-mb_multibyte module is needed to manage correctly the encoding."
msgstr "" msgstr "Modul php-mb_multibyte je potreben za pravilno upravljanje kodiranja."
#: settings.php:69 #: settings.php:69
msgid "The php-ctype module is needed validate data." msgid "The php-ctype module is needed validate data."
msgstr "" msgstr "Modul php-ctype je potreben za preverjanje veljavnosti podatkov."
#: settings.php:75 #: settings.php:75
msgid "The php-xml module is needed to share files with webdav." msgid "The php-xml module is needed to share files with webdav."
msgstr "" msgstr "Modul php-xml je potreben za izmenjavo datotek preko protokola WebDAV."
#: settings.php:81 #: settings.php:81
msgid "" msgid ""
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve" "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve"
" knowledge base from OCS servers" " knowledge base from OCS servers"
msgstr "" msgstr "Direktiva allow_url_fopen v vaši php.ini datoteki mora biti nastavljena na 1, če želite omogočiti dostop do zbirke znanja na strežnikih OCS."
#: settings.php:87 #: settings.php:87
msgid "The php-pdo module is needed to store owncloud data into a database." msgid "The php-pdo module is needed to store owncloud data into a database."
msgstr "" msgstr "Modul php-pdo je potreben za shranjevanje ownCloud podatkov v podatkovno zbirko."
#: templates/settings.php:2 #: templates/settings.php:2
msgid "Dependencies status" msgid "Dependencies status"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-16 00:05+0000\n" "PO-Revision-Date: 2012-08-16 20:56+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\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"
@ -291,7 +291,7 @@ msgstr "Nekateri stiki so označeni za izbris, vendar še niso izbrisani. Prosim
#: js/contacts.js:1461 #: js/contacts.js:1461
msgid "Do you want to merge these address books?" msgid "Do you want to merge these address books?"
msgstr "" msgstr "Ali želite združiti adresarje?"
#: js/loader.js:49 #: js/loader.js:49
msgid "Result: " msgid "Result: "

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -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-08-16 02:04+0200\n" "POT-Creation-Date: 2012-08-17 00:44+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"

View File

@ -8,8 +8,8 @@ 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-08-15 02:02+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-14 13:17+0000\n" "PO-Revision-Date: 2012-08-16 12:24+0000\n"
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\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"
@ -22,38 +22,38 @@ msgstr ""
msgid "" msgid ""
"The php-json module is needed by the many applications for inter " "The php-json module is needed by the many applications for inter "
"communications" "communications"
msgstr "" msgstr "โมดูล php-json จำเป็นต้องใช้สำหรับแอพพลิเคชั่นหลายๆตัวเพื่อการเชื่อมต่อสากล"
#: settings.php:39 #: settings.php:39
msgid "" msgid ""
"The php-curl modude is needed to fetch the page title when adding a " "The php-curl modude is needed to fetch the page title when adding a "
"bookmarks" "bookmarks"
msgstr "" msgstr "โมดูล php-curl จำเป็นต้องใช้สำหรับดึงข้อมูลชื่อหัวเว็บเมื่อเพิ่มเข้าไปยังรายการโปรด"
#: settings.php:45 #: settings.php:45
msgid "The php-gd module is needed to create thumbnails of your images" msgid "The php-gd module is needed to create thumbnails of your images"
msgstr "" msgstr "โมดูล php-gd จำเป็นต้องใช้สำหรับสร้างรูปภาพขนาดย่อของรูปภาพของคุณ"
#: settings.php:51 #: settings.php:51
msgid "The php-ldap module is needed connect to your ldap server" msgid "The php-ldap module is needed connect to your ldap server"
msgstr "" msgstr "โมดูล php-ldap จำเป็นต้องใช้สำหรับการเชื่อมต่อกับเซิร์ฟเวอร์ ldap ของคุณ"
#: settings.php:57 #: settings.php:57
msgid "The php-zip module is needed download multiple files at once" msgid "The php-zip module is needed download multiple files at once"
msgstr "" msgstr "โมดูล php-zip จำเป็นต้องใช้สำหรับดาวน์โหลดไฟล์พร้อมกันหลายๆไฟล์ในครั้งเดียว"
#: settings.php:63 #: settings.php:63
msgid "" msgid ""
"The php-mb_multibyte module is needed to manage correctly the encoding." "The php-mb_multibyte module is needed to manage correctly the encoding."
msgstr "" msgstr "โมดูล php-mb_multibyte จำเป็นต้องใช้สำหรับการจัดการการแปลงรหัสไฟล์อย่างถูกต้อง"
#: settings.php:69 #: settings.php:69
msgid "The php-ctype module is needed validate data." msgid "The php-ctype module is needed validate data."
msgstr "" msgstr "โมดูล php-ctype จำเป็นต้องใช้สำหรับตรวจสอบความถูกต้องของข้อมูล"
#: settings.php:75 #: settings.php:75
msgid "The php-xml module is needed to share files with webdav." msgid "The php-xml module is needed to share files with webdav."
msgstr "" msgstr "โมดูล php-xml จำเป็นต้องใช้สำหรับแชร์ไฟล์ด้วย webdav"
#: settings.php:81 #: settings.php:81
msgid "" msgid ""
@ -63,7 +63,7 @@ msgstr ""
#: settings.php:87 #: settings.php:87
msgid "The php-pdo module is needed to store owncloud data into a database." msgid "The php-pdo module is needed to store owncloud data into a database."
msgstr "" msgstr "โมดูล php-pdo จำเป็นต้องใช้สำหรับจัดเก็บข้อมูลใน owncloud เข้าไปไว้ยังฐานข้อมูล"
#: templates/settings.php:2 #: templates/settings.php:2
msgid "Dependencies status" msgid "Dependencies status"

View File

@ -8,8 +8,8 @@ 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-08-15 02:03+0200\n" "POT-Creation-Date: 2012-08-17 00:44+0200\n"
"PO-Revision-Date: 2012-08-14 15:30+0000\n" "PO-Revision-Date: 2012-08-16 12:20+0000\n"
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\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"
@ -29,7 +29,7 @@ msgstr ""
#: templates/settings.php:9 #: templates/settings.php:9
msgid "Base DN" msgid "Base DN"
msgstr "" msgstr "DN ฐาน"
#: templates/settings.php:9 #: templates/settings.php:9
msgid "You can specify Base DN for users and groups in the Advanced tab" msgid "You can specify Base DN for users and groups in the Advanced tab"
@ -37,7 +37,7 @@ msgstr ""
#: templates/settings.php:10 #: templates/settings.php:10
msgid "User DN" msgid "User DN"
msgstr "" msgstr "DN ของผู้ใช้งาน"
#: templates/settings.php:10 #: templates/settings.php:10
msgid "" msgid ""
@ -52,7 +52,7 @@ msgstr "รหัสผ่าน"
#: templates/settings.php:11 #: templates/settings.php:11
msgid "For anonymous access, leave DN and Password empty." msgid "For anonymous access, leave DN and Password empty."
msgstr "" msgstr "สำหรับการเข้าถึงโดยบุคคลนิรนาม ให้เว้นว่าง DN และรหัสผ่านไว้"
#: templates/settings.php:12 #: templates/settings.php:12
msgid "User Login Filter" msgid "User Login Filter"
@ -124,7 +124,7 @@ msgstr ""
#: templates/settings.php:23 #: templates/settings.php:23
msgid "Turn off SSL certificate validation." msgid "Turn off SSL certificate validation."
msgstr "" msgstr "ปิดใช้งานการตรวจสอบความถูกต้องของใบรับรองความปลอดภัย SSL"
#: templates/settings.php:23 #: templates/settings.php:23
msgid "" msgid ""
@ -138,7 +138,7 @@ msgstr "ไม่แนะนำให้ใช้งาน, ใช้สำห
#: templates/settings.php:24 #: templates/settings.php:24
msgid "User Display Name Field" msgid "User Display Name Field"
msgstr "" msgstr "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ"
#: templates/settings.php:24 #: templates/settings.php:24
msgid "The LDAP attribute to use to generate the user`s ownCloud name." msgid "The LDAP attribute to use to generate the user`s ownCloud name."
@ -146,7 +146,7 @@ msgstr ""
#: templates/settings.php:25 #: templates/settings.php:25
msgid "Group Display Name Field" msgid "Group Display Name Field"
msgstr "" msgstr "ช่องแสดงชื่อกลุ่มที่ต้องการ"
#: templates/settings.php:25 #: templates/settings.php:25
msgid "The LDAP attribute to use to generate the groups`s ownCloud name." msgid "The LDAP attribute to use to generate the groups`s ownCloud name."