diff --git a/apps/admin_dependencies_chk/l10n/de.php b/apps/admin_dependencies_chk/l10n/de.php new file mode 100644 index 0000000000..0160916809 --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/de.php @@ -0,0 +1,14 @@ + "Das Modul php-json wird von vielen Anwendungen zur internen Kommunikation benötigt.", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Das Modul php-curl wird benötigt, um den Titel der Seite für die Lesezeichen hinzuzufügen.", +"The php-gd module is needed to create thumbnails of your images" => "Das Modul php-gd wird für die Erzeugung der Vorschaubilder benötigt.", +"The php-ldap module is needed connect to your ldap server" => "Das Modul php-ldap wird für die Verbindung mit dem LDAP-Server benötigt.", +"The php-zip module is needed download multiple files at once" => "Das Modul php-zip wird für den gleichzeitigen Download mehrerer Dateien benötigt.", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Das Modul php_mb_multibyte wird benötigt, um das Encoding richtig zu handhaben.", +"The php-ctype module is needed validate data." => "Das Modul php-ctype wird benötigt, um Daten zu prüfen.", +"The php-xml module is needed to share files with webdav." => "Das Modul php-xml wird benötigt, um Dateien über WebDAV zu teilen.", +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Die Richtlinie allow_url_fopen in Ihrer php.ini sollte auf 1 gesetzt werden, um die Wissensbasis vom OCS-Server abrufen.", +"The php-pdo module is needed to store owncloud data into a database." => "Das Modul php-pdo wird benötigt, um Daten in der Datenbank zu speichern.", +"Dependencies status" => "Status der Abhängigkeiten", +"Used by :" => "Benutzt von:" +); diff --git a/apps/admin_dependencies_chk/l10n/fr.php b/apps/admin_dependencies_chk/l10n/fr.php new file mode 100644 index 0000000000..1b195b78bb --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/fr.php @@ -0,0 +1,14 @@ + "Le module php-json est requis pour l'inter-communication de nombreux modules.", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Le module php-curl est requis afin de rapatrier le titre des pages lorsque vous ajoutez un marque-pages.", +"The php-gd module is needed to create thumbnails of your images" => "Le module php-gd est requis afin de permettre la création d'aperçus pour vos images.", +"The php-ldap module is needed connect to your ldap server" => "Le module php-ldap est requis afin de permettre la connexion à votre serveur ldap.", +"The php-zip module is needed download multiple files at once" => "Le module php-zip est requis pour le téléchargement simultané de plusieurs fichiers.", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Le module php-mb_multibyte est requis pour une gestion correcte des encodages.", +"The php-ctype module is needed validate data." => "Le module php-ctype est requis pour la validation des données.", +"The php-xml module is needed to share files with webdav." => "Le module php-xml est requis pour le partage de fichiers via webdav.", +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "La directive allow_url_fopen de votre fichier php.ini doit être à la valeur 1 afin de permettre le rapatriement de la base de connaissance depuis les serveurs OCS.", +"The php-pdo module is needed to store owncloud data into a database." => "le module php-pdo est requis pour le stockage des données ownCloud en base de données.", +"Dependencies status" => "Statut des dépendances", +"Used by :" => "Utilisé par :" +); diff --git a/apps/admin_dependencies_chk/l10n/it.php b/apps/admin_dependencies_chk/l10n/it.php new file mode 100644 index 0000000000..00aeae205b --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/it.php @@ -0,0 +1,13 @@ + "Il modulo php-json è richiesto per l'intercomunicazione di diverse applicazioni", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Il modulo php-curl è richiesto per scaricare il titolo della pagina quando si aggiunge un segnalibro", +"The php-gd module is needed to create thumbnails of your images" => "Il modulo php-gd è richiesto per creare miniature delle tue immagini", +"The php-ldap module is needed connect to your ldap server" => "Il modulo php-ldap è richiesto per collegarsi a un server ldap", +"The php-zip module is needed download multiple files at once" => "Il modulo php-zip è richiesto per scaricare diversi file contemporaneamente", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Il modulo php-mb_multibyte è richiesto per gestire correttamente la codifica.", +"The php-ctype module is needed validate data." => "Il modulo php-ctype è richiesto per la validazione dei dati.", +"The php-xml module is needed to share files with webdav." => "Il modulo php-xml è richiesto per condividere i file con webdav.", +"The php-pdo module is needed to store owncloud data into a database." => "Il modulo php-pdo è richiesto per archiviare i dati di ownCloud in un database.", +"Dependencies status" => "Stato delle dipendenze", +"Used by :" => "Usato da:" +); diff --git a/apps/admin_dependencies_chk/l10n/th_TH.php b/apps/admin_dependencies_chk/l10n/th_TH.php new file mode 100644 index 0000000000..338397cb57 --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/th_TH.php @@ -0,0 +1,3 @@ + "ใช้งานโดย:" +); diff --git a/apps/admin_migrate/l10n/de.php b/apps/admin_migrate/l10n/de.php new file mode 100644 index 0000000000..d42179b75a --- /dev/null +++ b/apps/admin_migrate/l10n/de.php @@ -0,0 +1,5 @@ + "Diese ownCloud-Instanz exportieren.", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Dies wird eine komprimierte Datei erzeugen, welche die Daten dieser ownCloud-Instanz enthält.\n Bitte wählen Sie den Exporttyp:", +"Export" => "Exportieren" +); diff --git a/apps/admin_migrate/l10n/fr.php b/apps/admin_migrate/l10n/fr.php new file mode 100644 index 0000000000..0cf0a444b0 --- /dev/null +++ b/apps/admin_migrate/l10n/fr.php @@ -0,0 +1,5 @@ + "Exporter cette instance ownCloud", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Ceci va créer une archive compressée contenant les données de cette instance ownCloud.\n Veuillez choisir le type d'export :", +"Export" => "Exporter" +); diff --git a/apps/admin_migrate/l10n/it.php b/apps/admin_migrate/l10n/it.php new file mode 100644 index 0000000000..78d2074bca --- /dev/null +++ b/apps/admin_migrate/l10n/it.php @@ -0,0 +1,5 @@ + "Esporta questa istanza di ownClou", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Questa operazione creerà un file compresso che contiene i dati dell'istanza di ownCloud. Scegli il tipo di esportazione:", +"Export" => "Esporta" +); diff --git a/apps/admin_migrate/l10n/th_TH.php b/apps/admin_migrate/l10n/th_TH.php new file mode 100644 index 0000000000..9dfaca15b5 --- /dev/null +++ b/apps/admin_migrate/l10n/th_TH.php @@ -0,0 +1,5 @@ + "ส่งออกข้อมูลค่าสมมุติของ ownCloud นี้", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "ส่วนนี้จะเป็นการสร้างไฟล์บีบอัดที่บรรจุข้อมูลค่าสมมุติของ ownCloud.\n กรุณาเลือกชนิดของการส่งออกข้อมูล:", +"Export" => "ส่งออก" +); diff --git a/apps/bookmarks/l10n/th_TH.php b/apps/bookmarks/l10n/th_TH.php new file mode 100644 index 0000000000..64a148efab --- /dev/null +++ b/apps/bookmarks/l10n/th_TH.php @@ -0,0 +1,12 @@ + "รายการโปรด", +"unnamed" => "ยังไม่มีชื่อ", +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว", +"Read later" => "อ่านภายหลัง", +"Address" => "ที่อยู่", +"Title" => "ชื่อ", +"Tags" => "ป้ายกำกับ", +"Save bookmark" => "บันทึกรายการโปรด", +"You have no bookmarks" => "คุณยังไม่มีรายการโปรด", +"Bookmarklet
" => "Bookmarklet
" +); diff --git a/apps/calendar/l10n/de.php b/apps/calendar/l10n/de.php index 4ff0d72204..cd148d757f 100644 --- a/apps/calendar/l10n/de.php +++ b/apps/calendar/l10n/de.php @@ -183,6 +183,7 @@ "Start week on" => "Erster Wochentag", "Cache" => "Zwischenspeicher", "Clear cache for repeating events" => "Lösche den Zwischenspeicher für wiederholende Veranstaltungen", +"URLs" => "URLs", "Calendar CalDAV syncing addresses" => "CalDAV-Kalender gleicht Adressen ab", "more info" => "weitere Informationen", "Primary address (Kontact et al)" => "Primäre Adresse (Kontakt u.a.)", diff --git a/apps/calendar/l10n/th_TH.php b/apps/calendar/l10n/th_TH.php index 8d09fa162d..0b92a623d4 100644 --- a/apps/calendar/l10n/th_TH.php +++ b/apps/calendar/l10n/th_TH.php @@ -1,7 +1,13 @@ "ไม่ใช่ปฏิทินทั้งหมดที่จะถูกจัดเก็บข้อมูลไว้ในหน่วยความจำแคชอย่างสมบูรณ์", +"Everything seems to be completely cached" => "ทุกสิ่งทุกอย่างได้ถูกเก็บเข้าไปไว้ในหน่วยความจำแคชอย่างสมบูรณ์แล้ว", "No calendars found." => "ไม่พบปฏิทินที่ต้องการ", "No events found." => "ไม่พบกิจกรรมที่ต้องการ", "Wrong calendar" => "ปฏิทินไม่ถูกต้อง", +"The file contained either no events or all events are already saved in your calendar." => "ไฟล์ดังกล่าวบรรจุข้อมูลกิจกรรมที่มีอยู่แล้วในปฏิทินของคุณ", +"events has been saved in the new calendar" => "กิจกรรมได้ถูกบันทึกไปไว้ในปฏิทินที่สร้างขึ้นใหม่แล้ว", +"Import failed" => "การนำเข้าข้อมูลล้มเหลว", +"events has been saved in your calendar" => "กิจกรรมได้ถูกบันทึกเข้าไปไว้ในปฏิทินของคุณแล้ว", "New Timezone:" => "สร้างโซนเวลาใหม่:", "Timezone changed" => "โซนเวลาถูกเปลี่ยนแล้ว", "Invalid request" => "คำร้องขอไม่ถูกต้อง", @@ -27,6 +33,7 @@ "Projects" => "โครงการ", "Questions" => "คำถาม", "Work" => "งาน", +"by" => "โดย", "unnamed" => "ไม่มีชื่อ", "New Calendar" => "สร้างปฏิทินใหม่", "Does not repeat" => "ไม่ต้องทำซ้ำ", @@ -73,6 +80,25 @@ "by day and month" => "ตามวันและเดือน", "Date" => "วันที่", "Cal." => "คำนวณ", +"Sun." => "อา.", +"Mon." => "จ.", +"Tue." => "อ.", +"Wed." => "พ.", +"Thu." => "พฤ.", +"Fri." => "ศ.", +"Sat." => "ส.", +"Jan." => "ม.ค.", +"Feb." => "ก.พ.", +"Mar." => "มี.ค.", +"Apr." => "เม.ย.", +"May." => "พ.ค.", +"Jun." => "มิ.ย.", +"Jul." => "ก.ค.", +"Aug." => "ส.ค.", +"Sep." => "ก.ย.", +"Oct." => "ต.ค.", +"Nov." => "พ.ย.", +"Dec." => "ธ.ค.", "All day" => "ทั้งวัน", "Missing fields" => "ช่องฟิลด์เกิดการสูญหาย", "Title" => "ชื่อกิจกรรม", @@ -86,6 +112,7 @@ "Month" => "เดือน", "List" => "รายการ", "Today" => "วันนี้", +"Settings" => "ตั้งค่า", "Your calendars" => "ปฏิทินของคุณ", "CalDav Link" => "ลิงค์ CalDav", "Shared calendars" => "ปฏิทินที่เปิดแชร์", @@ -136,7 +163,10 @@ "occurrences" => "จำนวนที่ปรากฏ", "create a new calendar" => "สร้างปฏิทินใหม่", "Import a calendar file" => "นำเข้าไฟล์ปฏิทิน", +"Please choose a calendar" => "กรุณาเลือกปฏิทิน", "Name of new calendar" => "ชื่อของปฏิทิน", +"Take an available name!" => "เลือกชื่อที่ต้องการ", +"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "ปฏิทินชื่อดังกล่าวถูกใช้งานไปแล้ว หากคุณยังดำเนินการต่อไป ปฏิทินดังกล่าวนี้จะถูกผสานข้อมูลเข้าด้วยกัน", "Import" => "นำเข้าข้อมูล", "Close Dialog" => "ปิดกล่องข้อความโต้ตอบ", "Create a new event" => "สร้างกิจกรรมใหม่", @@ -144,9 +174,21 @@ "No categories selected" => "ยังไม่ได้เลือกหมวดหมู่", "of" => "ของ", "at" => "ที่", +"General" => "ทั่วไป", "Timezone" => "โซนเวลา", +"Update timezone automatically" => "อัพเดทโซนเวลาอัตโนมัติ", +"Time format" => "รูปแบบเวลา", "24h" => "24 ช.ม.", "12h" => "12 ช.ม.", +"Start week on" => "เริ่มต้นสัปดาห์ด้วย", +"Cache" => "หน่วยความจำแคช", +"Clear cache for repeating events" => "ล้างข้อมูลในหน่วยความจำแคชสำหรับกิจกรรมที่ซ้ำซ้อน", +"URLs" => "URLs", +"Calendar CalDAV syncing addresses" => "ที่อยู่ที่ใช้สำหรับเชื่อมข้อมูลปฏิทิน CalDAV", +"more info" => "ข้อมูลเพิ่มเติม", +"Primary address (Kontact et al)" => "ที่อยู่หลัก (Kontact et al)", +"iOS/OS X" => "iOS/OS X", +"Read only iCalendar link(s)" => "อ่านเฉพาะลิงก์ iCalendar เท่านั้น", "Users" => "ผู้ใช้งาน", "select users" => "เลือกผู้ใช้งาน", "Editable" => "สามารถแก้ไขได้", diff --git a/apps/contacts/l10n/th_TH.php b/apps/contacts/l10n/th_TH.php index 553271d88f..7a4989986f 100644 --- a/apps/contacts/l10n/th_TH.php +++ b/apps/contacts/l10n/th_TH.php @@ -10,9 +10,11 @@ "No contacts found." => "ไม่พบข้อมูลการติดต่อที่ต้องการ", "There was an error adding the contact." => "เกิดข้อผิดพลาดในการเพิ่มรายชื่อผู้ติดต่อใหม่", "element name is not set." => "ยังไม่ได้กำหนดชื่อ", +"Could not parse contact: " => "ไม่สามารถแจกแจงรายชื่อผู้ติดต่อได้", "Cannot add empty property." => "ไม่สามารถเพิ่มรายละเอียดที่ไม่มีข้อมูลได้", "At least one of the address fields has to be filled out." => "อย่างน้อยที่สุดช่องข้อมูลที่อยู่จะต้องถูกกรอกลงไป", "Trying to add duplicate property: " => "พยายามที่จะเพิ่มทรัพยากรที่ซ้ำซ้อนกัน: ", +"Error adding contact property: " => "เกิดข้อผิดพลาดในการเพิ่มคุณสมบัติข้อมูลผู้ติดต่อ", "Information about vCard is incorrect. Please reload the page." => "ข้อมูลเกี่ยวกับ vCard ไม่ถูกต้อง กรุณาโหลดหน้าเวปใหม่อีกครั้ง", "Error deleting contact property." => "เกิดข้อผิดพลาดในการลบรายละเอียดการติดต่อ", "Missing ID" => "รหัสสูญหาย", @@ -57,10 +59,14 @@ "Edit name" => "แก้ไขชื่อ", "No files selected for upload." => "ยังไม่ได้เลือกไฟล์ำสำหรับอัพโหลด", "The file you are trying to upload exceed the maximum size for file uploads on this server." => "ไฟล์ที่คุณกำลังพยายามที่จะอัพโหลดมีขนาดเกินจำนวนสูงสุดที่สามารถอัพโหลดได้สำหรับเซิร์ฟเวอร์นี้", +"Error loading profile picture." => "เกิดข้อผิดพลาดในการโหลดรูปภาพประจำตัว", "Select type" => "เลือกชนิด", +"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "ข้อมูลผู้ติดต่อบางรายการได้ถูกทำเครื่องหมายสำหรับลบทิ้งเอาไว้, แต่ยังไม่ได้ถูกลบทิ้ง, กรุณารอให้รายการดังกล่าวถูกลบทิ้งเสียก่อน", "Result: " => "ผลลัพธ์: ", " imported, " => " นำเข้าข้อมูลแล้ว, ", " failed." => " ล้มเหลว.", +"Displayname cannot be empty." => "ชื่อที่ใช้แสดงไม่สามารถเว้นว่างได้", +"Addressbook not found: " => "ไม่พบสมุดบันทึกที่อยู่ที่ต้องการ", "This is not your addressbook." => "นี่ไม่ใช่สมุดบันทึกที่อยู่ของคุณ", "Contact could not be found." => "ไม่พบข้อมูลการติดต่อ", "Address" => "ที่อยู่", @@ -78,12 +84,38 @@ "Pager" => "เพจเจอร์", "Internet" => "อินเทอร์เน็ต", "Birthday" => "วันเกิด", +"Business" => "ธุรกิจ", +"Call" => "โทร", +"Clients" => "ลูกค้า", +"Deliverer" => "ผู้จัดส่ง", +"Holidays" => "วันหยุด", +"Ideas" => "ไอเดีย", +"Journey" => "การเดินทาง", +"Jubilee" => "งานเฉลิมฉลอง", +"Meeting" => "ประชุม", +"Other" => "อื่นๆ", +"Personal" => "ส่วนตัว", +"Projects" => "โปรเจค", +"Questions" => "คำถาม", "{name}'s Birthday" => "วันเกิดของ {name}", "Contact" => "ข้อมูลการติดต่อ", "Add Contact" => "เพิ่มรายชื่อผู้ติดต่อใหม่", "Import" => "นำเข้า", +"Settings" => "ตั้งค่า", "Addressbooks" => "สมุดบันทึกที่อยู่", "Close" => "ปิด", +"Keyboard shortcuts" => "ปุ่มลัด", +"Navigation" => "ระบบเมนู", +"Next contact in list" => "ข้อมูลผู้ติดต่อถัดไปในรายการ", +"Previous contact in list" => "ข้อมูลผู้ติดต่อก่อนหน้าในรายการ", +"Expand/collapse current addressbook" => "ขยาย/ย่อ สมุดบันทึกที่อยู่ปัจจุบัน", +"Next addressbook" => "สมุดบันทึกที่อยู่ถัดไป", +"Previous addressbook" => "สมุดบันทึกที่อยู่ก่อนหน้า", +"Actions" => "การกระทำ", +"Refresh contacts list" => "รีเฟรชรายชื่อผู้ติดต่อใหม่", +"Add new contact" => "เพิ่มข้อมูลผู้ติดต่อใหม่", +"Add new addressbook" => "เพิ่มสมุดบันทึกที่อยู่ใหม่", +"Delete current contact" => "ลบข้อมูลผู้ติดต่อปัจจุบัน", "Drop photo to upload" => "วางรูปภาพที่ต้องการอัพโหลด", "Delete current photo" => "ลบรูปภาพปัจจุบัน", "Edit current photo" => "แก้ไขรูปภาพปัจจุบัน", @@ -94,6 +126,9 @@ "Delete" => "ลบ", "Nickname" => "ชื่อเล่น", "Enter nickname" => "กรอกชื่อเล่น", +"Web site" => "เว็บไซต์", +"http://www.somesite.com" => "http://www.somesite.com", +"Go to web site" => "ไปที่เว็บไซต์", "dd-mm-yyyy" => "dd-mm-yyyy", "Groups" => "กลุ่ม", "Separate groups with commas" => "คั่นระหว่างรายชื่อกลุ่มด้วยเครื่องหมายจุลภาีคหรือคอมม่า", @@ -117,10 +152,15 @@ "Edit address" => "แก้ไขที่อยู่", "Type" => "ประเภท", "PO Box" => "ตู้ ปณ.", +"Street address" => "ที่อยู่", +"Street and number" => "ถนนและหมายเลข", "Extended" => "เพิ่ม", +"Apartment number etc." => "หมายเลขอพาร์ทเมนต์ ฯลฯ", "City" => "เมือง", "Region" => "ภูมิภาค", +"E.g. state or province" => "เช่น รัฐ หรือ จังหวัด", "Zipcode" => "รหัสไปรษณีย์", +"Postal code" => "รหัสไปรษณีย์", "Country" => "ประเทศ", "Addressbook" => "สมุดบันทึกที่อยู่", "Hon. prefixes" => "คำนำหน้าชื่อคนรัก", @@ -150,13 +190,21 @@ "You have no contacts in your addressbook." => "คุณยังไม่มีข้อมูลการติดต่อใดๆในสมุดบันทึกที่อยู่ของคุณ", "Add contact" => "เพิ่มชื่อผู้ติดต่อ", "Configure addressbooks" => "กำหนดค่าสมุดบันทึกที่อยู่", +"Select Address Books" => "เลือกสมุดบันทึกที่อยู่", +"Enter name" => "กรอกชื่อ", +"Enter description" => "กรอกคำอธิบาย", "CardDAV syncing addresses" => "ที่อยู่ที่ใช้เชื่อมข้อมูลกับ CardDAV", "more info" => "ข้อมูลเพิ่มเติม", "Primary address (Kontact et al)" => "ที่อยู่หลัก (สำหรับติดต่อ)", "iOS/OS X" => "iOS/OS X", +"Show CardDav link" => "แสดงลิงก์ CardDav", +"Show read-only VCF link" => "แสดงลิงก์ VCF สำหรับอ่านเท่านั้น", "Download" => "ดาวน์โหลด", "Edit" => "แก้ไข", "New Address Book" => "สร้างสมุดบันทึกข้อมูลการติดต่อใหม่", +"Name" => "ชื่อ", +"Description" => "คำอธิบาย", "Save" => "บันทึก", -"Cancel" => "ยกเลิก" +"Cancel" => "ยกเลิก", +"More..." => "เพิ่มเติม..." ); diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php index 0fd9e9a06c..99ab3c124b 100644 --- a/apps/files/l10n/sl.php +++ b/apps/files/l10n/sl.php @@ -9,6 +9,11 @@ "Files" => "Datoteke", "Unshare" => "Vzemi iz souporabe", "Delete" => "Izbriši", +"already exists" => "že obstaja", +"replace" => "nadomesti", +"cancel" => "ekliči", +"replaced" => "nadomeščen", +"with" => "z", "undo" => "razveljavi", "deleted" => "izbrisano", "generating ZIP-file, it may take some time." => "Ustvarjam ZIP datoteko. To lahko traja nekaj časa.", diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php index 4299c31a45..03a50fd711 100644 --- a/apps/files/l10n/th_TH.php +++ b/apps/files/l10n/th_TH.php @@ -7,7 +7,15 @@ "Missing a temporary folder" => "แฟ้มเอกสารชั่วคราวเกิดการสูญหาย", "Failed to write to disk" => "เขียนข้อมูลลงแผ่นดิสก์ล้มเหลว", "Files" => "ไฟล์", +"Unshare" => "ยกเลิกการแชร์ข้อมูล", "Delete" => "ลบ", +"already exists" => "มีอยู่แล้ว", +"replace" => "แทนที่", +"cancel" => "ยกเลิก", +"replaced" => "แทนที่แล้ว", +"with" => "กับ", +"undo" => "เลิกทำ", +"deleted" => "ลบแล้ว", "generating ZIP-file, it may take some time." => "กำลังสร้างไฟล์บีบอัด ZIP อาจใช้เวลาสักครู่", "Unable to upload your file as it is a directory or has 0 bytes" => "ไม่สามารถอัพโหลดไฟล์ของคุณได้ เนื่องจากไฟล์ดังกล่าวเป็นไดเร็กทอรี่หรือมีขนาด 0 ไบต์", "Upload Error" => "เกิดข้อผิดพลาดในการอัพโหลด", diff --git a/apps/files_encryption/l10n/fr.php b/apps/files_encryption/l10n/fr.php new file mode 100644 index 0000000000..c9367d1a31 --- /dev/null +++ b/apps/files_encryption/l10n/fr.php @@ -0,0 +1,6 @@ + "Chiffrement", +"Exclude the following file types from encryption" => "Ne pas chiffrer les fichiers dont les types sont les suivants", +"None" => "Aucun", +"Enable Encryption" => "Activer le chiffrement" +); diff --git a/apps/files_encryption/l10n/it.php b/apps/files_encryption/l10n/it.php new file mode 100644 index 0000000000..5136b06179 --- /dev/null +++ b/apps/files_encryption/l10n/it.php @@ -0,0 +1,6 @@ + "Cifratura", +"Exclude the following file types from encryption" => "Escludi i seguenti tipi di file dalla cifratura", +"None" => "Nessuna", +"Enable Encryption" => "Abilita cifratura" +); diff --git a/apps/files_encryption/l10n/th_TH.php b/apps/files_encryption/l10n/th_TH.php new file mode 100644 index 0000000000..c2685de6e3 --- /dev/null +++ b/apps/files_encryption/l10n/th_TH.php @@ -0,0 +1,6 @@ + "การเข้ารหัส", +"Exclude the following file types from encryption" => "ไม่ต้องรวมชนิดของไฟล์ดังต่อไปนี้จากการเข้ารหัส", +"None" => "ไม่ต้อง", +"Enable Encryption" => "เปิดใช้งานการเข้ารหัส" +); diff --git a/apps/files_external/l10n/de.php b/apps/files_external/l10n/de.php new file mode 100644 index 0000000000..45e5d32dfc --- /dev/null +++ b/apps/files_external/l10n/de.php @@ -0,0 +1,18 @@ + "Externer Speicher", +"Mount point" => "Mount-Point", +"Backend" => "Backend", +"Configuration" => "Konfiguration", +"Options" => "Optionen", +"Applicable" => "Zutreffend", +"Add mount point" => "Mount-Point hinzufügen", +"None set" => "Nicht definiert", +"All Users" => "Alle Benutzer", +"Groups" => "Gruppen", +"Users" => "Benutzer", +"Delete" => "Löschen", +"SSL root certificates" => "SSL-Root-Zertifikate", +"Import Root Certificate" => "Root-Zertifikate importieren", +"Enable User External Storage" => "Externer Speicher für Benutzer aktivieren", +"Allow users to mount their own external storage" => "Erlaubt Benutzern Ihre eigenen externen Speicher einzubinden" +); diff --git a/apps/files_external/l10n/fr.php b/apps/files_external/l10n/fr.php new file mode 100644 index 0000000000..b3e76c6350 --- /dev/null +++ b/apps/files_external/l10n/fr.php @@ -0,0 +1,18 @@ + "Stockage externe", +"Mount point" => "Point de montage", +"Backend" => "Infrastructure", +"Configuration" => "Configuration", +"Options" => "Options", +"Applicable" => "Disponible", +"Add mount point" => "Ajouter un point de montage", +"None set" => "Aucun spécifié", +"All Users" => "Tous les utilisateurs", +"Groups" => "Groupes", +"Users" => "Utilisateurs", +"Delete" => "Supprimer", +"SSL root certificates" => "Certificats racine SSL", +"Import Root Certificate" => "Importer un certificat racine", +"Enable User External Storage" => "Activer le stockage externe pour les utilisateurs", +"Allow users to mount their own external storage" => "Autoriser les utilisateurs à monter leur propre stockage externe" +); diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php new file mode 100644 index 0000000000..927499b017 --- /dev/null +++ b/apps/files_external/l10n/it.php @@ -0,0 +1,18 @@ + "Archiviazione esterna", +"Mount point" => "Punto di mount", +"Backend" => "Motore", +"Configuration" => "Configurazione", +"Options" => "Opzioni", +"Applicable" => "Applicabile", +"Add mount point" => "Aggiungi punto di mount", +"None set" => "Nessuna impostazione", +"All Users" => "Tutti gli utenti", +"Groups" => "Gruppi", +"Users" => "Utenti", +"Delete" => "Elimina", +"SSL root certificates" => "Certificato principale per SSL", +"Import Root Certificate" => "Importa certificato principale", +"Enable User External Storage" => "Abilita la memoria esterna dell'utente", +"Allow users to mount their own external storage" => "Consente agli utenti di montare la propria memoria esterna" +); diff --git a/apps/files_external/l10n/sl.php b/apps/files_external/l10n/sl.php new file mode 100644 index 0000000000..6a96e2cd69 --- /dev/null +++ b/apps/files_external/l10n/sl.php @@ -0,0 +1,9 @@ + "Vsi uporabniki", +"Groups" => "Skupine", +"Users" => "Uporabniki", +"Delete" => "Izbriši", +"SSL root certificates" => "SSL korenski certifikati", +"Import Root Certificate" => "Uvozi korenski certifikat", +"Enable User External Storage" => "Omogoči" +); diff --git a/apps/files_external/l10n/th_TH.php b/apps/files_external/l10n/th_TH.php new file mode 100644 index 0000000000..84a233046e --- /dev/null +++ b/apps/files_external/l10n/th_TH.php @@ -0,0 +1,18 @@ + "พื้นทีจัดเก็บข้อมูลจากภายนอก", +"Mount point" => "จุดชี้ตำแหน่ง", +"Backend" => "ด้านหลังระบบ", +"Configuration" => "การกำหนดค่า", +"Options" => "ตัวเลือก", +"Applicable" => "สามารถใช้งานได้", +"Add mount point" => "เพิ่มจุดชี้ตำแหน่ง", +"None set" => "ยังไม่มีการกำหนด", +"All Users" => "ผู้ใช้งานทั้งหมด", +"Groups" => "กลุ่ม", +"Users" => "ผู้ใช้งาน", +"Delete" => "ลบ", +"SSL root certificates" => "ใบรับรองความปลอดภัยด้วยระบบ SSL จาก Root", +"Import Root Certificate" => "นำเข้าข้อมูลใบรับรองความปลอดภัยจาก Root", +"Enable User External Storage" => "เปิดให้มีการใช้พื้นที่จัดเก็บข้อมูลของผู้ใช้งานจากภายนอกได้", +"Allow users to mount their own external storage" => "อนุญาตให้ผู้ใช้งานสามารถชี้ตำแหน่งไปที่พื้นที่จัดเก็บข้อมูลภายนอกของตนเองได้" +); diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php new file mode 100644 index 0000000000..d0526c0f3c --- /dev/null +++ b/apps/files_sharing/l10n/de.php @@ -0,0 +1,11 @@ + "Ihre geteilten Dateien", +"Item" => "Objekt", +"Shared With" => "Teilen mit", +"Permissions" => "Berechtigungen", +"Read" => "Lesen", +"Edit" => "Bearbeiten", +"Delete" => "Löschen", +"Enable Resharing" => "Austausch ermöglichen", +"Allow users to reshare files they don't own" => "Benutzer dürfen Dateien nochmals teilen, auch wenn sie nicht der Besitzer dieser Dateien sind." +); diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php new file mode 100644 index 0000000000..47219c0080 --- /dev/null +++ b/apps/files_sharing/l10n/fr.php @@ -0,0 +1,11 @@ + "Vos documents partagés", +"Item" => "Item", +"Shared With" => "Partagé avec", +"Permissions" => "Permissions", +"Read" => "Lecture", +"Edit" => "Édition", +"Delete" => "Effacement", +"Enable Resharing" => "Permettre le repartage", +"Allow users to reshare files they don't own" => "Permettre aux utilisateurs de repartager des fichiers dont ils ne sont pas propriétaires" +); diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php new file mode 100644 index 0000000000..5534dfca03 --- /dev/null +++ b/apps/files_sharing/l10n/it.php @@ -0,0 +1,9 @@ + "I tuoi file condivisi", +"Item" => "Elemento", +"Shared With" => "Condiviso con", +"Permissions" => "Permessi", +"Read" => "Lettura", +"Edit" => "Modifica", +"Delete" => "Eliminazione" +); diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php new file mode 100644 index 0000000000..a2a1a2b1a9 --- /dev/null +++ b/apps/files_sharing/l10n/sl.php @@ -0,0 +1,11 @@ + "Vaše datoteke v souporabi", +"Item" => "Predmet", +"Shared With" => "V souporabi z", +"Permissions" => "Dovoljenja", +"Read" => "Branje", +"Edit" => "Pisanje", +"Delete" => "Izbris", +"Enable Resharing" => "Omogoči nadaljnjo izmenjavo", +"Allow users to reshare files they don't own" => "Dovoli uporabnikom nadaljnjo izmenjavo tujih datotek" +); diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php new file mode 100644 index 0000000000..2ff9111234 --- /dev/null +++ b/apps/files_sharing/l10n/th_TH.php @@ -0,0 +1,11 @@ + "ไฟล์ของคุณที่แชร์ไว้", +"Item" => "ไอเท็ม", +"Shared With" => "แชร์พร้อมกับ", +"Permissions" => "สิทธิ์การเข้าใช้งาน", +"Read" => "อ่าน", +"Edit" => "แก้ไข", +"Delete" => "ลบ", +"Enable Resharing" => "เปิดให้มีการแชร์ใหม่อีกครั้งได้", +"Allow users to reshare files they don't own" => "อนุญาตให้ผู้ใช้งานสามารถแชร์ไฟล์ที่ไม่ได้เป็นเจ้าของใหม่ได้" +); diff --git a/apps/files_versions/l10n/de.php b/apps/files_versions/l10n/de.php new file mode 100644 index 0000000000..3d1a0a43f5 --- /dev/null +++ b/apps/files_versions/l10n/de.php @@ -0,0 +1,4 @@ + "Alle Versionen löschen", +"Enable Files Versioning" => "Datei-Versionierung aktivieren" +); diff --git a/apps/files_versions/l10n/fr.php b/apps/files_versions/l10n/fr.php new file mode 100644 index 0000000000..02209f543b --- /dev/null +++ b/apps/files_versions/l10n/fr.php @@ -0,0 +1,4 @@ + "Supprimer les versions intermédiaires", +"Enable Files Versioning" => "Activer le versionnage" +); diff --git a/apps/files_versions/l10n/it.php b/apps/files_versions/l10n/it.php new file mode 100644 index 0000000000..9711ce18aa --- /dev/null +++ b/apps/files_versions/l10n/it.php @@ -0,0 +1,4 @@ + "Scadenza di tutte le versioni", +"Enable Files Versioning" => "Abilita controllo di versione" +); diff --git a/apps/files_versions/l10n/th_TH.php b/apps/files_versions/l10n/th_TH.php new file mode 100644 index 0000000000..e880840f4b --- /dev/null +++ b/apps/files_versions/l10n/th_TH.php @@ -0,0 +1,4 @@ + "หมดอายุทุกรุ่น", +"Enable Files Versioning" => "เปิดใช้งานคุณสมบัติการแยกสถานะรุ่นหรือเวอร์ชั่นของไฟล์" +); diff --git a/apps/gallery/l10n/th_TH.php b/apps/gallery/l10n/th_TH.php index 34da8dc57f..9bb699e264 100644 --- a/apps/gallery/l10n/th_TH.php +++ b/apps/gallery/l10n/th_TH.php @@ -1,12 +1,7 @@ "รูปภาพ", -"Settings" => "ตั้งค่า", -"Rescan" => "ตรวจสอบอีกครั้ง", -"Stop" => "หยุด", -"Share" => "แชร์", -"Back" => "ย้อนกลับ", -"Remove confirmation" => "การยืนยันการลบ", -"Do you want to remove album" => "คุณต้องการลบอัลบั้มออกหรือไม่", -"Change album name" => "เปลี่ยนชื่ออัลบั้ม", -"New album name" => "ชื่อใหม่ของอัลบั้ม" +"Share gallery" => "แชร์ข้อมูลแกลอรี่", +"Error: " => "พบข้อผิดพลาด: ", +"Internal error" => "เกิดข้อผิดพลาดภายในระบบ", +"Slideshow" => "ภาพสไลด์โชว์" ); diff --git a/apps/tasks/l10n/de.php b/apps/tasks/l10n/de.php new file mode 100644 index 0000000000..50d0041d20 --- /dev/null +++ b/apps/tasks/l10n/de.php @@ -0,0 +1,24 @@ + "Datum/Uhrzeit ungültig", +"Tasks" => "Aufgaben", +"No category" => "Keine Kategorie", +"Unspecified" => "Nicht angegeben", +"1=highest" => "1=am höchsten", +"5=medium" => "5=Durchschnitt", +"9=lowest" => "9=am niedrigsten", +"Empty Summary" => "Leere Zusammenfassung", +"Invalid percent complete" => "Ungültige Prozent abgeschlossen", +"Invalid priority" => "Falsche Priorität", +"Add Task" => "Aufgabe hinzufügen", +"Order Due" => "Nach Fälligkeit sortieren", +"Order List" => "Nach Kategorie sortieren ", +"Order Complete" => "Nach Fertigstellung sortieren", +"Order Location" => "Nach Ort sortieren", +"Order Priority" => "Nach Priorität sortieren", +"Order Label" => "Nach Label sortieren", +"Loading tasks..." => "Lade Aufgaben...", +"Important" => "Wichtig", +"More" => "Mehr", +"Less" => "Weniger", +"Delete" => "Löschen" +); diff --git a/apps/tasks/l10n/fr.php b/apps/tasks/l10n/fr.php new file mode 100644 index 0000000000..0bac4a6577 --- /dev/null +++ b/apps/tasks/l10n/fr.php @@ -0,0 +1,18 @@ + "date/heure invalide", +"Tasks" => "Tâches", +"No category" => "Sans catégorie", +"Unspecified" => "Non spécifié", +"1=highest" => "1=le plus important", +"5=medium" => "5=importance moyenne", +"9=lowest" => "9=le moins important", +"Empty Summary" => "Résumé vide", +"Invalid percent complete" => "Pourcentage d'achèvement invalide", +"Invalid priority" => "Priorité invalide", +"Add Task" => "Ajouter une tâche", +"Loading tasks..." => "Chargement des tâches…", +"Important" => "Important", +"More" => "Plus", +"Less" => "Moins", +"Delete" => "Supprimer" +); diff --git a/apps/tasks/l10n/it.php b/apps/tasks/l10n/it.php new file mode 100644 index 0000000000..8467ff54eb --- /dev/null +++ b/apps/tasks/l10n/it.php @@ -0,0 +1,15 @@ + "Ora/Data non valida", +"Tasks" => "Attività", +"No category" => "Nessuna categoria", +"Unspecified" => "Non specificata", +"1=highest" => "1=massima", +"5=medium" => "5=media", +"9=lowest" => "9=minima", +"Invalid percent complete" => "Percentuale di completamento non valida", +"Invalid priority" => "Priorità non valida", +"Add Task" => "Aggiungi attività", +"Loading tasks..." => "Caricamento attività in corso...", +"Important" => "Importante", +"Delete" => "Elimina" +); diff --git a/apps/tasks/l10n/ro.php b/apps/tasks/l10n/ro.php new file mode 100644 index 0000000000..54958582f5 --- /dev/null +++ b/apps/tasks/l10n/ro.php @@ -0,0 +1,24 @@ + "Data/timpul invalid", +"Tasks" => "Sarcini", +"No category" => "Fără categorie", +"Unspecified" => "Nespecificat", +"1=highest" => "1=cel mai înalt", +"5=medium" => "5=mediu", +"9=lowest" => "9=cel mai jos", +"Empty Summary" => "Rezumat gol", +"Invalid percent complete" => "Completare procentuală greșită", +"Invalid priority" => "Prioritare greșită", +"Add Task" => "Adaugă sarcină", +"Order Due" => "Comandă până la", +"Order List" => "Lista de comenzi", +"Order Complete" => "Comandă executată", +"Order Location" => "Locația comenzii", +"Order Priority" => "Prioritarea comenzii", +"Order Label" => "Eticheta comenzii", +"Loading tasks..." => "Încărcare sarcini", +"Important" => "Important", +"More" => "Mai mult", +"Less" => "Mai puțin", +"Delete" => "Șterge" +); diff --git a/apps/tasks/l10n/sl.php b/apps/tasks/l10n/sl.php new file mode 100644 index 0000000000..7bef1894d1 --- /dev/null +++ b/apps/tasks/l10n/sl.php @@ -0,0 +1,14 @@ + "Neveljaven datum/čas", +"Tasks" => "Opravila", +"No category" => "Ni kategorije", +"Unspecified" => "Nedoločen", +"1=highest" => "1=najvišje", +"5=medium" => "5=srednje", +"9=lowest" => "9=najnižje", +"Empty Summary" => "Prazen povzetek", +"Invalid priority" => "Neveljavna prednost", +"Add Task" => "Dodaj opravilo", +"More" => "Več", +"Less" => "Manj" +); diff --git a/apps/tasks/l10n/th_TH.php b/apps/tasks/l10n/th_TH.php new file mode 100644 index 0000000000..e4212bf291 --- /dev/null +++ b/apps/tasks/l10n/th_TH.php @@ -0,0 +1,24 @@ + "วันที่ / เวลา ไม่ถูกต้อง", +"Tasks" => "งาน", +"No category" => "ไม่มีหมวดหมู่", +"Unspecified" => "ยังไม่ได้ระบุ", +"1=highest" => "1=สูงสุด", +"5=medium" => "5=ปานกลาง", +"9=lowest" => "9=ต่ำสุด", +"Empty Summary" => "ข้อมูลสรุปยังว่างอยู่", +"Invalid percent complete" => "สัดส่วนเปอร์เซ็นต์ความสมบูรณ์ไม่ถูกต้อง", +"Invalid priority" => "ความสำคัญไม่ถูกต้อง", +"Add Task" => "เพิ่มงานใหม่", +"Order Due" => "จัดเรียงตามกำหนดเวลา", +"Order List" => "จัดเรียงตามรายชื่อ", +"Order Complete" => "จัดเรียงตามความสมบูรณ์", +"Order Location" => "จัดเรียงตามตำแหน่งที่อยู่", +"Order Priority" => "จัดเรียงตามระดับความสำคัญ", +"Order Label" => "จัดเรียงตามป้ายชื่อ", +"Loading tasks..." => "กำลังโหลดข้อมูลงาน...", +"Important" => "สำคัญ", +"More" => "มาก", +"Less" => "น้อย", +"Delete" => "ลบ" +); diff --git a/apps/user_ldap/l10n/de.php b/apps/user_ldap/l10n/de.php new file mode 100644 index 0000000000..f52bfe8e7e --- /dev/null +++ b/apps/user_ldap/l10n/de.php @@ -0,0 +1,14 @@ + "Host", +"Password" => "Passwort", +"User Login Filter" => "Benutzer Login Filter", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Bestimmt den angewendeten Filter, wenn eine Anmeldung versucht wird. %%uid ersetzt den Benutzernamen bei dem Anmeldeversuch.", +"User List Filter" => "Benutzer Filter Liste", +"Group Filter" => "Gruppen Filter", +"Port" => "Port", +"Do not use it for SSL connections, it will fail." => "Verwenden Sie es nicht für SSL-Verbindungen, wird es scheitern.", +"Turn off SSL certificate validation." => "Schalte die SSL Zertifikatsprüfung aus.", +"in bytes" => "in bytes", +"in seconds. A change empties the cache." => "in Sekunden. Eine Änderung leert den Cache.", +"Help" => "Hilfe" +); diff --git a/apps/user_ldap/l10n/fr.php b/apps/user_ldap/l10n/fr.php new file mode 100644 index 0000000000..c2222f104e --- /dev/null +++ b/apps/user_ldap/l10n/fr.php @@ -0,0 +1,30 @@ + "Hôte", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas préfixez avec ldaps://", +"Base DN" => "DN de base", +"You can specify Base DN for users and groups in the Advanced tab" => "Vous pouvez spécifier le DN de base pour les utilisateurs et les groupes dans l'onglet Avancé", +"User DN" => "DN Utilisateur", +"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." => "Le DN de l'utilisateur client avec lequel la liaison doit se faire, par exemple uid=agent,dc=example,dc=com. Pour l'accès anonyme, laisser le DN et le mot de passe vides.", +"Password" => "Mot de passe", +"For anonymous access, leave DN and Password empty." => "Pour l'accès anonyme, laisser le DN et le mot de passe vides.", +"User Login Filter" => "Filtre d'identifiants utilisateur", +"User List Filter" => "Filtre d'utilisateurs", +"Defines the filter to apply, when retrieving users." => "Définit le filtre à appliquer lors de la récupération des utilisateurs.", +"without any placeholder, e.g. \"objectClass=person\"." => "sans élément de substitution, par exemple \"objectClass=person\".", +"Group Filter" => "Filtre de groupes", +"Defines the filter to apply, when retrieving groups." => "Définit le filtre à appliquer lors de la récupération des groupes.", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "sans élément de substitution, par exemple \"objectClass=posixGroup\".", +"Port" => "Port", +"Group-Member association" => "Association groupe-membre", +"Use TLS" => "Utiliser TLS", +"Do not use it for SSL connections, it will fail." => "Ne pas utiliser pour les connexions SSL, car cela échouera.", +"Case insensitve LDAP server (Windows)" => "Serveur LDAP insensible à la casse (Windows)", +"Turn off SSL certificate validation." => "Désactiver la validation du certificat SSL", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Si la connexion ne fonctionne qu'avec cette option, importez le certificat SSL du serveur LDAP dans le serveur ownCloud.", +"Not recommended, use for testing only." => "Non recommendé, utilisation pour tests uniquement.", +"The LDAP attribute to use to generate the user`s ownCloud name." => "L'attribut LDAP utilisé pour générer les noms d'utilisateurs d'ownCloud", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "L'attribut LDAP utilisé pour générer les noms de groupes d'ownCloud", +"in bytes" => "en octets", +"in seconds. A change empties the cache." => "en secondes. Tout changement vide le cache.", +"Help" => "Aide" +); diff --git a/apps/user_ldap/l10n/it.php b/apps/user_ldap/l10n/it.php new file mode 100644 index 0000000000..70c4bf4d08 --- /dev/null +++ b/apps/user_ldap/l10n/it.php @@ -0,0 +1,36 @@ + "Host", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "È possibile omettere il protocollo, ad eccezione se è necessario SSL. Quindi inizia con ldaps://", +"Base DN" => "DN base", +"You can specify Base DN for users and groups in the Advanced tab" => "Puoi specificare una DN base per gli utenti ed i gruppi nella scheda Avanzate", +"User DN" => "DN utente", +"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." => "Il DN per il client dell'utente con cui deve essere associato, ad esempio uid=agent,dc=example,dc=com. Per l'accesso anonimo, lasciare vuoti i campi DN e Password", +"Password" => "Password", +"For anonymous access, leave DN and Password empty." => "Per l'accesso anonimo, lasciare vuoti i campi DN e Password", +"User Login Filter" => "Filtro per il login utente", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Specifica quale filtro utilizzare quando si tenta il login. %%uid sostituisce il nome utente all'atto del login.", +"use %%uid placeholder, e.g. \"uid=%%uid\"" => "utilizza il segnaposto %%uid, per esempio \"uid=%%uid\"", +"User List Filter" => "Filtro per la lista utente", +"Defines the filter to apply, when retrieving users." => "Specifica quale filtro utilizzare durante il recupero degli utenti.", +"without any placeholder, e.g. \"objectClass=person\"." => "senza nessun segnaposto, per esempio \"objectClass=person\".", +"Group Filter" => "Filtro per il gruppo", +"Defines the filter to apply, when retrieving groups." => "Specifica quale filtro utilizzare durante il recupero dei gruppi.", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "senza nessun segnaposto, per esempio \"objectClass=posixGroup\".", +"Port" => "Porta", +"Base User Tree" => "Struttura base dell'utente", +"Base Group Tree" => "Struttura base del gruppo", +"Group-Member association" => "Associazione gruppo-utente ", +"Use TLS" => "Usa TLS", +"Do not use it for SSL connections, it will fail." => "Non utilizzare per le connessioni SSL, fallirà.", +"Case insensitve LDAP server (Windows)" => "Case insensitve LDAP server (Windows)", +"Turn off SSL certificate validation." => "Disattiva il controllo del certificato SSL.", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Se la connessione funziona esclusivamente con questa opzione, importa il certificato SSL del server LDAP nel tuo server ownCloud.", +"Not recommended, use for testing only." => "Non consigliato, utilizzare solo per test.", +"User Display Name Field" => "Campo per la visualizzazione del nome utente", +"The LDAP attribute to use to generate the user`s ownCloud name." => "L'attributo LDAP da usare per generare il nome dell'utente ownCloud.", +"Group Display Name Field" => "Campo per la visualizzazione del nome del gruppo", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "L'attributo LDAP da usare per generare il nome del gruppo ownCloud.", +"in bytes" => "in byte", +"in seconds. A change empties the cache." => "in secondi. Il cambio svuota la cache.", +"Help" => "Aiuto" +); diff --git a/apps/user_ldap/l10n/ro.php b/apps/user_ldap/l10n/ro.php new file mode 100644 index 0000000000..326e47f96f --- /dev/null +++ b/apps/user_ldap/l10n/ro.php @@ -0,0 +1,36 @@ + "Gazdă", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Puteți omite protocolul, decât dacă folosiți SSL. Atunci se începe cu ldaps://", +"Base DN" => "DN de bază", +"You can specify Base DN for users and groups in the Advanced tab" => "Puteți să specificați DN de bază pentru utilizatori și grupuri în fila Avansat", +"User DN" => "DN al utilizatorului", +"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." => "DN-ul clientului utilizator cu care se va efectua conectarea, d.e. uid=agent,dc=example,dc=com. Pentru acces anonim, lăsăți DN și Parolă libere.", +"Password" => "Parolă", +"For anonymous access, leave DN and Password empty." => "Pentru acces anonim, lăsați DN și Parolă libere.", +"User Login Filter" => "Filtrare după Nume Utilizator", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Definește fitrele care trebuie aplicate, când se încearcă conectarea. %%uid înlocuiește numele utilizatorului în procesul de conectare.", +"use %%uid placeholder, e.g. \"uid=%%uid\"" => "folosiți substituentul %%uid , d.e. \"uid=%%uid\"", +"User List Filter" => "Filtrarea după lista utilizatorilor", +"Defines the filter to apply, when retrieving users." => "Definește filtrele care trebui aplicate, când se peiau utilzatorii.", +"without any placeholder, e.g. \"objectClass=person\"." => "fără substituenți, d.e. \"objectClass=person\".", +"Group Filter" => "Fitrare Grup", +"Defines the filter to apply, when retrieving groups." => "Definește filtrele care se aplică, când se preiau grupurile.", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "fără substituenți, d.e. \"objectClass=posixGroup\"", +"Port" => "Portul", +"Base User Tree" => "Arborele de bază al Utilizatorilor", +"Base Group Tree" => "Arborele de bază al Grupurilor", +"Group-Member association" => "Asocierea Grup-Membru", +"Use TLS" => "Utilizează TLS", +"Do not use it for SSL connections, it will fail." => "A nu se utiliza pentru conexiuni SSL, va eșua.", +"Case insensitve LDAP server (Windows)" => "Server LDAP insensibil la majuscule (Windows)", +"Turn off SSL certificate validation." => "Oprește validarea certificatelor SSL ", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Dacă conexiunea lucrează doar cu această opțiune, importează certificatul SSL al serverului LDAP în serverul ownCloud.", +"Not recommended, use for testing only." => "Nu este recomandat, a se utiliza doar pentru testare.", +"User Display Name Field" => "Câmpul cu numele vizibil al utilizatorului", +"The LDAP attribute to use to generate the user`s ownCloud name." => "Atributul LDAP folosit pentru a genera numele de utilizator din ownCloud.", +"Group Display Name Field" => "Câmpul cu numele grupului", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "Atributul LDAP folosit pentru a genera numele grupurilor din ownCloud", +"in bytes" => "în octeți", +"in seconds. A change empties the cache." => "în secunde. O schimbare curăță memoria tampon.", +"Help" => "Ajutor" +); diff --git a/apps/user_ldap/l10n/th_TH.php b/apps/user_ldap/l10n/th_TH.php new file mode 100644 index 0000000000..8b2e6423ac --- /dev/null +++ b/apps/user_ldap/l10n/th_TH.php @@ -0,0 +1,10 @@ + "โฮสต์", +"Password" => "รหัสผ่าน", +"Group Filter" => "ตัวกรองข้อมูลกลุ่ม", +"Port" => "พอร์ต", +"Use TLS" => "ใช้ TLS", +"Not recommended, use for testing only." => "ไม่แนะนำให้ใช้งาน, ใช้สำหรับการทดสอบเท่านั้น", +"in bytes" => "ในหน่วยไบต์", +"Help" => "ช่วยเหลือ" +); diff --git a/apps/user_migrate/l10n/ca.php b/apps/user_migrate/l10n/ca.php index 6f1c77e417..6e423c01b0 100644 --- a/apps/user_migrate/l10n/ca.php +++ b/apps/user_migrate/l10n/ca.php @@ -2,9 +2,9 @@ "Export" => "Exporta", "Something went wrong while the export file was being generated" => "Alguna cosa ha anat malament en generar el fitxer d'exportació", "An error has occurred" => "S'ha produït un error", -"Export your user account" => "Exporta el vostre compte d'usuari", +"Export your user account" => "Exportar el compte d'usuari", "This will create a compressed file that contains your ownCloud account." => "Això crearà un fitxer comprimit que conté el vostre compte ownCloud.", -"Import user account" => "Importa el compte d'usuari", +"Import user account" => "Importar el compte d'usuari", "ownCloud User Zip" => "zip d'usuari ownCloud", "Import" => "Importa" ); diff --git a/apps/user_migrate/l10n/de.php b/apps/user_migrate/l10n/de.php new file mode 100644 index 0000000000..110b0bba6e --- /dev/null +++ b/apps/user_migrate/l10n/de.php @@ -0,0 +1,10 @@ + "Export", +"Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schief gegangen.", +"An error has occurred" => "Es ist ein Fehler aufgetreten.", +"Export your user account" => "Ihr Konto exportieren", +"This will create a compressed file that contains your ownCloud account." => "Eine komprimierte Datei wird erzeugen, die Ihr ownCloud-Konto enthält.", +"Import user account" => "Konto importieren", +"ownCloud User Zip" => "Zip-Archiv mit Benutzerdaten", +"Import" => "Importieren" +); diff --git a/apps/user_migrate/l10n/fr.php b/apps/user_migrate/l10n/fr.php new file mode 100644 index 0000000000..f1fe46bcac --- /dev/null +++ b/apps/user_migrate/l10n/fr.php @@ -0,0 +1,10 @@ + "Exporter", +"Something went wrong while the export file was being generated" => "Une erreur s'est produit pendant la génération du fichier d'export", +"An error has occurred" => "Une erreur s'est produite", +"Export your user account" => "Exportez votre compte utilisateur", +"This will create a compressed file that contains your ownCloud account." => "Cette action va créer une archive compressée qui contiendra les données de votre compte ownCloud.", +"Import user account" => "Importer un compte utilisateur", +"ownCloud User Zip" => "Archive Zip de l'utilisateur", +"Import" => "Importer" +); diff --git a/apps/user_migrate/l10n/it.php b/apps/user_migrate/l10n/it.php new file mode 100644 index 0000000000..f3eeb15dab --- /dev/null +++ b/apps/user_migrate/l10n/it.php @@ -0,0 +1,10 @@ + "Esporta", +"Something went wrong while the export file was being generated" => "Si è verificato un errore durante la creazione del file di esportazione", +"An error has occurred" => "Si è verificato un errore", +"Export your user account" => "Esporta il tuo account utente", +"This will create a compressed file that contains your ownCloud account." => "Questa operazione creerà un file compresso che contiene il tuo account ownCloud.", +"Import user account" => "Importa account utente", +"ownCloud User Zip" => "Zip account utente", +"Import" => "Importa" +); diff --git a/apps/user_migrate/l10n/sl.php b/apps/user_migrate/l10n/sl.php new file mode 100644 index 0000000000..c14bca0f70 --- /dev/null +++ b/apps/user_migrate/l10n/sl.php @@ -0,0 +1,10 @@ + "Izvozi", +"Something went wrong while the export file was being generated" => "Med ustvarjanjem datoteke za izvoz je prišlo do napake", +"An error has occurred" => "Prišlo je do napake", +"Export your user account" => "Izvozi vaš uporabniški račun", +"This will create a compressed file that contains your ownCloud account." => "Ustvarjena bo stisnjena datoteka z vašim ownCloud računom.", +"Import user account" => "Uvozi uporabniški račun", +"ownCloud User Zip" => "Zip datoteka ownCloud uporabnika", +"Import" => "Uvozi" +); diff --git a/apps/user_migrate/l10n/th_TH.php b/apps/user_migrate/l10n/th_TH.php new file mode 100644 index 0000000000..d2c36bb4ed --- /dev/null +++ b/apps/user_migrate/l10n/th_TH.php @@ -0,0 +1,10 @@ + "ส่งออก", +"Something went wrong while the export file was being generated" => "เกิดข้อผิดพลาดบางประการในระหว่างการส่งออกไฟล์", +"An error has occurred" => "เกิดข้อผิดพลาดบางประการ", +"Export your user account" => "ส่งออกบัญชีผู้ใช้งานของคุณ", +"This will create a compressed file that contains your ownCloud account." => "ส่วนนี้จะเป็นการสร้างไฟล์บีบอัดที่บรรจุข้อมูลบัญชีผู้ใช้งาน ownCloud ของคุณ", +"Import user account" => "นำเข้าบัญชีผู้ใช้งาน", +"ownCloud User Zip" => "ไฟล์ Zip ผู้ใช้งาน ownCloud", +"Import" => "นำเข้า" +); diff --git a/apps/user_openid/l10n/de.php b/apps/user_openid/l10n/de.php new file mode 100644 index 0000000000..97abccba9e --- /dev/null +++ b/apps/user_openid/l10n/de.php @@ -0,0 +1,11 @@ + "Dies ist ein OpenID-Server-Endpunkt. Für weitere Informationen schauen Sie sich folgendes an:", +"Identity: " => "Identität: ", +"Realm: " => "Bereich: ", +"User: " => "Benutzer: ", +"Login" => "Anmelden", +"Error: No user Selected" => "Fehler: Kein Benutzer gewählt", +"you can authenticate to other sites with this address" => "Sie können sich auf anderen Seiten mit dieser Adresse authentifizieren.", +"Authorized OpenID provider" => "Authorisierter OpenID-Anbieter", +"Your address at Wordpress, Identi.ca, …" => "Ihre Adresse bei Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/fr.php b/apps/user_openid/l10n/fr.php new file mode 100644 index 0000000000..ec3d00853d --- /dev/null +++ b/apps/user_openid/l10n/fr.php @@ -0,0 +1,11 @@ + "Ce serveur est un point d'accès OpenID. Pour plus d'informations, veuillez consulter", +"Identity: " => "Identité : ", +"Realm: " => "Domaine : ", +"User: " => "Utilisateur : ", +"Login" => "Connexion", +"Error: No user Selected" => "Erreur : Aucun nom d'utilisateur n'a été saisi", +"you can authenticate to other sites with this address" => "vous pouvez vous authentifier sur d'autres sites grâce à cette adresse", +"Authorized OpenID provider" => "Fournisseur d'identité OpenID autorisé", +"Your address at Wordpress, Identi.ca, …" => "Votre adresse Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/it.php b/apps/user_openid/l10n/it.php new file mode 100644 index 0000000000..bda06ce18a --- /dev/null +++ b/apps/user_openid/l10n/it.php @@ -0,0 +1,11 @@ + "Questo è un server OpenID. Per ulteriori informazioni, vedi", +"Identity: " => "Identità: ", +"Realm: " => "Dominio: ", +"User: " => "Utente: ", +"Login" => "Accesso", +"Error: No user Selected" => "Errore: nessun utente selezionato", +"you can authenticate to other sites with this address" => "puoi autenticarti ad altri siti con questo indirizzo", +"Authorized OpenID provider" => "Fornitore OpenID autorizzato", +"Your address at Wordpress, Identi.ca, …" => "Il tuo indirizzo su Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/sl.php b/apps/user_openid/l10n/sl.php new file mode 100644 index 0000000000..72132cd637 --- /dev/null +++ b/apps/user_openid/l10n/sl.php @@ -0,0 +1,10 @@ + "To je OpenID strežniška končna točka. Za več informacij si oglejte", +"Identity: " => "Istovetnost: ", +"User: " => "Uporabnik:", +"Login" => "Prijava", +"Error: No user Selected" => "Napaka: Uporabnik ni bil izbran", +"you can authenticate to other sites with this address" => "s tem naslovom se lahko overite tudi na drugih straneh", +"Authorized OpenID provider" => "Odobren OpenID ponudnik", +"Your address at Wordpress, Identi.ca, …" => "Vaš naslov na Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/th_TH.php b/apps/user_openid/l10n/th_TH.php new file mode 100644 index 0000000000..fbf0bbc60a --- /dev/null +++ b/apps/user_openid/l10n/th_TH.php @@ -0,0 +1,11 @@ + "นี่คือปลายทางของเซิร์ฟเวอร์ OpenID สำหรับรายละเอียดเพิ่มเติม, กรุณาดูที่", +"Identity: " => "ข้อมูลประจำตัว ", +"Realm: " => "ขอบเขตพื้นที่ ", +"User: " => "ผู้ใช้งาน: ", +"Login" => "เข้าสู่ระบบ", +"Error: No user Selected" => "พบข้อผิดพลาด ยังไม่ได้เลือกชื่อผู้ใช้งาน", +"you can authenticate to other sites with this address" => "คุณสามารถได้รับสิทธิ์เพื่อเข้าใช้งานเว็บไซต์อื่นๆโดยใช้ที่อยู่นี้", +"Authorized OpenID provider" => "ผู้ให้บริการ OpenID ที่ได้รับอนุญาต", +"Your address at Wordpress, Identi.ca, …" => "ที่อยู่ของคุณที่ Wordpress, Identi.ca, …" +); diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index 5fce708ceb..703474cad9 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" -"PO-Revision-Date: 2012-08-12 00:03+0000\n" -"Last-Translator: owncloud_robot \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 08:06+0000\n" +"Last-Translator: rogerc \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -77,15 +77,15 @@ msgstr "Cron" #: templates/admin.php:31 msgid "execute one task with each page loaded" -msgstr "" +msgstr "executa una tasca en carregar cada pàgina" #: templates/admin.php:33 msgid "cron.php is registered at a webcron service" -msgstr "" +msgstr "cron.php està registrat en un servei web cron" #: templates/admin.php:35 msgid "use systems cron service" -msgstr "" +msgstr "usa el servei cron del sistema" #: templates/admin.php:39 msgid "Log" @@ -97,7 +97,7 @@ msgstr "Més" #: templates/apps.php:10 msgid "Add your App" -msgstr "Afegeiu la vostra aplicació" +msgstr "Afegiu la vostra aplicació" #: templates/apps.php:26 msgid "Select an App" diff --git a/l10n/ca/user_migrate.po b/l10n/ca/user_migrate.po index 3732c55e9f..c603e775e4 100644 --- a/l10n/ca/user_migrate.po +++ b/l10n/ca/user_migrate.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-13 18:39+0000\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 08:04+0000\n" "Last-Translator: rogerc \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgstr "S'ha produït un error" #: templates/settings.php:2 msgid "Export your user account" -msgstr "Exporta el vostre compte d'usuari" +msgstr "Exportar el compte d'usuari" #: templates/settings.php:3 msgid "" @@ -41,7 +41,7 @@ msgstr "Això crearà un fitxer comprimit que conté el vostre compte ownCloud." #: templates/settings.php:13 msgid "Import user account" -msgstr "Importa el compte d'usuari" +msgstr "Importar el compte d'usuari" #: templates/settings.php:15 msgid "ownCloud User Zip" diff --git a/l10n/de/admin_dependencies_chk.po b/l10n/de/admin_dependencies_chk.po index ea25facb3a..cbd173e470 100644 --- a/l10n/de/admin_dependencies_chk.po +++ b/l10n/de/admin_dependencies_chk.po @@ -3,13 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Maurice Preuß <>, 2012. +# , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 20:46+0000\n" +"Last-Translator: Maurice Preuß <>\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,53 +24,53 @@ msgstr "" msgid "" "The php-json module is needed by the many applications for inter " "communications" -msgstr "" +msgstr "Das Modul php-json wird von vielen Anwendungen zur internen Kommunikation benötigt." #: settings.php:39 msgid "" "The php-curl modude is needed to fetch the page title when adding a " "bookmarks" -msgstr "" +msgstr "Das Modul php-curl wird benötigt, um den Titel der Seite für die Lesezeichen hinzuzufügen." #: settings.php:45 msgid "The php-gd module is needed to create thumbnails of your images" -msgstr "" +msgstr "Das Modul php-gd wird für die Erzeugung der Vorschaubilder benötigt." #: settings.php:51 msgid "The php-ldap module is needed connect to your ldap server" -msgstr "" +msgstr "Das Modul php-ldap wird für die Verbindung mit dem LDAP-Server benötigt." #: settings.php:57 msgid "The php-zip module is needed download multiple files at once" -msgstr "" +msgstr "Das Modul php-zip wird für den gleichzeitigen Download mehrerer Dateien benötigt." #: settings.php:63 msgid "" "The php-mb_multibyte module is needed to manage correctly the encoding." -msgstr "" +msgstr "Das Modul php_mb_multibyte wird benötigt, um das Encoding richtig zu handhaben." #: settings.php:69 msgid "The php-ctype module is needed validate data." -msgstr "" +msgstr "Das Modul php-ctype wird benötigt, um Daten zu prüfen." #: settings.php:75 msgid "The php-xml module is needed to share files with webdav." -msgstr "" +msgstr "Das Modul php-xml wird benötigt, um Dateien über WebDAV zu teilen." #: settings.php:81 msgid "" "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve" " knowledge base from OCS servers" -msgstr "" +msgstr "Die Richtlinie allow_url_fopen in Ihrer php.ini sollte auf 1 gesetzt werden, um die Wissensbasis vom OCS-Server abrufen." #: settings.php:87 msgid "The php-pdo module is needed to store owncloud data into a database." -msgstr "" +msgstr "Das Modul php-pdo wird benötigt, um Daten in der Datenbank zu speichern." #: templates/settings.php:2 msgid "Dependencies status" -msgstr "" +msgstr "Status der Abhängigkeiten" #: templates/settings.php:7 msgid "Used by :" -msgstr "" +msgstr "Benutzt von:" diff --git a/l10n/de/admin_migrate.po b/l10n/de/admin_migrate.po index e2c34ce2ce..d4a6b315a1 100644 --- a/l10n/de/admin_migrate.po +++ b/l10n/de/admin_migrate.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:32+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 13:34+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,14 +21,14 @@ msgstr "" #: templates/settings.php:3 msgid "Export this ownCloud instance" -msgstr "" +msgstr "Diese ownCloud-Instanz exportieren." #: templates/settings.php:4 msgid "" "This will create a compressed file that contains the data of this owncloud instance.\n" " Please choose the export type:" -msgstr "" +msgstr "Dies wird eine komprimierte Datei erzeugen, welche die Daten dieser ownCloud-Instanz enthält.\n Bitte wählen Sie den Exporttyp:" #: templates/settings.php:12 msgid "Export" -msgstr "" +msgstr "Exportieren" diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po index 0aada56b32..449a503419 100644 --- a/l10n/de/calendar.po +++ b/l10n/de/calendar.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-13 20:28+0000\n" -"Last-Translator: driz \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 11:28+0000\n" +"Last-Translator: JamFX \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -776,7 +776,7 @@ msgstr "Lösche den Zwischenspeicher für wiederholende Veranstaltungen" #: templates/settings.php:85 msgid "URLs" -msgstr "" +msgstr "URLs" #: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" diff --git a/l10n/de/files_external.po b/l10n/de/files_external.po index 4d9de10e67..84c825dfd9 100644 --- a/l10n/de/files_external.po +++ b/l10n/de/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:34+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 08:18+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,64 +20,64 @@ msgstr "" #: templates/settings.php:3 msgid "External Storage" -msgstr "" +msgstr "Externer Speicher" #: templates/settings.php:7 templates/settings.php:19 msgid "Mount point" -msgstr "" +msgstr "Mount-Point" #: templates/settings.php:8 msgid "Backend" -msgstr "" +msgstr "Backend" #: templates/settings.php:9 msgid "Configuration" -msgstr "" +msgstr "Konfiguration" #: templates/settings.php:10 msgid "Options" -msgstr "" +msgstr "Optionen" #: templates/settings.php:11 msgid "Applicable" -msgstr "" +msgstr "Zutreffend" #: templates/settings.php:23 msgid "Add mount point" -msgstr "" +msgstr "Mount-Point hinzufügen" #: templates/settings.php:54 templates/settings.php:62 msgid "None set" -msgstr "" +msgstr "Nicht definiert" #: templates/settings.php:63 msgid "All Users" -msgstr "" +msgstr "Alle Benutzer" #: templates/settings.php:64 msgid "Groups" -msgstr "" +msgstr "Gruppen" #: templates/settings.php:69 msgid "Users" -msgstr "" +msgstr "Benutzer" #: templates/settings.php:77 templates/settings.php:96 msgid "Delete" -msgstr "" +msgstr "Löschen" #: templates/settings.php:88 msgid "SSL root certificates" -msgstr "" +msgstr "SSL-Root-Zertifikate" #: templates/settings.php:102 msgid "Import Root Certificate" -msgstr "" +msgstr "Root-Zertifikate importieren" #: templates/settings.php:108 msgid "Enable User External Storage" -msgstr "" +msgstr "Externer Speicher für Benutzer aktivieren" #: templates/settings.php:109 msgid "Allow users to mount their own external storage" -msgstr "" +msgstr "Erlaubt Benutzern Ihre eigenen externen Speicher einzubinden" diff --git a/l10n/de/files_sharing.po b/l10n/de/files_sharing.po index 120bbc8dd6..85e27c2e09 100644 --- a/l10n/de/files_sharing.po +++ b/l10n/de/files_sharing.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:35+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:38+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +21,36 @@ msgstr "" #: templates/list.php:2 msgid "Your Shared Files" -msgstr "" +msgstr "Ihre geteilten Dateien" #: templates/list.php:6 msgid "Item" -msgstr "" +msgstr "Objekt" #: templates/list.php:7 msgid "Shared With" -msgstr "" +msgstr "Teilen mit" #: templates/list.php:8 msgid "Permissions" -msgstr "" +msgstr "Berechtigungen" #: templates/list.php:16 msgid "Read" -msgstr "" +msgstr "Lesen" #: templates/list.php:16 msgid "Edit" -msgstr "" +msgstr "Bearbeiten" #: templates/list.php:16 templates/list.php:17 msgid "Delete" -msgstr "" +msgstr "Löschen" #: templates/settings.php:3 msgid "Enable Resharing" -msgstr "" +msgstr "Austausch ermöglichen" #: templates/settings.php:4 msgid "Allow users to reshare files they don't own" -msgstr "" +msgstr "Benutzer dürfen Dateien nochmals teilen, auch wenn sie nicht der Besitzer dieser Dateien sind." diff --git a/l10n/de/files_versions.po b/l10n/de/files_versions.po index f8037f6cbe..789af981fb 100644 --- a/l10n/de/files_versions.po +++ b/l10n/de/files_versions.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:37+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 08:15+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,8 +20,8 @@ msgstr "" #: js/settings-personal.js:31 msgid "Expire all versions" -msgstr "" +msgstr "Alle Versionen löschen" #: templates/settings.php:3 msgid "Enable Files Versioning" -msgstr "" +msgstr "Datei-Versionierung aktivieren" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index 1f8eb50a34..96f616570a 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" -"PO-Revision-Date: 2012-08-12 00:03+0000\n" -"Last-Translator: owncloud_robot \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 11:29+0000\n" +"Last-Translator: JamFX \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,19 +79,19 @@ msgstr "Sicherheitshinweis" #: templates/admin.php:29 msgid "Cron" -msgstr "" +msgstr "Cron" #: templates/admin.php:31 msgid "execute one task with each page loaded" -msgstr "" +msgstr "Führe eine Aufgabe pro geladener Seite aus." #: templates/admin.php:33 msgid "cron.php is registered at a webcron service" -msgstr "" +msgstr "cron.php ist beim Webcron-Service registriert" #: templates/admin.php:35 msgid "use systems cron service" -msgstr "" +msgstr "Nutze System-Cron-Service" #: templates/admin.php:39 msgid "Log" diff --git a/l10n/de/tasks.po b/l10n/de/tasks.po index ab28b639e7..ad1bfcf952 100644 --- a/l10n/de/tasks.po +++ b/l10n/de/tasks.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:44+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:49+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,88 +21,88 @@ msgstr "" #: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101 msgid "Invalid date/time" -msgstr "" +msgstr "Datum/Uhrzeit ungültig" #: appinfo/app.php:11 msgid "Tasks" -msgstr "" +msgstr "Aufgaben" #: js/tasks.js:415 msgid "No category" -msgstr "" +msgstr "Keine Kategorie" #: lib/app.php:33 msgid "Unspecified" -msgstr "" +msgstr "Nicht angegeben" #: lib/app.php:34 msgid "1=highest" -msgstr "" +msgstr "1=am höchsten" #: lib/app.php:38 msgid "5=medium" -msgstr "" +msgstr "5=Durchschnitt" #: lib/app.php:42 msgid "9=lowest" -msgstr "" +msgstr "9=am niedrigsten" #: lib/app.php:81 msgid "Empty Summary" -msgstr "" +msgstr "Leere Zusammenfassung" #: lib/app.php:93 msgid "Invalid percent complete" -msgstr "" +msgstr "Ungültige Prozent abgeschlossen" #: lib/app.php:107 msgid "Invalid priority" -msgstr "" +msgstr "Falsche Priorität" #: templates/tasks.php:3 msgid "Add Task" -msgstr "" +msgstr "Aufgabe hinzufügen" #: templates/tasks.php:4 msgid "Order Due" -msgstr "" +msgstr "Nach Fälligkeit sortieren" #: templates/tasks.php:5 msgid "Order List" -msgstr "" +msgstr "Nach Kategorie sortieren " #: templates/tasks.php:6 msgid "Order Complete" -msgstr "" +msgstr "Nach Fertigstellung sortieren" #: templates/tasks.php:7 msgid "Order Location" -msgstr "" +msgstr "Nach Ort sortieren" #: templates/tasks.php:8 msgid "Order Priority" -msgstr "" +msgstr "Nach Priorität sortieren" #: templates/tasks.php:9 msgid "Order Label" -msgstr "" +msgstr "Nach Label sortieren" #: templates/tasks.php:16 msgid "Loading tasks..." -msgstr "" +msgstr "Lade Aufgaben..." #: templates/tasks.php:20 msgid "Important" -msgstr "" +msgstr "Wichtig" #: templates/tasks.php:23 msgid "More" -msgstr "" +msgstr "Mehr" #: templates/tasks.php:26 msgid "Less" -msgstr "" +msgstr "Weniger" #: templates/tasks.php:29 msgid "Delete" -msgstr "" +msgstr "Löschen" diff --git a/l10n/de/user_ldap.po b/l10n/de/user_ldap.po index 090e019351..f84a3add4d 100644 --- a/l10n/de/user_ldap.po +++ b/l10n/de/user_ldap.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Maurice Preuß <>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 20:45+0000\n" +"Last-Translator: Maurice Preuß <>\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +20,7 @@ msgstr "" #: templates/settings.php:8 msgid "Host" -msgstr "" +msgstr "Host" #: templates/settings.php:8 msgid "" @@ -47,7 +48,7 @@ msgstr "" #: templates/settings.php:11 msgid "Password" -msgstr "" +msgstr "Passwort" #: templates/settings.php:11 msgid "For anonymous access, leave DN and Password empty." @@ -55,14 +56,14 @@ msgstr "" #: templates/settings.php:12 msgid "User Login Filter" -msgstr "" +msgstr "Benutzer Login Filter" #: 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 "" +msgstr "Bestimmt den angewendeten Filter, wenn eine Anmeldung versucht wird. %%uid ersetzt den Benutzernamen bei dem Anmeldeversuch." #: templates/settings.php:12 #, php-format @@ -71,7 +72,7 @@ msgstr "" #: templates/settings.php:13 msgid "User List Filter" -msgstr "" +msgstr "Benutzer Filter Liste" #: templates/settings.php:13 msgid "Defines the filter to apply, when retrieving users." @@ -83,7 +84,7 @@ msgstr "" #: templates/settings.php:14 msgid "Group Filter" -msgstr "" +msgstr "Gruppen Filter" #: templates/settings.php:14 msgid "Defines the filter to apply, when retrieving groups." @@ -95,7 +96,7 @@ msgstr "" #: templates/settings.php:17 msgid "Port" -msgstr "" +msgstr "Port" #: templates/settings.php:18 msgid "Base User Tree" @@ -115,7 +116,7 @@ msgstr "" #: templates/settings.php:21 msgid "Do not use it for SSL connections, it will fail." -msgstr "" +msgstr "Verwenden Sie es nicht für SSL-Verbindungen, wird es scheitern." #: templates/settings.php:22 msgid "Case insensitve LDAP server (Windows)" @@ -123,7 +124,7 @@ msgstr "" #: templates/settings.php:23 msgid "Turn off SSL certificate validation." -msgstr "" +msgstr "Schalte die SSL Zertifikatsprüfung aus." #: templates/settings.php:23 msgid "" @@ -153,12 +154,12 @@ msgstr "" #: templates/settings.php:27 msgid "in bytes" -msgstr "" +msgstr "in bytes" #: templates/settings.php:29 msgid "in seconds. A change empties the cache." -msgstr "" +msgstr "in Sekunden. Eine Änderung leert den Cache." #: templates/settings.php:31 msgid "Help" -msgstr "" +msgstr "Hilfe" diff --git a/l10n/de/user_migrate.po b/l10n/de/user_migrate.po index b46b8e12f4..4423a018e2 100644 --- a/l10n/de/user_migrate.po +++ b/l10n/de/user_migrate.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:51+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,33 +21,33 @@ msgstr "" #: js/export.js:14 js/export.js:20 msgid "Export" -msgstr "" +msgstr "Export" #: js/export.js:19 msgid "Something went wrong while the export file was being generated" -msgstr "" +msgstr "Beim Export der Datei ist etwas schief gegangen." #: js/export.js:19 msgid "An error has occurred" -msgstr "" +msgstr "Es ist ein Fehler aufgetreten." #: templates/settings.php:2 msgid "Export your user account" -msgstr "" +msgstr "Ihr Konto exportieren" #: templates/settings.php:3 msgid "" "This will create a compressed file that contains your ownCloud account." -msgstr "" +msgstr "Eine komprimierte Datei wird erzeugen, die Ihr ownCloud-Konto enthält." #: templates/settings.php:13 msgid "Import user account" -msgstr "" +msgstr "Konto importieren" #: templates/settings.php:15 msgid "ownCloud User Zip" -msgstr "" +msgstr "Zip-Archiv mit Benutzerdaten" #: templates/settings.php:17 msgid "Import" -msgstr "" +msgstr "Importieren" diff --git a/l10n/de/user_openid.po b/l10n/de/user_openid.po index 345d5452d8..5786558544 100644 --- a/l10n/de/user_openid.po +++ b/l10n/de/user_openid.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:54+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +21,36 @@ msgstr "" #: templates/nomode.php:12 msgid "This is an OpenID server endpoint. For more information, see " -msgstr "" +msgstr "Dies ist ein OpenID-Server-Endpunkt. Für weitere Informationen schauen Sie sich folgendes an:" #: templates/nomode.php:14 msgid "Identity: " -msgstr "" +msgstr "Identität: " #: templates/nomode.php:15 msgid "Realm: " -msgstr "" +msgstr "Bereich: " #: templates/nomode.php:16 msgid "User: " -msgstr "" +msgstr "Benutzer: " #: templates/nomode.php:17 msgid "Login" -msgstr "" +msgstr "Anmelden" #: templates/nomode.php:22 msgid "Error: No user Selected" -msgstr "" +msgstr "Fehler: Kein Benutzer gewählt" #: templates/settings.php:4 msgid "you can authenticate to other sites with this address" -msgstr "" +msgstr "Sie können sich auf anderen Seiten mit dieser Adresse authentifizieren." #: templates/settings.php:5 msgid "Authorized OpenID provider" -msgstr "" +msgstr "Authorisierter OpenID-Anbieter" #: templates/settings.php:6 msgid "Your address at Wordpress, Identi.ca, …" -msgstr "" +msgstr "Ihre Adresse bei Wordpress, Identi.ca, …" diff --git a/l10n/fr/admin_dependencies_chk.po b/l10n/fr/admin_dependencies_chk.po index 9ac75de6c9..36480849be 100644 --- a/l10n/fr/admin_dependencies_chk.po +++ b/l10n/fr/admin_dependencies_chk.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Romain DEP. , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 15:59+0000\n" +"Last-Translator: Romain DEP. \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,53 +22,53 @@ msgstr "" msgid "" "The php-json module is needed by the many applications for inter " "communications" -msgstr "" +msgstr "Le module php-json est requis pour l'inter-communication de nombreux modules." #: settings.php:39 msgid "" "The php-curl modude is needed to fetch the page title when adding a " "bookmarks" -msgstr "" +msgstr "Le module php-curl est requis afin de rapatrier le titre des pages lorsque vous ajoutez un marque-pages." #: settings.php:45 msgid "The php-gd module is needed to create thumbnails of your images" -msgstr "" +msgstr "Le module php-gd est requis afin de permettre la création d'aperçus pour vos images." #: settings.php:51 msgid "The php-ldap module is needed connect to your ldap server" -msgstr "" +msgstr "Le module php-ldap est requis afin de permettre la connexion à votre serveur ldap." #: settings.php:57 msgid "The php-zip module is needed download multiple files at once" -msgstr "" +msgstr "Le module php-zip est requis pour le téléchargement simultané de plusieurs fichiers." #: settings.php:63 msgid "" "The php-mb_multibyte module is needed to manage correctly the encoding." -msgstr "" +msgstr "Le module php-mb_multibyte est requis pour une gestion correcte des encodages." #: settings.php:69 msgid "The php-ctype module is needed validate data." -msgstr "" +msgstr "Le module php-ctype est requis pour la validation des données." #: settings.php:75 msgid "The php-xml module is needed to share files with webdav." -msgstr "" +msgstr "Le module php-xml est requis pour le partage de fichiers via webdav." #: settings.php:81 msgid "" "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve" " knowledge base from OCS servers" -msgstr "" +msgstr "La directive allow_url_fopen de votre fichier php.ini doit être à la valeur 1 afin de permettre le rapatriement de la base de connaissance depuis les serveurs OCS." #: settings.php:87 msgid "The php-pdo module is needed to store owncloud data into a database." -msgstr "" +msgstr "le module php-pdo est requis pour le stockage des données ownCloud en base de données." #: templates/settings.php:2 msgid "Dependencies status" -msgstr "" +msgstr "Statut des dépendances" #: templates/settings.php:7 msgid "Used by :" -msgstr "" +msgstr "Utilisé par :" diff --git a/l10n/fr/admin_migrate.po b/l10n/fr/admin_migrate.po index b2e53d208f..a3f34310cc 100644 --- a/l10n/fr/admin_migrate.po +++ b/l10n/fr/admin_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Romain DEP. , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:32+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 15:51+0000\n" +"Last-Translator: Romain DEP. \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,14 +20,14 @@ msgstr "" #: templates/settings.php:3 msgid "Export this ownCloud instance" -msgstr "" +msgstr "Exporter cette instance ownCloud" #: templates/settings.php:4 msgid "" "This will create a compressed file that contains the data of this owncloud instance.\n" " Please choose the export type:" -msgstr "" +msgstr "Ceci va créer une archive compressée contenant les données de cette instance ownCloud.\n Veuillez choisir le type d'export :" #: templates/settings.php:12 msgid "Export" -msgstr "" +msgstr "Exporter" diff --git a/l10n/fr/files_encryption.po b/l10n/fr/files_encryption.po index 76024f3a78..cbad09601f 100644 --- a/l10n/fr/files_encryption.po +++ b/l10n/fr/files_encryption.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Romain DEP. , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 16:26+0000\n" +"Last-Translator: Romain DEP. \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +20,16 @@ msgstr "" #: templates/settings.php:3 msgid "Encryption" -msgstr "" +msgstr "Chiffrement" #: templates/settings.php:4 msgid "Exclude the following file types from encryption" -msgstr "" +msgstr "Ne pas chiffrer les fichiers dont les types sont les suivants" #: templates/settings.php:5 msgid "None" -msgstr "" +msgstr "Aucun" #: templates/settings.php:10 msgid "Enable Encryption" -msgstr "" +msgstr "Activer le chiffrement" diff --git a/l10n/fr/files_external.po b/l10n/fr/files_external.po index 75d8c06498..488a6924a4 100644 --- a/l10n/fr/files_external.po +++ b/l10n/fr/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Romain DEP. , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:34+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 16:35+0000\n" +"Last-Translator: Romain DEP. \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,64 +20,64 @@ msgstr "" #: templates/settings.php:3 msgid "External Storage" -msgstr "" +msgstr "Stockage externe" #: templates/settings.php:7 templates/settings.php:19 msgid "Mount point" -msgstr "" +msgstr "Point de montage" #: templates/settings.php:8 msgid "Backend" -msgstr "" +msgstr "Infrastructure" #: templates/settings.php:9 msgid "Configuration" -msgstr "" +msgstr "Configuration" #: templates/settings.php:10 msgid "Options" -msgstr "" +msgstr "Options" #: templates/settings.php:11 msgid "Applicable" -msgstr "" +msgstr "Disponible" #: templates/settings.php:23 msgid "Add mount point" -msgstr "" +msgstr "Ajouter un point de montage" #: templates/settings.php:54 templates/settings.php:62 msgid "None set" -msgstr "" +msgstr "Aucun spécifié" #: templates/settings.php:63 msgid "All Users" -msgstr "" +msgstr "Tous les utilisateurs" #: templates/settings.php:64 msgid "Groups" -msgstr "" +msgstr "Groupes" #: templates/settings.php:69 msgid "Users" -msgstr "" +msgstr "Utilisateurs" #: templates/settings.php:77 templates/settings.php:96 msgid "Delete" -msgstr "" +msgstr "Supprimer" #: templates/settings.php:88 msgid "SSL root certificates" -msgstr "" +msgstr "Certificats racine SSL" #: templates/settings.php:102 msgid "Import Root Certificate" -msgstr "" +msgstr "Importer un certificat racine" #: templates/settings.php:108 msgid "Enable User External Storage" -msgstr "" +msgstr "Activer le stockage externe pour les utilisateurs" #: templates/settings.php:109 msgid "Allow users to mount their own external storage" -msgstr "" +msgstr "Autoriser les utilisateurs à monter leur propre stockage externe" diff --git a/l10n/fr/files_sharing.po b/l10n/fr/files_sharing.po index 6e72c0e324..60c8ad25a5 100644 --- a/l10n/fr/files_sharing.po +++ b/l10n/fr/files_sharing.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Romain DEP. , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:35+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 16:40+0000\n" +"Last-Translator: Romain DEP. \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +20,36 @@ msgstr "" #: templates/list.php:2 msgid "Your Shared Files" -msgstr "" +msgstr "Vos documents partagés" #: templates/list.php:6 msgid "Item" -msgstr "" +msgstr "Item" #: templates/list.php:7 msgid "Shared With" -msgstr "" +msgstr "Partagé avec" #: templates/list.php:8 msgid "Permissions" -msgstr "" +msgstr "Permissions" #: templates/list.php:16 msgid "Read" -msgstr "" +msgstr "Lecture" #: templates/list.php:16 msgid "Edit" -msgstr "" +msgstr "Édition" #: templates/list.php:16 templates/list.php:17 msgid "Delete" -msgstr "" +msgstr "Effacement" #: templates/settings.php:3 msgid "Enable Resharing" -msgstr "" +msgstr "Permettre le repartage" #: templates/settings.php:4 msgid "Allow users to reshare files they don't own" -msgstr "" +msgstr "Permettre aux utilisateurs de repartager des fichiers dont ils ne sont pas propriétaires" diff --git a/l10n/fr/files_versions.po b/l10n/fr/files_versions.po index c6176a9414..74b1426e8c 100644 --- a/l10n/fr/files_versions.po +++ b/l10n/fr/files_versions.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Romain DEP. , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:37+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 16:49+0000\n" +"Last-Translator: Romain DEP. \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,8 +20,8 @@ msgstr "" #: js/settings-personal.js:31 msgid "Expire all versions" -msgstr "" +msgstr "Supprimer les versions intermédiaires" #: templates/settings.php:3 msgid "Enable Files Versioning" -msgstr "" +msgstr "Activer le versionnage" diff --git a/l10n/fr/tasks.po b/l10n/fr/tasks.po index 39d5b8c564..5fd6929892 100644 --- a/l10n/fr/tasks.po +++ b/l10n/fr/tasks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Romain DEP. , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:44+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 15:49+0000\n" +"Last-Translator: Romain DEP. \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,47 +20,47 @@ msgstr "" #: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101 msgid "Invalid date/time" -msgstr "" +msgstr "date/heure invalide" #: appinfo/app.php:11 msgid "Tasks" -msgstr "" +msgstr "Tâches" #: js/tasks.js:415 msgid "No category" -msgstr "" +msgstr "Sans catégorie" #: lib/app.php:33 msgid "Unspecified" -msgstr "" +msgstr "Non spécifié" #: lib/app.php:34 msgid "1=highest" -msgstr "" +msgstr "1=le plus important" #: lib/app.php:38 msgid "5=medium" -msgstr "" +msgstr "5=importance moyenne" #: lib/app.php:42 msgid "9=lowest" -msgstr "" +msgstr "9=le moins important" #: lib/app.php:81 msgid "Empty Summary" -msgstr "" +msgstr "Résumé vide" #: lib/app.php:93 msgid "Invalid percent complete" -msgstr "" +msgstr "Pourcentage d'achèvement invalide" #: lib/app.php:107 msgid "Invalid priority" -msgstr "" +msgstr "Priorité invalide" #: templates/tasks.php:3 msgid "Add Task" -msgstr "" +msgstr "Ajouter une tâche" #: templates/tasks.php:4 msgid "Order Due" @@ -87,20 +88,20 @@ msgstr "" #: templates/tasks.php:16 msgid "Loading tasks..." -msgstr "" +msgstr "Chargement des tâches…" #: templates/tasks.php:20 msgid "Important" -msgstr "" +msgstr "Important" #: templates/tasks.php:23 msgid "More" -msgstr "" +msgstr "Plus" #: templates/tasks.php:26 msgid "Less" -msgstr "" +msgstr "Moins" #: templates/tasks.php:29 msgid "Delete" -msgstr "" +msgstr "Supprimer" diff --git a/l10n/fr/user_ldap.po b/l10n/fr/user_ldap.po index a48dcb6094..afaa4b5d41 100644 --- a/l10n/fr/user_ldap.po +++ b/l10n/fr/user_ldap.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 17:06+0000\n" +"Last-Translator: Zertrin \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,43 +20,43 @@ msgstr "" #: templates/settings.php:8 msgid "Host" -msgstr "" +msgstr "Hôte" #: templates/settings.php:8 msgid "" "You can omit the protocol, except you require SSL. Then start with ldaps://" -msgstr "" +msgstr "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas préfixez avec ldaps://" #: templates/settings.php:9 msgid "Base DN" -msgstr "" +msgstr "DN de base" #: templates/settings.php:9 msgid "You can specify Base DN for users and groups in the Advanced tab" -msgstr "" +msgstr "Vous pouvez spécifier le DN de base pour les utilisateurs et les groupes dans l'onglet Avancé" #: templates/settings.php:10 msgid "User DN" -msgstr "" +msgstr "DN Utilisateur" #: 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 "" +msgstr "Le DN de l'utilisateur client avec lequel la liaison doit se faire, par exemple uid=agent,dc=example,dc=com. Pour l'accès anonyme, laisser le DN et le mot de passe vides." #: templates/settings.php:11 msgid "Password" -msgstr "" +msgstr "Mot de passe" #: templates/settings.php:11 msgid "For anonymous access, leave DN and Password empty." -msgstr "" +msgstr "Pour l'accès anonyme, laisser le DN et le mot de passe vides." #: templates/settings.php:12 msgid "User Login Filter" -msgstr "" +msgstr "Filtre d'identifiants utilisateur" #: templates/settings.php:12 #, php-format @@ -71,31 +72,31 @@ msgstr "" #: templates/settings.php:13 msgid "User List Filter" -msgstr "" +msgstr "Filtre d'utilisateurs" #: templates/settings.php:13 msgid "Defines the filter to apply, when retrieving users." -msgstr "" +msgstr "Définit le filtre à appliquer lors de la récupération des utilisateurs." #: templates/settings.php:13 msgid "without any placeholder, e.g. \"objectClass=person\"." -msgstr "" +msgstr "sans élément de substitution, par exemple \"objectClass=person\"." #: templates/settings.php:14 msgid "Group Filter" -msgstr "" +msgstr "Filtre de groupes" #: templates/settings.php:14 msgid "Defines the filter to apply, when retrieving groups." -msgstr "" +msgstr "Définit le filtre à appliquer lors de la récupération des groupes." #: templates/settings.php:14 msgid "without any placeholder, e.g. \"objectClass=posixGroup\"." -msgstr "" +msgstr "sans élément de substitution, par exemple \"objectClass=posixGroup\"." #: templates/settings.php:17 msgid "Port" -msgstr "" +msgstr "Port" #: templates/settings.php:18 msgid "Base User Tree" @@ -107,33 +108,33 @@ msgstr "" #: templates/settings.php:20 msgid "Group-Member association" -msgstr "" +msgstr "Association groupe-membre" #: templates/settings.php:21 msgid "Use TLS" -msgstr "" +msgstr "Utiliser TLS" #: templates/settings.php:21 msgid "Do not use it for SSL connections, it will fail." -msgstr "" +msgstr "Ne pas utiliser pour les connexions SSL, car cela échouera." #: templates/settings.php:22 msgid "Case insensitve LDAP server (Windows)" -msgstr "" +msgstr "Serveur LDAP insensible à la casse (Windows)" #: templates/settings.php:23 msgid "Turn off SSL certificate validation." -msgstr "" +msgstr "Désactiver la validation du certificat SSL" #: templates/settings.php:23 msgid "" "If connection only works with this option, import the LDAP server's SSL " "certificate in your ownCloud server." -msgstr "" +msgstr "Si la connexion ne fonctionne qu'avec cette option, importez le certificat SSL du serveur LDAP dans le serveur ownCloud." #: templates/settings.php:23 msgid "Not recommended, use for testing only." -msgstr "" +msgstr "Non recommendé, utilisation pour tests uniquement." #: templates/settings.php:24 msgid "User Display Name Field" @@ -141,7 +142,7 @@ msgstr "" #: templates/settings.php:24 msgid "The LDAP attribute to use to generate the user`s ownCloud name." -msgstr "" +msgstr "L'attribut LDAP utilisé pour générer les noms d'utilisateurs d'ownCloud" #: templates/settings.php:25 msgid "Group Display Name Field" @@ -149,16 +150,16 @@ msgstr "" #: templates/settings.php:25 msgid "The LDAP attribute to use to generate the groups`s ownCloud name." -msgstr "" +msgstr "L'attribut LDAP utilisé pour générer les noms de groupes d'ownCloud" #: templates/settings.php:27 msgid "in bytes" -msgstr "" +msgstr "en octets" #: templates/settings.php:29 msgid "in seconds. A change empties the cache." -msgstr "" +msgstr "en secondes. Tout changement vide le cache." #: templates/settings.php:31 msgid "Help" -msgstr "" +msgstr "Aide" diff --git a/l10n/fr/user_migrate.po b/l10n/fr/user_migrate.po index 3d50d1f56a..6528dc9e74 100644 --- a/l10n/fr/user_migrate.po +++ b/l10n/fr/user_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Romain DEP. , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 16:23+0000\n" +"Last-Translator: Romain DEP. \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,33 +20,33 @@ msgstr "" #: js/export.js:14 js/export.js:20 msgid "Export" -msgstr "" +msgstr "Exporter" #: js/export.js:19 msgid "Something went wrong while the export file was being generated" -msgstr "" +msgstr "Une erreur s'est produit pendant la génération du fichier d'export" #: js/export.js:19 msgid "An error has occurred" -msgstr "" +msgstr "Une erreur s'est produite" #: templates/settings.php:2 msgid "Export your user account" -msgstr "" +msgstr "Exportez votre compte utilisateur" #: templates/settings.php:3 msgid "" "This will create a compressed file that contains your ownCloud account." -msgstr "" +msgstr "Cette action va créer une archive compressée qui contiendra les données de votre compte ownCloud." #: templates/settings.php:13 msgid "Import user account" -msgstr "" +msgstr "Importer un compte utilisateur" #: templates/settings.php:15 msgid "ownCloud User Zip" -msgstr "" +msgstr "Archive Zip de l'utilisateur" #: templates/settings.php:17 msgid "Import" -msgstr "" +msgstr "Importer" diff --git a/l10n/fr/user_openid.po b/l10n/fr/user_openid.po index 5dafa24dd9..df7952aa7c 100644 --- a/l10n/fr/user_openid.po +++ b/l10n/fr/user_openid.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Romain DEP. , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 16:05+0000\n" +"Last-Translator: Romain DEP. \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +20,36 @@ msgstr "" #: templates/nomode.php:12 msgid "This is an OpenID server endpoint. For more information, see " -msgstr "" +msgstr "Ce serveur est un point d'accès OpenID. Pour plus d'informations, veuillez consulter" #: templates/nomode.php:14 msgid "Identity: " -msgstr "" +msgstr "Identité : " #: templates/nomode.php:15 msgid "Realm: " -msgstr "" +msgstr "Domaine : " #: templates/nomode.php:16 msgid "User: " -msgstr "" +msgstr "Utilisateur : " #: templates/nomode.php:17 msgid "Login" -msgstr "" +msgstr "Connexion" #: templates/nomode.php:22 msgid "Error: No user Selected" -msgstr "" +msgstr "Erreur : Aucun nom d'utilisateur n'a été saisi" #: templates/settings.php:4 msgid "you can authenticate to other sites with this address" -msgstr "" +msgstr "vous pouvez vous authentifier sur d'autres sites grâce à cette adresse" #: templates/settings.php:5 msgid "Authorized OpenID provider" -msgstr "" +msgstr "Fournisseur d'identité OpenID autorisé" #: templates/settings.php:6 msgid "Your address at Wordpress, Identi.ca, …" -msgstr "" +msgstr "Votre adresse Wordpress, Identi.ca, …" diff --git a/l10n/it/admin_dependencies_chk.po b/l10n/it/admin_dependencies_chk.po index c2abc92923..a999a2c2bd 100644 --- a/l10n/it/admin_dependencies_chk.po +++ b/l10n/it/admin_dependencies_chk.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 14:54+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,38 +22,38 @@ msgstr "" msgid "" "The php-json module is needed by the many applications for inter " "communications" -msgstr "" +msgstr "Il modulo php-json è richiesto per l'intercomunicazione di diverse applicazioni" #: settings.php:39 msgid "" "The php-curl modude is needed to fetch the page title when adding a " "bookmarks" -msgstr "" +msgstr "Il modulo php-curl è richiesto per scaricare il titolo della pagina quando si aggiunge un segnalibro" #: settings.php:45 msgid "The php-gd module is needed to create thumbnails of your images" -msgstr "" +msgstr "Il modulo php-gd è richiesto per creare miniature delle tue immagini" #: settings.php:51 msgid "The php-ldap module is needed connect to your ldap server" -msgstr "" +msgstr "Il modulo php-ldap è richiesto per collegarsi a un server ldap" #: settings.php:57 msgid "The php-zip module is needed download multiple files at once" -msgstr "" +msgstr "Il modulo php-zip è richiesto per scaricare diversi file contemporaneamente" #: settings.php:63 msgid "" "The php-mb_multibyte module is needed to manage correctly the encoding." -msgstr "" +msgstr "Il modulo php-mb_multibyte è richiesto per gestire correttamente la codifica." #: settings.php:69 msgid "The php-ctype module is needed validate data." -msgstr "" +msgstr "Il modulo php-ctype è richiesto per la validazione dei dati." #: settings.php:75 msgid "The php-xml module is needed to share files with webdav." -msgstr "" +msgstr "Il modulo php-xml è richiesto per condividere i file con webdav." #: settings.php:81 msgid "" @@ -62,12 +63,12 @@ msgstr "" #: settings.php:87 msgid "The php-pdo module is needed to store owncloud data into a database." -msgstr "" +msgstr "Il modulo php-pdo è richiesto per archiviare i dati di ownCloud in un database." #: templates/settings.php:2 msgid "Dependencies status" -msgstr "" +msgstr "Stato delle dipendenze" #: templates/settings.php:7 msgid "Used by :" -msgstr "" +msgstr "Usato da:" diff --git a/l10n/it/admin_migrate.po b/l10n/it/admin_migrate.po index e94f4f4bb9..df7e4841cc 100644 --- a/l10n/it/admin_migrate.po +++ b/l10n/it/admin_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:32+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 14:55+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,14 +20,14 @@ msgstr "" #: templates/settings.php:3 msgid "Export this ownCloud instance" -msgstr "" +msgstr "Esporta questa istanza di ownClou" #: templates/settings.php:4 msgid "" "This will create a compressed file that contains the data of this owncloud instance.\n" " Please choose the export type:" -msgstr "" +msgstr "Questa operazione creerà un file compresso che contiene i dati dell'istanza di ownCloud. Scegli il tipo di esportazione:" #: templates/settings.php:12 msgid "Export" -msgstr "" +msgstr "Esporta" diff --git a/l10n/it/files_encryption.po b/l10n/it/files_encryption.po index cc162fd77e..573a32a14a 100644 --- a/l10n/it/files_encryption.po +++ b/l10n/it/files_encryption.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 11:49+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +20,16 @@ msgstr "" #: templates/settings.php:3 msgid "Encryption" -msgstr "" +msgstr "Cifratura" #: templates/settings.php:4 msgid "Exclude the following file types from encryption" -msgstr "" +msgstr "Escludi i seguenti tipi di file dalla cifratura" #: templates/settings.php:5 msgid "None" -msgstr "" +msgstr "Nessuna" #: templates/settings.php:10 msgid "Enable Encryption" -msgstr "" +msgstr "Abilita cifratura" diff --git a/l10n/it/files_external.po b/l10n/it/files_external.po index 23b431e716..801511ce3b 100644 --- a/l10n/it/files_external.po +++ b/l10n/it/files_external.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Innocenzo Ventre , 2012. +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:34+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 14:42+0000\n" +"Last-Translator: Innocenzo Ventre \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,64 +21,64 @@ msgstr "" #: templates/settings.php:3 msgid "External Storage" -msgstr "" +msgstr "Archiviazione esterna" #: templates/settings.php:7 templates/settings.php:19 msgid "Mount point" -msgstr "" +msgstr "Punto di mount" #: templates/settings.php:8 msgid "Backend" -msgstr "" +msgstr "Motore" #: templates/settings.php:9 msgid "Configuration" -msgstr "" +msgstr "Configurazione" #: templates/settings.php:10 msgid "Options" -msgstr "" +msgstr "Opzioni" #: templates/settings.php:11 msgid "Applicable" -msgstr "" +msgstr "Applicabile" #: templates/settings.php:23 msgid "Add mount point" -msgstr "" +msgstr "Aggiungi punto di mount" #: templates/settings.php:54 templates/settings.php:62 msgid "None set" -msgstr "" +msgstr "Nessuna impostazione" #: templates/settings.php:63 msgid "All Users" -msgstr "" +msgstr "Tutti gli utenti" #: templates/settings.php:64 msgid "Groups" -msgstr "" +msgstr "Gruppi" #: templates/settings.php:69 msgid "Users" -msgstr "" +msgstr "Utenti" #: templates/settings.php:77 templates/settings.php:96 msgid "Delete" -msgstr "" +msgstr "Elimina" #: templates/settings.php:88 msgid "SSL root certificates" -msgstr "" +msgstr "Certificato principale per SSL" #: templates/settings.php:102 msgid "Import Root Certificate" -msgstr "" +msgstr "Importa certificato principale" #: templates/settings.php:108 msgid "Enable User External Storage" -msgstr "" +msgstr "Abilita la memoria esterna dell'utente" #: templates/settings.php:109 msgid "Allow users to mount their own external storage" -msgstr "" +msgstr "Consente agli utenti di montare la propria memoria esterna" diff --git a/l10n/it/files_sharing.po b/l10n/it/files_sharing.po index c2b3f0f95a..ffb62b14fe 100644 --- a/l10n/it/files_sharing.po +++ b/l10n/it/files_sharing.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:35+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 12:10+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,31 +20,31 @@ msgstr "" #: templates/list.php:2 msgid "Your Shared Files" -msgstr "" +msgstr "I tuoi file condivisi" #: templates/list.php:6 msgid "Item" -msgstr "" +msgstr "Elemento" #: templates/list.php:7 msgid "Shared With" -msgstr "" +msgstr "Condiviso con" #: templates/list.php:8 msgid "Permissions" -msgstr "" +msgstr "Permessi" #: templates/list.php:16 msgid "Read" -msgstr "" +msgstr "Lettura" #: templates/list.php:16 msgid "Edit" -msgstr "" +msgstr "Modifica" #: templates/list.php:16 templates/list.php:17 msgid "Delete" -msgstr "" +msgstr "Eliminazione" #: templates/settings.php:3 msgid "Enable Resharing" diff --git a/l10n/it/files_versions.po b/l10n/it/files_versions.po index 3f6bd1465a..54f176fb2e 100644 --- a/l10n/it/files_versions.po +++ b/l10n/it/files_versions.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:37+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 12:12+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,8 +20,8 @@ msgstr "" #: js/settings-personal.js:31 msgid "Expire all versions" -msgstr "" +msgstr "Scadenza di tutte le versioni" #: templates/settings.php:3 msgid "Enable Files Versioning" -msgstr "" +msgstr "Abilita controllo di versione" diff --git a/l10n/it/settings.po b/l10n/it/settings.po index b09274cf35..4867951b19 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" -"PO-Revision-Date: 2012-08-12 00:03+0000\n" -"Last-Translator: owncloud_robot \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 14:56+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -82,15 +82,15 @@ msgstr "Cron" #: templates/admin.php:31 msgid "execute one task with each page loaded" -msgstr "" +msgstr "esegui un'attività con ogni pagina caricata" #: templates/admin.php:33 msgid "cron.php is registered at a webcron service" -msgstr "" +msgstr "cron.php è registrato a un servizio webcron" #: templates/admin.php:35 msgid "use systems cron service" -msgstr "" +msgstr "usa il servizio cron di sistema" #: templates/admin.php:39 msgid "Log" @@ -162,7 +162,7 @@ msgstr "Scaricamento" #: templates/personal.php:19 msgid "Your password got changed" -msgstr "La tua password è stata cambiata" +msgstr "La tua password è stata cambiat" #: templates/personal.php:20 msgid "Unable to change your password" diff --git a/l10n/it/tasks.po b/l10n/it/tasks.po index 130a092b66..829120fa8a 100644 --- a/l10n/it/tasks.po +++ b/l10n/it/tasks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:44+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 12:07+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,31 +20,31 @@ msgstr "" #: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101 msgid "Invalid date/time" -msgstr "" +msgstr "Ora/Data non valida" #: appinfo/app.php:11 msgid "Tasks" -msgstr "" +msgstr "Attività" #: js/tasks.js:415 msgid "No category" -msgstr "" +msgstr "Nessuna categoria" #: lib/app.php:33 msgid "Unspecified" -msgstr "" +msgstr "Non specificata" #: lib/app.php:34 msgid "1=highest" -msgstr "" +msgstr "1=massima" #: lib/app.php:38 msgid "5=medium" -msgstr "" +msgstr "5=media" #: lib/app.php:42 msgid "9=lowest" -msgstr "" +msgstr "9=minima" #: lib/app.php:81 msgid "Empty Summary" @@ -51,15 +52,15 @@ msgstr "" #: lib/app.php:93 msgid "Invalid percent complete" -msgstr "" +msgstr "Percentuale di completamento non valida" #: lib/app.php:107 msgid "Invalid priority" -msgstr "" +msgstr "Priorità non valida" #: templates/tasks.php:3 msgid "Add Task" -msgstr "" +msgstr "Aggiungi attività" #: templates/tasks.php:4 msgid "Order Due" @@ -87,11 +88,11 @@ msgstr "" #: templates/tasks.php:16 msgid "Loading tasks..." -msgstr "" +msgstr "Caricamento attività in corso..." #: templates/tasks.php:20 msgid "Important" -msgstr "" +msgstr "Importante" #: templates/tasks.php:23 msgid "More" @@ -103,4 +104,4 @@ msgstr "" #: templates/tasks.php:29 msgid "Delete" -msgstr "" +msgstr "Elimina" diff --git a/l10n/it/user_ldap.po b/l10n/it/user_ldap.po index a148025886..cfd6cf566e 100644 --- a/l10n/it/user_ldap.po +++ b/l10n/it/user_ldap.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Innocenzo Ventre , 2012. +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 14:56+0000\n" +"Last-Translator: Innocenzo Ventre \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,146 +21,146 @@ msgstr "" #: templates/settings.php:8 msgid "Host" -msgstr "" +msgstr "Host" #: templates/settings.php:8 msgid "" "You can omit the protocol, except you require SSL. Then start with ldaps://" -msgstr "" +msgstr "È possibile omettere il protocollo, ad eccezione se è necessario SSL. Quindi inizia con ldaps://" #: templates/settings.php:9 msgid "Base DN" -msgstr "" +msgstr "DN base" #: templates/settings.php:9 msgid "You can specify Base DN for users and groups in the Advanced tab" -msgstr "" +msgstr "Puoi specificare una DN base per gli utenti ed i gruppi nella scheda Avanzate" #: templates/settings.php:10 msgid "User DN" -msgstr "" +msgstr "DN utente" #: 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 "" +msgstr "Il DN per il client dell'utente con cui deve essere associato, ad esempio uid=agent,dc=example,dc=com. Per l'accesso anonimo, lasciare vuoti i campi DN e Password" #: templates/settings.php:11 msgid "Password" -msgstr "" +msgstr "Password" #: templates/settings.php:11 msgid "For anonymous access, leave DN and Password empty." -msgstr "" +msgstr "Per l'accesso anonimo, lasciare vuoti i campi DN e Password" #: templates/settings.php:12 msgid "User Login Filter" -msgstr "" +msgstr "Filtro per il login utente" #: 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 "" +msgstr "Specifica quale filtro utilizzare quando si tenta il login. %%uid sostituisce il nome utente all'atto del login." #: templates/settings.php:12 #, php-format msgid "use %%uid placeholder, e.g. \"uid=%%uid\"" -msgstr "" +msgstr "utilizza il segnaposto %%uid, per esempio \"uid=%%uid\"" #: templates/settings.php:13 msgid "User List Filter" -msgstr "" +msgstr "Filtro per la lista utente" #: templates/settings.php:13 msgid "Defines the filter to apply, when retrieving users." -msgstr "" +msgstr "Specifica quale filtro utilizzare durante il recupero degli utenti." #: templates/settings.php:13 msgid "without any placeholder, e.g. \"objectClass=person\"." -msgstr "" +msgstr "senza nessun segnaposto, per esempio \"objectClass=person\"." #: templates/settings.php:14 msgid "Group Filter" -msgstr "" +msgstr "Filtro per il gruppo" #: templates/settings.php:14 msgid "Defines the filter to apply, when retrieving groups." -msgstr "" +msgstr "Specifica quale filtro utilizzare durante il recupero dei gruppi." #: templates/settings.php:14 msgid "without any placeholder, e.g. \"objectClass=posixGroup\"." -msgstr "" +msgstr "senza nessun segnaposto, per esempio \"objectClass=posixGroup\"." #: templates/settings.php:17 msgid "Port" -msgstr "" +msgstr "Porta" #: templates/settings.php:18 msgid "Base User Tree" -msgstr "" +msgstr "Struttura base dell'utente" #: templates/settings.php:19 msgid "Base Group Tree" -msgstr "" +msgstr "Struttura base del gruppo" #: templates/settings.php:20 msgid "Group-Member association" -msgstr "" +msgstr "Associazione gruppo-utente " #: templates/settings.php:21 msgid "Use TLS" -msgstr "" +msgstr "Usa TLS" #: templates/settings.php:21 msgid "Do not use it for SSL connections, it will fail." -msgstr "" +msgstr "Non utilizzare per le connessioni SSL, fallirà." #: templates/settings.php:22 msgid "Case insensitve LDAP server (Windows)" -msgstr "" +msgstr "Case insensitve LDAP server (Windows)" #: templates/settings.php:23 msgid "Turn off SSL certificate validation." -msgstr "" +msgstr "Disattiva il controllo del certificato SSL." #: templates/settings.php:23 msgid "" "If connection only works with this option, import the LDAP server's SSL " "certificate in your ownCloud server." -msgstr "" +msgstr "Se la connessione funziona esclusivamente con questa opzione, importa il certificato SSL del server LDAP nel tuo server ownCloud." #: templates/settings.php:23 msgid "Not recommended, use for testing only." -msgstr "" +msgstr "Non consigliato, utilizzare solo per test." #: templates/settings.php:24 msgid "User Display Name Field" -msgstr "" +msgstr "Campo per la visualizzazione del nome utente" #: templates/settings.php:24 msgid "The LDAP attribute to use to generate the user`s ownCloud name." -msgstr "" +msgstr "L'attributo LDAP da usare per generare il nome dell'utente ownCloud." #: templates/settings.php:25 msgid "Group Display Name Field" -msgstr "" +msgstr "Campo per la visualizzazione del nome del gruppo" #: templates/settings.php:25 msgid "The LDAP attribute to use to generate the groups`s ownCloud name." -msgstr "" +msgstr "L'attributo LDAP da usare per generare il nome del gruppo ownCloud." #: templates/settings.php:27 msgid "in bytes" -msgstr "" +msgstr "in byte" #: templates/settings.php:29 msgid "in seconds. A change empties the cache." -msgstr "" +msgstr "in secondi. Il cambio svuota la cache." #: templates/settings.php:31 msgid "Help" -msgstr "" +msgstr "Aiuto" diff --git a/l10n/it/user_migrate.po b/l10n/it/user_migrate.po index 2600696b79..9c918e027c 100644 --- a/l10n/it/user_migrate.po +++ b/l10n/it/user_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 11:55+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,33 +20,33 @@ msgstr "" #: js/export.js:14 js/export.js:20 msgid "Export" -msgstr "" +msgstr "Esporta" #: js/export.js:19 msgid "Something went wrong while the export file was being generated" -msgstr "" +msgstr "Si è verificato un errore durante la creazione del file di esportazione" #: js/export.js:19 msgid "An error has occurred" -msgstr "" +msgstr "Si è verificato un errore" #: templates/settings.php:2 msgid "Export your user account" -msgstr "" +msgstr "Esporta il tuo account utente" #: templates/settings.php:3 msgid "" "This will create a compressed file that contains your ownCloud account." -msgstr "" +msgstr "Questa operazione creerà un file compresso che contiene il tuo account ownCloud." #: templates/settings.php:13 msgid "Import user account" -msgstr "" +msgstr "Importa account utente" #: templates/settings.php:15 msgid "ownCloud User Zip" -msgstr "" +msgstr "Zip account utente" #: templates/settings.php:17 msgid "Import" -msgstr "" +msgstr "Importa" diff --git a/l10n/it/user_openid.po b/l10n/it/user_openid.po index 37d859ae35..b769535161 100644 --- a/l10n/it/user_openid.po +++ b/l10n/it/user_openid.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vincenzo Reale , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 11:46+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +20,36 @@ msgstr "" #: templates/nomode.php:12 msgid "This is an OpenID server endpoint. For more information, see " -msgstr "" +msgstr "Questo è un server OpenID. Per ulteriori informazioni, vedi" #: templates/nomode.php:14 msgid "Identity: " -msgstr "" +msgstr "Identità: " #: templates/nomode.php:15 msgid "Realm: " -msgstr "" +msgstr "Dominio: " #: templates/nomode.php:16 msgid "User: " -msgstr "" +msgstr "Utente: " #: templates/nomode.php:17 msgid "Login" -msgstr "" +msgstr "Accesso" #: templates/nomode.php:22 msgid "Error: No user Selected" -msgstr "" +msgstr "Errore: nessun utente selezionato" #: templates/settings.php:4 msgid "you can authenticate to other sites with this address" -msgstr "" +msgstr "puoi autenticarti ad altri siti con questo indirizzo" #: templates/settings.php:5 msgid "Authorized OpenID provider" -msgstr "" +msgstr "Fornitore OpenID autorizzato" #: templates/settings.php:6 msgid "Your address at Wordpress, Identi.ca, …" -msgstr "" +msgstr "Il tuo indirizzo su Wordpress, Identi.ca, …" diff --git a/l10n/ro/tasks.po b/l10n/ro/tasks.po index a49bdb61fa..c7869fb6c6 100644 --- a/l10n/ro/tasks.po +++ b/l10n/ro/tasks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Dumitru Ursu <>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:44+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 20:30+0000\n" +"Last-Translator: Dumitru Ursu <>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,88 +20,88 @@ msgstr "" #: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101 msgid "Invalid date/time" -msgstr "" +msgstr "Data/timpul invalid" #: appinfo/app.php:11 msgid "Tasks" -msgstr "" +msgstr "Sarcini" #: js/tasks.js:415 msgid "No category" -msgstr "" +msgstr "Fără categorie" #: lib/app.php:33 msgid "Unspecified" -msgstr "" +msgstr "Nespecificat" #: lib/app.php:34 msgid "1=highest" -msgstr "" +msgstr "1=cel mai înalt" #: lib/app.php:38 msgid "5=medium" -msgstr "" +msgstr "5=mediu" #: lib/app.php:42 msgid "9=lowest" -msgstr "" +msgstr "9=cel mai jos" #: lib/app.php:81 msgid "Empty Summary" -msgstr "" +msgstr "Rezumat gol" #: lib/app.php:93 msgid "Invalid percent complete" -msgstr "" +msgstr "Completare procentuală greșită" #: lib/app.php:107 msgid "Invalid priority" -msgstr "" +msgstr "Prioritare greșită" #: templates/tasks.php:3 msgid "Add Task" -msgstr "" +msgstr "Adaugă sarcină" #: templates/tasks.php:4 msgid "Order Due" -msgstr "" +msgstr "Comandă până la" #: templates/tasks.php:5 msgid "Order List" -msgstr "" +msgstr "Lista de comenzi" #: templates/tasks.php:6 msgid "Order Complete" -msgstr "" +msgstr "Comandă executată" #: templates/tasks.php:7 msgid "Order Location" -msgstr "" +msgstr "Locația comenzii" #: templates/tasks.php:8 msgid "Order Priority" -msgstr "" +msgstr "Prioritarea comenzii" #: templates/tasks.php:9 msgid "Order Label" -msgstr "" +msgstr "Eticheta comenzii" #: templates/tasks.php:16 msgid "Loading tasks..." -msgstr "" +msgstr "Încărcare sarcini" #: templates/tasks.php:20 msgid "Important" -msgstr "" +msgstr "Important" #: templates/tasks.php:23 msgid "More" -msgstr "" +msgstr "Mai mult" #: templates/tasks.php:26 msgid "Less" -msgstr "" +msgstr "Mai puțin" #: templates/tasks.php:29 msgid "Delete" -msgstr "" +msgstr "Șterge" diff --git a/l10n/ro/user_ldap.po b/l10n/ro/user_ldap.po index f9aaaa9fb0..644c43d43d 100644 --- a/l10n/ro/user_ldap.po +++ b/l10n/ro/user_ldap.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Dumitru Ursu <>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 20:24+0000\n" +"Last-Translator: Dumitru Ursu <>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,146 +20,146 @@ msgstr "" #: templates/settings.php:8 msgid "Host" -msgstr "" +msgstr "Gazdă" #: templates/settings.php:8 msgid "" "You can omit the protocol, except you require SSL. Then start with ldaps://" -msgstr "" +msgstr "Puteți omite protocolul, decât dacă folosiți SSL. Atunci se începe cu ldaps://" #: templates/settings.php:9 msgid "Base DN" -msgstr "" +msgstr "DN de bază" #: templates/settings.php:9 msgid "You can specify Base DN for users and groups in the Advanced tab" -msgstr "" +msgstr "Puteți să specificați DN de bază pentru utilizatori și grupuri în fila Avansat" #: templates/settings.php:10 msgid "User DN" -msgstr "" +msgstr "DN al utilizatorului" #: 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 "" +msgstr "DN-ul clientului utilizator cu care se va efectua conectarea, d.e. uid=agent,dc=example,dc=com. Pentru acces anonim, lăsăți DN și Parolă libere." #: templates/settings.php:11 msgid "Password" -msgstr "" +msgstr "Parolă" #: templates/settings.php:11 msgid "For anonymous access, leave DN and Password empty." -msgstr "" +msgstr "Pentru acces anonim, lăsați DN și Parolă libere." #: templates/settings.php:12 msgid "User Login Filter" -msgstr "" +msgstr "Filtrare după Nume Utilizator" #: 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 "" +msgstr "Definește fitrele care trebuie aplicate, când se încearcă conectarea. %%uid înlocuiește numele utilizatorului în procesul de conectare." #: templates/settings.php:12 #, php-format msgid "use %%uid placeholder, e.g. \"uid=%%uid\"" -msgstr "" +msgstr "folosiți substituentul %%uid , d.e. \"uid=%%uid\"" #: templates/settings.php:13 msgid "User List Filter" -msgstr "" +msgstr "Filtrarea după lista utilizatorilor" #: templates/settings.php:13 msgid "Defines the filter to apply, when retrieving users." -msgstr "" +msgstr "Definește filtrele care trebui aplicate, când se peiau utilzatorii." #: templates/settings.php:13 msgid "without any placeholder, e.g. \"objectClass=person\"." -msgstr "" +msgstr "fără substituenți, d.e. \"objectClass=person\"." #: templates/settings.php:14 msgid "Group Filter" -msgstr "" +msgstr "Fitrare Grup" #: templates/settings.php:14 msgid "Defines the filter to apply, when retrieving groups." -msgstr "" +msgstr "Definește filtrele care se aplică, când se preiau grupurile." #: templates/settings.php:14 msgid "without any placeholder, e.g. \"objectClass=posixGroup\"." -msgstr "" +msgstr "fără substituenți, d.e. \"objectClass=posixGroup\"" #: templates/settings.php:17 msgid "Port" -msgstr "" +msgstr "Portul" #: templates/settings.php:18 msgid "Base User Tree" -msgstr "" +msgstr "Arborele de bază al Utilizatorilor" #: templates/settings.php:19 msgid "Base Group Tree" -msgstr "" +msgstr "Arborele de bază al Grupurilor" #: templates/settings.php:20 msgid "Group-Member association" -msgstr "" +msgstr "Asocierea Grup-Membru" #: templates/settings.php:21 msgid "Use TLS" -msgstr "" +msgstr "Utilizează TLS" #: templates/settings.php:21 msgid "Do not use it for SSL connections, it will fail." -msgstr "" +msgstr "A nu se utiliza pentru conexiuni SSL, va eșua." #: templates/settings.php:22 msgid "Case insensitve LDAP server (Windows)" -msgstr "" +msgstr "Server LDAP insensibil la majuscule (Windows)" #: templates/settings.php:23 msgid "Turn off SSL certificate validation." -msgstr "" +msgstr "Oprește validarea certificatelor SSL " #: templates/settings.php:23 msgid "" "If connection only works with this option, import the LDAP server's SSL " "certificate in your ownCloud server." -msgstr "" +msgstr "Dacă conexiunea lucrează doar cu această opțiune, importează certificatul SSL al serverului LDAP în serverul ownCloud." #: templates/settings.php:23 msgid "Not recommended, use for testing only." -msgstr "" +msgstr "Nu este recomandat, a se utiliza doar pentru testare." #: templates/settings.php:24 msgid "User Display Name Field" -msgstr "" +msgstr "Câmpul cu numele vizibil al utilizatorului" #: templates/settings.php:24 msgid "The LDAP attribute to use to generate the user`s ownCloud name." -msgstr "" +msgstr "Atributul LDAP folosit pentru a genera numele de utilizator din ownCloud." #: templates/settings.php:25 msgid "Group Display Name Field" -msgstr "" +msgstr "Câmpul cu numele grupului" #: templates/settings.php:25 msgid "The LDAP attribute to use to generate the groups`s ownCloud name." -msgstr "" +msgstr "Atributul LDAP folosit pentru a genera numele grupurilor din ownCloud" #: templates/settings.php:27 msgid "in bytes" -msgstr "" +msgstr "în octeți" #: templates/settings.php:29 msgid "in seconds. A change empties the cache." -msgstr "" +msgstr "în secunde. O schimbare curăță memoria tampon." #: templates/settings.php:31 msgid "Help" -msgstr "" +msgstr "Ajutor" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index 27019afd79..4fa6cd3746 100644 --- a/l10n/sl/files.po +++ b/l10n/sl/files.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-07-31 22:53+0200\n" -"PO-Revision-Date: 2012-07-31 20:54+0000\n" -"Last-Translator: owncloud_robot \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 13:04+0000\n" +"Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -64,23 +64,23 @@ msgstr "Izbriši" #: js/filelist.js:141 msgid "already exists" -msgstr "" +msgstr "že obstaja" #: js/filelist.js:141 msgid "replace" -msgstr "" +msgstr "nadomesti" #: js/filelist.js:141 msgid "cancel" -msgstr "" +msgstr "ekliči" #: js/filelist.js:195 msgid "replaced" -msgstr "" +msgstr "nadomeščen" #: js/filelist.js:195 msgid "with" -msgstr "" +msgstr "z" #: js/filelist.js:195 js/filelist.js:256 msgid "undo" @@ -114,27 +114,27 @@ msgstr "Nalaganje je bilo preklicano." msgid "Invalid name, '/' is not allowed." msgstr "Neveljavno ime. Znak '/' ni dovoljen." -#: js/files.js:631 templates/index.php:55 +#: js/files.js:694 templates/index.php:55 msgid "Size" msgstr "Velikost" -#: js/files.js:632 templates/index.php:56 +#: js/files.js:695 templates/index.php:56 msgid "Modified" msgstr "Spremenjeno" -#: js/files.js:659 +#: js/files.js:722 msgid "folder" msgstr "mapa" -#: js/files.js:661 +#: js/files.js:724 msgid "folders" msgstr "mape" -#: js/files.js:669 +#: js/files.js:732 msgid "file" msgstr "datoteka" -#: js/files.js:671 +#: js/files.js:734 msgid "files" msgstr "datoteke" diff --git a/l10n/sl/files_external.po b/l10n/sl/files_external.po index 1435977b9a..b43660a42e 100644 --- a/l10n/sl/files_external.po +++ b/l10n/sl/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Peter Peroša , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:34+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-15 00:03+0000\n" +"Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -51,31 +52,31 @@ msgstr "" #: templates/settings.php:63 msgid "All Users" -msgstr "" +msgstr "Vsi uporabniki" #: templates/settings.php:64 msgid "Groups" -msgstr "" +msgstr "Skupine" #: templates/settings.php:69 msgid "Users" -msgstr "" +msgstr "Uporabniki" #: templates/settings.php:77 templates/settings.php:96 msgid "Delete" -msgstr "" +msgstr "Izbriši" #: templates/settings.php:88 msgid "SSL root certificates" -msgstr "" +msgstr "SSL korenski certifikati" #: templates/settings.php:102 msgid "Import Root Certificate" -msgstr "" +msgstr "Uvozi korenski certifikat" #: templates/settings.php:108 msgid "Enable User External Storage" -msgstr "" +msgstr "Omogoči" #: templates/settings.php:109 msgid "Allow users to mount their own external storage" diff --git a/l10n/sl/files_sharing.po b/l10n/sl/files_sharing.po index d50a6214c9..e6928f35fa 100644 --- a/l10n/sl/files_sharing.po +++ b/l10n/sl/files_sharing.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Peter Peroša , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:35+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 12:59+0000\n" +"Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +20,36 @@ msgstr "" #: templates/list.php:2 msgid "Your Shared Files" -msgstr "" +msgstr "Vaše datoteke v souporabi" #: templates/list.php:6 msgid "Item" -msgstr "" +msgstr "Predmet" #: templates/list.php:7 msgid "Shared With" -msgstr "" +msgstr "V souporabi z" #: templates/list.php:8 msgid "Permissions" -msgstr "" +msgstr "Dovoljenja" #: templates/list.php:16 msgid "Read" -msgstr "" +msgstr "Branje" #: templates/list.php:16 msgid "Edit" -msgstr "" +msgstr "Pisanje" #: templates/list.php:16 templates/list.php:17 msgid "Delete" -msgstr "" +msgstr "Izbris" #: templates/settings.php:3 msgid "Enable Resharing" -msgstr "" +msgstr "Omogoči nadaljnjo izmenjavo" #: templates/settings.php:4 msgid "Allow users to reshare files they don't own" -msgstr "" +msgstr "Dovoli uporabnikom nadaljnjo izmenjavo tujih datotek" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 2e94a971ba..31f679ac7f 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" -"PO-Revision-Date: 2012-08-12 00:03+0000\n" -"Last-Translator: owncloud_robot \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:09+0000\n" +"Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,7 +22,7 @@ msgstr "" #: ajax/apps/ocs.php:23 msgid "Unable to load list from App Store" -msgstr "" +msgstr "Ne morem naložiti seznama iz App Store" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -50,7 +50,7 @@ msgstr "Jezik je bil spremenjen" #: js/apps.js:18 msgid "Error" -msgstr "" +msgstr "Napaka" #: js/apps.js:39 js/apps.js:73 msgid "Disable" @@ -74,19 +74,19 @@ msgstr "Varnostno opozorilo" #: templates/admin.php:29 msgid "Cron" -msgstr "" +msgstr "Periodično opravilo" #: templates/admin.php:31 msgid "execute one task with each page loaded" -msgstr "" +msgstr "izvedi eno nalogo z vsako naloženo stranjo" #: templates/admin.php:33 msgid "cron.php is registered at a webcron service" -msgstr "" +msgstr "cron.php je vpisan na storitev webcron" #: templates/admin.php:35 msgid "use systems cron service" -msgstr "" +msgstr "uporabi sistemski servis za periodična opravila" #: templates/admin.php:39 msgid "Log" diff --git a/l10n/sl/tasks.po b/l10n/sl/tasks.po index 38b1873389..484d5c1f72 100644 --- a/l10n/sl/tasks.po +++ b/l10n/sl/tasks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Peter Peroša , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:44+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:45+0000\n" +"Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,35 +20,35 @@ msgstr "" #: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101 msgid "Invalid date/time" -msgstr "" +msgstr "Neveljaven datum/čas" #: appinfo/app.php:11 msgid "Tasks" -msgstr "" +msgstr "Opravila" #: js/tasks.js:415 msgid "No category" -msgstr "" +msgstr "Ni kategorije" #: lib/app.php:33 msgid "Unspecified" -msgstr "" +msgstr "Nedoločen" #: lib/app.php:34 msgid "1=highest" -msgstr "" +msgstr "1=najvišje" #: lib/app.php:38 msgid "5=medium" -msgstr "" +msgstr "5=srednje" #: lib/app.php:42 msgid "9=lowest" -msgstr "" +msgstr "9=najnižje" #: lib/app.php:81 msgid "Empty Summary" -msgstr "" +msgstr "Prazen povzetek" #: lib/app.php:93 msgid "Invalid percent complete" @@ -55,11 +56,11 @@ msgstr "" #: lib/app.php:107 msgid "Invalid priority" -msgstr "" +msgstr "Neveljavna prednost" #: templates/tasks.php:3 msgid "Add Task" -msgstr "" +msgstr "Dodaj opravilo" #: templates/tasks.php:4 msgid "Order Due" @@ -95,11 +96,11 @@ msgstr "" #: templates/tasks.php:23 msgid "More" -msgstr "" +msgstr "Več" #: templates/tasks.php:26 msgid "Less" -msgstr "" +msgstr "Manj" #: templates/tasks.php:29 msgid "Delete" diff --git a/l10n/sl/user_migrate.po b/l10n/sl/user_migrate.po index e3a229549d..ec8deacf77 100644 --- a/l10n/sl/user_migrate.po +++ b/l10n/sl/user_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Peter Peroša , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:17+0000\n" +"Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,33 +20,33 @@ msgstr "" #: js/export.js:14 js/export.js:20 msgid "Export" -msgstr "" +msgstr "Izvozi" #: js/export.js:19 msgid "Something went wrong while the export file was being generated" -msgstr "" +msgstr "Med ustvarjanjem datoteke za izvoz je prišlo do napake" #: js/export.js:19 msgid "An error has occurred" -msgstr "" +msgstr "Prišlo je do napake" #: templates/settings.php:2 msgid "Export your user account" -msgstr "" +msgstr "Izvozi vaš uporabniški račun" #: templates/settings.php:3 msgid "" "This will create a compressed file that contains your ownCloud account." -msgstr "" +msgstr "Ustvarjena bo stisnjena datoteka z vašim ownCloud računom." #: templates/settings.php:13 msgid "Import user account" -msgstr "" +msgstr "Uvozi uporabniški račun" #: templates/settings.php:15 msgid "ownCloud User Zip" -msgstr "" +msgstr "Zip datoteka ownCloud uporabnika" #: templates/settings.php:17 msgid "Import" -msgstr "" +msgstr "Uvozi" diff --git a/l10n/sl/user_openid.po b/l10n/sl/user_openid.po index 1269ed895e..62302b6911 100644 --- a/l10n/sl/user_openid.po +++ b/l10n/sl/user_openid.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Peter Peroša , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:13+0000\n" +"Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,11 +20,11 @@ msgstr "" #: templates/nomode.php:12 msgid "This is an OpenID server endpoint. For more information, see " -msgstr "" +msgstr "To je OpenID strežniška končna točka. Za več informacij si oglejte" #: templates/nomode.php:14 msgid "Identity: " -msgstr "" +msgstr "Istovetnost: " #: templates/nomode.php:15 msgid "Realm: " @@ -31,24 +32,24 @@ msgstr "" #: templates/nomode.php:16 msgid "User: " -msgstr "" +msgstr "Uporabnik:" #: templates/nomode.php:17 msgid "Login" -msgstr "" +msgstr "Prijava" #: templates/nomode.php:22 msgid "Error: No user Selected" -msgstr "" +msgstr "Napaka: Uporabnik ni bil izbran" #: templates/settings.php:4 msgid "you can authenticate to other sites with this address" -msgstr "" +msgstr "s tem naslovom se lahko overite tudi na drugih straneh" #: templates/settings.php:5 msgid "Authorized OpenID provider" -msgstr "" +msgstr "Odobren OpenID ponudnik" #: templates/settings.php:6 msgid "Your address at Wordpress, Identi.ca, …" -msgstr "" +msgstr "Vaš naslov na Wordpress, Identi.ca, …" diff --git a/l10n/templates/admin_dependencies_chk.pot b/l10n/templates/admin_dependencies_chk.pot index a13ed61b4f..7ebf04e55c 100644 --- a/l10n/templates/admin_dependencies_chk.pot +++ b/l10n/templates/admin_dependencies_chk.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/admin_migrate.pot b/l10n/templates/admin_migrate.pot index 302ee091d1..e905c22f86 100644 --- a/l10n/templates/admin_migrate.pot +++ b/l10n/templates/admin_migrate.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/bookmarks.pot b/l10n/templates/bookmarks.pot index 92ee8440f3..b96ce9f1e7 100644 --- a/l10n/templates/bookmarks.pot +++ b/l10n/templates/bookmarks.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 2d55307b1f..751969a0bf 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/contacts.pot b/l10n/templates/contacts.pot index be8c432c00..92d0ca5fc1 100644 --- a/l10n/templates/contacts.pot +++ b/l10n/templates/contacts.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index c10170659b..99b041e1c8 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index a9c93a4741..26f5eacee8 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 34a0bbb5be..a463731bf9 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 6a82898883..0674e0b95d 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index d288470e5c..c74bc72d36 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 00654d249b..7a68a39a41 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/gallery.pot b/l10n/templates/gallery.pot index d17762fbbd..e77e777229 100644 --- a/l10n/templates/gallery.pot +++ b/l10n/templates/gallery.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index f6ce8f0969..97bbaa8645 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/media.pot b/l10n/templates/media.pot index 51fdfab817..fb5d0a755d 100644 --- a/l10n/templates/media.pot +++ b/l10n/templates/media.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index d74ce84806..b0ea4703cc 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/tasks.pot b/l10n/templates/tasks.pot index b38b306f79..b23ae36239 100644 --- a/l10n/templates/tasks.pot +++ b/l10n/templates/tasks.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index f9a5686e39..f554a64978 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_migrate.pot b/l10n/templates/user_migrate.pot index e0a064d961..0367e1a634 100644 --- a/l10n/templates/user_migrate.pot +++ b/l10n/templates/user_migrate.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_openid.pot b/l10n/templates/user_openid.pot index 352a3ccbc0..211f8054b1 100644 --- a/l10n/templates/user_openid.pot +++ b/l10n/templates/user_openid.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-14 02:02+0200\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/th_TH/admin_dependencies_chk.po b/l10n/th_TH/admin_dependencies_chk.po index 758b5772cd..6ba6dff16a 100644 --- a/l10n/th_TH/admin_dependencies_chk.po +++ b/l10n/th_TH/admin_dependencies_chk.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 13:17+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -70,4 +71,4 @@ msgstr "" #: templates/settings.php:7 msgid "Used by :" -msgstr "" +msgstr "ใช้งานโดย:" diff --git a/l10n/th_TH/admin_migrate.po b/l10n/th_TH/admin_migrate.po index 24c02530e3..c3f5786401 100644 --- a/l10n/th_TH/admin_migrate.po +++ b/l10n/th_TH/admin_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:32+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 13:09+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,14 +20,14 @@ msgstr "" #: templates/settings.php:3 msgid "Export this ownCloud instance" -msgstr "" +msgstr "ส่งออกข้อมูลค่าสมมุติของ ownCloud นี้" #: templates/settings.php:4 msgid "" "This will create a compressed file that contains the data of this owncloud instance.\n" " Please choose the export type:" -msgstr "" +msgstr "ส่วนนี้จะเป็นการสร้างไฟล์บีบอัดที่บรรจุข้อมูลค่าสมมุติของ ownCloud.\n กรุณาเลือกชนิดของการส่งออกข้อมูล:" #: templates/settings.php:12 msgid "Export" -msgstr "" +msgstr "ส่งออก" diff --git a/l10n/th_TH/bookmarks.po b/l10n/th_TH/bookmarks.po index e5a515c7dc..0c6e7c61e3 100644 --- a/l10n/th_TH/bookmarks.po +++ b/l10n/th_TH/bookmarks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-07-28 02:02+0200\n" -"PO-Revision-Date: 2012-07-27 22:17+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 13:16+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,42 +20,42 @@ msgstr "" #: appinfo/app.php:14 msgid "Bookmarks" -msgstr "" +msgstr "รายการโปรด" #: bookmarksHelper.php:99 msgid "unnamed" -msgstr "" +msgstr "ยังไม่มีชื่อ" #: templates/bookmarklet.php:5 msgid "" "Drag this to your browser bookmarks and click it, when you want to bookmark " "a webpage quickly:" -msgstr "" +msgstr "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว" #: templates/bookmarklet.php:7 msgid "Read later" -msgstr "" +msgstr "อ่านภายหลัง" #: templates/list.php:13 msgid "Address" -msgstr "" +msgstr "ที่อยู่" #: templates/list.php:14 msgid "Title" -msgstr "" +msgstr "ชื่อ" #: templates/list.php:15 msgid "Tags" -msgstr "" +msgstr "ป้ายกำกับ" #: templates/list.php:16 msgid "Save bookmark" -msgstr "" +msgstr "บันทึกรายการโปรด" #: templates/list.php:22 msgid "You have no bookmarks" -msgstr "" +msgstr "คุณยังไม่มีรายการโปรด" #: templates/settings.php:11 msgid "Bookmarklet
" -msgstr "" +msgstr "Bookmarklet
" diff --git a/l10n/th_TH/calendar.po b/l10n/th_TH/calendar.po index 9803e71602..db695db5dc 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-11 02:02+0200\n" -"PO-Revision-Date: 2012-08-11 00:02+0000\n" -"Last-Translator: owncloud_robot \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 13:30+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,11 +21,11 @@ msgstr "" #: ajax/cache/status.php:19 msgid "Not all calendars are completely cached" -msgstr "" +msgstr "ไม่ใช่ปฏิทินทั้งหมดที่จะถูกจัดเก็บข้อมูลไว้ในหน่วยความจำแคชอย่างสมบูรณ์" #: ajax/cache/status.php:21 msgid "Everything seems to be completely cached" -msgstr "" +msgstr "ทุกสิ่งทุกอย่างได้ถูกเก็บเข้าไปไว้ในหน่วยความจำแคชอย่างสมบูรณ์แล้ว" #: ajax/categories/rescan.php:29 msgid "No calendars found." @@ -43,19 +43,19 @@ msgstr "ปฏิทินไม่ถูกต้อง" msgid "" "The file contained either no events or all events are already saved in your " "calendar." -msgstr "" +msgstr "ไฟล์ดังกล่าวบรรจุข้อมูลกิจกรรมที่มีอยู่แล้วในปฏิทินของคุณ" #: ajax/import/dropimport.php:31 ajax/import/import.php:67 msgid "events has been saved in the new calendar" -msgstr "" +msgstr "กิจกรรมได้ถูกบันทึกไปไว้ในปฏิทินที่สร้างขึ้นใหม่แล้ว" #: ajax/import/import.php:56 msgid "Import failed" -msgstr "" +msgstr "การนำเข้าข้อมูลล้มเหลว" #: ajax/import/import.php:69 msgid "events has been saved in your calendar" -msgstr "" +msgstr "กิจกรรมได้ถูกบันทึกเข้าไปไว้ในปฏิทินของคุณแล้ว" #: ajax/settings/guesstimezone.php:25 msgid "New Timezone:" @@ -160,7 +160,7 @@ msgstr "งาน" #: lib/app.php:351 lib/app.php:361 msgid "by" -msgstr "" +msgstr "โดย" #: lib/app.php:359 lib/app.php:399 msgid "unnamed" @@ -349,79 +349,79 @@ msgstr "คำนวณ" #: templates/calendar.php:6 msgid "Sun." -msgstr "" +msgstr "อา." #: templates/calendar.php:6 msgid "Mon." -msgstr "" +msgstr "จ." #: templates/calendar.php:6 msgid "Tue." -msgstr "" +msgstr "อ." #: templates/calendar.php:6 msgid "Wed." -msgstr "" +msgstr "พ." #: templates/calendar.php:6 msgid "Thu." -msgstr "" +msgstr "พฤ." #: templates/calendar.php:6 msgid "Fri." -msgstr "" +msgstr "ศ." #: templates/calendar.php:6 msgid "Sat." -msgstr "" +msgstr "ส." #: templates/calendar.php:8 msgid "Jan." -msgstr "" +msgstr "ม.ค." #: templates/calendar.php:8 msgid "Feb." -msgstr "" +msgstr "ก.พ." #: templates/calendar.php:8 msgid "Mar." -msgstr "" +msgstr "มี.ค." #: templates/calendar.php:8 msgid "Apr." -msgstr "" +msgstr "เม.ย." #: templates/calendar.php:8 msgid "May." -msgstr "" +msgstr "พ.ค." #: templates/calendar.php:8 msgid "Jun." -msgstr "" +msgstr "มิ.ย." #: templates/calendar.php:8 msgid "Jul." -msgstr "" +msgstr "ก.ค." #: templates/calendar.php:8 msgid "Aug." -msgstr "" +msgstr "ส.ค." #: templates/calendar.php:8 msgid "Sep." -msgstr "" +msgstr "ก.ย." #: templates/calendar.php:8 msgid "Oct." -msgstr "" +msgstr "ต.ค." #: templates/calendar.php:8 msgid "Nov." -msgstr "" +msgstr "พ.ย." #: templates/calendar.php:8 msgid "Dec." -msgstr "" +msgstr "ธ.ค." #: templates/calendar.php:11 msgid "All day" @@ -478,7 +478,7 @@ msgstr "วันนี้" #: templates/calendar.php:46 templates/calendar.php:47 msgid "Settings" -msgstr "" +msgstr "ตั้งค่า" #: templates/part.choosecalendar.php:2 msgid "Your calendars" @@ -686,7 +686,7 @@ msgstr "นำเข้าไฟล์ปฏิทิน" #: templates/part.import.php:24 msgid "Please choose a calendar" -msgstr "" +msgstr "กรุณาเลือกปฏิทิน" #: templates/part.import.php:36 msgid "Name of new calendar" @@ -694,13 +694,13 @@ msgstr "ชื่อของปฏิทิน" #: templates/part.import.php:44 msgid "Take an available name!" -msgstr "" +msgstr "เลือกชื่อที่ต้องการ" #: templates/part.import.php:45 msgid "" "A Calendar with this name already exists. If you continue anyhow, these " "calendars will be merged." -msgstr "" +msgstr "ปฏิทินชื่อดังกล่าวถูกใช้งานไปแล้ว หากคุณยังดำเนินการต่อไป ปฏิทินดังกล่าวนี้จะถูกผสานข้อมูลเข้าด้วยกัน" #: templates/part.import.php:47 msgid "Import" @@ -732,7 +732,7 @@ msgstr "ที่" #: templates/settings.php:10 msgid "General" -msgstr "" +msgstr "ทั่วไป" #: templates/settings.php:15 msgid "Timezone" @@ -740,11 +740,11 @@ msgstr "โซนเวลา" #: templates/settings.php:47 msgid "Update timezone automatically" -msgstr "" +msgstr "อัพเดทโซนเวลาอัตโนมัติ" #: templates/settings.php:52 msgid "Time format" -msgstr "" +msgstr "รูปแบบเวลา" #: templates/settings.php:57 msgid "24h" @@ -756,39 +756,39 @@ msgstr "12 ช.ม." #: templates/settings.php:64 msgid "Start week on" -msgstr "" +msgstr "เริ่มต้นสัปดาห์ด้วย" #: templates/settings.php:76 msgid "Cache" -msgstr "" +msgstr "หน่วยความจำแคช" #: templates/settings.php:80 msgid "Clear cache for repeating events" -msgstr "" +msgstr "ล้างข้อมูลในหน่วยความจำแคชสำหรับกิจกรรมที่ซ้ำซ้อน" #: templates/settings.php:85 msgid "URLs" -msgstr "" +msgstr "URLs" #: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" -msgstr "" +msgstr "ที่อยู่ที่ใช้สำหรับเชื่อมข้อมูลปฏิทิน CalDAV" #: templates/settings.php:87 msgid "more info" -msgstr "" +msgstr "ข้อมูลเพิ่มเติม" #: templates/settings.php:89 msgid "Primary address (Kontact et al)" -msgstr "" +msgstr "ที่อยู่หลัก (Kontact et al)" #: templates/settings.php:91 msgid "iOS/OS X" -msgstr "" +msgstr "iOS/OS X" #: templates/settings.php:93 msgid "Read only iCalendar link(s)" -msgstr "" +msgstr "อ่านเฉพาะลิงก์ iCalendar เท่านั้น" #: templates/share.dropdown.php:20 msgid "Users" diff --git a/l10n/th_TH/contacts.po b/l10n/th_TH/contacts.po index 33ab6b3567..88f3f467d4 100644 --- a/l10n/th_TH/contacts.po +++ b/l10n/th_TH/contacts.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-11 02:02+0200\n" -"PO-Revision-Date: 2012-08-11 00:03+0000\n" -"Last-Translator: owncloud_robot \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 14:39+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -67,7 +67,7 @@ msgstr "ยังไม่ได้กำหนดชื่อ" #: ajax/contact/addproperty.php:46 msgid "Could not parse contact: " -msgstr "" +msgstr "ไม่สามารถแจกแจงรายชื่อผู้ติดต่อได้" #: ajax/contact/addproperty.php:56 msgid "Cannot add empty property." @@ -83,7 +83,7 @@ msgstr "พยายามที่จะเพิ่มทรัพยากร #: ajax/contact/addproperty.php:144 msgid "Error adding contact property: " -msgstr "" +msgstr "เกิดข้อผิดพลาดในการเพิ่มคุณสมบัติข้อมูลผู้ติดต่อ" #: ajax/contact/deleteproperty.php:37 msgid "Information about vCard is incorrect. Please reload the page." @@ -276,7 +276,7 @@ msgstr "ไฟล์ที่คุณกำลังพยายามที่ #: js/contacts.js:1236 msgid "Error loading profile picture." -msgstr "" +msgstr "เกิดข้อผิดพลาดในการโหลดรูปภาพประจำตัว" #: js/contacts.js:1337 js/contacts.js:1371 msgid "Select type" @@ -286,7 +286,7 @@ msgstr "เลือกชนิด" msgid "" "Some contacts are marked for deletion, but not deleted yet. Please wait for " "them to be deleted." -msgstr "" +msgstr "ข้อมูลผู้ติดต่อบางรายการได้ถูกทำเครื่องหมายสำหรับลบทิ้งเอาไว้, แต่ยังไม่ได้ถูกลบทิ้ง, กรุณารอให้รายการดังกล่าวถูกลบทิ้งเสียก่อน" #: js/loader.js:49 msgid "Result: " @@ -302,11 +302,11 @@ msgstr " ล้มเหลว." #: js/settings.js:67 msgid "Displayname cannot be empty." -msgstr "" +msgstr "ชื่อที่ใช้แสดงไม่สามารถเว้นว่างได้" #: lib/app.php:36 msgid "Addressbook not found: " -msgstr "" +msgstr "ไม่พบสมุดบันทึกที่อยู่ที่ต้องการ" #: lib/app.php:49 msgid "This is not your addressbook." @@ -380,55 +380,55 @@ msgstr "วันเกิด" #: lib/app.php:184 msgid "Business" -msgstr "" +msgstr "ธุรกิจ" #: lib/app.php:185 msgid "Call" -msgstr "" +msgstr "โทร" #: lib/app.php:186 msgid "Clients" -msgstr "" +msgstr "ลูกค้า" #: lib/app.php:187 msgid "Deliverer" -msgstr "" +msgstr "ผู้จัดส่ง" #: lib/app.php:188 msgid "Holidays" -msgstr "" +msgstr "วันหยุด" #: lib/app.php:189 msgid "Ideas" -msgstr "" +msgstr "ไอเดีย" #: lib/app.php:190 msgid "Journey" -msgstr "" +msgstr "การเดินทาง" #: lib/app.php:191 msgid "Jubilee" -msgstr "" +msgstr "งานเฉลิมฉลอง" #: lib/app.php:192 msgid "Meeting" -msgstr "" +msgstr "ประชุม" #: lib/app.php:193 msgid "Other" -msgstr "" +msgstr "อื่นๆ" #: lib/app.php:194 msgid "Personal" -msgstr "" +msgstr "ส่วนตัว" #: lib/app.php:195 msgid "Projects" -msgstr "" +msgstr "โปรเจค" #: lib/app.php:196 msgid "Questions" -msgstr "" +msgstr "คำถาม" #: lib/hooks.php:102 msgid "{name}'s Birthday" @@ -448,7 +448,7 @@ msgstr "นำเข้า" #: templates/index.php:18 msgid "Settings" -msgstr "" +msgstr "ตั้งค่า" #: templates/index.php:18 templates/settings.php:9 msgid "Addressbooks" @@ -460,51 +460,51 @@ msgstr "ปิด" #: templates/index.php:37 msgid "Keyboard shortcuts" -msgstr "" +msgstr "ปุ่มลัด" #: templates/index.php:39 msgid "Navigation" -msgstr "" +msgstr "ระบบเมนู" #: templates/index.php:42 msgid "Next contact in list" -msgstr "" +msgstr "ข้อมูลผู้ติดต่อถัดไปในรายการ" #: templates/index.php:44 msgid "Previous contact in list" -msgstr "" +msgstr "ข้อมูลผู้ติดต่อก่อนหน้าในรายการ" #: templates/index.php:46 msgid "Expand/collapse current addressbook" -msgstr "" +msgstr "ขยาย/ย่อ สมุดบันทึกที่อยู่ปัจจุบัน" #: templates/index.php:48 msgid "Next addressbook" -msgstr "" +msgstr "สมุดบันทึกที่อยู่ถัดไป" #: templates/index.php:50 msgid "Previous addressbook" -msgstr "" +msgstr "สมุดบันทึกที่อยู่ก่อนหน้า" #: templates/index.php:54 msgid "Actions" -msgstr "" +msgstr "การกระทำ" #: templates/index.php:57 msgid "Refresh contacts list" -msgstr "" +msgstr "รีเฟรชรายชื่อผู้ติดต่อใหม่" #: templates/index.php:59 msgid "Add new contact" -msgstr "" +msgstr "เพิ่มข้อมูลผู้ติดต่อใหม่" #: templates/index.php:61 msgid "Add new addressbook" -msgstr "" +msgstr "เพิ่มสมุดบันทึกที่อยู่ใหม่" #: templates/index.php:63 msgid "Delete current contact" -msgstr "" +msgstr "ลบข้อมูลผู้ติดต่อปัจจุบัน" #: templates/part.contact.php:17 msgid "Drop photo to upload" @@ -550,15 +550,15 @@ msgstr "กรอกชื่อเล่น" #: templates/part.contact.php:43 templates/part.contact.php:119 msgid "Web site" -msgstr "" +msgstr "เว็บไซต์" #: templates/part.contact.php:44 msgid "http://www.somesite.com" -msgstr "" +msgstr "http://www.somesite.com" #: templates/part.contact.php:44 msgid "Go to web site" -msgstr "" +msgstr "ไปที่เว็บไซต์" #: templates/part.contact.php:46 msgid "dd-mm-yyyy" @@ -655,11 +655,11 @@ msgstr "ตู้ ปณ." #: templates/part.edit_address_dialog.php:24 msgid "Street address" -msgstr "" +msgstr "ที่อยู่" #: templates/part.edit_address_dialog.php:27 msgid "Street and number" -msgstr "" +msgstr "ถนนและหมายเลข" #: templates/part.edit_address_dialog.php:30 msgid "Extended" @@ -667,7 +667,7 @@ msgstr "เพิ่ม" #: templates/part.edit_address_dialog.php:33 msgid "Apartment number etc." -msgstr "" +msgstr "หมายเลขอพาร์ทเมนต์ ฯลฯ" #: templates/part.edit_address_dialog.php:36 #: templates/part.edit_address_dialog.php:39 @@ -680,7 +680,7 @@ msgstr "ภูมิภาค" #: templates/part.edit_address_dialog.php:45 msgid "E.g. state or province" -msgstr "" +msgstr "เช่น รัฐ หรือ จังหวัด" #: templates/part.edit_address_dialog.php:48 msgid "Zipcode" @@ -688,7 +688,7 @@ msgstr "รหัสไปรษณีย์" #: templates/part.edit_address_dialog.php:51 msgid "Postal code" -msgstr "" +msgstr "รหัสไปรษณีย์" #: templates/part.edit_address_dialog.php:54 #: templates/part.edit_address_dialog.php:57 @@ -809,15 +809,15 @@ msgstr "กำหนดค่าสมุดบันทึกที่อยู #: templates/part.selectaddressbook.php:1 msgid "Select Address Books" -msgstr "" +msgstr "เลือกสมุดบันทึกที่อยู่" -#: templates/part.selectaddressbook.php:20 +#: templates/part.selectaddressbook.php:27 msgid "Enter name" -msgstr "" +msgstr "กรอกชื่อ" -#: templates/part.selectaddressbook.php:22 +#: templates/part.selectaddressbook.php:29 msgid "Enter description" -msgstr "" +msgstr "กรอกคำอธิบาย" #: templates/settings.php:3 msgid "CardDAV syncing addresses" @@ -837,11 +837,11 @@ msgstr "iOS/OS X" #: templates/settings.php:20 msgid "Show CardDav link" -msgstr "" +msgstr "แสดงลิงก์ CardDav" #: templates/settings.php:23 msgid "Show read-only VCF link" -msgstr "" +msgstr "แสดงลิงก์ VCF สำหรับอ่านเท่านั้น" #: templates/settings.php:26 msgid "Download" @@ -857,11 +857,11 @@ msgstr "สร้างสมุดบันทึกข้อมูลการ #: templates/settings.php:41 msgid "Name" -msgstr "" +msgstr "ชื่อ" #: templates/settings.php:42 msgid "Description" -msgstr "" +msgstr "คำอธิบาย" #: templates/settings.php:43 msgid "Save" @@ -873,4 +873,4 @@ msgstr "ยกเลิก" #: templates/settings.php:49 msgid "More..." -msgstr "" +msgstr "เพิ่มเติม..." diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po index f1966051f3..c5a8f013b6 100644 --- a/l10n/th_TH/files.po +++ b/l10n/th_TH/files.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-07-31 22:53+0200\n" -"PO-Revision-Date: 2012-07-31 20:54+0000\n" -"Last-Translator: owncloud_robot \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 12:47+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -55,7 +55,7 @@ msgstr "ไฟล์" #: js/fileactions.js:95 msgid "Unshare" -msgstr "" +msgstr "ยกเลิกการแชร์ข้อมูล" #: js/fileactions.js:97 templates/index.php:56 msgid "Delete" @@ -63,31 +63,31 @@ msgstr "ลบ" #: js/filelist.js:141 msgid "already exists" -msgstr "" +msgstr "มีอยู่แล้ว" #: js/filelist.js:141 msgid "replace" -msgstr "" +msgstr "แทนที่" #: js/filelist.js:141 msgid "cancel" -msgstr "" +msgstr "ยกเลิก" #: js/filelist.js:195 msgid "replaced" -msgstr "" +msgstr "แทนที่แล้ว" #: js/filelist.js:195 msgid "with" -msgstr "" +msgstr "กับ" #: js/filelist.js:195 js/filelist.js:256 msgid "undo" -msgstr "" +msgstr "เลิกทำ" #: js/filelist.js:256 msgid "deleted" -msgstr "" +msgstr "ลบแล้ว" #: js/files.js:170 msgid "generating ZIP-file, it may take some time." @@ -113,27 +113,27 @@ msgstr "การอัพโหลดถูกยกเลิก" msgid "Invalid name, '/' is not allowed." msgstr "ชื่อที่ใช้ไม่ถูกต้อง '/' ไม่อนุญาตให้ใช้งาน" -#: js/files.js:631 templates/index.php:55 +#: js/files.js:694 templates/index.php:55 msgid "Size" msgstr "ขนาด" -#: js/files.js:632 templates/index.php:56 +#: js/files.js:695 templates/index.php:56 msgid "Modified" msgstr "ปรับปรุงล่าสุด" -#: js/files.js:659 +#: js/files.js:722 msgid "folder" msgstr "โฟลเดอร์" -#: js/files.js:661 +#: js/files.js:724 msgid "folders" msgstr "โฟลเดอร์" -#: js/files.js:669 +#: js/files.js:732 msgid "file" msgstr "ไฟล์" -#: js/files.js:671 +#: js/files.js:734 msgid "files" msgstr "ไฟล์" diff --git a/l10n/th_TH/files_encryption.po b/l10n/th_TH/files_encryption.po index 6852b6b1c3..f396eed4da 100644 --- a/l10n/th_TH/files_encryption.po +++ b/l10n/th_TH/files_encryption.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 13:12+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +20,16 @@ msgstr "" #: templates/settings.php:3 msgid "Encryption" -msgstr "" +msgstr "การเข้ารหัส" #: templates/settings.php:4 msgid "Exclude the following file types from encryption" -msgstr "" +msgstr "ไม่ต้องรวมชนิดของไฟล์ดังต่อไปนี้จากการเข้ารหัส" #: templates/settings.php:5 msgid "None" -msgstr "" +msgstr "ไม่ต้อง" #: templates/settings.php:10 msgid "Enable Encryption" -msgstr "" +msgstr "เปิดใช้งานการเข้ารหัส" diff --git a/l10n/th_TH/files_external.po b/l10n/th_TH/files_external.po index 77ddd37e99..2ba0dcb265 100644 --- a/l10n/th_TH/files_external.po +++ b/l10n/th_TH/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:34+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:02+0200\n" +"PO-Revision-Date: 2012-08-14 13:35+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,64 +20,64 @@ msgstr "" #: templates/settings.php:3 msgid "External Storage" -msgstr "" +msgstr "พื้นทีจัดเก็บข้อมูลจากภายนอก" #: templates/settings.php:7 templates/settings.php:19 msgid "Mount point" -msgstr "" +msgstr "จุดชี้ตำแหน่ง" #: templates/settings.php:8 msgid "Backend" -msgstr "" +msgstr "ด้านหลังระบบ" #: templates/settings.php:9 msgid "Configuration" -msgstr "" +msgstr "การกำหนดค่า" #: templates/settings.php:10 msgid "Options" -msgstr "" +msgstr "ตัวเลือก" #: templates/settings.php:11 msgid "Applicable" -msgstr "" +msgstr "สามารถใช้งานได้" #: templates/settings.php:23 msgid "Add mount point" -msgstr "" +msgstr "เพิ่มจุดชี้ตำแหน่ง" #: templates/settings.php:54 templates/settings.php:62 msgid "None set" -msgstr "" +msgstr "ยังไม่มีการกำหนด" #: templates/settings.php:63 msgid "All Users" -msgstr "" +msgstr "ผู้ใช้งานทั้งหมด" #: templates/settings.php:64 msgid "Groups" -msgstr "" +msgstr "กลุ่ม" #: templates/settings.php:69 msgid "Users" -msgstr "" +msgstr "ผู้ใช้งาน" #: templates/settings.php:77 templates/settings.php:96 msgid "Delete" -msgstr "" +msgstr "ลบ" #: templates/settings.php:88 msgid "SSL root certificates" -msgstr "" +msgstr "ใบรับรองความปลอดภัยด้วยระบบ SSL จาก Root" #: templates/settings.php:102 msgid "Import Root Certificate" -msgstr "" +msgstr "นำเข้าข้อมูลใบรับรองความปลอดภัยจาก Root" #: templates/settings.php:108 msgid "Enable User External Storage" -msgstr "" +msgstr "เปิดให้มีการใช้พื้นที่จัดเก็บข้อมูลของผู้ใช้งานจากภายนอกได้" #: templates/settings.php:109 msgid "Allow users to mount their own external storage" -msgstr "" +msgstr "อนุญาตให้ผู้ใช้งานสามารถชี้ตำแหน่งไปที่พื้นที่จัดเก็บข้อมูลภายนอกของตนเองได้" diff --git a/l10n/th_TH/files_sharing.po b/l10n/th_TH/files_sharing.po index 9165a75b35..250856835f 100644 --- a/l10n/th_TH/files_sharing.po +++ b/l10n/th_TH/files_sharing.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:35+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:14+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +20,36 @@ msgstr "" #: templates/list.php:2 msgid "Your Shared Files" -msgstr "" +msgstr "ไฟล์ของคุณที่แชร์ไว้" #: templates/list.php:6 msgid "Item" -msgstr "" +msgstr "ไอเท็ม" #: templates/list.php:7 msgid "Shared With" -msgstr "" +msgstr "แชร์พร้อมกับ" #: templates/list.php:8 msgid "Permissions" -msgstr "" +msgstr "สิทธิ์การเข้าใช้งาน" #: templates/list.php:16 msgid "Read" -msgstr "" +msgstr "อ่าน" #: templates/list.php:16 msgid "Edit" -msgstr "" +msgstr "แก้ไข" #: templates/list.php:16 templates/list.php:17 msgid "Delete" -msgstr "" +msgstr "ลบ" #: templates/settings.php:3 msgid "Enable Resharing" -msgstr "" +msgstr "เปิดให้มีการแชร์ใหม่อีกครั้งได้" #: templates/settings.php:4 msgid "Allow users to reshare files they don't own" -msgstr "" +msgstr "อนุญาตให้ผู้ใช้งานสามารถแชร์ไฟล์ที่ไม่ได้เป็นเจ้าของใหม่ได้" diff --git a/l10n/th_TH/files_versions.po b/l10n/th_TH/files_versions.po index 797e78acb5..4bab33ad9f 100644 --- a/l10n/th_TH/files_versions.po +++ b/l10n/th_TH/files_versions.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:37+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:11+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,8 +20,8 @@ msgstr "" #: js/settings-personal.js:31 msgid "Expire all versions" -msgstr "" +msgstr "หมดอายุทุกรุ่น" #: templates/settings.php:3 msgid "Enable Files Versioning" -msgstr "" +msgstr "เปิดใช้งานคุณสมบัติการแยกสถานะรุ่นหรือเวอร์ชั่นของไฟล์" diff --git a/l10n/th_TH/gallery.po b/l10n/th_TH/gallery.po index 1a8ef7a619..d442789187 100644 --- a/l10n/th_TH/gallery.po +++ b/l10n/th_TH/gallery.po @@ -9,88 +9,32 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-06-06 00:12+0200\n" -"PO-Revision-Date: 2012-06-05 22:15+0000\n" -"Last-Translator: icewind \n" -"Language-Team: Thai (Thailand) (http://www.transifex.net/projects/p/owncloud/language/th_TH/)\n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 12:50+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" +"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: th_TH\n" "Plural-Forms: nplurals=1; plural=0\n" -#: appinfo/app.php:37 +#: appinfo/app.php:39 msgid "Pictures" msgstr "รูปภาพ" -#: js/album_cover.js:44 +#: js/pictures.js:12 msgid "Share gallery" -msgstr "" +msgstr "แชร์ข้อมูลแกลอรี่" -#: js/album_cover.js:64 js/album_cover.js:100 js/album_cover.js:133 +#: js/pictures.js:32 msgid "Error: " -msgstr "" +msgstr "พบข้อผิดพลาด: " -#: js/album_cover.js:64 js/album_cover.js:100 +#: js/pictures.js:32 msgid "Internal error" -msgstr "" +msgstr "เกิดข้อผิดพลาดภายในระบบ" -#: js/album_cover.js:114 -msgid "Scanning root" -msgstr "" - -#: js/album_cover.js:115 -msgid "Default order" -msgstr "" - -#: js/album_cover.js:116 -msgid "Ascending" -msgstr "" - -#: js/album_cover.js:116 -msgid "Descending" -msgstr "" - -#: js/album_cover.js:117 templates/index.php:19 -msgid "Settings" -msgstr "ตั้งค่า" - -#: js/album_cover.js:122 -msgid "Scanning root cannot be empty" -msgstr "" - -#: js/album_cover.js:122 js/album_cover.js:133 -msgid "Error" -msgstr "" - -#: templates/index.php:16 -msgid "Rescan" -msgstr "ตรวจสอบอีกครั้ง" - -#: templates/index.php:17 -msgid "Stop" -msgstr "หยุด" - -#: templates/index.php:18 -msgid "Share" -msgstr "แชร์" - -#: templates/view_album.php:19 -msgid "Back" -msgstr "ย้อนกลับ" - -#: templates/view_album.php:36 -msgid "Remove confirmation" -msgstr "การยืนยันการลบ" - -#: templates/view_album.php:37 -msgid "Do you want to remove album" -msgstr "คุณต้องการลบอัลบั้มออกหรือไม่" - -#: templates/view_album.php:40 -msgid "Change album name" -msgstr "เปลี่ยนชื่ออัลบั้ม" - -#: templates/view_album.php:43 -msgid "New album name" -msgstr "ชื่อใหม่ของอัลบั้ม" +#: templates/index.php:27 +msgid "Slideshow" +msgstr "ภาพสไลด์โชว์" diff --git a/l10n/th_TH/lib.po b/l10n/th_TH/lib.po index 2a9f5b46d5..57847a06f6 100644 --- a/l10n/th_TH/lib.po +++ b/l10n/th_TH/lib.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-07-28 02:02+0200\n" -"PO-Revision-Date: 2012-07-27 22:23+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:40+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,96 +18,96 @@ msgstr "" "Language: th_TH\n" "Plural-Forms: nplurals=1; plural=0\n" -#: app.php:287 +#: app.php:288 msgid "Help" -msgstr "" +msgstr "ช่วยเหลือ" -#: app.php:294 +#: app.php:295 msgid "Personal" -msgstr "" +msgstr "ส่วนตัว" -#: app.php:299 +#: app.php:300 msgid "Settings" -msgstr "" +msgstr "ตั้งค่า" -#: app.php:304 +#: app.php:305 msgid "Users" -msgstr "" +msgstr "ผู้ใช้งาน" -#: app.php:311 +#: app.php:312 msgid "Apps" -msgstr "" +msgstr "แอปฯ" -#: app.php:313 +#: app.php:314 msgid "Admin" -msgstr "" +msgstr "ผู้ดูแล" #: files.php:245 msgid "ZIP download is turned off." -msgstr "" +msgstr "คุณสมบัติการดาวน์โหลด zip ถูกปิดการใช้งานไว้" #: files.php:246 msgid "Files need to be downloaded one by one." -msgstr "" +msgstr "ไฟล์สามารถดาวน์โหลดได้ทีละครั้งเท่านั้น" #: files.php:246 files.php:271 msgid "Back to Files" -msgstr "" +msgstr "กลับไปที่ไฟล์" #: files.php:270 msgid "Selected files too large to generate zip file." -msgstr "" +msgstr "ไฟล์ที่เลือกมีขนาดใหญ่เกินกว่าที่จะสร้างเป็นไฟล์ zip" #: json.php:28 msgid "Application is not enabled" -msgstr "" +msgstr "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน" #: json.php:39 json.php:63 json.php:75 msgid "Authentication error" -msgstr "" +msgstr "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน" #: json.php:51 msgid "Token expired. Please reload page." -msgstr "" +msgstr "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง" #: template.php:86 msgid "seconds ago" -msgstr "" +msgstr "วินาทีที่ผ่านมา" #: template.php:87 msgid "1 minute ago" -msgstr "" +msgstr "1 นาทีมาแล้ว" #: template.php:88 #, php-format msgid "%d minutes ago" -msgstr "" +msgstr "%d นาทีที่ผ่านมา" #: template.php:91 msgid "today" -msgstr "" +msgstr "วันนี้" #: template.php:92 msgid "yesterday" -msgstr "" +msgstr "เมื่อวานนี้" #: template.php:93 #, php-format msgid "%d days ago" -msgstr "" +msgstr "%d วันที่ผ่านมา" #: template.php:94 msgid "last month" -msgstr "" +msgstr "เดือนที่แล้ว" #: template.php:95 msgid "months ago" -msgstr "" +msgstr "เดือนมาแล้ว" #: template.php:96 msgid "last year" -msgstr "" +msgstr "ปีที่แล้ว" #: template.php:97 msgid "years ago" -msgstr "" +msgstr "ปีที่ผ่านมา" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index 37193911fc..0dc69f7f22 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" -"PO-Revision-Date: 2012-08-12 00:03+0000\n" -"Last-Translator: owncloud_robot \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 12:49+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,7 +22,7 @@ msgstr "" #: ajax/apps/ocs.php:23 msgid "Unable to load list from App Store" -msgstr "" +msgstr "ไม่สามารถโหลดรายการจาก App Store ได้" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -42,7 +42,7 @@ msgstr "คำร้องขอไม่ถูกต้อง" #: ajax/removeuser.php:13 ajax/setquota.php:18 ajax/togglegroups.php:18 msgid "Authentication error" -msgstr "" +msgstr "เกิดข้อผิดพลาดเกี่ยวกับสิทธิ์การเข้าใช้งาน" #: ajax/setlanguage.php:18 msgid "Language changed" @@ -50,7 +50,7 @@ msgstr "เปลี่ยนภาษาเรียบร้อยแล้ว #: js/apps.js:18 msgid "Error" -msgstr "" +msgstr "ข้อผิดพลาด" #: js/apps.js:39 js/apps.js:73 msgid "Disable" @@ -70,23 +70,23 @@ msgstr "ภาษาไทย" #: templates/admin.php:14 msgid "Security Warning" -msgstr "" +msgstr "คำเตือนเกี่ยวกับความปลอดภัย" #: templates/admin.php:29 msgid "Cron" -msgstr "" +msgstr "Cron" #: templates/admin.php:31 msgid "execute one task with each page loaded" -msgstr "" +msgstr "ประมวลผลหนึ่งงานเมื่อโหลดหน้าเว็บแต่ละครั้ง" #: templates/admin.php:33 msgid "cron.php is registered at a webcron service" -msgstr "" +msgstr "cron.php ได้ถูกลงทะเบียนที่บริการ webcron" #: templates/admin.php:35 msgid "use systems cron service" -msgstr "" +msgstr "ใช้บริการ cron จากระบบ" #: templates/admin.php:39 msgid "Log" @@ -230,7 +230,7 @@ msgstr "อื่นๆ" #: templates/users.php:80 templates/users.php:112 msgid "SubAdmin" -msgstr "" +msgstr "ผู้ดูแลย่อย" #: templates/users.php:82 msgid "Quota" diff --git a/l10n/th_TH/tasks.po b/l10n/th_TH/tasks.po index 5cde08bac2..7d45023764 100644 --- a/l10n/th_TH/tasks.po +++ b/l10n/th_TH/tasks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:44+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 15:26+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,88 +20,88 @@ msgstr "" #: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101 msgid "Invalid date/time" -msgstr "" +msgstr "วันที่ / เวลา ไม่ถูกต้อง" #: appinfo/app.php:11 msgid "Tasks" -msgstr "" +msgstr "งาน" #: js/tasks.js:415 msgid "No category" -msgstr "" +msgstr "ไม่มีหมวดหมู่" #: lib/app.php:33 msgid "Unspecified" -msgstr "" +msgstr "ยังไม่ได้ระบุ" #: lib/app.php:34 msgid "1=highest" -msgstr "" +msgstr "1=สูงสุด" #: lib/app.php:38 msgid "5=medium" -msgstr "" +msgstr "5=ปานกลาง" #: lib/app.php:42 msgid "9=lowest" -msgstr "" +msgstr "9=ต่ำสุด" #: lib/app.php:81 msgid "Empty Summary" -msgstr "" +msgstr "ข้อมูลสรุปยังว่างอยู่" #: lib/app.php:93 msgid "Invalid percent complete" -msgstr "" +msgstr "สัดส่วนเปอร์เซ็นต์ความสมบูรณ์ไม่ถูกต้อง" #: lib/app.php:107 msgid "Invalid priority" -msgstr "" +msgstr "ความสำคัญไม่ถูกต้อง" #: templates/tasks.php:3 msgid "Add Task" -msgstr "" +msgstr "เพิ่มงานใหม่" #: templates/tasks.php:4 msgid "Order Due" -msgstr "" +msgstr "จัดเรียงตามกำหนดเวลา" #: templates/tasks.php:5 msgid "Order List" -msgstr "" +msgstr "จัดเรียงตามรายชื่อ" #: templates/tasks.php:6 msgid "Order Complete" -msgstr "" +msgstr "จัดเรียงตามความสมบูรณ์" #: templates/tasks.php:7 msgid "Order Location" -msgstr "" +msgstr "จัดเรียงตามตำแหน่งที่อยู่" #: templates/tasks.php:8 msgid "Order Priority" -msgstr "" +msgstr "จัดเรียงตามระดับความสำคัญ" #: templates/tasks.php:9 msgid "Order Label" -msgstr "" +msgstr "จัดเรียงตามป้ายชื่อ" #: templates/tasks.php:16 msgid "Loading tasks..." -msgstr "" +msgstr "กำลังโหลดข้อมูลงาน..." #: templates/tasks.php:20 msgid "Important" -msgstr "" +msgstr "สำคัญ" #: templates/tasks.php:23 msgid "More" -msgstr "" +msgstr "มาก" #: templates/tasks.php:26 msgid "Less" -msgstr "" +msgstr "น้อย" #: templates/tasks.php:29 msgid "Delete" -msgstr "" +msgstr "ลบ" diff --git a/l10n/th_TH/user_ldap.po b/l10n/th_TH/user_ldap.po index 6303056f2a..1f8d946d7a 100644 --- a/l10n/th_TH/user_ldap.po +++ b/l10n/th_TH/user_ldap.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 15:30+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +20,7 @@ msgstr "" #: templates/settings.php:8 msgid "Host" -msgstr "" +msgstr "โฮสต์" #: templates/settings.php:8 msgid "" @@ -47,7 +48,7 @@ msgstr "" #: templates/settings.php:11 msgid "Password" -msgstr "" +msgstr "รหัสผ่าน" #: templates/settings.php:11 msgid "For anonymous access, leave DN and Password empty." @@ -83,7 +84,7 @@ msgstr "" #: templates/settings.php:14 msgid "Group Filter" -msgstr "" +msgstr "ตัวกรองข้อมูลกลุ่ม" #: templates/settings.php:14 msgid "Defines the filter to apply, when retrieving groups." @@ -95,7 +96,7 @@ msgstr "" #: templates/settings.php:17 msgid "Port" -msgstr "" +msgstr "พอร์ต" #: templates/settings.php:18 msgid "Base User Tree" @@ -111,7 +112,7 @@ msgstr "" #: templates/settings.php:21 msgid "Use TLS" -msgstr "" +msgstr "ใช้ TLS" #: templates/settings.php:21 msgid "Do not use it for SSL connections, it will fail." @@ -133,7 +134,7 @@ msgstr "" #: templates/settings.php:23 msgid "Not recommended, use for testing only." -msgstr "" +msgstr "ไม่แนะนำให้ใช้งาน, ใช้สำหรับการทดสอบเท่านั้น" #: templates/settings.php:24 msgid "User Display Name Field" @@ -153,7 +154,7 @@ msgstr "" #: templates/settings.php:27 msgid "in bytes" -msgstr "" +msgstr "ในหน่วยไบต์" #: templates/settings.php:29 msgid "in seconds. A change empties the cache." @@ -161,4 +162,4 @@ msgstr "" #: templates/settings.php:31 msgid "Help" -msgstr "" +msgstr "ช่วยเหลือ" diff --git a/l10n/th_TH/user_migrate.po b/l10n/th_TH/user_migrate.po index 676ffdfbb5..74a5aec484 100644 --- a/l10n/th_TH/user_migrate.po +++ b/l10n/th_TH/user_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:37+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,33 +20,33 @@ msgstr "" #: js/export.js:14 js/export.js:20 msgid "Export" -msgstr "" +msgstr "ส่งออก" #: js/export.js:19 msgid "Something went wrong while the export file was being generated" -msgstr "" +msgstr "เกิดข้อผิดพลาดบางประการในระหว่างการส่งออกไฟล์" #: js/export.js:19 msgid "An error has occurred" -msgstr "" +msgstr "เกิดข้อผิดพลาดบางประการ" #: templates/settings.php:2 msgid "Export your user account" -msgstr "" +msgstr "ส่งออกบัญชีผู้ใช้งานของคุณ" #: templates/settings.php:3 msgid "" "This will create a compressed file that contains your ownCloud account." -msgstr "" +msgstr "ส่วนนี้จะเป็นการสร้างไฟล์บีบอัดที่บรรจุข้อมูลบัญชีผู้ใช้งาน ownCloud ของคุณ" #: templates/settings.php:13 msgid "Import user account" -msgstr "" +msgstr "นำเข้าบัญชีผู้ใช้งาน" #: templates/settings.php:15 msgid "ownCloud User Zip" -msgstr "" +msgstr "ไฟล์ Zip ผู้ใช้งาน ownCloud" #: templates/settings.php:17 msgid "Import" -msgstr "" +msgstr "นำเข้า" diff --git a/l10n/th_TH/user_openid.po b/l10n/th_TH/user_openid.po index 9b4a609ba1..7ed74e306b 100644 --- a/l10n/th_TH/user_openid.po +++ b/l10n/th_TH/user_openid.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# AriesAnywhere Anywhere , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-08-15 02:03+0200\n" +"PO-Revision-Date: 2012-08-14 13:32+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +20,36 @@ msgstr "" #: templates/nomode.php:12 msgid "This is an OpenID server endpoint. For more information, see " -msgstr "" +msgstr "นี่คือปลายทางของเซิร์ฟเวอร์ OpenID สำหรับรายละเอียดเพิ่มเติม, กรุณาดูที่" #: templates/nomode.php:14 msgid "Identity: " -msgstr "" +msgstr "ข้อมูลประจำตัว " #: templates/nomode.php:15 msgid "Realm: " -msgstr "" +msgstr "ขอบเขตพื้นที่ " #: templates/nomode.php:16 msgid "User: " -msgstr "" +msgstr "ผู้ใช้งาน: " #: templates/nomode.php:17 msgid "Login" -msgstr "" +msgstr "เข้าสู่ระบบ" #: templates/nomode.php:22 msgid "Error: No user Selected" -msgstr "" +msgstr "พบข้อผิดพลาด ยังไม่ได้เลือกชื่อผู้ใช้งาน" #: templates/settings.php:4 msgid "you can authenticate to other sites with this address" -msgstr "" +msgstr "คุณสามารถได้รับสิทธิ์เพื่อเข้าใช้งานเว็บไซต์อื่นๆโดยใช้ที่อยู่นี้" #: templates/settings.php:5 msgid "Authorized OpenID provider" -msgstr "" +msgstr "ผู้ให้บริการ OpenID ที่ได้รับอนุญาต" #: templates/settings.php:6 msgid "Your address at Wordpress, Identi.ca, …" -msgstr "" +msgstr "ที่อยู่ของคุณที่ Wordpress, Identi.ca, …" diff --git a/lib/l10n/th_TH.php b/lib/l10n/th_TH.php new file mode 100644 index 0000000000..cb2610fa20 --- /dev/null +++ b/lib/l10n/th_TH.php @@ -0,0 +1,25 @@ + "ช่วยเหลือ", +"Personal" => "ส่วนตัว", +"Settings" => "ตั้งค่า", +"Users" => "ผู้ใช้งาน", +"Apps" => "แอปฯ", +"Admin" => "ผู้ดูแล", +"ZIP download is turned off." => "คุณสมบัติการดาวน์โหลด zip ถูกปิดการใช้งานไว้", +"Files need to be downloaded one by one." => "ไฟล์สามารถดาวน์โหลดได้ทีละครั้งเท่านั้น", +"Back to Files" => "กลับไปที่ไฟล์", +"Selected files too large to generate zip file." => "ไฟล์ที่เลือกมีขนาดใหญ่เกินกว่าที่จะสร้างเป็นไฟล์ zip", +"Application is not enabled" => "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน", +"Authentication error" => "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", +"Token expired. Please reload page." => "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง", +"seconds ago" => "วินาทีที่ผ่านมา", +"1 minute ago" => "1 นาทีมาแล้ว", +"%d minutes ago" => "%d นาทีที่ผ่านมา", +"today" => "วันนี้", +"yesterday" => "เมื่อวานนี้", +"%d days ago" => "%d วันที่ผ่านมา", +"last month" => "เดือนที่แล้ว", +"months ago" => "เดือนมาแล้ว", +"last year" => "ปีที่แล้ว", +"years ago" => "ปีที่ผ่านมา" +); diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php index aa9d73df42..0bb70e0438 100644 --- a/settings/l10n/ca.php +++ b/settings/l10n/ca.php @@ -13,9 +13,12 @@ "__language_name__" => "Català", "Security Warning" => "Avís de seguretat", "Cron" => "Cron", +"execute one task with each page loaded" => "executa una tasca en carregar cada pàgina", +"cron.php is registered at a webcron service" => "cron.php està registrat en un servei web cron", +"use systems cron service" => "usa el servei cron del sistema", "Log" => "Registre", "More" => "Més", -"Add your App" => "Afegeiu la vostra aplicació", +"Add your App" => "Afegiu la vostra aplicació", "Select an App" => "Seleccioneu una aplicació", "See application page at apps.owncloud.com" => "Mireu la pàgina d'aplicacions a apps.owncloud.com", "-licensed" => "- amb llicència", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index 8c6296d3fb..05e227cbc2 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -12,6 +12,10 @@ "Saving..." => "Speichern...", "__language_name__" => "Deutsch", "Security Warning" => "Sicherheitshinweis", +"Cron" => "Cron", +"execute one task with each page loaded" => "Führe eine Aufgabe pro geladener Seite aus.", +"cron.php is registered at a webcron service" => "cron.php ist beim Webcron-Service registriert", +"use systems cron service" => "Nutze System-Cron-Service", "Log" => "Log", "More" => "Mehr", "Add your App" => "Füge deine App hinzu", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index 388f3f5c77..bc02a7a833 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -13,6 +13,9 @@ "__language_name__" => "Italiano", "Security Warning" => "Avviso di sicurezza", "Cron" => "Cron", +"execute one task with each page loaded" => "esegui un'attività con ogni pagina caricata", +"cron.php is registered at a webcron service" => "cron.php è registrato a un servizio webcron", +"use systems cron service" => "usa il servizio cron di sistema", "Log" => "Registro", "More" => "Altro", "Add your App" => "Aggiungi la tua applicazione", @@ -30,7 +33,7 @@ "of the available" => "su un totale di", "Desktop and Mobile Syncing Clients" => "Client di sincronizzazione desktop e mobile", "Download" => "Scaricamento", -"Your password got changed" => "La tua password è stata cambiata", +"Your password got changed" => "La tua password è stata cambiat", "Unable to change your password" => "Modifica password non riuscita", "Current password" => "Password attuale", "New password" => "Nuova password", diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index 99c6d9d484..574aa75bbf 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -1,15 +1,21 @@ "Ne morem naložiti seznama iz App Store", "Email saved" => "E-poštni naslov je bil shranjen", "Invalid email" => "Neveljaven e-poštni naslov", "OpenID Changed" => "OpenID je bil spremenjen", "Invalid request" => "Neveljaven zahtevek", "Authentication error" => "Napaka overitve", "Language changed" => "Jezik je bil spremenjen", +"Error" => "Napaka", "Disable" => "Onemogoči", "Enable" => "Omogoči", "Saving..." => "Shranjevanje...", "__language_name__" => "__ime_jezika__", "Security Warning" => "Varnostno opozorilo", +"Cron" => "Periodično opravilo", +"execute one task with each page loaded" => "izvedi eno nalogo z vsako naloženo stranjo", +"cron.php is registered at a webcron service" => "cron.php je vpisan na storitev webcron", +"use systems cron service" => "uporabi sistemski servis za periodična opravila", "Log" => "Dnevnik", "More" => "Več", "Add your App" => "Dodajte vašo aplikacijo", diff --git a/settings/l10n/th_TH.php b/settings/l10n/th_TH.php index 2d6798ff29..6c9386d3ae 100644 --- a/settings/l10n/th_TH.php +++ b/settings/l10n/th_TH.php @@ -1,13 +1,21 @@ "ไม่สามารถโหลดรายการจาก App Store ได้", "Email saved" => "อีเมลถูกบันทึกแล้ว", "Invalid email" => "อีเมลไม่ถูกต้อง", "OpenID Changed" => "เปลี่ยนชื่อบัญชี OpenID แล้ว", "Invalid request" => "คำร้องขอไม่ถูกต้อง", +"Authentication error" => "เกิดข้อผิดพลาดเกี่ยวกับสิทธิ์การเข้าใช้งาน", "Language changed" => "เปลี่ยนภาษาเรียบร้อยแล้ว", +"Error" => "ข้อผิดพลาด", "Disable" => "ปิดใช้งาน", "Enable" => "เปิดใช้งาน", "Saving..." => "กำลังบันทึุกข้อมูล...", "__language_name__" => "ภาษาไทย", +"Security Warning" => "คำเตือนเกี่ยวกับความปลอดภัย", +"Cron" => "Cron", +"execute one task with each page loaded" => "ประมวลผลหนึ่งงานเมื่อโหลดหน้าเว็บแต่ละครั้ง", +"cron.php is registered at a webcron service" => "cron.php ได้ถูกลงทะเบียนที่บริการ webcron", +"use systems cron service" => "ใช้บริการ cron จากระบบ", "Log" => "บันทึกการเปลี่ยนแปลง", "More" => "เพิ่มเติม", "Add your App" => "เพิ่มแอปของคุณ", @@ -43,6 +51,7 @@ "Create" => "สร้าง", "Default Quota" => "โควต้าที่กำหนดไว้เริ่มต้น", "Other" => "อื่นๆ", +"SubAdmin" => "ผู้ดูแลย่อย", "Quota" => "พื้นที่", "Delete" => "ลบ" );