From 7ea2923fa8805d91ee7d69dd19d10d450792bafe Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 20 Jan 2012 18:53:45 +0100 Subject: translation updates --- files/l10n/ar.php | 4 ++++ files/l10n/de.php | 2 ++ files/l10n/et_EE.php | 4 ++++ files/l10n/sk_SK.php | 4 ++++ files/l10n/th_TH.php | 23 +++++++++++++++++++++++ 5 files changed, 37 insertions(+) create mode 100644 files/l10n/th_TH.php (limited to 'files') diff --git a/files/l10n/ar.php b/files/l10n/ar.php index afdc0a89201..50edc0d6979 100644 --- a/files/l10n/ar.php +++ b/files/l10n/ar.php @@ -7,6 +7,10 @@ "Missing a temporary folder" => "المجلد المؤقت غير موجود", "Files" => "الملفات", "Maximum upload size" => "الحد الأقصى لحجم الملفات التي يمكن رفعها", +"New" => "جديد", +"Text file" => "ملف", +"Folder" => "مجلد", +"From the web" => "من الوب", "Upload" => "إرفع", "Nothing in here. Upload something!" => "لا يوجد شيء هنا. إرفع بعض الملفات!", "Name" => "الاسم", diff --git a/files/l10n/de.php b/files/l10n/de.php index ed76de649ab..94d312c3e9e 100644 --- a/files/l10n/de.php +++ b/files/l10n/de.php @@ -7,8 +7,10 @@ "Missing a temporary folder" => "Temporärer Ordner fehlt.", "Files" => "Dateien", "Maximum upload size" => "Maximale Größe", +"New" => "Neu", "Text file" => "Text Datei", "Folder" => "Ordner", +"From the web" => "Aus dem Netz", "Upload" => "Hochladen", "Nothing in here. Upload something!" => "Alles leer. Lad’ was hoch!", "Name" => "Name", diff --git a/files/l10n/et_EE.php b/files/l10n/et_EE.php index c8604b14dd0..415eb632312 100644 --- a/files/l10n/et_EE.php +++ b/files/l10n/et_EE.php @@ -7,6 +7,10 @@ "Missing a temporary folder" => "Ajutiste failide kaust puudub", "Files" => "Failid", "Maximum upload size" => "Maksimaalne üleslaadimise suurus", +"New" => "Uus", +"Text file" => "Tekstifail", +"Folder" => "Kaust", +"From the web" => "Veebist", "Upload" => "Lae üles", "Nothing in here. Upload something!" => "Siin pole midagi. Lae midagi üles!", "Name" => "Nimi", diff --git a/files/l10n/sk_SK.php b/files/l10n/sk_SK.php index 840d924fbee..0d91ae35a51 100644 --- a/files/l10n/sk_SK.php +++ b/files/l10n/sk_SK.php @@ -7,6 +7,10 @@ "Missing a temporary folder" => "Chýbajúci dočasný priečinok", "Files" => "Súbory", "Maximum upload size" => "Maximálna veľkosť nahratia", +"New" => "Nový", +"Text file" => "Textový súbor", +"Folder" => "Priečinok", +"From the web" => "Z webu", "Upload" => "Nahrať", "Nothing in here. Upload something!" => "Nič tu nie je. Nahrakte niečo!", "Name" => "Meno", diff --git a/files/l10n/th_TH.php b/files/l10n/th_TH.php new file mode 100644 index 00000000000..e7e2fb94b1e --- /dev/null +++ b/files/l10n/th_TH.php @@ -0,0 +1,23 @@ + "ไม่มีข้อผิดพลาดใดๆ ไฟล์ถูกอัพโหลดเรียบร้อยแล้ว", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "ไฟล์ที่อัพโหลดมีขนาดเกินคำสั่ง upload_max_filesize ที่ระบุเอาไว้ในไฟล์ php.ini", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "ไฟล์ที่อัพโหลดมีขนาดเกินคำสั่ง MAX_FILE_SIZE ที่ระบุเอาไว้ในรูปแบบคำสั่งในภาษา HTML", +"The uploaded file was only partially uploaded" => "ไฟล์ที่อัพโหลดยังไม่ได้ถูกอัพโหลดอย่างสมบูรณ์", +"No file was uploaded" => "ยังไม่มีไฟล์ที่ถูกอัพโหลด", +"Missing a temporary folder" => "แฟ้มเอกสารชั่วคราวเกิดการสูญหาย", +"Files" => "ไฟล์", +"Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้", +"New" => "อัพโหลดไฟล์ใหม่", +"Text file" => "ไฟล์ข้อความ", +"Folder" => "แฟ้มเอกสาร", +"From the web" => "จากเวป", +"Upload" => "อัพโหลด", +"Nothing in here. Upload something!" => "ยังไม่มีไฟล์ใดๆอยู่ที่นี่ กรุณาอัพโหลดไฟล์!", +"Name" => "ชื่อ", +"Download" => "ดาวน์โหลด", +"Size" => "ขนาด", +"Modified" => "ปรับปรุงล่าสุด", +"Delete" => "ลบ", +"Upload too large" => "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้" +); -- cgit v1.2.3 From 6fccf1229997d554a4465530814c5065d373773f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 24 Jan 2012 00:42:08 +0100 Subject: update translations --- apps/calendar/l10n/da.php | 13 +- apps/calendar/l10n/ro.php | 8 +- apps/calendar/l10n/ru.php | 77 +++++- apps/calendar/l10n/th_TH.php | 2 + apps/calendar/l10n/zh_CN.php | 77 +++++- apps/contacts/l10n/da.php | 20 +- apps/contacts/l10n/ru.php | 34 ++- apps/contacts/l10n/zh_CN.php | 34 ++- apps/gallery/l10n/ca.php | 4 + apps/gallery/l10n/da.php | 9 + apps/gallery/l10n/de.php | 4 + apps/gallery/l10n/es.php | 4 + apps/gallery/l10n/fr.php | 4 + apps/gallery/l10n/pl.php | 4 + apps/gallery/l10n/ru.php | 9 + apps/gallery/l10n/zh_CN.php | 6 +- core/l10n/ru.php | 5 + core/l10n/zh_CN.php | 5 + files/l10n/ru.php | 4 + files/l10n/zh_CN.php | 4 + l10n/ar/contacts.po | 4 +- l10n/ar/gallery.po | 18 +- l10n/bg_BG/contacts.po | 4 +- l10n/bg_BG/gallery.po | 18 +- l10n/ca/contacts.po | 4 +- l10n/ca/gallery.po | 24 +- l10n/cs_CZ/contacts.po | 4 +- l10n/cs_CZ/gallery.po | 18 +- l10n/da/calendar.po | 66 ++--- l10n/da/contacts.po | 40 +-- l10n/da/gallery.po | 31 ++- l10n/da/settings.po | 5 +- l10n/de/contacts.po | 4 +- l10n/de/gallery.po | 25 +- l10n/de_DE/calendar.po | 636 +++++++++++++++++++++++++++++++++++++++++++ l10n/de_DE/core.po | 170 ++++++++++++ l10n/de_DE/files.po | 108 ++++++++ l10n/de_DE/media.po | 64 +++++ l10n/de_DE/settings.po | 156 +++++++++++ l10n/el/contacts.po | 4 +- l10n/el/gallery.po | 18 +- l10n/eo/contacts.po | 4 +- l10n/eo/gallery.po | 18 +- l10n/es/contacts.po | 4 +- l10n/es/gallery.po | 24 +- l10n/et_EE/contacts.po | 4 +- l10n/et_EE/gallery.po | 18 +- l10n/eu/contacts.po | 4 +- l10n/eu/gallery.po | 18 +- l10n/fr/contacts.po | 4 +- l10n/fr/gallery.po | 24 +- l10n/gl/contacts.po | 4 +- l10n/gl/gallery.po | 18 +- l10n/he/contacts.po | 4 +- l10n/he/gallery.po | 18 +- l10n/hr/contacts.po | 4 +- l10n/hr/gallery.po | 18 +- l10n/hu_HU/contacts.po | 4 +- l10n/hu_HU/gallery.po | 18 +- l10n/hy/contacts.po | 4 +- l10n/hy/gallery.po | 18 +- l10n/ia/contacts.po | 4 +- l10n/ia/gallery.po | 18 +- l10n/id/contacts.po | 4 +- l10n/id/gallery.po | 18 +- l10n/it/contacts.po | 4 +- l10n/it/gallery.po | 18 +- l10n/ja_JP/contacts.po | 4 +- l10n/ja_JP/gallery.po | 18 +- l10n/lb/contacts.po | 4 +- l10n/lb/gallery.po | 18 +- l10n/lt_LT/contacts.po | 4 +- l10n/lt_LT/gallery.po | 18 +- l10n/ms_MY/contacts.po | 4 +- l10n/ms_MY/gallery.po | 18 +- l10n/nb_NO/contacts.po | 4 +- l10n/nb_NO/gallery.po | 18 +- l10n/nl/contacts.po | 4 +- l10n/nl/gallery.po | 18 +- l10n/nn_NO/contacts.po | 4 +- l10n/nn_NO/gallery.po | 18 +- l10n/pl/contacts.po | 4 +- l10n/pl/gallery.po | 25 +- l10n/pt_BR/contacts.po | 4 +- l10n/pt_BR/gallery.po | 18 +- l10n/pt_PT/contacts.po | 4 +- l10n/pt_PT/gallery.po | 18 +- l10n/ro/calendar.po | 56 ++-- l10n/ro/contacts.po | 4 +- l10n/ro/gallery.po | 18 +- l10n/ru/calendar.po | 196 ++++++------- l10n/ru/contacts.po | 69 ++--- l10n/ru/core.po | 18 +- l10n/ru/files.po | 15 +- l10n/ru/gallery.po | 31 ++- l10n/ru/settings.po | 20 +- l10n/sk_SK/contacts.po | 4 +- l10n/sk_SK/gallery.po | 18 +- l10n/sl/contacts.po | 4 +- l10n/sl/gallery.po | 18 +- l10n/sr/contacts.po | 4 +- l10n/sr/gallery.po | 18 +- l10n/sr@latin/contacts.po | 4 +- l10n/sr@latin/gallery.po | 18 +- l10n/sv/contacts.po | 4 +- l10n/sv/gallery.po | 18 +- l10n/templates/calendar.pot | 2 +- l10n/templates/contacts.pot | 2 +- l10n/templates/core.pot | 2 +- l10n/templates/files.pot | 2 +- l10n/templates/gallery.pot | 16 +- l10n/templates/media.pot | 2 +- l10n/templates/settings.pot | 2 +- l10n/th_TH/calendar.po | 8 +- l10n/th_TH/contacts.po | 4 +- l10n/th_TH/gallery.po | 18 +- l10n/tr/contacts.po | 4 +- l10n/tr/gallery.po | 18 +- l10n/uk/calendar.po | 636 +++++++++++++++++++++++++++++++++++++++++++ l10n/uk/contacts.po | 281 +++++++++++++++++++ l10n/uk/core.po | 170 ++++++++++++ l10n/uk/files.po | 108 ++++++++ l10n/uk/gallery.po | 52 ++++ l10n/uk/media.po | 64 +++++ l10n/uk/settings.po | 156 +++++++++++ l10n/zh_CN/calendar.po | 196 ++++++------- l10n/zh_CN/contacts.po | 70 ++--- l10n/zh_CN/core.po | 18 +- l10n/zh_CN/files.po | 16 +- l10n/zh_CN/gallery.po | 27 +- l10n/zh_CN/settings.po | 24 +- settings/l10n/ru.php | 7 + settings/l10n/zh_CN.php | 8 + 133 files changed, 3831 insertions(+), 892 deletions(-) create mode 100644 apps/gallery/l10n/da.php create mode 100644 apps/gallery/l10n/ru.php create mode 100644 l10n/de_DE/calendar.po create mode 100644 l10n/de_DE/core.po create mode 100644 l10n/de_DE/files.po create mode 100644 l10n/de_DE/media.po create mode 100644 l10n/de_DE/settings.po create mode 100644 l10n/uk/calendar.po create mode 100644 l10n/uk/contacts.po create mode 100644 l10n/uk/core.po create mode 100644 l10n/uk/files.po create mode 100644 l10n/uk/gallery.po create mode 100644 l10n/uk/media.po create mode 100644 l10n/uk/settings.po (limited to 'files') diff --git a/apps/calendar/l10n/da.php b/apps/calendar/l10n/da.php index b43c89a6dd3..c50a1db1d57 100644 --- a/apps/calendar/l10n/da.php +++ b/apps/calendar/l10n/da.php @@ -38,6 +38,7 @@ "Friday" => "Fredag", "Saturday" => "Lørdag", "Sunday" => "øndag", +"events week of month" => "begivenhedens uge i måneden", "first" => "første", "second" => "anden", "third" => "tredje", @@ -57,12 +58,14 @@ "November" => "November", "December" => "December", "by events date" => "efter begivenheders dato", +"by yearday(s)" => "efter dag(e) i året", "by weeknumber(s)" => "efter ugenummer/-numre", "by day and month" => "efter dag og måned", "Not an array" => "Ikke en array", "Date" => "Dato", "Cal." => "Kal.", "All day" => "Hele dagen", +"New Calendar" => "Ny Kalender", "Missing fields" => "Manglende felter", "Title" => "Titel", "From Date" => "Fra dato", @@ -97,7 +100,6 @@ "Nov." => "Nov.", "Dec." => "Dec.", "Choose active calendars" => "Vælg aktive kalendere", -"New Calendar" => "Ny Kalender", "CalDav Link" => "CalDav-link", "Download" => "Hent", "Edit" => "Rediger", @@ -123,8 +125,11 @@ "Advanced" => "Avanceret", "Select weekdays" => "Vælg ugedage", "Select days" => "Vælg dage", +"and the events day of year." => "og begivenhedens dag i året.", +"and the events day of month." => "og begivenhedens sag på måneden", "Select months" => "Vælg måneder", "Select weeks" => "Vælg uger", +"and the events week of year." => "og begivenhedens uge i året.", "Interval" => "Interval", "End" => "Afslutning", "occurrences" => "forekomster", @@ -132,8 +137,14 @@ "Location of the Event" => "Placering af begivenheden", "Description" => "Beskrivelse", "Description of the Event" => "Beskrivelse af begivenheden", +"Import a calendar file" => "Importer en kalenderfil", "Please choose the calendar" => "Vælg venligst kalender", +"create a new calendar" => "opret en ny kalender", +"Name of new calendar" => "Navn på ny kalender", "Import" => "Importer", +"Importing calendar" => "Importerer kalender", +"Calendar imported successfully" => "Kalender importeret korrekt", +"Close Dialog" => "Luk dialog", "Create a new event" => "Opret en ny begivenhed", "Timezone" => "Tidszone", "Check always for changes of the timezone" => "Check altid efter ændringer i tidszone", diff --git a/apps/calendar/l10n/ro.php b/apps/calendar/l10n/ro.php index 5e16c344eef..026c251e53c 100644 --- a/apps/calendar/l10n/ro.php +++ b/apps/calendar/l10n/ro.php @@ -65,6 +65,7 @@ "Date" => "Data", "Cal." => "Cal.", "All day" => "Toată ziua", +"New Calendar" => "Calendar nou", "Missing fields" => "Câmpuri lipsă", "Title" => "Titlu", "From Date" => "Începând cu", @@ -99,7 +100,6 @@ "Nov." => "Nov.", "Dec." => "Dec.", "Choose active calendars" => "Alege activitățile din calendar", -"New Calendar" => "Calendar nou", "CalDav Link" => "Link CalDav", "Download" => "Descarcă", "Edit" => "Modifică", @@ -137,8 +137,14 @@ "Location of the Event" => "Localizarea evenimentului", "Description" => "Descriere", "Description of the Event" => "Descrierea evenimentului", +"Import a calendar file" => "Importă un calendar", "Please choose the calendar" => "Alegeți calendarul", +"create a new calendar" => "crează un calendar nou", +"Name of new calendar" => "Numele noului calendar", "Import" => "Importă", +"Importing calendar" => "Importă calendar", +"Calendar imported successfully" => "Calendarul a fost importat cu succes", +"Close Dialog" => "Închide", "Create a new event" => "Crează un evenimetn nou", "Timezone" => "Fus orar", "Check always for changes of the timezone" => "Verifică mereu pentru schimbări ale fusului orar", diff --git a/apps/calendar/l10n/ru.php b/apps/calendar/l10n/ru.php index 87366771867..675fcecf18c 100644 --- a/apps/calendar/l10n/ru.php +++ b/apps/calendar/l10n/ru.php @@ -1,4 +1,5 @@ "Новый часовой пояс:", "Timezone changed" => "Часовой пояс изменён", "Invalid request" => "Неверный запрос", "Calendar" => "Календарь", @@ -25,8 +26,46 @@ "Bi-Weekly" => "Каждые две недели", "Monthly" => "Каждый месяц", "Yearly" => "Каждый год", +"never" => "никогда", +"by occurrences" => "по числу повторений", +"by date" => "по дате", +"by monthday" => "по дню месяца", +"by weekday" => "по дню недели", +"Monday" => "Понедельник", +"Tuesday" => "Вторник", +"Wednesday" => "Среда", +"Thursday" => "Четверг", +"Friday" => "Пятница", +"Saturday" => "Суббота", +"Sunday" => "Воскресенье", +"events week of month" => "неделя месяца", +"first" => "первая", +"second" => "вторая", +"third" => "третья", +"fourth" => "червётрая", +"fifth" => "пятая", +"last" => "последняя", +"January" => "Январь", +"February" => "Февраль", +"March" => "Март", +"April" => "Апрель", +"May" => "Май", +"June" => "Июнь", +"July" => "Июль", +"August" => "Август", +"September" => "Сентябрь", +"October" => "Октябрь", +"November" => "Ноябрь", +"December" => "Декабрь", +"by events date" => "по дате событий", +"by yearday(s)" => "по дням недели", +"by weeknumber(s)" => "по номерам недели", +"by day and month" => "по дню и месяцу", "Not an array" => "Не массив", +"Date" => "Дата", +"Cal." => "Кал.", "All day" => "Весь день", +"New Calendar" => "Новый Календарь", "Missing fields" => "Незаполненные поля", "Title" => "Название", "From Date" => "Дата начала", @@ -41,8 +80,26 @@ "Today" => "Сегодня", "Calendars" => "Календари", "There was a fail, while parsing the file." => "Не удалось обработать файл.", +"Sun." => "Вс.", +"Mon." => "Пн.", +"Tue." => "Вт.", +"Wed." => "Ср.", +"Thu." => "Чт.", +"Fri." => "Пт.", +"Sat." => "Сб.", +"Jan." => "Янв.", +"Feb." => "Фев.", +"Mar." => "Мар.", +"Apr." => "Сен.", +"May." => "Май.", +"Jun." => "Июн.", +"Jul." => "Июл.", +"Aug." => "Авг.", +"Sep." => "Сен.", +"Oct." => "Окт.", +"Nov." => "Ноя.", +"Dec." => "Дек.", "Choose active calendars" => "Выберите активные календари", -"New Calendar" => "Новый Календарь", "CalDav Link" => "Ссылка для CalDav", "Download" => "Скачать", "Edit" => "Редактировать", @@ -65,14 +122,32 @@ "To" => "До", "Advanced options" => "Дополнительные параметры", "Repeat" => "Повтор", +"Advanced" => "Дополнительно", +"Select weekdays" => "Выбрать дни недели", +"Select days" => "Выбрать дни", +"and the events day of year." => "и день года события", +"and the events day of month." => "и день месяца события", +"Select months" => "Выбрать месяцы", +"Select weeks" => "Выбрать недели", +"and the events week of year." => "и номер недели события", +"Interval" => "Интервал", +"End" => "Окончание", +"occurrences" => "повторений", "Location" => "Место", "Location of the Event" => "Место события", "Description" => "Описание", "Description of the Event" => "Описание события", +"Import a calendar file" => "Импортировать календарь из файла", "Please choose the calendar" => "Пожалуйста, выберите календарь", +"create a new calendar" => "Создать новый календарь", +"Name of new calendar" => "Название нового календаря", "Import" => "Импортировать", +"Importing calendar" => "Импортируется календарь", +"Calendar imported successfully" => "Календарь успешно импортирован", +"Close Dialog" => "Закрыть Сообщение", "Create a new event" => "Создать новое событие", "Timezone" => "Часовой пояс", +"Check always for changes of the timezone" => "Всегда проверяйте изменение часового пояса", "Timeformat" => "Формат времени", "24h" => "24ч", "12h" => "12ч", diff --git a/apps/calendar/l10n/th_TH.php b/apps/calendar/l10n/th_TH.php index 6206e32c105..46f673d93a4 100644 --- a/apps/calendar/l10n/th_TH.php +++ b/apps/calendar/l10n/th_TH.php @@ -26,6 +26,7 @@ "Bi-Weekly" => "รายปักษ์", "Monthly" => "รายเดือน", "Yearly" => "รายปี", +"by occurrences" => "ตามจำนวนที่ปรากฏ", "by date" => "ตามวันที่", "Monday" => "วันจันทร์", "Tuesday" => "วันอังคาร", @@ -119,6 +120,7 @@ "Select months" => "เลือกเดือน", "Select weeks" => "เลือกสัปดาห์", "End" => "สิ้นสุด", +"occurrences" => "จำนวนที่ปรากฏ", "Location" => "สถานที่", "Location of the Event" => "สถานที่จัดกิจกรรม", "Description" => "คำอธิบาย", diff --git a/apps/calendar/l10n/zh_CN.php b/apps/calendar/l10n/zh_CN.php index 480b4530299..bed47610b90 100644 --- a/apps/calendar/l10n/zh_CN.php +++ b/apps/calendar/l10n/zh_CN.php @@ -1,4 +1,5 @@ "新时区:", "Timezone changed" => "时区已修改", "Invalid request" => "非法请求", "Calendar" => "日历", @@ -25,8 +26,46 @@ "Bi-Weekly" => "每两周", "Monthly" => "每月", "Yearly" => "每年", +"never" => "从不", +"by occurrences" => "按发生次数", +"by date" => "按日期", +"by monthday" => "按月的某天", +"by weekday" => "按星期的某天", +"Monday" => "星期一", +"Tuesday" => "星期二", +"Wednesday" => "星期三", +"Thursday" => "星期四", +"Friday" => "星期五", +"Saturday" => "星期六", +"Sunday" => "星期日", +"events week of month" => "事件在每月的第几个星期", +"first" => "第一", +"second" => "第二", +"third" => "第三", +"fourth" => "第四", +"fifth" => "第五", +"last" => "最后", +"January" => "一月", +"February" => "二月", +"March" => "三月", +"April" => "四月", +"May" => "五月", +"June" => "六月", +"July" => "七月", +"August" => "八月", +"September" => "九月", +"October" => "十月", +"November" => "十一月", +"December" => "十二月", +"by events date" => "按事件日期", +"by yearday(s)" => "按每年的某天", +"by weeknumber(s)" => "按星期数", +"by day and month" => "按天和月份", "Not an array" => "不是一个数组", +"Date" => "日期", +"Cal." => "日历", "All day" => "全天", +"New Calendar" => "新日历", "Missing fields" => "缺少字段", "Title" => "标题", "From Date" => "从", @@ -41,8 +80,26 @@ "Today" => "今天", "Calendars" => "日历", "There was a fail, while parsing the file." => "解析文件失败", +"Sun." => "周日", +"Mon." => "周一", +"Tue." => "周二", +"Wed." => "周三", +"Thu." => "周四", +"Fri." => "周五", +"Sat." => "周六", +"Jan." => "1月", +"Feb." => "2月", +"Mar." => "3月", +"Apr." => "4月", +"May." => "5月", +"Jun." => "6月", +"Jul." => "7月", +"Aug." => "8月", +"Sep." => "9月", +"Oct." => "10月", +"Nov." => "11月", +"Dec." => "12月", "Choose active calendars" => "选择活动日历", -"New Calendar" => "新日历", "CalDav Link" => "CalDav 链接", "Download" => "下载", "Edit" => "编辑", @@ -65,14 +122,32 @@ "To" => "至", "Advanced options" => "高级选项", "Repeat" => "重复", +"Advanced" => "高级", +"Select weekdays" => "选择星期中的某天", +"Select days" => "选择某天", +"and the events day of year." => "选择每年事件发生的日子", +"and the events day of month." => "选择每月事件发生的日子", +"Select months" => "选择月份", +"Select weeks" => "选择星期", +"and the events week of year." => "选择每年的事件发生的星期", +"Interval" => "间隔", +"End" => "结束", +"occurrences" => "次", "Location" => "地点", "Location of the Event" => "事件地点", "Description" => "描述", "Description of the Event" => "事件描述", +"Import a calendar file" => "导入日历文件", "Please choose the calendar" => "请选择日历", +"create a new calendar" => "创建新日历", +"Name of new calendar" => "新日历名称", "Import" => "导入", +"Importing calendar" => "导入日历", +"Calendar imported successfully" => "导入日历成功", +"Close Dialog" => "关闭对话框", "Create a new event" => "创建新事件", "Timezone" => "时区", +"Check always for changes of the timezone" => "选中则总是按照时区变化", "Timeformat" => "时间格式", "24h" => "24小时", "12h" => "12小时", diff --git a/apps/contacts/l10n/da.php b/apps/contacts/l10n/da.php index c5b4d19cfa5..a0a3760d013 100644 --- a/apps/contacts/l10n/da.php +++ b/apps/contacts/l10n/da.php @@ -1,4 +1,15 @@ "Fejl ved (de)aktivering af adressebogen", +"There was an error adding the contact." => "Der opstod en fejl ved tilføjelse af kontaktpersonen.", +"Cannot add empty property." => "Kan ikke tilføje en egenskab uden indhold.", +"At least one of the address fields has to be filled out." => "Der skal udfyldes mindst et adressefelt.", +"Error adding contact property." => "Fejl ved tilføjelse af egenskab.", +"Error adding addressbook." => "Fejl ved tilføjelse af adressebog.", +"Error activating addressbook." => "Fejl ved aktivering af adressebog.", +"Error deleting contact property." => "Fejl ved sletning af egenskab for kontaktperson.", +"Error updating contact property." => "Fejl ved opdatering af egenskab for kontaktperson.", +"Error updating addressbook." => "Fejl ved opdatering af adressebog", +"Contacts" => "Kontaktpersoner", "This is not your addressbook." => "Dette er ikke din adressebog.", "Contact could not be found." => "Kontaktperson kunne ikke findes.", "Information about vCard is incorrect. Please reload the page." => "Informationen om vCard er forkert. Genindlæs siden.", @@ -14,8 +25,11 @@ "Fax" => "Fax", "Video" => "Video", "Pager" => "Personsøger", +"Contact" => "Kontaktperson", "This is not your contact." => "Dette er ikke din kontaktperson.", "Add Contact" => "Tilføj kontaktperson", +"Addressbooks" => "Adressebøger", +"Addressbook" => "Adressebog", "Name" => "Navn", "Type" => "Type", "PO Box" => "Postboks", @@ -32,8 +46,11 @@ "Download" => "Download", "Edit" => "Rediger", "Delete" => "Slet", +"Download contact" => "Download kontaktperson", "Delete contact" => "Slet kontaktperson", "Add" => "Tilføj", +"New Addressbook" => "Ny adressebog", +"Edit Addressbook" => "Rediger adressebog", "Displayname" => "Vist navn", "Active" => "Aktiv", "Save" => "Gem", @@ -42,5 +59,6 @@ "Birthday" => "Fødselsdag", "Preferred" => "Foretrukken", "Phone" => "Telefon", -"Update" => "Opdater" +"Update" => "Opdater", +"CardDAV syncing address:" => "Synkroniseringsadresse for CardDAV:" ); diff --git a/apps/contacts/l10n/ru.php b/apps/contacts/l10n/ru.php index dd6cefe1df9..5e48d5776a3 100644 --- a/apps/contacts/l10n/ru.php +++ b/apps/contacts/l10n/ru.php @@ -1,4 +1,15 @@ "Ошибка (де)активации адресной книги.", +"There was an error adding the contact." => "Произошла ошибка при добавлении контакта.", +"Cannot add empty property." => "Невозможно добавить пустой параметр.", +"At least one of the address fields has to be filled out." => "Как минимум одно поле адреса должно быть заполнено.", +"Error adding contact property." => "Ошибка добавления информации к контакту.", +"Error adding addressbook." => "Ошибка добавления адресной книги.", +"Error activating addressbook." => "Ошибка активации адресной книги.", +"Error deleting contact property." => "Ошибка удаления информации из контакта.", +"Error updating contact property." => "Ошибка обновления информации контакта.", +"Error updating addressbook." => "Ошибка обновления адресной книги.", +"Contacts" => "Контакты", "This is not your addressbook." => "Это не ваша адресная книга.", "Contact could not be found." => "Контакт не найден.", "Information about vCard is incorrect. Please reload the page." => "Информация о vCard некорректна. Пожалуйста, обновите страницу.", @@ -14,9 +25,13 @@ "Fax" => "Факс", "Video" => "Видео", "Pager" => "Пейджер", +"Contact" => "Контакт", "This is not your contact." => "Это не контакт.", "Add Contact" => "Добавить Контакт", +"Addressbooks" => "Адресные книги", +"Addressbook" => "Адресная книга", "Name" => "Имя", +"Type" => "Тип", "PO Box" => "АО", "Extended" => "Расширенный", "Street" => "Улица", @@ -25,8 +40,25 @@ "Zipcode" => "Почтовый индекс", "Country" => "Страна", "Create Contact" => "Создать Контакт", +"Choose active Address Books" => "Выберите активные адресные книги", +"New Address Book" => "Новая адресная книга", +"CardDav Link" => "Ссылка CardDAV", +"Download" => "Скачать", "Edit" => "Редактировать", "Delete" => "Удалить", +"Download contact" => "Скачать контакт", +"Delete contact" => "Удалить контакт", +"Add" => "Добавить", +"New Addressbook" => "Новая адресная книга", +"Edit Addressbook" => "Править адресную книгу", +"Displayname" => "Отображаемое имя", +"Active" => "Активно", +"Save" => "Сохранить", +"Submit" => "Отправить", +"Cancel" => "Отменить", "Birthday" => "День рождения", -"Phone" => "Телефон" +"Preferred" => "Предпочитаемый", +"Phone" => "Телефон", +"Update" => "Обновить", +"CardDAV syncing address:" => "Адрес синхронизации CardDAV:" ); diff --git a/apps/contacts/l10n/zh_CN.php b/apps/contacts/l10n/zh_CN.php index 5b31e773e2e..1904eff65c3 100644 --- a/apps/contacts/l10n/zh_CN.php +++ b/apps/contacts/l10n/zh_CN.php @@ -1,4 +1,15 @@ "(取消)激活地址簿错误。", +"There was an error adding the contact." => "添加联系人时出错。", +"Cannot add empty property." => "无法添加空属性。", +"At least one of the address fields has to be filled out." => "至少需要填写一项地址。", +"Error adding contact property." => "添加联系人属性错误。", +"Error adding addressbook." => "添加地址簿错误。", +"Error activating addressbook." => "激活地址簿错误。", +"Error deleting contact property." => "删除联系人属性错误。", +"Error updating contact property." => "更新联系人属性错误。", +"Error updating addressbook." => "更新地址簿错误", +"Contacts" => "联系人", "This is not your addressbook." => "这不是您的地址簿。", "Contact could not be found." => "无法找到联系人。", "Information about vCard is incorrect. Please reload the page." => "vCard 的信息不正确。请重新加载页面。", @@ -14,9 +25,13 @@ "Fax" => "传真", "Video" => "视频", "Pager" => "传呼机", +"Contact" => "联系人", "This is not your contact." => "这不是您的联系人。", "Add Contact" => "添加联系人", +"Addressbooks" => "地址簿", +"Addressbook" => "地址簿", "Name" => "名称", +"Type" => "类型", "PO Box" => "邮箱", "Extended" => "扩展", "Street" => "街道", @@ -25,8 +40,25 @@ "Zipcode" => "邮编", "Country" => "国家", "Create Contact" => "创建联系人", +"Choose active Address Books" => "选择激活地址簿", +"New Address Book" => "新建地址簿", +"CardDav Link" => "CardDav 链接", +"Download" => "下载", "Edit" => "编辑", "Delete" => "删除", +"Download contact" => "下载联系人", +"Delete contact" => "删除联系人", +"Add" => "添加", +"New Addressbook" => "新建地址簿", +"Edit Addressbook" => "编辑地址簿", +"Displayname" => "显示名称", +"Active" => "激活", +"Save" => "保存", +"Submit" => "提交", +"Cancel" => "取消", "Birthday" => "生日", -"Phone" => "电话" +"Preferred" => "偏好", +"Phone" => "电话", +"Update" => "更新", +"CardDAV syncing address:" => "CardDAV 同步地址:" ); diff --git a/apps/gallery/l10n/ca.php b/apps/gallery/l10n/ca.php index f3eb40df553..119562324f4 100644 --- a/apps/gallery/l10n/ca.php +++ b/apps/gallery/l10n/ca.php @@ -1,5 +1,9 @@ "Galeria", +"Scanning directories" => "S'estan escanejant carpetes", +"Creating thumbnails" => "S'estan creant miniatures", +"Do you wan't to remove album" => "Voleu eliminar l'àlbum", +"Input new gallery name" => "Escriviu el nom nou de la galeria", "Rescan" => "Escaneja de nou", "Back" => "Enrera" ); diff --git a/apps/gallery/l10n/da.php b/apps/gallery/l10n/da.php new file mode 100644 index 00000000000..b9d11701f8e --- /dev/null +++ b/apps/gallery/l10n/da.php @@ -0,0 +1,9 @@ + "Galleri", +"Scanning directories" => "Gennemgår mapper", +"Creating thumbnails" => "Danner miniaturer", +"Do you wan't to remove album" => "Ønsker du at fjerne albummet", +"Input new gallery name" => "Indtast navn på nyt galleri", +"Rescan" => "Genindlæs", +"Back" => "Tilbage" +); diff --git a/apps/gallery/l10n/de.php b/apps/gallery/l10n/de.php index b7f1934189a..b229c96ac8e 100644 --- a/apps/gallery/l10n/de.php +++ b/apps/gallery/l10n/de.php @@ -1,5 +1,9 @@ "Galerie", +"Scanning directories" => "Ordner werden durchsucht.", +"Creating thumbnails" => "Thumbnails werden erstellt.", +"Do you wan't to remove album" => "Soll das Album entfernt werden?", +"Input new gallery name" => "Gib den Albumnamen ein.", "Rescan" => "Rescan", "Back" => "Zurück" ); diff --git a/apps/gallery/l10n/es.php b/apps/gallery/l10n/es.php index 0a32faa8477..4da953af430 100644 --- a/apps/gallery/l10n/es.php +++ b/apps/gallery/l10n/es.php @@ -1,5 +1,9 @@ "Galería", +"Scanning directories" => "Escaneando directorios", +"Creating thumbnails" => "Creando miniaturas", +"Do you wan't to remove album" => "Quieres eliminar el álbum", +"Input new gallery name" => "Introduce el nuevo nombre de la galería", "Rescan" => "Refrescar", "Back" => "Atrás" ); diff --git a/apps/gallery/l10n/fr.php b/apps/gallery/l10n/fr.php index 17902bd70c9..6668ec6da6b 100644 --- a/apps/gallery/l10n/fr.php +++ b/apps/gallery/l10n/fr.php @@ -1,5 +1,9 @@ "Galerie", +"Scanning directories" => "Analyse des répertoires", +"Creating thumbnails" => "Création des miniatures", +"Do you wan't to remove album" => "Voulez-vous supprimer l'album", +"Input new gallery name" => "Entrez le nom de l'album", "Rescan" => "Analyser à nouveau", "Back" => "Retour" ); diff --git a/apps/gallery/l10n/pl.php b/apps/gallery/l10n/pl.php index eb35732782b..0b2bf9f3ccb 100644 --- a/apps/gallery/l10n/pl.php +++ b/apps/gallery/l10n/pl.php @@ -1,5 +1,9 @@ "Galeria", +"Scanning directories" => "Skanuje katalogi", +"Creating thumbnails" => "Tworzenie miniatur", +"Do you wan't to remove album" => "Czy chcesz usunąć album", +"Input new gallery name" => "Wprowadź nową nazwę galerii", "Rescan" => "Przeskanuj", "Back" => "Wróć" ); diff --git a/apps/gallery/l10n/ru.php b/apps/gallery/l10n/ru.php new file mode 100644 index 00000000000..cc211f6c1e2 --- /dev/null +++ b/apps/gallery/l10n/ru.php @@ -0,0 +1,9 @@ + "Галерея", +"Scanning directories" => "Сканирование папок", +"Creating thumbnails" => "Создание миниатюр", +"Do you wan't to remove album" => "Вы желаете удалить альбом", +"Input new gallery name" => "Введите название галереи", +"Rescan" => "Пересканировать", +"Back" => "Назад" +); diff --git a/apps/gallery/l10n/zh_CN.php b/apps/gallery/l10n/zh_CN.php index c506600c4c0..c7d37692ae0 100644 --- a/apps/gallery/l10n/zh_CN.php +++ b/apps/gallery/l10n/zh_CN.php @@ -1,5 +1,9 @@ "画廊", +"Gallery" => "图库", +"Scanning directories" => "扫描目录", +"Creating thumbnails" => "创建缩略图", +"Do you wan't to remove album" => "您是否想要移除相册", +"Input new gallery name" => "输入新图库名称", "Rescan" => "重新扫描", "Back" => "返回" ); diff --git a/core/l10n/ru.php b/core/l10n/ru.php index 12dd26a3507..0fe8c079f27 100644 --- a/core/l10n/ru.php +++ b/core/l10n/ru.php @@ -1,10 +1,13 @@ "Сброс пароля OwnCloud", +"Use the following link to reset your password: {link}" => "Используйте следующую ссылку чтобы сбросить пароль: {link}", "You will receive a link to reset your password via Email." => "На ваш адрес Email выслана ссылка для сброса пароля.", "Requested" => "Запрошено", "Login failed!" => "Не удалось войти!", "Username" => "Имя пользователя", "Request reset" => "Запросить сброс", "Your password was reset" => "Ваш пароль был сброшен", +"To login page" => "На страницу авторизации", "New password" => "Новый пароль", "Reset password" => "Сбросить пароль", "Personal" => "Личное", @@ -24,10 +27,12 @@ "Database name" => "Название базы данных", "Database host" => "Хост базы данных", "Finish setup" => "Завершить установку", +"web services under your control" => "Сетевые службы под твоим контролем", "Log out" => "Выйти", "Settings" => "Настройки", "Lost your password?" => "Забыли пароль?", "remember" => "запомнить", +"Log in" => "Войти", "You are logged out." => "Вы вышли.", "prev" => "пред", "next" => "след" diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php index 8ab1419fed2..8a3daa097f3 100644 --- a/core/l10n/zh_CN.php +++ b/core/l10n/zh_CN.php @@ -1,10 +1,13 @@ "重置 Owncloud 密码", +"Use the following link to reset your password: {link}" => "使用以下链接重置您的密码:{link}", "You will receive a link to reset your password via Email." => "您将会收到包含可以重置密码链接的邮件。", "Requested" => "已请求", "Login failed!" => "登录失败!", "Username" => "用户名", "Request reset" => "请求重置", "Your password was reset" => "您的密码已重置", +"To login page" => "到登录页面", "New password" => "新密码", "Reset password" => "重置密码", "Personal" => "个人", @@ -24,10 +27,12 @@ "Database name" => "数据库名", "Database host" => "数据库主机", "Finish setup" => "安装完成", +"web services under your control" => "由您掌控的网络服务", "Log out" => "注销", "Settings" => "设置", "Lost your password?" => "忘记密码?", "remember" => "记住", +"Log in" => "登录", "You are logged out." => "您已注销。", "prev" => "上一页", "next" => "下一页" diff --git a/files/l10n/ru.php b/files/l10n/ru.php index a77e6e370b4..88a6d8ee19c 100644 --- a/files/l10n/ru.php +++ b/files/l10n/ru.php @@ -7,6 +7,10 @@ "Missing a temporary folder" => "Невозможно найти временную директорию", "Files" => "Файлы", "Maximum upload size" => "Максимальный размер файла", +"New" => "Новый", +"Text file" => "Текстовый файл", +"Folder" => "Папка", +"From the web" => "Из интернета", "Upload" => "Закачать", "Nothing in here. Upload something!" => "Здесь ничего нет. Закачайте что-нибудь!", "Name" => "Название", diff --git a/files/l10n/zh_CN.php b/files/l10n/zh_CN.php index a4d7283df87..ab23a55d29e 100644 --- a/files/l10n/zh_CN.php +++ b/files/l10n/zh_CN.php @@ -7,6 +7,10 @@ "Missing a temporary folder" => "缺少临时目录", "Files" => "文件", "Maximum upload size" => "最大上传大小", +"New" => "新建", +"Text file" => "文本文件", +"Folder" => "文件夹", +"From the web" => "来自网络", "Upload" => "上传", "Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!", "Name" => "名称", diff --git a/l10n/ar/contacts.po b/l10n/ar/contacts.po index 16d1dd7400c..04c2630a1aa 100644 --- a/l10n/ar/contacts.po +++ b/l10n/ar/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Arabic (http://www.transifex.net/projects/p/owncloud/team/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/gallery.po b/l10n/ar/gallery.po index fdf349f64e9..e423011a523 100644 --- a/l10n/ar/gallery.po +++ b/l10n/ar/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Arabic (http://www.transifex.net/projects/p/owncloud/team/ar/)\n" "MIME-Version: 1.0\n" @@ -26,22 +26,22 @@ msgstr "معرض صور" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "اعادة البحث" diff --git a/l10n/bg_BG/contacts.po b/l10n/bg_BG/contacts.po index 3fc02dc13b7..77a01bae26d 100644 --- a/l10n/bg_BG/contacts.po +++ b/l10n/bg_BG/contacts.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/gallery.po b/l10n/bg_BG/gallery.po index 5b1d5ad685b..342a60c277f 100644 --- a/l10n/bg_BG/gallery.po +++ b/l10n/bg_BG/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/ca/contacts.po b/l10n/ca/contacts.po index bd1544e0b84..3caa70ae4af 100644 --- a/l10n/ca/contacts.po +++ b/l10n/ca/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/gallery.po b/l10n/ca/gallery.po index 93c7325189f..4beba794f42 100644 --- a/l10n/ca/gallery.po +++ b/l10n/ca/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n" "MIME-Version: 1.0\n" @@ -24,23 +24,23 @@ msgstr "Galeria" #: js/album_cover.js:40 msgid "Scanning directories" +msgstr "S'estan escanejant carpetes" + +#: js/album_cover.js:48 +msgid "No photos found" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "S'estan creant miniatures" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Voleu eliminar l'àlbum" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" - -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" +msgstr "Escriviu el nom nou de la galeria" #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/cs_CZ/contacts.po b/l10n/cs_CZ/contacts.po index 7e91e188747..ff33e13c356 100644 --- a/l10n/cs_CZ/contacts.po +++ b/l10n/cs_CZ/contacts.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/gallery.po b/l10n/cs_CZ/gallery.po index e298dfe9d72..2c93e04ef97 100644 --- a/l10n/cs_CZ/gallery.po +++ b/l10n/cs_CZ/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -26,22 +26,22 @@ msgstr "Galerie" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "Opakované prohledání" diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po index 607272c5aea..f292f2391c3 100644 --- a/l10n/da/calendar.po +++ b/l10n/da/calendar.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-15 14:44+0100\n" -"PO-Revision-Date: 2012-01-15 13:45+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-21 00:41+0000\n" +"Last-Translator: Morten Juhl-Johansen Zölde-Fejér \n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,7 +32,7 @@ msgstr "Tidszone ændret" msgid "Invalid request" msgstr "Ugyldig forespørgsel" -#: appinfo/app.php:20 templates/calendar.php:13 +#: appinfo/app.php:20 templates/calendar.php:14 #: templates/part.eventform.php:20 msgid "Calendar" msgstr "Kalender" @@ -179,7 +179,7 @@ msgstr "øndag" #: lib/object.php:396 msgid "events week of month" -msgstr "" +msgstr "begivenhedens uge i måneden" #: lib/object.php:397 msgid "first" @@ -259,7 +259,7 @@ msgstr "efter begivenheders dato" #: lib/object.php:442 msgid "by yearday(s)" -msgstr "" +msgstr "efter dag(e) i året" #: lib/object.php:443 msgid "by weeknumber(s)" @@ -285,59 +285,63 @@ msgstr "Kal." msgid "All day" msgstr "Hele dagen" -#: templates/calendar.php:11 +#: templates/calendar.php:11 templates/part.choosecalendar.php:15 +msgid "New Calendar" +msgstr "Ny Kalender" + +#: templates/calendar.php:12 msgid "Missing fields" msgstr "Manglende felter" -#: templates/calendar.php:12 templates/part.eventform.php:3 +#: templates/calendar.php:13 templates/part.eventform.php:3 msgid "Title" msgstr "Titel" -#: templates/calendar.php:14 +#: templates/calendar.php:15 msgid "From Date" msgstr "Fra dato" -#: templates/calendar.php:15 +#: templates/calendar.php:16 msgid "From Time" msgstr "Fra tidspunkt" -#: templates/calendar.php:16 +#: templates/calendar.php:17 msgid "To Date" msgstr "Til dato" -#: templates/calendar.php:17 +#: templates/calendar.php:18 msgid "To Time" msgstr "Til tidspunkt" -#: templates/calendar.php:18 +#: templates/calendar.php:19 msgid "The event ends before it starts" msgstr "Begivenheden slutter, inden den begynder" -#: templates/calendar.php:19 +#: templates/calendar.php:20 msgid "There was a database fail" msgstr "Der var en fejl i databasen" -#: templates/calendar.php:52 +#: templates/calendar.php:38 msgid "Week" msgstr "Uge" -#: templates/calendar.php:53 +#: templates/calendar.php:39 msgid "Month" msgstr "Måned" -#: templates/calendar.php:54 +#: templates/calendar.php:40 msgid "List" msgstr "Liste" -#: templates/calendar.php:59 +#: templates/calendar.php:46 msgid "Today" msgstr "I dag" -#: templates/calendar.php:60 +#: templates/calendar.php:47 msgid "Calendars" msgstr "Kalendere" -#: templates/calendar.php:78 +#: templates/calendar.php:65 msgid "There was a fail, while parsing the file." msgstr "Der opstod en fejl under gennemlæsning af filen." @@ -421,10 +425,6 @@ msgstr "Dec." msgid "Choose active calendars" msgstr "Vælg aktive kalendere" -#: templates/part.choosecalendar.php:15 -msgid "New Calendar" -msgstr "Ny Kalender" - #: templates/part.choosecalendar.php:20 #: templates/part.choosecalendar.rowfields.php:4 msgid "CalDav Link" @@ -530,11 +530,11 @@ msgstr "Vælg dage" #: templates/part.eventform.php:130 msgid "and the events day of year." -msgstr "" +msgstr "og begivenhedens dag i året." #: templates/part.eventform.php:143 msgid "and the events day of month." -msgstr "" +msgstr "og begivenhedens sag på måneden" #: templates/part.eventform.php:151 msgid "Select months" @@ -546,7 +546,7 @@ msgstr "Vælg uger" #: templates/part.eventform.php:169 msgid "and the events week of year." -msgstr "" +msgstr "og begivenhedens uge i året." #: templates/part.eventform.php:175 msgid "Interval" @@ -578,7 +578,7 @@ msgstr "Beskrivelse af begivenheden" #: templates/part.import.php:1 msgid "Import a calendar file" -msgstr "" +msgstr "Importer en kalenderfil" #: templates/part.import.php:6 msgid "Please choose the calendar" @@ -586,11 +586,11 @@ msgstr "Vælg venligst kalender" #: templates/part.import.php:10 msgid "create a new calendar" -msgstr "" +msgstr "opret en ny kalender" #: templates/part.import.php:15 msgid "Name of new calendar" -msgstr "" +msgstr "Navn på ny kalender" #: templates/part.import.php:17 msgid "Import" @@ -598,15 +598,15 @@ msgstr "Importer" #: templates/part.import.php:20 msgid "Importing calendar" -msgstr "" +msgstr "Importerer kalender" #: templates/part.import.php:23 msgid "Calendar imported successfully" -msgstr "" +msgstr "Kalender importeret korrekt" #: templates/part.import.php:24 msgid "Close Dialog" -msgstr "" +msgstr "Luk dialog" #: templates/part.newevent.php:1 msgid "Create a new event" diff --git a/l10n/da/contacts.po b/l10n/da/contacts.po index ffce17b2942..b8891a85cc9 100644 --- a/l10n/da/contacts.po +++ b/l10n/da/contacts.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n" "MIME-Version: 1.0\n" @@ -22,47 +22,47 @@ msgstr "" #: ajax/activation.php:17 ajax/updateaddressbook.php:26 msgid "Error (de)activating addressbook." -msgstr "" +msgstr "Fejl ved (de)aktivering af adressebogen" #: ajax/addcard.php:79 msgid "There was an error adding the contact." -msgstr "" +msgstr "Der opstod en fejl ved tilføjelse af kontaktpersonen." #: ajax/addproperty.php:39 msgid "Cannot add empty property." -msgstr "" +msgstr "Kan ikke tilføje en egenskab uden indhold." #: ajax/addproperty.php:51 msgid "At least one of the address fields has to be filled out." -msgstr "" +msgstr "Der skal udfyldes mindst et adressefelt." #: ajax/addproperty.php:78 msgid "Error adding contact property." -msgstr "" +msgstr "Fejl ved tilføjelse af egenskab." #: ajax/createaddressbook.php:20 msgid "Error adding addressbook." -msgstr "" +msgstr "Fejl ved tilføjelse af adressebog." #: ajax/createaddressbook.php:26 msgid "Error activating addressbook." -msgstr "" +msgstr "Fejl ved aktivering af adressebog." #: ajax/deleteproperty.php:40 msgid "Error deleting contact property." -msgstr "" +msgstr "Fejl ved sletning af egenskab for kontaktperson." #: ajax/setproperty.php:79 msgid "Error updating contact property." -msgstr "" +msgstr "Fejl ved opdatering af egenskab for kontaktperson." #: ajax/updateaddressbook.php:20 msgid "Error updating addressbook." -msgstr "" +msgstr "Fejl ved opdatering af adressebog" #: appinfo/app.php:21 templates/settings.php:3 msgid "Contacts" -msgstr "" +msgstr "Kontaktpersoner" #: lib/app.php:52 msgid "This is not your addressbook." @@ -129,7 +129,7 @@ msgstr "Personsøger" #: lib/search.php:22 msgid "Contact" -msgstr "" +msgstr "Kontaktperson" #: photo.php:42 msgid "This is not your contact." @@ -141,11 +141,11 @@ msgstr "Tilføj kontaktperson" #: templates/index.php:7 msgid "Addressbooks" -msgstr "" +msgstr "Adressebøger" #: templates/part.addcardform.php:8 msgid "Addressbook" -msgstr "" +msgstr "Adressebog" #: templates/part.addcardform.php:21 msgid "Name" @@ -223,7 +223,7 @@ msgstr "Slet" #: templates/part.details.php:3 msgid "Download contact" -msgstr "" +msgstr "Download kontaktperson" #: templates/part.details.php:4 msgid "Delete contact" @@ -235,11 +235,11 @@ msgstr "Tilføj" #: templates/part.editaddressbook.php:9 msgid "New Addressbook" -msgstr "" +msgstr "Ny adressebog" #: templates/part.editaddressbook.php:9 msgid "Edit Addressbook" -msgstr "" +msgstr "Rediger adressebog" #: templates/part.editaddressbook.php:12 msgid "Displayname" @@ -279,6 +279,6 @@ msgstr "Opdater" #: templates/settings.php:4 msgid "CardDAV syncing address:" -msgstr "" +msgstr "Synkroniseringsadresse for CardDAV:" diff --git a/l10n/da/gallery.po b/l10n/da/gallery.po index e765c472b0c..4833f709fb3 100644 --- a/l10n/da/gallery.po +++ b/l10n/da/gallery.po @@ -3,12 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Morten Juhl-Johansen Zölde-Fejér , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n" "MIME-Version: 1.0\n" @@ -19,34 +20,34 @@ msgstr "" #: appinfo/app.php:41 msgid "Gallery" -msgstr "" +msgstr "Galleri" #: js/album_cover.js:40 msgid "Scanning directories" +msgstr "Gennemgår mapper" + +#: js/album_cover.js:48 +msgid "No photos found" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "Danner miniaturer" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Ønsker du at fjerne albummet" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" - -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" +msgstr "Indtast navn på nyt galleri" #: templates/index.php:10 msgid "Rescan" -msgstr "" +msgstr "Genindlæs" #: templates/view_album.php:19 msgid "Back" -msgstr "" +msgstr "Tilbage" diff --git a/l10n/da/settings.po b/l10n/da/settings.po index 16570895369..1cba59ed7e5 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. # , 2011. # Morten Juhl-Johansen Zölde-Fejér , 2011, 2012. # Pascal d'Hermilly , 2011. @@ -10,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-16 17:31+0100\n" -"PO-Revision-Date: 2012-01-16 16:32+0000\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-21 23:05+0000\n" "Last-Translator: icewind \n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/contacts.po b/l10n/de/contacts.po index a253810f608..84f23b5bd1f 100644 --- a/l10n/de/contacts.po +++ b/l10n/de/contacts.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/gallery.po b/l10n/de/gallery.po index a13373b37c2..648a6b28549 100644 --- a/l10n/de/gallery.po +++ b/l10n/de/gallery.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. # Bartek , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n" "MIME-Version: 1.0\n" @@ -24,23 +25,23 @@ msgstr "Galerie" #: js/album_cover.js:40 msgid "Scanning directories" +msgstr "Ordner werden durchsucht." + +#: js/album_cover.js:48 +msgid "No photos found" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "Thumbnails werden erstellt." -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Soll das Album entfernt werden?" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" - -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" +msgstr "Gib den Albumnamen ein." #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/de_DE/calendar.po b/l10n/de_DE/calendar.po new file mode 100644 index 00000000000..cc381094ca5 --- /dev/null +++ b/l10n/de_DE/calendar.po @@ -0,0 +1,636 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2011-09-03 16:52+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: ajax/guesstimezone.php:42 +msgid "New Timezone:" +msgstr "" + +#: ajax/settimezone.php:22 +msgid "Timezone changed" +msgstr "" + +#: ajax/settimezone.php:24 +msgid "Invalid request" +msgstr "" + +#: appinfo/app.php:20 templates/calendar.php:14 +#: templates/part.eventform.php:20 +msgid "Calendar" +msgstr "" + +#: lib/app.php:19 +msgid "Wrong calendar" +msgstr "" + +#: lib/app.php:60 lib/object.php:332 +msgid "Birthday" +msgstr "" + +#: lib/app.php:61 lib/object.php:333 +msgid "Business" +msgstr "" + +#: lib/app.php:62 lib/object.php:334 +msgid "Call" +msgstr "" + +#: lib/app.php:63 lib/object.php:335 +msgid "Clients" +msgstr "" + +#: lib/app.php:64 lib/object.php:336 +msgid "Deliverer" +msgstr "" + +#: lib/app.php:65 lib/object.php:337 +msgid "Holidays" +msgstr "" + +#: lib/app.php:66 lib/object.php:338 +msgid "Ideas" +msgstr "" + +#: lib/app.php:67 lib/object.php:339 +msgid "Journey" +msgstr "" + +#: lib/app.php:68 lib/object.php:340 +msgid "Jubilee" +msgstr "" + +#: lib/app.php:69 lib/object.php:341 +msgid "Meeting" +msgstr "" + +#: lib/app.php:70 lib/object.php:342 +msgid "Other" +msgstr "" + +#: lib/app.php:71 lib/object.php:343 +msgid "Personal" +msgstr "" + +#: lib/app.php:72 lib/object.php:344 +msgid "Projects" +msgstr "" + +#: lib/app.php:73 lib/object.php:345 +msgid "Questions" +msgstr "" + +#: lib/app.php:74 lib/object.php:346 +msgid "Work" +msgstr "" + +#: lib/object.php:353 +msgid "Does not repeat" +msgstr "" + +#: lib/object.php:354 +msgid "Daily" +msgstr "" + +#: lib/object.php:355 +msgid "Weekly" +msgstr "" + +#: lib/object.php:356 +msgid "Every Weekday" +msgstr "" + +#: lib/object.php:357 +msgid "Bi-Weekly" +msgstr "" + +#: lib/object.php:358 +msgid "Monthly" +msgstr "" + +#: lib/object.php:359 +msgid "Yearly" +msgstr "" + +#: lib/object.php:366 +msgid "never" +msgstr "" + +#: lib/object.php:367 +msgid "by occurrences" +msgstr "" + +#: lib/object.php:368 +msgid "by date" +msgstr "" + +#: lib/object.php:375 +msgid "by monthday" +msgstr "" + +#: lib/object.php:376 +msgid "by weekday" +msgstr "" + +#: lib/object.php:383 templates/lAfix.php:3 +msgid "Monday" +msgstr "" + +#: lib/object.php:384 templates/lAfix.php:4 +msgid "Tuesday" +msgstr "" + +#: lib/object.php:385 templates/lAfix.php:5 +msgid "Wednesday" +msgstr "" + +#: lib/object.php:386 templates/lAfix.php:6 +msgid "Thursday" +msgstr "" + +#: lib/object.php:387 templates/lAfix.php:7 +msgid "Friday" +msgstr "" + +#: lib/object.php:388 templates/lAfix.php:8 +msgid "Saturday" +msgstr "" + +#: lib/object.php:389 templates/lAfix.php:2 +msgid "Sunday" +msgstr "" + +#: lib/object.php:396 +msgid "events week of month" +msgstr "" + +#: lib/object.php:397 +msgid "first" +msgstr "" + +#: lib/object.php:398 +msgid "second" +msgstr "" + +#: lib/object.php:399 +msgid "third" +msgstr "" + +#: lib/object.php:400 +msgid "fourth" +msgstr "" + +#: lib/object.php:401 +msgid "fifth" +msgstr "" + +#: lib/object.php:402 +msgid "last" +msgstr "" + +#: lib/object.php:424 templates/lAfix.php:16 +msgid "January" +msgstr "" + +#: lib/object.php:425 templates/lAfix.php:17 +msgid "February" +msgstr "" + +#: lib/object.php:426 templates/lAfix.php:18 +msgid "March" +msgstr "" + +#: lib/object.php:427 templates/lAfix.php:19 +msgid "April" +msgstr "" + +#: lib/object.php:428 templates/lAfix.php:20 +msgid "May" +msgstr "" + +#: lib/object.php:429 templates/lAfix.php:21 +msgid "June" +msgstr "" + +#: lib/object.php:430 templates/lAfix.php:22 +msgid "July" +msgstr "" + +#: lib/object.php:431 templates/lAfix.php:23 +msgid "August" +msgstr "" + +#: lib/object.php:432 templates/lAfix.php:24 +msgid "September" +msgstr "" + +#: lib/object.php:433 templates/lAfix.php:25 +msgid "October" +msgstr "" + +#: lib/object.php:434 templates/lAfix.php:26 +msgid "November" +msgstr "" + +#: lib/object.php:435 templates/lAfix.php:27 +msgid "December" +msgstr "" + +#: lib/object.php:441 +msgid "by events date" +msgstr "" + +#: lib/object.php:442 +msgid "by yearday(s)" +msgstr "" + +#: lib/object.php:443 +msgid "by weeknumber(s)" +msgstr "" + +#: lib/object.php:444 +msgid "by day and month" +msgstr "" + +#: lib/object.php:467 +msgid "Not an array" +msgstr "" + +#: lib/search.php:32 lib/search.php:34 lib/search.php:37 +msgid "Date" +msgstr "" + +#: lib/search.php:40 +msgid "Cal." +msgstr "" + +#: templates/calendar.php:10 +msgid "All day" +msgstr "" + +#: templates/calendar.php:11 templates/part.choosecalendar.php:15 +msgid "New Calendar" +msgstr "" + +#: templates/calendar.php:12 +msgid "Missing fields" +msgstr "" + +#: templates/calendar.php:13 templates/part.eventform.php:3 +msgid "Title" +msgstr "" + +#: templates/calendar.php:15 +msgid "From Date" +msgstr "" + +#: templates/calendar.php:16 +msgid "From Time" +msgstr "" + +#: templates/calendar.php:17 +msgid "To Date" +msgstr "" + +#: templates/calendar.php:18 +msgid "To Time" +msgstr "" + +#: templates/calendar.php:19 +msgid "The event ends before it starts" +msgstr "" + +#: templates/calendar.php:20 +msgid "There was a database fail" +msgstr "" + +#: templates/calendar.php:38 +msgid "Week" +msgstr "" + +#: templates/calendar.php:39 +msgid "Month" +msgstr "" + +#: templates/calendar.php:40 +msgid "List" +msgstr "" + +#: templates/calendar.php:46 +msgid "Today" +msgstr "" + +#: templates/calendar.php:47 +msgid "Calendars" +msgstr "" + +#: templates/calendar.php:65 +msgid "There was a fail, while parsing the file." +msgstr "" + +#: templates/lAfix.php:9 +msgid "Sun." +msgstr "" + +#: templates/lAfix.php:10 +msgid "Mon." +msgstr "" + +#: templates/lAfix.php:11 +msgid "Tue." +msgstr "" + +#: templates/lAfix.php:12 +msgid "Wed." +msgstr "" + +#: templates/lAfix.php:13 +msgid "Thu." +msgstr "" + +#: templates/lAfix.php:14 +msgid "Fri." +msgstr "" + +#: templates/lAfix.php:15 +msgid "Sat." +msgstr "" + +#: templates/lAfix.php:28 +msgid "Jan." +msgstr "" + +#: templates/lAfix.php:29 +msgid "Feb." +msgstr "" + +#: templates/lAfix.php:30 +msgid "Mar." +msgstr "" + +#: templates/lAfix.php:31 +msgid "Apr." +msgstr "" + +#: templates/lAfix.php:32 +msgid "May." +msgstr "" + +#: templates/lAfix.php:33 +msgid "Jun." +msgstr "" + +#: templates/lAfix.php:34 +msgid "Jul." +msgstr "" + +#: templates/lAfix.php:35 +msgid "Aug." +msgstr "" + +#: templates/lAfix.php:36 +msgid "Sep." +msgstr "" + +#: templates/lAfix.php:37 +msgid "Oct." +msgstr "" + +#: templates/lAfix.php:38 +msgid "Nov." +msgstr "" + +#: templates/lAfix.php:39 +msgid "Dec." +msgstr "" + +#: templates/part.choosecalendar.php:1 +msgid "Choose active calendars" +msgstr "" + +#: templates/part.choosecalendar.php:20 +#: templates/part.choosecalendar.rowfields.php:4 +msgid "CalDav Link" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:4 +msgid "Download" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:4 +msgid "Edit" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:4 +#: templates/part.editevent.php:9 +msgid "Delete" +msgstr "" + +#: templates/part.editcalendar.php:9 +msgid "New calendar" +msgstr "" + +#: templates/part.editcalendar.php:9 +msgid "Edit calendar" +msgstr "" + +#: templates/part.editcalendar.php:12 +msgid "Displayname" +msgstr "" + +#: templates/part.editcalendar.php:23 +msgid "Active" +msgstr "" + +#: templates/part.editcalendar.php:29 +msgid "Calendar color" +msgstr "" + +#: templates/part.editcalendar.php:42 +msgid "Save" +msgstr "" + +#: templates/part.editcalendar.php:42 templates/part.editevent.php:8 +#: templates/part.newevent.php:6 +msgid "Submit" +msgstr "" + +#: templates/part.editcalendar.php:43 +msgid "Cancel" +msgstr "" + +#: templates/part.editevent.php:1 +msgid "Edit an event" +msgstr "" + +#: templates/part.editevent.php:10 +msgid "Export" +msgstr "" + +#: templates/part.eventform.php:5 +msgid "Title of the Event" +msgstr "" + +#: templates/part.eventform.php:11 +msgid "Category" +msgstr "" + +#: templates/part.eventform.php:13 +msgid "Select category" +msgstr "" + +#: templates/part.eventform.php:37 +msgid "All Day Event" +msgstr "" + +#: templates/part.eventform.php:41 +msgid "From" +msgstr "" + +#: templates/part.eventform.php:49 +msgid "To" +msgstr "" + +#: templates/part.eventform.php:57 +msgid "Advanced options" +msgstr "" + +#: templates/part.eventform.php:61 +msgid "Repeat" +msgstr "" + +#: templates/part.eventform.php:68 +msgid "Advanced" +msgstr "" + +#: templates/part.eventform.php:112 +msgid "Select weekdays" +msgstr "" + +#: templates/part.eventform.php:125 templates/part.eventform.php:138 +msgid "Select days" +msgstr "" + +#: templates/part.eventform.php:130 +msgid "and the events day of year." +msgstr "" + +#: templates/part.eventform.php:143 +msgid "and the events day of month." +msgstr "" + +#: templates/part.eventform.php:151 +msgid "Select months" +msgstr "" + +#: templates/part.eventform.php:164 +msgid "Select weeks" +msgstr "" + +#: templates/part.eventform.php:169 +msgid "and the events week of year." +msgstr "" + +#: templates/part.eventform.php:175 +msgid "Interval" +msgstr "" + +#: templates/part.eventform.php:181 +msgid "End" +msgstr "" + +#: templates/part.eventform.php:193 +msgid "occurrences" +msgstr "" + +#: templates/part.eventform.php:208 +msgid "Location" +msgstr "" + +#: templates/part.eventform.php:210 +msgid "Location of the Event" +msgstr "" + +#: templates/part.eventform.php:216 +msgid "Description" +msgstr "" + +#: templates/part.eventform.php:218 +msgid "Description of the Event" +msgstr "" + +#: templates/part.import.php:1 +msgid "Import a calendar file" +msgstr "" + +#: templates/part.import.php:6 +msgid "Please choose the calendar" +msgstr "" + +#: templates/part.import.php:10 +msgid "create a new calendar" +msgstr "" + +#: templates/part.import.php:15 +msgid "Name of new calendar" +msgstr "" + +#: templates/part.import.php:17 +msgid "Import" +msgstr "" + +#: templates/part.import.php:20 +msgid "Importing calendar" +msgstr "" + +#: templates/part.import.php:23 +msgid "Calendar imported successfully" +msgstr "" + +#: templates/part.import.php:24 +msgid "Close Dialog" +msgstr "" + +#: templates/part.newevent.php:1 +msgid "Create a new event" +msgstr "" + +#: templates/settings.php:13 +msgid "Timezone" +msgstr "" + +#: templates/settings.php:30 +msgid "Check always for changes of the timezone" +msgstr "" + +#: templates/settings.php:32 +msgid "Timeformat" +msgstr "" + +#: templates/settings.php:34 +msgid "24h" +msgstr "" + +#: templates/settings.php:35 +msgid "12h" +msgstr "" + +#: templates/settings.php:41 +msgid "Calendar CalDAV syncing address:" +msgstr "" + + diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po new file mode 100644 index 00000000000..22a83603b4c --- /dev/null +++ b/l10n/de_DE/core.po @@ -0,0 +1,170 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2011-07-25 16:05+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: lostpassword/index.php:24 +msgid "Owncloud password reset" +msgstr "" + +#: lostpassword/templates/email.php:1 +msgid "Use the following link to reset your password: {link}" +msgstr "" + +#: lostpassword/templates/lostpassword.php:3 +msgid "You will receive a link to reset your password via Email." +msgstr "" + +#: lostpassword/templates/lostpassword.php:5 +msgid "Requested" +msgstr "" + +#: lostpassword/templates/lostpassword.php:8 +msgid "Login failed!" +msgstr "" + +#: lostpassword/templates/lostpassword.php:11 templates/installation.php:22 +#: templates/login.php:8 +msgid "Username" +msgstr "" + +#: lostpassword/templates/lostpassword.php:14 +msgid "Request reset" +msgstr "" + +#: lostpassword/templates/resetpassword.php:4 +msgid "Your password was reset" +msgstr "" + +#: lostpassword/templates/resetpassword.php:5 +msgid "To login page" +msgstr "" + +#: lostpassword/templates/resetpassword.php:8 +msgid "New password" +msgstr "" + +#: lostpassword/templates/resetpassword.php:11 +msgid "Reset password" +msgstr "" + +#: strings.php:5 +msgid "Personal" +msgstr "" + +#: strings.php:6 +msgid "Users" +msgstr "" + +#: strings.php:7 +msgid "Apps" +msgstr "" + +#: strings.php:8 +msgid "Admin" +msgstr "" + +#: strings.php:9 +msgid "Help" +msgstr "" + +#: templates/404.php:12 +msgid "Cloud not found" +msgstr "" + +#: templates/installation.php:20 +msgid "Create an admin account" +msgstr "" + +#: templates/installation.php:26 templates/login.php:12 +msgid "Password" +msgstr "" + +#: templates/installation.php:32 +msgid "Advanced" +msgstr "" + +#: templates/installation.php:34 +msgid "Data folder" +msgstr "" + +#: templates/installation.php:41 +msgid "Configure the database" +msgstr "" + +#: templates/installation.php:46 templates/installation.php:57 +#: templates/installation.php:67 +msgid "will be used" +msgstr "" + +#: templates/installation.php:79 +msgid "Database user" +msgstr "" + +#: templates/installation.php:83 +msgid "Database password" +msgstr "" + +#: templates/installation.php:87 +msgid "Database name" +msgstr "" + +#: templates/installation.php:93 +msgid "Database host" +msgstr "" + +#: templates/installation.php:98 +msgid "Finish setup" +msgstr "" + +#: templates/layout.guest.php:35 +msgid "web services under your control" +msgstr "" + +#: templates/layout.user.php:34 +msgid "Log out" +msgstr "" + +#: templates/layout.user.php:46 templates/layout.user.php:47 +msgid "Settings" +msgstr "" + +#: templates/login.php:5 +msgid "Lost your password?" +msgstr "" + +#: templates/login.php:15 +msgid "remember" +msgstr "" + +#: templates/login.php:16 +msgid "Log in" +msgstr "" + +#: templates/logout.php:1 +msgid "You are logged out." +msgstr "" + +#: templates/part.pagenavi.php:3 +msgid "prev" +msgstr "" + +#: templates/part.pagenavi.php:20 +msgid "next" +msgstr "" + + diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po new file mode 100644 index 00000000000..b9201beb1d8 --- /dev/null +++ b/l10n/de_DE/files.po @@ -0,0 +1,108 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2011-08-13 02:19+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: ajax/upload.php:19 +msgid "There is no error, the file uploaded with success" +msgstr "" + +#: ajax/upload.php:20 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" + +#: ajax/upload.php:21 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" + +#: ajax/upload.php:22 +msgid "The uploaded file was only partially uploaded" +msgstr "" + +#: ajax/upload.php:23 +msgid "No file was uploaded" +msgstr "" + +#: ajax/upload.php:24 +msgid "Missing a temporary folder" +msgstr "" + +#: appinfo/app.php:8 +msgid "Files" +msgstr "" + +#: templates/admin.php:5 +msgid "Maximum upload size" +msgstr "" + +#: templates/index.php:7 +msgid "New" +msgstr "" + +#: templates/index.php:10 +msgid "Text file" +msgstr "" + +#: templates/index.php:11 +msgid "Folder" +msgstr "" + +#: templates/index.php:12 +msgid "From the web" +msgstr "" + +#: templates/index.php:22 +msgid "Upload" +msgstr "" + +#: templates/index.php:35 +msgid "Nothing in here. Upload something!" +msgstr "" + +#: templates/index.php:43 +msgid "Name" +msgstr "" + +#: templates/index.php:45 +msgid "Download" +msgstr "" + +#: templates/index.php:49 +msgid "Size" +msgstr "" + +#: templates/index.php:50 +msgid "Modified" +msgstr "" + +#: templates/index.php:50 +msgid "Delete" +msgstr "" + +#: templates/index.php:58 +msgid "Upload too large" +msgstr "" + +#: templates/index.php:60 +msgid "" +"The files you are trying to upload exceed the maximum size for file uploads " +"on this server." +msgstr "" + + diff --git a/l10n/de_DE/media.po b/l10n/de_DE/media.po new file mode 100644 index 00000000000..0e994abde23 --- /dev/null +++ b/l10n/de_DE/media.po @@ -0,0 +1,64 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2011-08-13 02:19+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: appinfo/app.php:32 templates/player.php:9 +msgid "Music" +msgstr "" + +#: templates/music.php:3 templates/player.php:13 +msgid "Play" +msgstr "" + +#: templates/music.php:4 templates/music.php:26 templates/player.php:14 +msgid "Pause" +msgstr "" + +#: templates/music.php:5 +msgid "Previous" +msgstr "" + +#: templates/music.php:6 templates/player.php:15 +msgid "Next" +msgstr "" + +#: templates/music.php:7 +msgid "Mute" +msgstr "" + +#: templates/music.php:8 +msgid "Unmute" +msgstr "" + +#: templates/music.php:25 +msgid "Rescan Collection" +msgstr "" + +#: templates/music.php:37 +msgid "Artist" +msgstr "" + +#: templates/music.php:38 +msgid "Album" +msgstr "" + +#: templates/music.php:39 +msgid "Title" +msgstr "" + + diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po new file mode 100644 index 00000000000..53aba4cebaf --- /dev/null +++ b/l10n/de_DE/settings.po @@ -0,0 +1,156 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2011-07-25 16:05+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: ajax/lostpassword.php:14 +msgid "email Changed" +msgstr "" + +#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16 +msgid "Invalid request" +msgstr "" + +#: ajax/openid.php:15 +msgid "OpenID Changed" +msgstr "" + +#: ajax/setlanguage.php:14 +msgid "Language changed" +msgstr "" + +#: personal.php:36 personal.php:37 +msgid "__language_name__" +msgstr "" + +#: templates/admin.php:13 +msgid "Log level" +msgstr "" + +#: templates/apps.php:8 +msgid "Add your application" +msgstr "" + +#: templates/apps.php:21 +msgid "Select an App" +msgstr "" + +#: templates/apps.php:23 +msgid "-licensed" +msgstr "" + +#: templates/apps.php:23 +msgid "by" +msgstr "" + +#: templates/help.php:8 +msgid "Ask a question" +msgstr "" + +#: templates/help.php:20 +msgid "Problems connecting to help database." +msgstr "" + +#: templates/help.php:21 +msgid "Go there manually." +msgstr "" + +#: templates/help.php:29 +msgid "Answer" +msgstr "" + +#: templates/personal.php:8 +msgid "You use" +msgstr "" + +#: templates/personal.php:8 +msgid "of the available" +msgstr "" + +#: templates/personal.php:13 +msgid "Your password got changed" +msgstr "" + +#: templates/personal.php:14 +msgid "Unable to change your password" +msgstr "" + +#: templates/personal.php:15 +msgid "Current password" +msgstr "" + +#: templates/personal.php:16 +msgid "New password" +msgstr "" + +#: templates/personal.php:17 +msgid "show" +msgstr "" + +#: templates/personal.php:18 +msgid "Change password" +msgstr "" + +#: templates/personal.php:24 +msgid "Email" +msgstr "" + +#: templates/personal.php:25 +msgid "Your email address" +msgstr "" + +#: templates/personal.php:26 +msgid "Fill in an email address to enable password recovery" +msgstr "" + +#: templates/personal.php:32 templates/personal.php:33 +msgid "Language" +msgstr "" + +#: templates/personal.php:38 +msgid "Help translate" +msgstr "" + +#: templates/personal.php:45 +msgid "use this address to connect to your ownCloud in your file manager" +msgstr "" + +#: templates/users.php:15 templates/users.php:30 +msgid "Name" +msgstr "" + +#: templates/users.php:16 templates/users.php:31 +msgid "Password" +msgstr "" + +#: templates/users.php:17 templates/users.php:32 templates/users.php:46 +msgid "Groups" +msgstr "" + +#: templates/users.php:23 +msgid "Create" +msgstr "" + +#: templates/users.php:33 +msgid "Quota" +msgstr "" + +#: templates/users.php:58 +msgid "Delete" +msgstr "" + + diff --git a/l10n/el/contacts.po b/l10n/el/contacts.po index 31381646083..ecfb8c66b05 100644 --- a/l10n/el/contacts.po +++ b/l10n/el/contacts.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/gallery.po b/l10n/el/gallery.po index c1f7b2c2707..395f79389d0 100644 --- a/l10n/el/gallery.po +++ b/l10n/el/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/eo/contacts.po b/l10n/eo/contacts.po index c4781df1304..4bd4eeed285 100644 --- a/l10n/eo/contacts.po +++ b/l10n/eo/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Esperanto (http://www.transifex.net/projects/p/owncloud/team/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/gallery.po b/l10n/eo/gallery.po index 177eb810111..e9f6eea3044 100644 --- a/l10n/eo/gallery.po +++ b/l10n/eo/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Esperanto (http://www.transifex.net/projects/p/owncloud/team/eo/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/es/contacts.po b/l10n/es/contacts.po index 6db32c1ceeb..09e0ee8123a 100644 --- a/l10n/es/contacts.po +++ b/l10n/es/contacts.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/gallery.po b/l10n/es/gallery.po index 112bc746166..99cae8f48b2 100644 --- a/l10n/es/gallery.po +++ b/l10n/es/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n" "MIME-Version: 1.0\n" @@ -24,23 +24,23 @@ msgstr "Galería" #: js/album_cover.js:40 msgid "Scanning directories" +msgstr "Escaneando directorios" + +#: js/album_cover.js:48 +msgid "No photos found" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "Creando miniaturas" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Quieres eliminar el álbum" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" - -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" +msgstr "Introduce el nuevo nombre de la galería" #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/et_EE/contacts.po b/l10n/et_EE/contacts.po index 6e08cc42cde..3f416bd09f1 100644 --- a/l10n/et_EE/contacts.po +++ b/l10n/et_EE/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Estonian (Estonia) (http://www.transifex.net/projects/p/owncloud/team/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/gallery.po b/l10n/et_EE/gallery.po index f0fb20bc18d..97c7a893a5c 100644 --- a/l10n/et_EE/gallery.po +++ b/l10n/et_EE/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Estonian (Estonia) (http://www.transifex.net/projects/p/owncloud/team/et_EE/)\n" "MIME-Version: 1.0\n" @@ -26,22 +26,22 @@ msgstr "Galerii" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "Skänni uuesti" diff --git a/l10n/eu/contacts.po b/l10n/eu/contacts.po index 9e778db67c2..93710a2b352 100644 --- a/l10n/eu/contacts.po +++ b/l10n/eu/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Basque (http://www.transifex.net/projects/p/owncloud/team/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/gallery.po b/l10n/eu/gallery.po index 703db4f8a6f..bc2d60a9fd8 100644 --- a/l10n/eu/gallery.po +++ b/l10n/eu/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Basque (http://www.transifex.net/projects/p/owncloud/team/eu/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/fr/contacts.po b/l10n/fr/contacts.po index a8803276f8b..4346f2a80a5 100644 --- a/l10n/fr/contacts.po +++ b/l10n/fr/contacts.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/gallery.po b/l10n/fr/gallery.po index c985ade5242..452dc5913bd 100644 --- a/l10n/fr/gallery.po +++ b/l10n/fr/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" "MIME-Version: 1.0\n" @@ -24,23 +24,23 @@ msgstr "Galerie" #: js/album_cover.js:40 msgid "Scanning directories" +msgstr "Analyse des répertoires" + +#: js/album_cover.js:48 +msgid "No photos found" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "Création des miniatures" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Voulez-vous supprimer l'album" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" - -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" +msgstr "Entrez le nom de l'album" #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/gl/contacts.po b/l10n/gl/contacts.po index d0939b6fe50..b4590c4696d 100644 --- a/l10n/gl/contacts.po +++ b/l10n/gl/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Galician (http://www.transifex.net/projects/p/owncloud/team/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/gallery.po b/l10n/gl/gallery.po index 6ec6c2dd93e..6b8306e957d 100644 --- a/l10n/gl/gallery.po +++ b/l10n/gl/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Galician (http://www.transifex.net/projects/p/owncloud/team/gl/)\n" "MIME-Version: 1.0\n" @@ -26,22 +26,22 @@ msgstr "Galería" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "Voltar a analizar" diff --git a/l10n/he/contacts.po b/l10n/he/contacts.po index afd4507f44d..3f9ecf49061 100644 --- a/l10n/he/contacts.po +++ b/l10n/he/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Hebrew (http://www.transifex.net/projects/p/owncloud/team/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/gallery.po b/l10n/he/gallery.po index c4712e83f0f..e887ef15e04 100644 --- a/l10n/he/gallery.po +++ b/l10n/he/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Hebrew (http://www.transifex.net/projects/p/owncloud/team/he/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/hr/contacts.po b/l10n/hr/contacts.po index 4b8a0306558..e3c37787276 100644 --- a/l10n/hr/contacts.po +++ b/l10n/hr/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Croatian (http://www.transifex.net/projects/p/owncloud/team/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/gallery.po b/l10n/hr/gallery.po index b04adb4a774..e06e16b1bf0 100644 --- a/l10n/hr/gallery.po +++ b/l10n/hr/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Croatian (http://www.transifex.net/projects/p/owncloud/team/hr/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/hu_HU/contacts.po b/l10n/hu_HU/contacts.po index c0ca509c7a4..3ffb7ba4511 100644 --- a/l10n/hu_HU/contacts.po +++ b/l10n/hu_HU/contacts.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.net/projects/p/owncloud/team/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/gallery.po b/l10n/hu_HU/gallery.po index 9e031b3b68a..d0c48004f59 100644 --- a/l10n/hu_HU/gallery.po +++ b/l10n/hu_HU/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.net/projects/p/owncloud/team/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/hy/contacts.po b/l10n/hy/contacts.po index 1a819611f28..5a25e75625d 100644 --- a/l10n/hy/contacts.po +++ b/l10n/hy/contacts.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Armenian (http://www.transifex.net/projects/p/owncloud/team/hy/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hy/gallery.po b/l10n/hy/gallery.po index 9e34b9bfda2..21d7cd873d5 100644 --- a/l10n/hy/gallery.po +++ b/l10n/hy/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Armenian (http://www.transifex.net/projects/p/owncloud/team/hy/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/ia/contacts.po b/l10n/ia/contacts.po index 73b29062dfd..3cc77ffc63f 100644 --- a/l10n/ia/contacts.po +++ b/l10n/ia/contacts.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Interlingua (http://www.transifex.net/projects/p/owncloud/team/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/gallery.po b/l10n/ia/gallery.po index 4240b743ba3..fa58412535d 100644 --- a/l10n/ia/gallery.po +++ b/l10n/ia/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Interlingua (http://www.transifex.net/projects/p/owncloud/team/ia/)\n" "MIME-Version: 1.0\n" @@ -26,22 +26,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/id/contacts.po b/l10n/id/contacts.po index 3927e42f46d..f38c4dbbc2d 100644 --- a/l10n/id/contacts.po +++ b/l10n/id/contacts.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Indonesian (http://www.transifex.net/projects/p/owncloud/team/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/gallery.po b/l10n/id/gallery.po index 683cb59cbd1..1858e5d1140 100644 --- a/l10n/id/gallery.po +++ b/l10n/id/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Indonesian (http://www.transifex.net/projects/p/owncloud/team/id/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/it/contacts.po b/l10n/it/contacts.po index 245fac94634..89d7850b449 100644 --- a/l10n/it/contacts.po +++ b/l10n/it/contacts.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/gallery.po b/l10n/it/gallery.po index 548843d3c52..50384155abb 100644 --- a/l10n/it/gallery.po +++ b/l10n/it/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n" "MIME-Version: 1.0\n" @@ -26,22 +26,22 @@ msgstr "Galleria" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "Rileggi" diff --git a/l10n/ja_JP/contacts.po b/l10n/ja_JP/contacts.po index 94ba34dd101..1c494aa69bd 100644 --- a/l10n/ja_JP/contacts.po +++ b/l10n/ja_JP/contacts.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Japanese (Japan) (http://www.transifex.net/projects/p/owncloud/team/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/gallery.po b/l10n/ja_JP/gallery.po index 907b7af802e..b7a8a1935f7 100644 --- a/l10n/ja_JP/gallery.po +++ b/l10n/ja_JP/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Japanese (Japan) (http://www.transifex.net/projects/p/owncloud/team/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/lb/contacts.po b/l10n/lb/contacts.po index 66e55595cf1..558e54c309a 100644 --- a/l10n/lb/contacts.po +++ b/l10n/lb/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Luxembourgish (http://www.transifex.net/projects/p/owncloud/team/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/gallery.po b/l10n/lb/gallery.po index f8cf579161e..3ed140c2756 100644 --- a/l10n/lb/gallery.po +++ b/l10n/lb/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Luxembourgish (http://www.transifex.net/projects/p/owncloud/team/lb/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/lt_LT/contacts.po b/l10n/lt_LT/contacts.po index 6fd1c8fb819..77d85c36edb 100644 --- a/l10n/lt_LT/contacts.po +++ b/l10n/lt_LT/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.net/projects/p/owncloud/team/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/gallery.po b/l10n/lt_LT/gallery.po index f6e330988ee..24c6f1f913b 100644 --- a/l10n/lt_LT/gallery.po +++ b/l10n/lt_LT/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.net/projects/p/owncloud/team/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/ms_MY/contacts.po b/l10n/ms_MY/contacts.po index e66eff907d1..35b7cc9d4d6 100644 --- a/l10n/ms_MY/contacts.po +++ b/l10n/ms_MY/contacts.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Malay (Malaysia) (http://www.transifex.net/projects/p/owncloud/team/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/gallery.po b/l10n/ms_MY/gallery.po index c8773806484..dcab2af9804 100644 --- a/l10n/ms_MY/gallery.po +++ b/l10n/ms_MY/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Malay (Malaysia) (http://www.transifex.net/projects/p/owncloud/team/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/nb_NO/contacts.po b/l10n/nb_NO/contacts.po index 160d950186a..80b66d6d4f3 100644 --- a/l10n/nb_NO/contacts.po +++ b/l10n/nb_NO/contacts.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.net/projects/p/owncloud/team/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/gallery.po b/l10n/nb_NO/gallery.po index 3a35c810f62..b975c154278 100644 --- a/l10n/nb_NO/gallery.po +++ b/l10n/nb_NO/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.net/projects/p/owncloud/team/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/nl/contacts.po b/l10n/nl/contacts.po index 56c194dad88..a702fa3f1af 100644 --- a/l10n/nl/contacts.po +++ b/l10n/nl/contacts.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/team/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/gallery.po b/l10n/nl/gallery.po index 5f6f14834e8..c513524fe53 100644 --- a/l10n/nl/gallery.po +++ b/l10n/nl/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/team/nl/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/nn_NO/contacts.po b/l10n/nn_NO/contacts.po index ec307dd8df3..9d2056844ce 100644 --- a/l10n/nn_NO/contacts.po +++ b/l10n/nn_NO/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.net/projects/p/owncloud/team/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/gallery.po b/l10n/nn_NO/gallery.po index f8be7e51655..c5691499d13 100644 --- a/l10n/nn_NO/gallery.po +++ b/l10n/nn_NO/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.net/projects/p/owncloud/team/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/pl/contacts.po b/l10n/pl/contacts.po index c5b3e4afc76..aa910256bf5 100644 --- a/l10n/pl/contacts.po +++ b/l10n/pl/contacts.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Polish (http://www.transifex.net/projects/p/owncloud/team/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/gallery.po b/l10n/pl/gallery.po index 0998336354e..889ea7d452c 100644 --- a/l10n/pl/gallery.po +++ b/l10n/pl/gallery.po @@ -4,12 +4,13 @@ # # Translators: # Bartek , 2012. +# Marcin Małecki , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Polish (http://www.transifex.net/projects/p/owncloud/team/pl/)\n" "MIME-Version: 1.0\n" @@ -24,23 +25,23 @@ msgstr "Galeria" #: js/album_cover.js:40 msgid "Scanning directories" +msgstr "Skanuje katalogi" + +#: js/album_cover.js:48 +msgid "No photos found" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "Tworzenie miniatur" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Czy chcesz usunąć album" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" - -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" +msgstr "Wprowadź nową nazwę galerii" #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/pt_BR/contacts.po b/l10n/pt_BR/contacts.po index 4d172ea0110..6e7c01e85fb 100644 --- a/l10n/pt_BR/contacts.po +++ b/l10n/pt_BR/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.net/projects/p/owncloud/team/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/gallery.po b/l10n/pt_BR/gallery.po index 779ec19b932..2044b51b14b 100644 --- a/l10n/pt_BR/gallery.po +++ b/l10n/pt_BR/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.net/projects/p/owncloud/team/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/pt_PT/contacts.po b/l10n/pt_PT/contacts.po index c10cf84d371..069fcb05c90 100644 --- a/l10n/pt_PT/contacts.po +++ b/l10n/pt_PT/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.net/projects/p/owncloud/team/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/gallery.po b/l10n/pt_PT/gallery.po index 4db4c8ab61d..f6cbe83280a 100644 --- a/l10n/pt_PT/gallery.po +++ b/l10n/pt_PT/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.net/projects/p/owncloud/team/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/ro/calendar.po b/l10n/ro/calendar.po index ff06c8671a1..7218e65c3f0 100644 --- a/l10n/ro/calendar.po +++ b/l10n/ro/calendar.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-15 14:44+0100\n" -"PO-Revision-Date: 2012-01-15 13:45+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 07:11+0000\n" +"Last-Translator: Claudiu \n" "Language-Team: Romanian (http://www.transifex.net/projects/p/owncloud/team/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,7 +31,7 @@ msgstr "A fost schimbat fusul orar" msgid "Invalid request" msgstr "Cerere eronată" -#: appinfo/app.php:20 templates/calendar.php:13 +#: appinfo/app.php:20 templates/calendar.php:14 #: templates/part.eventform.php:20 msgid "Calendar" msgstr "Calendar" @@ -284,59 +284,63 @@ msgstr "Cal." msgid "All day" msgstr "Toată ziua" -#: templates/calendar.php:11 +#: templates/calendar.php:11 templates/part.choosecalendar.php:15 +msgid "New Calendar" +msgstr "Calendar nou" + +#: templates/calendar.php:12 msgid "Missing fields" msgstr "Câmpuri lipsă" -#: templates/calendar.php:12 templates/part.eventform.php:3 +#: templates/calendar.php:13 templates/part.eventform.php:3 msgid "Title" msgstr "Titlu" -#: templates/calendar.php:14 +#: templates/calendar.php:15 msgid "From Date" msgstr "Începând cu" -#: templates/calendar.php:15 +#: templates/calendar.php:16 msgid "From Time" msgstr "De la" -#: templates/calendar.php:16 +#: templates/calendar.php:17 msgid "To Date" msgstr "Până pe" -#: templates/calendar.php:17 +#: templates/calendar.php:18 msgid "To Time" msgstr "La" -#: templates/calendar.php:18 +#: templates/calendar.php:19 msgid "The event ends before it starts" msgstr "Evenimentul se termină înainte să înceapă" -#: templates/calendar.php:19 +#: templates/calendar.php:20 msgid "There was a database fail" msgstr "A avut loc o eroare a bazei de date" -#: templates/calendar.php:52 +#: templates/calendar.php:38 msgid "Week" msgstr "Săptămâna" -#: templates/calendar.php:53 +#: templates/calendar.php:39 msgid "Month" msgstr "Luna" -#: templates/calendar.php:54 +#: templates/calendar.php:40 msgid "List" msgstr "Listă" -#: templates/calendar.php:59 +#: templates/calendar.php:46 msgid "Today" msgstr "Astăzi" -#: templates/calendar.php:60 +#: templates/calendar.php:47 msgid "Calendars" msgstr "Calendare" -#: templates/calendar.php:78 +#: templates/calendar.php:65 msgid "There was a fail, while parsing the file." msgstr "A fost întâmpinată o eroare în procesarea fișierului" @@ -420,10 +424,6 @@ msgstr "Dec." msgid "Choose active calendars" msgstr "Alege activitățile din calendar" -#: templates/part.choosecalendar.php:15 -msgid "New Calendar" -msgstr "Calendar nou" - #: templates/part.choosecalendar.php:20 #: templates/part.choosecalendar.rowfields.php:4 msgid "CalDav Link" @@ -577,7 +577,7 @@ msgstr "Descrierea evenimentului" #: templates/part.import.php:1 msgid "Import a calendar file" -msgstr "" +msgstr "Importă un calendar" #: templates/part.import.php:6 msgid "Please choose the calendar" @@ -585,11 +585,11 @@ msgstr "Alegeți calendarul" #: templates/part.import.php:10 msgid "create a new calendar" -msgstr "" +msgstr "crează un calendar nou" #: templates/part.import.php:15 msgid "Name of new calendar" -msgstr "" +msgstr "Numele noului calendar" #: templates/part.import.php:17 msgid "Import" @@ -597,15 +597,15 @@ msgstr "Importă" #: templates/part.import.php:20 msgid "Importing calendar" -msgstr "" +msgstr "Importă calendar" #: templates/part.import.php:23 msgid "Calendar imported successfully" -msgstr "" +msgstr "Calendarul a fost importat cu succes" #: templates/part.import.php:24 msgid "Close Dialog" -msgstr "" +msgstr "Închide" #: templates/part.newevent.php:1 msgid "Create a new event" diff --git a/l10n/ro/contacts.po b/l10n/ro/contacts.po index d849b4bd444..039b7b1f191 100644 --- a/l10n/ro/contacts.po +++ b/l10n/ro/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Romanian (http://www.transifex.net/projects/p/owncloud/team/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/gallery.po b/l10n/ro/gallery.po index abadcf580cc..38d92f23af2 100644 --- a/l10n/ro/gallery.po +++ b/l10n/ro/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Romanian (http://www.transifex.net/projects/p/owncloud/team/ro/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/ru/calendar.po b/l10n/ru/calendar.po index ced4bad48e3..48668f7dea8 100644 --- a/l10n/ru/calendar.po +++ b/l10n/ru/calendar.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# , 2011. +# , 2011, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-15 14:44+0100\n" -"PO-Revision-Date: 2012-01-15 13:45+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-21 21:02+0000\n" +"Last-Translator: jekader \n" "Language-Team: Russian (http://www.transifex.net/projects/p/owncloud/team/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +21,7 @@ msgstr "" #: ajax/guesstimezone.php:42 msgid "New Timezone:" -msgstr "" +msgstr "Новый часовой пояс:" #: ajax/settimezone.php:22 msgid "Timezone changed" @@ -31,7 +31,7 @@ msgstr "Часовой пояс изменён" msgid "Invalid request" msgstr "Неверный запрос" -#: appinfo/app.php:20 templates/calendar.php:13 +#: appinfo/app.php:20 templates/calendar.php:14 #: templates/part.eventform.php:20 msgid "Calendar" msgstr "Календарь" @@ -130,143 +130,143 @@ msgstr "Каждый год" #: lib/object.php:366 msgid "never" -msgstr "" +msgstr "никогда" #: lib/object.php:367 msgid "by occurrences" -msgstr "" +msgstr "по числу повторений" #: lib/object.php:368 msgid "by date" -msgstr "" +msgstr "по дате" #: lib/object.php:375 msgid "by monthday" -msgstr "" +msgstr "по дню месяца" #: lib/object.php:376 msgid "by weekday" -msgstr "" +msgstr "по дню недели" #: lib/object.php:383 templates/lAfix.php:3 msgid "Monday" -msgstr "" +msgstr "Понедельник" #: lib/object.php:384 templates/lAfix.php:4 msgid "Tuesday" -msgstr "" +msgstr "Вторник" #: lib/object.php:385 templates/lAfix.php:5 msgid "Wednesday" -msgstr "" +msgstr "Среда" #: lib/object.php:386 templates/lAfix.php:6 msgid "Thursday" -msgstr "" +msgstr "Четверг" #: lib/object.php:387 templates/lAfix.php:7 msgid "Friday" -msgstr "" +msgstr "Пятница" #: lib/object.php:388 templates/lAfix.php:8 msgid "Saturday" -msgstr "" +msgstr "Суббота" #: lib/object.php:389 templates/lAfix.php:2 msgid "Sunday" -msgstr "" +msgstr "Воскресенье" #: lib/object.php:396 msgid "events week of month" -msgstr "" +msgstr "неделя месяца" #: lib/object.php:397 msgid "first" -msgstr "" +msgstr "первая" #: lib/object.php:398 msgid "second" -msgstr "" +msgstr "вторая" #: lib/object.php:399 msgid "third" -msgstr "" +msgstr "третья" #: lib/object.php:400 msgid "fourth" -msgstr "" +msgstr "червётрая" #: lib/object.php:401 msgid "fifth" -msgstr "" +msgstr "пятая" #: lib/object.php:402 msgid "last" -msgstr "" +msgstr "последняя" #: lib/object.php:424 templates/lAfix.php:16 msgid "January" -msgstr "" +msgstr "Январь" #: lib/object.php:425 templates/lAfix.php:17 msgid "February" -msgstr "" +msgstr "Февраль" #: lib/object.php:426 templates/lAfix.php:18 msgid "March" -msgstr "" +msgstr "Март" #: lib/object.php:427 templates/lAfix.php:19 msgid "April" -msgstr "" +msgstr "Апрель" #: lib/object.php:428 templates/lAfix.php:20 msgid "May" -msgstr "" +msgstr "Май" #: lib/object.php:429 templates/lAfix.php:21 msgid "June" -msgstr "" +msgstr "Июнь" #: lib/object.php:430 templates/lAfix.php:22 msgid "July" -msgstr "" +msgstr "Июль" #: lib/object.php:431 templates/lAfix.php:23 msgid "August" -msgstr "" +msgstr "Август" #: lib/object.php:432 templates/lAfix.php:24 msgid "September" -msgstr "" +msgstr "Сентябрь" #: lib/object.php:433 templates/lAfix.php:25 msgid "October" -msgstr "" +msgstr "Октябрь" #: lib/object.php:434 templates/lAfix.php:26 msgid "November" -msgstr "" +msgstr "Ноябрь" #: lib/object.php:435 templates/lAfix.php:27 msgid "December" -msgstr "" +msgstr "Декабрь" #: lib/object.php:441 msgid "by events date" -msgstr "" +msgstr "по дате событий" #: lib/object.php:442 msgid "by yearday(s)" -msgstr "" +msgstr "по дням недели" #: lib/object.php:443 msgid "by weeknumber(s)" -msgstr "" +msgstr "по номерам недели" #: lib/object.php:444 msgid "by day and month" -msgstr "" +msgstr "по дню и месяцу" #: lib/object.php:467 msgid "Not an array" @@ -274,156 +274,156 @@ msgstr "Не массив" #: lib/search.php:32 lib/search.php:34 lib/search.php:37 msgid "Date" -msgstr "" +msgstr "Дата" #: lib/search.php:40 msgid "Cal." -msgstr "" +msgstr "Кал." #: templates/calendar.php:10 msgid "All day" msgstr "Весь день" -#: templates/calendar.php:11 +#: templates/calendar.php:11 templates/part.choosecalendar.php:15 +msgid "New Calendar" +msgstr "Новый Календарь" + +#: templates/calendar.php:12 msgid "Missing fields" msgstr "Незаполненные поля" -#: templates/calendar.php:12 templates/part.eventform.php:3 +#: templates/calendar.php:13 templates/part.eventform.php:3 msgid "Title" msgstr "Название" -#: templates/calendar.php:14 +#: templates/calendar.php:15 msgid "From Date" msgstr "Дата начала" -#: templates/calendar.php:15 +#: templates/calendar.php:16 msgid "From Time" msgstr "Время начала" -#: templates/calendar.php:16 +#: templates/calendar.php:17 msgid "To Date" msgstr "Дата окончания" -#: templates/calendar.php:17 +#: templates/calendar.php:18 msgid "To Time" msgstr "Время окончания" -#: templates/calendar.php:18 +#: templates/calendar.php:19 msgid "The event ends before it starts" msgstr "Окончание события раньше, чем его начало" -#: templates/calendar.php:19 +#: templates/calendar.php:20 msgid "There was a database fail" msgstr "Ошибка базы данных" -#: templates/calendar.php:52 +#: templates/calendar.php:38 msgid "Week" msgstr "Неделя" -#: templates/calendar.php:53 +#: templates/calendar.php:39 msgid "Month" msgstr "Месяц" -#: templates/calendar.php:54 +#: templates/calendar.php:40 msgid "List" msgstr "Список" -#: templates/calendar.php:59 +#: templates/calendar.php:46 msgid "Today" msgstr "Сегодня" -#: templates/calendar.php:60 +#: templates/calendar.php:47 msgid "Calendars" msgstr "Календари" -#: templates/calendar.php:78 +#: templates/calendar.php:65 msgid "There was a fail, while parsing the file." msgstr "Не удалось обработать файл." #: templates/lAfix.php:9 msgid "Sun." -msgstr "" +msgstr "Вс." #: templates/lAfix.php:10 msgid "Mon." -msgstr "" +msgstr "Пн." #: templates/lAfix.php:11 msgid "Tue." -msgstr "" +msgstr "Вт." #: templates/lAfix.php:12 msgid "Wed." -msgstr "" +msgstr "Ср." #: templates/lAfix.php:13 msgid "Thu." -msgstr "" +msgstr "Чт." #: templates/lAfix.php:14 msgid "Fri." -msgstr "" +msgstr "Пт." #: templates/lAfix.php:15 msgid "Sat." -msgstr "" +msgstr "Сб." #: templates/lAfix.php:28 msgid "Jan." -msgstr "" +msgstr "Янв." #: templates/lAfix.php:29 msgid "Feb." -msgstr "" +msgstr "Фев." #: templates/lAfix.php:30 msgid "Mar." -msgstr "" +msgstr "Мар." #: templates/lAfix.php:31 msgid "Apr." -msgstr "" +msgstr "Сен." #: templates/lAfix.php:32 msgid "May." -msgstr "" +msgstr "Май." #: templates/lAfix.php:33 msgid "Jun." -msgstr "" +msgstr "Июн." #: templates/lAfix.php:34 msgid "Jul." -msgstr "" +msgstr "Июл." #: templates/lAfix.php:35 msgid "Aug." -msgstr "" +msgstr "Авг." #: templates/lAfix.php:36 msgid "Sep." -msgstr "" +msgstr "Сен." #: templates/lAfix.php:37 msgid "Oct." -msgstr "" +msgstr "Окт." #: templates/lAfix.php:38 msgid "Nov." -msgstr "" +msgstr "Ноя." #: templates/lAfix.php:39 msgid "Dec." -msgstr "" +msgstr "Дек." #: templates/part.choosecalendar.php:1 msgid "Choose active calendars" msgstr "Выберите активные календари" -#: templates/part.choosecalendar.php:15 -msgid "New Calendar" -msgstr "Новый Календарь" - #: templates/part.choosecalendar.php:20 #: templates/part.choosecalendar.rowfields.php:4 msgid "CalDav Link" @@ -517,47 +517,47 @@ msgstr "Повтор" #: templates/part.eventform.php:68 msgid "Advanced" -msgstr "" +msgstr "Дополнительно" #: templates/part.eventform.php:112 msgid "Select weekdays" -msgstr "" +msgstr "Выбрать дни недели" #: templates/part.eventform.php:125 templates/part.eventform.php:138 msgid "Select days" -msgstr "" +msgstr "Выбрать дни" #: templates/part.eventform.php:130 msgid "and the events day of year." -msgstr "" +msgstr "и день года события" #: templates/part.eventform.php:143 msgid "and the events day of month." -msgstr "" +msgstr "и день месяца события" #: templates/part.eventform.php:151 msgid "Select months" -msgstr "" +msgstr "Выбрать месяцы" #: templates/part.eventform.php:164 msgid "Select weeks" -msgstr "" +msgstr "Выбрать недели" #: templates/part.eventform.php:169 msgid "and the events week of year." -msgstr "" +msgstr "и номер недели события" #: templates/part.eventform.php:175 msgid "Interval" -msgstr "" +msgstr "Интервал" #: templates/part.eventform.php:181 msgid "End" -msgstr "" +msgstr "Окончание" #: templates/part.eventform.php:193 msgid "occurrences" -msgstr "" +msgstr "повторений" #: templates/part.eventform.php:208 msgid "Location" @@ -577,7 +577,7 @@ msgstr "Описание события" #: templates/part.import.php:1 msgid "Import a calendar file" -msgstr "" +msgstr "Импортировать календарь из файла" #: templates/part.import.php:6 msgid "Please choose the calendar" @@ -585,11 +585,11 @@ msgstr "Пожалуйста, выберите календарь" #: templates/part.import.php:10 msgid "create a new calendar" -msgstr "" +msgstr "Создать новый календарь" #: templates/part.import.php:15 msgid "Name of new calendar" -msgstr "" +msgstr "Название нового календаря" #: templates/part.import.php:17 msgid "Import" @@ -597,15 +597,15 @@ msgstr "Импортировать" #: templates/part.import.php:20 msgid "Importing calendar" -msgstr "" +msgstr "Импортируется календарь" #: templates/part.import.php:23 msgid "Calendar imported successfully" -msgstr "" +msgstr "Календарь успешно импортирован" #: templates/part.import.php:24 msgid "Close Dialog" -msgstr "" +msgstr "Закрыть Сообщение" #: templates/part.newevent.php:1 msgid "Create a new event" @@ -617,7 +617,7 @@ msgstr "Часовой пояс" #: templates/settings.php:30 msgid "Check always for changes of the timezone" -msgstr "" +msgstr "Всегда проверяйте изменение часового пояса" #: templates/settings.php:32 msgid "Timeformat" diff --git a/l10n/ru/contacts.po b/l10n/ru/contacts.po index 4a1f7d836e8..051d0da34e3 100644 --- a/l10n/ru/contacts.po +++ b/l10n/ru/contacts.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Russian (http://www.transifex.net/projects/p/owncloud/team/ru/)\n" "MIME-Version: 1.0\n" @@ -20,47 +21,47 @@ msgstr "" #: ajax/activation.php:17 ajax/updateaddressbook.php:26 msgid "Error (de)activating addressbook." -msgstr "" +msgstr "Ошибка (де)активации адресной книги." #: ajax/addcard.php:79 msgid "There was an error adding the contact." -msgstr "" +msgstr "Произошла ошибка при добавлении контакта." #: ajax/addproperty.php:39 msgid "Cannot add empty property." -msgstr "" +msgstr "Невозможно добавить пустой параметр." #: ajax/addproperty.php:51 msgid "At least one of the address fields has to be filled out." -msgstr "" +msgstr "Как минимум одно поле адреса должно быть заполнено." #: ajax/addproperty.php:78 msgid "Error adding contact property." -msgstr "" +msgstr "Ошибка добавления информации к контакту." #: ajax/createaddressbook.php:20 msgid "Error adding addressbook." -msgstr "" +msgstr "Ошибка добавления адресной книги." #: ajax/createaddressbook.php:26 msgid "Error activating addressbook." -msgstr "" +msgstr "Ошибка активации адресной книги." #: ajax/deleteproperty.php:40 msgid "Error deleting contact property." -msgstr "" +msgstr "Ошибка удаления информации из контакта." #: ajax/setproperty.php:79 msgid "Error updating contact property." -msgstr "" +msgstr "Ошибка обновления информации контакта." #: ajax/updateaddressbook.php:20 msgid "Error updating addressbook." -msgstr "" +msgstr "Ошибка обновления адресной книги." #: appinfo/app.php:21 templates/settings.php:3 msgid "Contacts" -msgstr "" +msgstr "Контакты" #: lib/app.php:52 msgid "This is not your addressbook." @@ -127,7 +128,7 @@ msgstr "Пейджер" #: lib/search.php:22 msgid "Contact" -msgstr "" +msgstr "Контакт" #: photo.php:42 msgid "This is not your contact." @@ -139,11 +140,11 @@ msgstr "Добавить Контакт" #: templates/index.php:7 msgid "Addressbooks" -msgstr "" +msgstr "Адресные книги" #: templates/part.addcardform.php:8 msgid "Addressbook" -msgstr "" +msgstr "Адресная книга" #: templates/part.addcardform.php:21 msgid "Name" @@ -153,7 +154,7 @@ msgstr "Имя" #: templates/part.details.php:79 templates/part.setpropertyform.php:10 #: templates/part.setpropertyform.php:47 msgid "Type" -msgstr "" +msgstr "Тип" #: templates/part.addcardform.php:65 templates/part.details.php:49 #: templates/part.setpropertyform.php:16 @@ -196,20 +197,20 @@ msgstr "Создать Контакт" #: templates/part.chooseaddressbook.php:1 msgid "Choose active Address Books" -msgstr "" +msgstr "Выберите активные адресные книги" #: templates/part.chooseaddressbook.php:16 msgid "New Address Book" -msgstr "" +msgstr "Новая адресная книга" #: templates/part.chooseaddressbook.php:21 #: templates/part.chooseaddressbook.rowfields.php:5 msgid "CardDav Link" -msgstr "" +msgstr "Ссылка CardDAV" #: templates/part.chooseaddressbook.rowfields.php:5 msgid "Download" -msgstr "" +msgstr "Скачать" #: templates/part.chooseaddressbook.rowfields.php:5 msgid "Edit" @@ -221,43 +222,43 @@ msgstr "Удалить" #: templates/part.details.php:3 msgid "Download contact" -msgstr "" +msgstr "Скачать контакт" #: templates/part.details.php:4 msgid "Delete contact" -msgstr "" +msgstr "Удалить контакт" #: templates/part.details.php:34 msgid "Add" -msgstr "" +msgstr "Добавить" #: templates/part.editaddressbook.php:9 msgid "New Addressbook" -msgstr "" +msgstr "Новая адресная книга" #: templates/part.editaddressbook.php:9 msgid "Edit Addressbook" -msgstr "" +msgstr "Править адресную книгу" #: templates/part.editaddressbook.php:12 msgid "Displayname" -msgstr "" +msgstr "Отображаемое имя" #: templates/part.editaddressbook.php:23 msgid "Active" -msgstr "" +msgstr "Активно" #: templates/part.editaddressbook.php:29 msgid "Save" -msgstr "" +msgstr "Сохранить" #: templates/part.editaddressbook.php:29 msgid "Submit" -msgstr "" +msgstr "Отправить" #: templates/part.editaddressbook.php:30 msgid "Cancel" -msgstr "" +msgstr "Отменить" #: templates/part.property.php:3 msgid "Birthday" @@ -265,7 +266,7 @@ msgstr "День рождения" #: templates/part.property.php:23 msgid "Preferred" -msgstr "" +msgstr "Предпочитаемый" #: templates/part.property.php:23 templates/part.setpropertyform.php:45 msgid "Phone" @@ -273,10 +274,10 @@ msgstr "Телефон" #: templates/part.setpropertyform.php:57 msgid "Update" -msgstr "" +msgstr "Обновить" #: templates/settings.php:4 msgid "CardDAV syncing address:" -msgstr "" +msgstr "Адрес синхронизации CardDAV:" diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 550baa3e729..0261b8c0697 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# , 2011. +# , 2011, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-11 00:19+0100\n" -"PO-Revision-Date: 2012-01-10 23:43+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-21 20:30+0000\n" +"Last-Translator: jekader \n" "Language-Team: Russian (http://www.transifex.net/projects/p/owncloud/team/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,11 +21,11 @@ msgstr "" #: lostpassword/index.php:24 msgid "Owncloud password reset" -msgstr "" +msgstr "Сброс пароля OwnCloud" #: lostpassword/templates/email.php:1 msgid "Use the following link to reset your password: {link}" -msgstr "" +msgstr "Используйте следующую ссылку чтобы сбросить пароль: {link}" #: lostpassword/templates/lostpassword.php:3 msgid "You will receive a link to reset your password via Email." @@ -54,7 +54,7 @@ msgstr "Ваш пароль был сброшен" #: lostpassword/templates/resetpassword.php:5 msgid "To login page" -msgstr "" +msgstr "На страницу авторизации" #: lostpassword/templates/resetpassword.php:8 msgid "New password" @@ -135,7 +135,7 @@ msgstr "Завершить установку" #: templates/layout.guest.php:35 msgid "web services under your control" -msgstr "" +msgstr "Сетевые службы под твоим контролем" #: templates/layout.user.php:34 msgid "Log out" @@ -155,7 +155,7 @@ msgstr "запомнить" #: templates/login.php:16 msgid "Log in" -msgstr "" +msgstr "Войти" #: templates/logout.php:1 msgid "You are logged out." diff --git a/l10n/ru/files.po b/l10n/ru/files.po index 55cec9ff4f8..d29c105d40f 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-11 00:19+0100\n" -"PO-Revision-Date: 2012-01-10 23:43+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-21 20:27+0000\n" +"Last-Translator: jekader \n" "Language-Team: Russian (http://www.transifex.net/projects/p/owncloud/team/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,19 +57,19 @@ msgstr "Максимальный размер файла" #: templates/index.php:7 msgid "New" -msgstr "" +msgstr "Новый" #: templates/index.php:10 msgid "Text file" -msgstr "" +msgstr "Текстовый файл" #: templates/index.php:11 msgid "Folder" -msgstr "" +msgstr "Папка" #: templates/index.php:12 msgid "From the web" -msgstr "" +msgstr "Из интернета" #: templates/index.php:22 msgid "Upload" diff --git a/l10n/ru/gallery.po b/l10n/ru/gallery.po index fe42f28fae6..fa5b5be4e20 100644 --- a/l10n/ru/gallery.po +++ b/l10n/ru/gallery.po @@ -3,12 +3,13 @@ # 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://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Russian (http://www.transifex.net/projects/p/owncloud/team/ru/)\n" "MIME-Version: 1.0\n" @@ -19,34 +20,34 @@ msgstr "" #: appinfo/app.php:41 msgid "Gallery" -msgstr "" +msgstr "Галерея" #: js/album_cover.js:40 msgid "Scanning directories" +msgstr "Сканирование папок" + +#: js/album_cover.js:48 +msgid "No photos found" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "Создание миниатюр" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Вы желаете удалить альбом" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" - -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" +msgstr "Введите название галереи" #: templates/index.php:10 msgid "Rescan" -msgstr "" +msgstr "Пересканировать" #: templates/view_album.php:19 msgid "Back" -msgstr "" +msgstr "Назад" diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index 802e2953a87..aa1550c4e7f 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. +# , 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-16 17:31+0100\n" -"PO-Revision-Date: 2012-01-16 16:32+0000\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-21 23:05+0000\n" "Last-Translator: icewind \n" "Language-Team: Russian (http://www.transifex.net/projects/p/owncloud/team/ru/)\n" "MIME-Version: 1.0\n" @@ -20,7 +22,7 @@ msgstr "" #: ajax/lostpassword.php:14 msgid "email Changed" -msgstr "" +msgstr "адрес электронной почты изменён" #: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16 msgid "Invalid request" @@ -40,7 +42,7 @@ msgstr "" #: templates/admin.php:13 msgid "Log level" -msgstr "" +msgstr "Уровень детализации журнала" #: templates/apps.php:8 msgid "Add your application" @@ -108,15 +110,17 @@ msgstr "Сменить пароль" #: templates/personal.php:24 msgid "Email" -msgstr "" +msgstr "e-mail" #: templates/personal.php:25 msgid "Your email address" -msgstr "" +msgstr "Ваш адрес электронной почты" #: templates/personal.php:26 msgid "Fill in an email address to enable password recovery" msgstr "" +"Введите адрес электронной почты чтобы появилась возможность восстановления " +"пароля" #: templates/personal.php:32 templates/personal.php:33 msgid "Language" @@ -124,7 +128,7 @@ msgstr "Язык" #: templates/personal.php:38 msgid "Help translate" -msgstr "" +msgstr "Помочь с переводом" #: templates/personal.php:45 msgid "use this address to connect to your ownCloud in your file manager" @@ -150,7 +154,7 @@ msgstr "Создать" #: templates/users.php:33 msgid "Quota" -msgstr "" +msgstr "Квота" #: templates/users.php:58 msgid "Delete" diff --git a/l10n/sk_SK/contacts.po b/l10n/sk_SK/contacts.po index d98210cfa3f..e253d0345f9 100644 --- a/l10n/sk_SK/contacts.po +++ b/l10n/sk_SK/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.net/projects/p/owncloud/team/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/gallery.po b/l10n/sk_SK/gallery.po index 9270dc25804..0d40649df6a 100644 --- a/l10n/sk_SK/gallery.po +++ b/l10n/sk_SK/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.net/projects/p/owncloud/team/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -26,22 +26,22 @@ msgstr "Galéria" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "Znovu oskenovať" diff --git a/l10n/sl/contacts.po b/l10n/sl/contacts.po index fb661130434..d4af2dc65cb 100644 --- a/l10n/sl/contacts.po +++ b/l10n/sl/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Slovenian (http://www.transifex.net/projects/p/owncloud/team/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/gallery.po b/l10n/sl/gallery.po index ed5208a1ae7..9f78e9c6c55 100644 --- a/l10n/sl/gallery.po +++ b/l10n/sl/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Slovenian (http://www.transifex.net/projects/p/owncloud/team/sl/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/sr/contacts.po b/l10n/sr/contacts.po index 32ce3cfac20..b9b5d89d5e3 100644 --- a/l10n/sr/contacts.po +++ b/l10n/sr/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Serbian (http://www.transifex.net/projects/p/owncloud/team/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/gallery.po b/l10n/sr/gallery.po index 4ffebad8d4a..c39d33fb1bf 100644 --- a/l10n/sr/gallery.po +++ b/l10n/sr/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Serbian (http://www.transifex.net/projects/p/owncloud/team/sr/)\n" "MIME-Version: 1.0\n" @@ -26,22 +26,22 @@ msgstr "Галерија" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "Претражи поново" diff --git a/l10n/sr@latin/contacts.po b/l10n/sr@latin/contacts.po index 133eb13f2ba..9953de7e4ba 100644 --- a/l10n/sr@latin/contacts.po +++ b/l10n/sr@latin/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/owncloud/team/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/gallery.po b/l10n/sr@latin/gallery.po index 6d6f21685bf..a123809975e 100644 --- a/l10n/sr@latin/gallery.po +++ b/l10n/sr@latin/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/owncloud/team/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/sv/contacts.po b/l10n/sv/contacts.po index a12092dc130..73543943dd9 100644 --- a/l10n/sv/contacts.po +++ b/l10n/sv/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Swedish (http://www.transifex.net/projects/p/owncloud/team/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/gallery.po b/l10n/sv/gallery.po index cbd01482855..48c30ca1579 100644 --- a/l10n/sv/gallery.po +++ b/l10n/sv/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Swedish (http://www.transifex.net/projects/p/owncloud/team/sv/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index b364cf1b057..c110dfdc0bc 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-01-20 17:48+0100\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\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 c7d12bbf019..040a5934646 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-01-20 17:48+0100\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\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 62e429ec5eb..6915a1438e0 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-01-20 17:48+0100\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\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 86d9b34a670..ce0f7d8d6f5 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-01-20 17:48+0100\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\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 f418fa7b3cb..899544a3dbc 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-01-20 17:48+0100\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/templates/media.pot b/l10n/templates/media.pot index 4a153f1971a..ece252e0ead 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-01-20 17:48+0100\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\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 4938623c765..d016d78831b 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-01-20 17:48+0100\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\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/calendar.po b/l10n/th_TH/calendar.po index f51c2c89aff..17e3ebd979b 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 09:18+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-22 15:39+0000\n" "Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.net/projects/p/owncloud/team/th_TH/)\n" "MIME-Version: 1.0\n" @@ -133,7 +133,7 @@ msgstr "" #: lib/object.php:367 msgid "by occurrences" -msgstr "" +msgstr "ตามจำนวนที่ปรากฏ" #: lib/object.php:368 msgid "by date" @@ -556,7 +556,7 @@ msgstr "สิ้นสุด" #: templates/part.eventform.php:193 msgid "occurrences" -msgstr "" +msgstr "จำนวนที่ปรากฏ" #: templates/part.eventform.php:208 msgid "Location" diff --git a/l10n/th_TH/contacts.po b/l10n/th_TH/contacts.po index 781dc3b586f..2e89cb76c3b 100644 --- a/l10n/th_TH/contacts.po +++ b/l10n/th_TH/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Thai (Thailand) (http://www.transifex.net/projects/p/owncloud/team/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/gallery.po b/l10n/th_TH/gallery.po index 485d27fc0e0..3ca106a7b7d 100644 --- a/l10n/th_TH/gallery.po +++ b/l10n/th_TH/gallery.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Thai (Thailand) (http://www.transifex.net/projects/p/owncloud/team/th_TH/)\n" "MIME-Version: 1.0\n" @@ -26,22 +26,22 @@ msgstr "แกลอรี่" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "ตรวจสอบอีกครั้ง" diff --git a/l10n/tr/contacts.po b/l10n/tr/contacts.po index 25ce26edea0..0d3a4a77619 100644 --- a/l10n/tr/contacts.po +++ b/l10n/tr/contacts.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Turkish (http://www.transifex.net/projects/p/owncloud/team/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/gallery.po b/l10n/tr/gallery.po index 13c1b9e6fe2..f50e537ef55 100644 --- a/l10n/tr/gallery.po +++ b/l10n/tr/gallery.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Turkish (http://www.transifex.net/projects/p/owncloud/team/tr/)\n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ msgstr "" msgid "Scanning directories" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" msgstr "" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" msgstr "" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" msgstr "" -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" - #: templates/index.php:10 msgid "Rescan" msgstr "" diff --git a/l10n/uk/calendar.po b/l10n/uk/calendar.po new file mode 100644 index 00000000000..e2161b31ea5 --- /dev/null +++ b/l10n/uk/calendar.po @@ -0,0 +1,636 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2011-09-03 16:52+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Ukrainian (http://www.transifex.net/projects/p/owncloud/team/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: ajax/guesstimezone.php:42 +msgid "New Timezone:" +msgstr "" + +#: ajax/settimezone.php:22 +msgid "Timezone changed" +msgstr "" + +#: ajax/settimezone.php:24 +msgid "Invalid request" +msgstr "" + +#: appinfo/app.php:20 templates/calendar.php:14 +#: templates/part.eventform.php:20 +msgid "Calendar" +msgstr "" + +#: lib/app.php:19 +msgid "Wrong calendar" +msgstr "" + +#: lib/app.php:60 lib/object.php:332 +msgid "Birthday" +msgstr "" + +#: lib/app.php:61 lib/object.php:333 +msgid "Business" +msgstr "" + +#: lib/app.php:62 lib/object.php:334 +msgid "Call" +msgstr "" + +#: lib/app.php:63 lib/object.php:335 +msgid "Clients" +msgstr "" + +#: lib/app.php:64 lib/object.php:336 +msgid "Deliverer" +msgstr "" + +#: lib/app.php:65 lib/object.php:337 +msgid "Holidays" +msgstr "" + +#: lib/app.php:66 lib/object.php:338 +msgid "Ideas" +msgstr "" + +#: lib/app.php:67 lib/object.php:339 +msgid "Journey" +msgstr "" + +#: lib/app.php:68 lib/object.php:340 +msgid "Jubilee" +msgstr "" + +#: lib/app.php:69 lib/object.php:341 +msgid "Meeting" +msgstr "" + +#: lib/app.php:70 lib/object.php:342 +msgid "Other" +msgstr "" + +#: lib/app.php:71 lib/object.php:343 +msgid "Personal" +msgstr "" + +#: lib/app.php:72 lib/object.php:344 +msgid "Projects" +msgstr "" + +#: lib/app.php:73 lib/object.php:345 +msgid "Questions" +msgstr "" + +#: lib/app.php:74 lib/object.php:346 +msgid "Work" +msgstr "" + +#: lib/object.php:353 +msgid "Does not repeat" +msgstr "" + +#: lib/object.php:354 +msgid "Daily" +msgstr "" + +#: lib/object.php:355 +msgid "Weekly" +msgstr "" + +#: lib/object.php:356 +msgid "Every Weekday" +msgstr "" + +#: lib/object.php:357 +msgid "Bi-Weekly" +msgstr "" + +#: lib/object.php:358 +msgid "Monthly" +msgstr "" + +#: lib/object.php:359 +msgid "Yearly" +msgstr "" + +#: lib/object.php:366 +msgid "never" +msgstr "" + +#: lib/object.php:367 +msgid "by occurrences" +msgstr "" + +#: lib/object.php:368 +msgid "by date" +msgstr "" + +#: lib/object.php:375 +msgid "by monthday" +msgstr "" + +#: lib/object.php:376 +msgid "by weekday" +msgstr "" + +#: lib/object.php:383 templates/lAfix.php:3 +msgid "Monday" +msgstr "" + +#: lib/object.php:384 templates/lAfix.php:4 +msgid "Tuesday" +msgstr "" + +#: lib/object.php:385 templates/lAfix.php:5 +msgid "Wednesday" +msgstr "" + +#: lib/object.php:386 templates/lAfix.php:6 +msgid "Thursday" +msgstr "" + +#: lib/object.php:387 templates/lAfix.php:7 +msgid "Friday" +msgstr "" + +#: lib/object.php:388 templates/lAfix.php:8 +msgid "Saturday" +msgstr "" + +#: lib/object.php:389 templates/lAfix.php:2 +msgid "Sunday" +msgstr "" + +#: lib/object.php:396 +msgid "events week of month" +msgstr "" + +#: lib/object.php:397 +msgid "first" +msgstr "" + +#: lib/object.php:398 +msgid "second" +msgstr "" + +#: lib/object.php:399 +msgid "third" +msgstr "" + +#: lib/object.php:400 +msgid "fourth" +msgstr "" + +#: lib/object.php:401 +msgid "fifth" +msgstr "" + +#: lib/object.php:402 +msgid "last" +msgstr "" + +#: lib/object.php:424 templates/lAfix.php:16 +msgid "January" +msgstr "" + +#: lib/object.php:425 templates/lAfix.php:17 +msgid "February" +msgstr "" + +#: lib/object.php:426 templates/lAfix.php:18 +msgid "March" +msgstr "" + +#: lib/object.php:427 templates/lAfix.php:19 +msgid "April" +msgstr "" + +#: lib/object.php:428 templates/lAfix.php:20 +msgid "May" +msgstr "" + +#: lib/object.php:429 templates/lAfix.php:21 +msgid "June" +msgstr "" + +#: lib/object.php:430 templates/lAfix.php:22 +msgid "July" +msgstr "" + +#: lib/object.php:431 templates/lAfix.php:23 +msgid "August" +msgstr "" + +#: lib/object.php:432 templates/lAfix.php:24 +msgid "September" +msgstr "" + +#: lib/object.php:433 templates/lAfix.php:25 +msgid "October" +msgstr "" + +#: lib/object.php:434 templates/lAfix.php:26 +msgid "November" +msgstr "" + +#: lib/object.php:435 templates/lAfix.php:27 +msgid "December" +msgstr "" + +#: lib/object.php:441 +msgid "by events date" +msgstr "" + +#: lib/object.php:442 +msgid "by yearday(s)" +msgstr "" + +#: lib/object.php:443 +msgid "by weeknumber(s)" +msgstr "" + +#: lib/object.php:444 +msgid "by day and month" +msgstr "" + +#: lib/object.php:467 +msgid "Not an array" +msgstr "" + +#: lib/search.php:32 lib/search.php:34 lib/search.php:37 +msgid "Date" +msgstr "" + +#: lib/search.php:40 +msgid "Cal." +msgstr "" + +#: templates/calendar.php:10 +msgid "All day" +msgstr "" + +#: templates/calendar.php:11 templates/part.choosecalendar.php:15 +msgid "New Calendar" +msgstr "" + +#: templates/calendar.php:12 +msgid "Missing fields" +msgstr "" + +#: templates/calendar.php:13 templates/part.eventform.php:3 +msgid "Title" +msgstr "" + +#: templates/calendar.php:15 +msgid "From Date" +msgstr "" + +#: templates/calendar.php:16 +msgid "From Time" +msgstr "" + +#: templates/calendar.php:17 +msgid "To Date" +msgstr "" + +#: templates/calendar.php:18 +msgid "To Time" +msgstr "" + +#: templates/calendar.php:19 +msgid "The event ends before it starts" +msgstr "" + +#: templates/calendar.php:20 +msgid "There was a database fail" +msgstr "" + +#: templates/calendar.php:38 +msgid "Week" +msgstr "" + +#: templates/calendar.php:39 +msgid "Month" +msgstr "" + +#: templates/calendar.php:40 +msgid "List" +msgstr "" + +#: templates/calendar.php:46 +msgid "Today" +msgstr "" + +#: templates/calendar.php:47 +msgid "Calendars" +msgstr "" + +#: templates/calendar.php:65 +msgid "There was a fail, while parsing the file." +msgstr "" + +#: templates/lAfix.php:9 +msgid "Sun." +msgstr "" + +#: templates/lAfix.php:10 +msgid "Mon." +msgstr "" + +#: templates/lAfix.php:11 +msgid "Tue." +msgstr "" + +#: templates/lAfix.php:12 +msgid "Wed." +msgstr "" + +#: templates/lAfix.php:13 +msgid "Thu." +msgstr "" + +#: templates/lAfix.php:14 +msgid "Fri." +msgstr "" + +#: templates/lAfix.php:15 +msgid "Sat." +msgstr "" + +#: templates/lAfix.php:28 +msgid "Jan." +msgstr "" + +#: templates/lAfix.php:29 +msgid "Feb." +msgstr "" + +#: templates/lAfix.php:30 +msgid "Mar." +msgstr "" + +#: templates/lAfix.php:31 +msgid "Apr." +msgstr "" + +#: templates/lAfix.php:32 +msgid "May." +msgstr "" + +#: templates/lAfix.php:33 +msgid "Jun." +msgstr "" + +#: templates/lAfix.php:34 +msgid "Jul." +msgstr "" + +#: templates/lAfix.php:35 +msgid "Aug." +msgstr "" + +#: templates/lAfix.php:36 +msgid "Sep." +msgstr "" + +#: templates/lAfix.php:37 +msgid "Oct." +msgstr "" + +#: templates/lAfix.php:38 +msgid "Nov." +msgstr "" + +#: templates/lAfix.php:39 +msgid "Dec." +msgstr "" + +#: templates/part.choosecalendar.php:1 +msgid "Choose active calendars" +msgstr "" + +#: templates/part.choosecalendar.php:20 +#: templates/part.choosecalendar.rowfields.php:4 +msgid "CalDav Link" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:4 +msgid "Download" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:4 +msgid "Edit" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:4 +#: templates/part.editevent.php:9 +msgid "Delete" +msgstr "" + +#: templates/part.editcalendar.php:9 +msgid "New calendar" +msgstr "" + +#: templates/part.editcalendar.php:9 +msgid "Edit calendar" +msgstr "" + +#: templates/part.editcalendar.php:12 +msgid "Displayname" +msgstr "" + +#: templates/part.editcalendar.php:23 +msgid "Active" +msgstr "" + +#: templates/part.editcalendar.php:29 +msgid "Calendar color" +msgstr "" + +#: templates/part.editcalendar.php:42 +msgid "Save" +msgstr "" + +#: templates/part.editcalendar.php:42 templates/part.editevent.php:8 +#: templates/part.newevent.php:6 +msgid "Submit" +msgstr "" + +#: templates/part.editcalendar.php:43 +msgid "Cancel" +msgstr "" + +#: templates/part.editevent.php:1 +msgid "Edit an event" +msgstr "" + +#: templates/part.editevent.php:10 +msgid "Export" +msgstr "" + +#: templates/part.eventform.php:5 +msgid "Title of the Event" +msgstr "" + +#: templates/part.eventform.php:11 +msgid "Category" +msgstr "" + +#: templates/part.eventform.php:13 +msgid "Select category" +msgstr "" + +#: templates/part.eventform.php:37 +msgid "All Day Event" +msgstr "" + +#: templates/part.eventform.php:41 +msgid "From" +msgstr "" + +#: templates/part.eventform.php:49 +msgid "To" +msgstr "" + +#: templates/part.eventform.php:57 +msgid "Advanced options" +msgstr "" + +#: templates/part.eventform.php:61 +msgid "Repeat" +msgstr "" + +#: templates/part.eventform.php:68 +msgid "Advanced" +msgstr "" + +#: templates/part.eventform.php:112 +msgid "Select weekdays" +msgstr "" + +#: templates/part.eventform.php:125 templates/part.eventform.php:138 +msgid "Select days" +msgstr "" + +#: templates/part.eventform.php:130 +msgid "and the events day of year." +msgstr "" + +#: templates/part.eventform.php:143 +msgid "and the events day of month." +msgstr "" + +#: templates/part.eventform.php:151 +msgid "Select months" +msgstr "" + +#: templates/part.eventform.php:164 +msgid "Select weeks" +msgstr "" + +#: templates/part.eventform.php:169 +msgid "and the events week of year." +msgstr "" + +#: templates/part.eventform.php:175 +msgid "Interval" +msgstr "" + +#: templates/part.eventform.php:181 +msgid "End" +msgstr "" + +#: templates/part.eventform.php:193 +msgid "occurrences" +msgstr "" + +#: templates/part.eventform.php:208 +msgid "Location" +msgstr "" + +#: templates/part.eventform.php:210 +msgid "Location of the Event" +msgstr "" + +#: templates/part.eventform.php:216 +msgid "Description" +msgstr "" + +#: templates/part.eventform.php:218 +msgid "Description of the Event" +msgstr "" + +#: templates/part.import.php:1 +msgid "Import a calendar file" +msgstr "" + +#: templates/part.import.php:6 +msgid "Please choose the calendar" +msgstr "" + +#: templates/part.import.php:10 +msgid "create a new calendar" +msgstr "" + +#: templates/part.import.php:15 +msgid "Name of new calendar" +msgstr "" + +#: templates/part.import.php:17 +msgid "Import" +msgstr "" + +#: templates/part.import.php:20 +msgid "Importing calendar" +msgstr "" + +#: templates/part.import.php:23 +msgid "Calendar imported successfully" +msgstr "" + +#: templates/part.import.php:24 +msgid "Close Dialog" +msgstr "" + +#: templates/part.newevent.php:1 +msgid "Create a new event" +msgstr "" + +#: templates/settings.php:13 +msgid "Timezone" +msgstr "" + +#: templates/settings.php:30 +msgid "Check always for changes of the timezone" +msgstr "" + +#: templates/settings.php:32 +msgid "Timeformat" +msgstr "" + +#: templates/settings.php:34 +msgid "24h" +msgstr "" + +#: templates/settings.php:35 +msgid "12h" +msgstr "" + +#: templates/settings.php:41 +msgid "Calendar CalDAV syncing address:" +msgstr "" + + diff --git a/l10n/uk/contacts.po b/l10n/uk/contacts.po new file mode 100644 index 00000000000..4c495ff147d --- /dev/null +++ b/l10n/uk/contacts.po @@ -0,0 +1,281 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" +"Last-Translator: icewind \n" +"Language-Team: Ukrainian (http://www.transifex.net/projects/p/owncloud/team/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: ajax/activation.php:17 ajax/updateaddressbook.php:26 +msgid "Error (de)activating addressbook." +msgstr "" + +#: ajax/addcard.php:79 +msgid "There was an error adding the contact." +msgstr "" + +#: ajax/addproperty.php:39 +msgid "Cannot add empty property." +msgstr "" + +#: ajax/addproperty.php:51 +msgid "At least one of the address fields has to be filled out." +msgstr "" + +#: ajax/addproperty.php:78 +msgid "Error adding contact property." +msgstr "" + +#: ajax/createaddressbook.php:20 +msgid "Error adding addressbook." +msgstr "" + +#: ajax/createaddressbook.php:26 +msgid "Error activating addressbook." +msgstr "" + +#: ajax/deleteproperty.php:40 +msgid "Error deleting contact property." +msgstr "" + +#: ajax/setproperty.php:79 +msgid "Error updating contact property." +msgstr "" + +#: ajax/updateaddressbook.php:20 +msgid "Error updating addressbook." +msgstr "" + +#: appinfo/app.php:21 templates/settings.php:3 +msgid "Contacts" +msgstr "" + +#: lib/app.php:52 +msgid "This is not your addressbook." +msgstr "" + +#: lib/app.php:61 photo.php:36 +msgid "Contact could not be found." +msgstr "" + +#: lib/app.php:89 +msgid "Information about vCard is incorrect. Please reload the page." +msgstr "" + +#: lib/app.php:101 templates/part.addcardform.php:54 +#: templates/part.property.php:45 templates/part.setpropertyform.php:7 +msgid "Address" +msgstr "" + +#: lib/app.php:102 templates/part.addcardform.php:43 +msgid "Telephone" +msgstr "" + +#: lib/app.php:103 templates/part.addcardform.php:37 +#: templates/part.property.php:16 templates/part.setpropertyform.php:51 +msgid "Email" +msgstr "" + +#: lib/app.php:104 templates/part.addcardform.php:27 +#: templates/part.property.php:9 templates/part.setpropertyform.php:54 +msgid "Organization" +msgstr "" + +#: lib/app.php:116 lib/app.php:123 +msgid "Work" +msgstr "" + +#: lib/app.php:117 lib/app.php:121 +msgid "Home" +msgstr "" + +#: lib/app.php:122 +msgid "Mobile" +msgstr "" + +#: lib/app.php:124 +msgid "Text" +msgstr "" + +#: lib/app.php:125 +msgid "Voice" +msgstr "" + +#: lib/app.php:126 +msgid "Fax" +msgstr "" + +#: lib/app.php:127 +msgid "Video" +msgstr "" + +#: lib/app.php:128 +msgid "Pager" +msgstr "" + +#: lib/search.php:22 +msgid "Contact" +msgstr "" + +#: photo.php:42 +msgid "This is not your contact." +msgstr "" + +#: templates/index.php:6 +msgid "Add Contact" +msgstr "" + +#: templates/index.php:7 +msgid "Addressbooks" +msgstr "" + +#: templates/part.addcardform.php:8 +msgid "Addressbook" +msgstr "" + +#: templates/part.addcardform.php:21 +msgid "Name" +msgstr "" + +#: templates/part.addcardform.php:57 templates/part.details.php:43 +#: templates/part.details.php:79 templates/part.setpropertyform.php:10 +#: templates/part.setpropertyform.php:47 +msgid "Type" +msgstr "" + +#: templates/part.addcardform.php:65 templates/part.details.php:49 +#: templates/part.setpropertyform.php:16 +msgid "PO Box" +msgstr "" + +#: templates/part.addcardform.php:72 templates/part.details.php:53 +#: templates/part.setpropertyform.php:20 +msgid "Extended" +msgstr "" + +#: templates/part.addcardform.php:78 templates/part.details.php:57 +#: templates/part.setpropertyform.php:24 +msgid "Street" +msgstr "" + +#: templates/part.addcardform.php:84 templates/part.details.php:61 +#: templates/part.setpropertyform.php:28 +msgid "City" +msgstr "" + +#: templates/part.addcardform.php:90 templates/part.details.php:65 +#: templates/part.setpropertyform.php:32 +msgid "Region" +msgstr "" + +#: templates/part.addcardform.php:96 templates/part.details.php:69 +#: templates/part.setpropertyform.php:36 +msgid "Zipcode" +msgstr "" + +#: templates/part.addcardform.php:102 templates/part.details.php:73 +#: templates/part.setpropertyform.php:40 +msgid "Country" +msgstr "" + +#: templates/part.addcardform.php:109 +msgid "Create Contact" +msgstr "" + +#: templates/part.chooseaddressbook.php:1 +msgid "Choose active Address Books" +msgstr "" + +#: templates/part.chooseaddressbook.php:16 +msgid "New Address Book" +msgstr "" + +#: templates/part.chooseaddressbook.php:21 +#: templates/part.chooseaddressbook.rowfields.php:5 +msgid "CardDav Link" +msgstr "" + +#: templates/part.chooseaddressbook.rowfields.php:5 +msgid "Download" +msgstr "" + +#: templates/part.chooseaddressbook.rowfields.php:5 +msgid "Edit" +msgstr "" + +#: templates/part.chooseaddressbook.rowfields.php:5 +msgid "Delete" +msgstr "" + +#: templates/part.details.php:3 +msgid "Download contact" +msgstr "" + +#: templates/part.details.php:4 +msgid "Delete contact" +msgstr "" + +#: templates/part.details.php:34 +msgid "Add" +msgstr "" + +#: templates/part.editaddressbook.php:9 +msgid "New Addressbook" +msgstr "" + +#: templates/part.editaddressbook.php:9 +msgid "Edit Addressbook" +msgstr "" + +#: templates/part.editaddressbook.php:12 +msgid "Displayname" +msgstr "" + +#: templates/part.editaddressbook.php:23 +msgid "Active" +msgstr "" + +#: templates/part.editaddressbook.php:29 +msgid "Save" +msgstr "" + +#: templates/part.editaddressbook.php:29 +msgid "Submit" +msgstr "" + +#: templates/part.editaddressbook.php:30 +msgid "Cancel" +msgstr "" + +#: templates/part.property.php:3 +msgid "Birthday" +msgstr "" + +#: templates/part.property.php:23 +msgid "Preferred" +msgstr "" + +#: templates/part.property.php:23 templates/part.setpropertyform.php:45 +msgid "Phone" +msgstr "" + +#: templates/part.setpropertyform.php:57 +msgid "Update" +msgstr "" + +#: templates/settings.php:4 +msgid "CardDAV syncing address:" +msgstr "" + + diff --git a/l10n/uk/core.po b/l10n/uk/core.po new file mode 100644 index 00000000000..3ede91110b1 --- /dev/null +++ b/l10n/uk/core.po @@ -0,0 +1,170 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2011-07-25 16:05+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Ukrainian (http://www.transifex.net/projects/p/owncloud/team/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: lostpassword/index.php:24 +msgid "Owncloud password reset" +msgstr "" + +#: lostpassword/templates/email.php:1 +msgid "Use the following link to reset your password: {link}" +msgstr "" + +#: lostpassword/templates/lostpassword.php:3 +msgid "You will receive a link to reset your password via Email." +msgstr "" + +#: lostpassword/templates/lostpassword.php:5 +msgid "Requested" +msgstr "" + +#: lostpassword/templates/lostpassword.php:8 +msgid "Login failed!" +msgstr "" + +#: lostpassword/templates/lostpassword.php:11 templates/installation.php:22 +#: templates/login.php:8 +msgid "Username" +msgstr "" + +#: lostpassword/templates/lostpassword.php:14 +msgid "Request reset" +msgstr "" + +#: lostpassword/templates/resetpassword.php:4 +msgid "Your password was reset" +msgstr "" + +#: lostpassword/templates/resetpassword.php:5 +msgid "To login page" +msgstr "" + +#: lostpassword/templates/resetpassword.php:8 +msgid "New password" +msgstr "" + +#: lostpassword/templates/resetpassword.php:11 +msgid "Reset password" +msgstr "" + +#: strings.php:5 +msgid "Personal" +msgstr "" + +#: strings.php:6 +msgid "Users" +msgstr "" + +#: strings.php:7 +msgid "Apps" +msgstr "" + +#: strings.php:8 +msgid "Admin" +msgstr "" + +#: strings.php:9 +msgid "Help" +msgstr "" + +#: templates/404.php:12 +msgid "Cloud not found" +msgstr "" + +#: templates/installation.php:20 +msgid "Create an admin account" +msgstr "" + +#: templates/installation.php:26 templates/login.php:12 +msgid "Password" +msgstr "" + +#: templates/installation.php:32 +msgid "Advanced" +msgstr "" + +#: templates/installation.php:34 +msgid "Data folder" +msgstr "" + +#: templates/installation.php:41 +msgid "Configure the database" +msgstr "" + +#: templates/installation.php:46 templates/installation.php:57 +#: templates/installation.php:67 +msgid "will be used" +msgstr "" + +#: templates/installation.php:79 +msgid "Database user" +msgstr "" + +#: templates/installation.php:83 +msgid "Database password" +msgstr "" + +#: templates/installation.php:87 +msgid "Database name" +msgstr "" + +#: templates/installation.php:93 +msgid "Database host" +msgstr "" + +#: templates/installation.php:98 +msgid "Finish setup" +msgstr "" + +#: templates/layout.guest.php:35 +msgid "web services under your control" +msgstr "" + +#: templates/layout.user.php:34 +msgid "Log out" +msgstr "" + +#: templates/layout.user.php:46 templates/layout.user.php:47 +msgid "Settings" +msgstr "" + +#: templates/login.php:5 +msgid "Lost your password?" +msgstr "" + +#: templates/login.php:15 +msgid "remember" +msgstr "" + +#: templates/login.php:16 +msgid "Log in" +msgstr "" + +#: templates/logout.php:1 +msgid "You are logged out." +msgstr "" + +#: templates/part.pagenavi.php:3 +msgid "prev" +msgstr "" + +#: templates/part.pagenavi.php:20 +msgid "next" +msgstr "" + + diff --git a/l10n/uk/files.po b/l10n/uk/files.po new file mode 100644 index 00000000000..94b976dd1d6 --- /dev/null +++ b/l10n/uk/files.po @@ -0,0 +1,108 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2011-08-13 02:19+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Ukrainian (http://www.transifex.net/projects/p/owncloud/team/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: ajax/upload.php:19 +msgid "There is no error, the file uploaded with success" +msgstr "" + +#: ajax/upload.php:20 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" + +#: ajax/upload.php:21 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" + +#: ajax/upload.php:22 +msgid "The uploaded file was only partially uploaded" +msgstr "" + +#: ajax/upload.php:23 +msgid "No file was uploaded" +msgstr "" + +#: ajax/upload.php:24 +msgid "Missing a temporary folder" +msgstr "" + +#: appinfo/app.php:8 +msgid "Files" +msgstr "" + +#: templates/admin.php:5 +msgid "Maximum upload size" +msgstr "" + +#: templates/index.php:7 +msgid "New" +msgstr "" + +#: templates/index.php:10 +msgid "Text file" +msgstr "" + +#: templates/index.php:11 +msgid "Folder" +msgstr "" + +#: templates/index.php:12 +msgid "From the web" +msgstr "" + +#: templates/index.php:22 +msgid "Upload" +msgstr "" + +#: templates/index.php:35 +msgid "Nothing in here. Upload something!" +msgstr "" + +#: templates/index.php:43 +msgid "Name" +msgstr "" + +#: templates/index.php:45 +msgid "Download" +msgstr "" + +#: templates/index.php:49 +msgid "Size" +msgstr "" + +#: templates/index.php:50 +msgid "Modified" +msgstr "" + +#: templates/index.php:50 +msgid "Delete" +msgstr "" + +#: templates/index.php:58 +msgid "Upload too large" +msgstr "" + +#: templates/index.php:60 +msgid "" +"The files you are trying to upload exceed the maximum size for file uploads " +"on this server." +msgstr "" + + diff --git a/l10n/uk/gallery.po b/l10n/uk/gallery.po new file mode 100644 index 00000000000..e39e12e2343 --- /dev/null +++ b/l10n/uk/gallery.po @@ -0,0 +1,52 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" +"Last-Translator: icewind \n" +"Language-Team: Ukrainian (http://www.transifex.net/projects/p/owncloud/team/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: appinfo/app.php:41 +msgid "Gallery" +msgstr "" + +#: js/album_cover.js:40 +msgid "Scanning directories" +msgstr "" + +#: js/album_cover.js:48 +msgid "No photos found" +msgstr "" + +#: js/album_cover.js:51 js/album_cover.js:60 +msgid "Creating thumbnails" +msgstr "" + +#: js/album_cover.js:81 +msgid "Do you wan't to remove album" +msgstr "" + +#: js/album_cover.js:94 +msgid "Input new gallery name" +msgstr "" + +#: templates/index.php:10 +msgid "Rescan" +msgstr "" + +#: templates/view_album.php:19 +msgid "Back" +msgstr "" + + diff --git a/l10n/uk/media.po b/l10n/uk/media.po new file mode 100644 index 00000000000..5f7b442b171 --- /dev/null +++ b/l10n/uk/media.po @@ -0,0 +1,64 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2011-08-13 02:19+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Ukrainian (http://www.transifex.net/projects/p/owncloud/team/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: appinfo/app.php:32 templates/player.php:9 +msgid "Music" +msgstr "" + +#: templates/music.php:3 templates/player.php:13 +msgid "Play" +msgstr "" + +#: templates/music.php:4 templates/music.php:26 templates/player.php:14 +msgid "Pause" +msgstr "" + +#: templates/music.php:5 +msgid "Previous" +msgstr "" + +#: templates/music.php:6 templates/player.php:15 +msgid "Next" +msgstr "" + +#: templates/music.php:7 +msgid "Mute" +msgstr "" + +#: templates/music.php:8 +msgid "Unmute" +msgstr "" + +#: templates/music.php:25 +msgid "Rescan Collection" +msgstr "" + +#: templates/music.php:37 +msgid "Artist" +msgstr "" + +#: templates/music.php:38 +msgid "Album" +msgstr "" + +#: templates/music.php:39 +msgid "Title" +msgstr "" + + diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po new file mode 100644 index 00000000000..6fa57d5c321 --- /dev/null +++ b/l10n/uk/settings.po @@ -0,0 +1,156 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2011-07-25 16:05+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Ukrainian (http://www.transifex.net/projects/p/owncloud/team/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: ajax/lostpassword.php:14 +msgid "email Changed" +msgstr "" + +#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16 +msgid "Invalid request" +msgstr "" + +#: ajax/openid.php:15 +msgid "OpenID Changed" +msgstr "" + +#: ajax/setlanguage.php:14 +msgid "Language changed" +msgstr "" + +#: personal.php:36 personal.php:37 +msgid "__language_name__" +msgstr "" + +#: templates/admin.php:13 +msgid "Log level" +msgstr "" + +#: templates/apps.php:8 +msgid "Add your application" +msgstr "" + +#: templates/apps.php:21 +msgid "Select an App" +msgstr "" + +#: templates/apps.php:23 +msgid "-licensed" +msgstr "" + +#: templates/apps.php:23 +msgid "by" +msgstr "" + +#: templates/help.php:8 +msgid "Ask a question" +msgstr "" + +#: templates/help.php:20 +msgid "Problems connecting to help database." +msgstr "" + +#: templates/help.php:21 +msgid "Go there manually." +msgstr "" + +#: templates/help.php:29 +msgid "Answer" +msgstr "" + +#: templates/personal.php:8 +msgid "You use" +msgstr "" + +#: templates/personal.php:8 +msgid "of the available" +msgstr "" + +#: templates/personal.php:13 +msgid "Your password got changed" +msgstr "" + +#: templates/personal.php:14 +msgid "Unable to change your password" +msgstr "" + +#: templates/personal.php:15 +msgid "Current password" +msgstr "" + +#: templates/personal.php:16 +msgid "New password" +msgstr "" + +#: templates/personal.php:17 +msgid "show" +msgstr "" + +#: templates/personal.php:18 +msgid "Change password" +msgstr "" + +#: templates/personal.php:24 +msgid "Email" +msgstr "" + +#: templates/personal.php:25 +msgid "Your email address" +msgstr "" + +#: templates/personal.php:26 +msgid "Fill in an email address to enable password recovery" +msgstr "" + +#: templates/personal.php:32 templates/personal.php:33 +msgid "Language" +msgstr "" + +#: templates/personal.php:38 +msgid "Help translate" +msgstr "" + +#: templates/personal.php:45 +msgid "use this address to connect to your ownCloud in your file manager" +msgstr "" + +#: templates/users.php:15 templates/users.php:30 +msgid "Name" +msgstr "" + +#: templates/users.php:16 templates/users.php:31 +msgid "Password" +msgstr "" + +#: templates/users.php:17 templates/users.php:32 templates/users.php:46 +msgid "Groups" +msgstr "" + +#: templates/users.php:23 +msgid "Create" +msgstr "" + +#: templates/users.php:33 +msgid "Quota" +msgstr "" + +#: templates/users.php:58 +msgid "Delete" +msgstr "" + + diff --git a/l10n/zh_CN/calendar.po b/l10n/zh_CN/calendar.po index a6e29f7bd02..a80e877b379 100644 --- a/l10n/zh_CN/calendar.po +++ b/l10n/zh_CN/calendar.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# , 2011. +# , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-15 14:44+0100\n" -"PO-Revision-Date: 2012-01-15 13:45+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-22 07:42+0000\n" +"Last-Translator: csslayer \n" "Language-Team: Chinese (China) (http://www.transifex.net/projects/p/owncloud/team/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +20,7 @@ msgstr "" #: ajax/guesstimezone.php:42 msgid "New Timezone:" -msgstr "" +msgstr "新时区:" #: ajax/settimezone.php:22 msgid "Timezone changed" @@ -30,7 +30,7 @@ msgstr "时区已修改" msgid "Invalid request" msgstr "非法请求" -#: appinfo/app.php:20 templates/calendar.php:13 +#: appinfo/app.php:20 templates/calendar.php:14 #: templates/part.eventform.php:20 msgid "Calendar" msgstr "日历" @@ -129,143 +129,143 @@ msgstr "每年" #: lib/object.php:366 msgid "never" -msgstr "" +msgstr "从不" #: lib/object.php:367 msgid "by occurrences" -msgstr "" +msgstr "按发生次数" #: lib/object.php:368 msgid "by date" -msgstr "" +msgstr "按日期" #: lib/object.php:375 msgid "by monthday" -msgstr "" +msgstr "按月的某天" #: lib/object.php:376 msgid "by weekday" -msgstr "" +msgstr "按星期的某天" #: lib/object.php:383 templates/lAfix.php:3 msgid "Monday" -msgstr "" +msgstr "星期一" #: lib/object.php:384 templates/lAfix.php:4 msgid "Tuesday" -msgstr "" +msgstr "星期二" #: lib/object.php:385 templates/lAfix.php:5 msgid "Wednesday" -msgstr "" +msgstr "星期三" #: lib/object.php:386 templates/lAfix.php:6 msgid "Thursday" -msgstr "" +msgstr "星期四" #: lib/object.php:387 templates/lAfix.php:7 msgid "Friday" -msgstr "" +msgstr "星期五" #: lib/object.php:388 templates/lAfix.php:8 msgid "Saturday" -msgstr "" +msgstr "星期六" #: lib/object.php:389 templates/lAfix.php:2 msgid "Sunday" -msgstr "" +msgstr "星期日" #: lib/object.php:396 msgid "events week of month" -msgstr "" +msgstr "事件在每月的第几个星期" #: lib/object.php:397 msgid "first" -msgstr "" +msgstr "第一" #: lib/object.php:398 msgid "second" -msgstr "" +msgstr "第二" #: lib/object.php:399 msgid "third" -msgstr "" +msgstr "第三" #: lib/object.php:400 msgid "fourth" -msgstr "" +msgstr "第四" #: lib/object.php:401 msgid "fifth" -msgstr "" +msgstr "第五" #: lib/object.php:402 msgid "last" -msgstr "" +msgstr "最后" #: lib/object.php:424 templates/lAfix.php:16 msgid "January" -msgstr "" +msgstr "一月" #: lib/object.php:425 templates/lAfix.php:17 msgid "February" -msgstr "" +msgstr "二月" #: lib/object.php:426 templates/lAfix.php:18 msgid "March" -msgstr "" +msgstr "三月" #: lib/object.php:427 templates/lAfix.php:19 msgid "April" -msgstr "" +msgstr "四月" #: lib/object.php:428 templates/lAfix.php:20 msgid "May" -msgstr "" +msgstr "五月" #: lib/object.php:429 templates/lAfix.php:21 msgid "June" -msgstr "" +msgstr "六月" #: lib/object.php:430 templates/lAfix.php:22 msgid "July" -msgstr "" +msgstr "七月" #: lib/object.php:431 templates/lAfix.php:23 msgid "August" -msgstr "" +msgstr "八月" #: lib/object.php:432 templates/lAfix.php:24 msgid "September" -msgstr "" +msgstr "九月" #: lib/object.php:433 templates/lAfix.php:25 msgid "October" -msgstr "" +msgstr "十月" #: lib/object.php:434 templates/lAfix.php:26 msgid "November" -msgstr "" +msgstr "十一月" #: lib/object.php:435 templates/lAfix.php:27 msgid "December" -msgstr "" +msgstr "十二月" #: lib/object.php:441 msgid "by events date" -msgstr "" +msgstr "按事件日期" #: lib/object.php:442 msgid "by yearday(s)" -msgstr "" +msgstr "按每年的某天" #: lib/object.php:443 msgid "by weeknumber(s)" -msgstr "" +msgstr "按星期数" #: lib/object.php:444 msgid "by day and month" -msgstr "" +msgstr "按天和月份" #: lib/object.php:467 msgid "Not an array" @@ -273,156 +273,156 @@ msgstr "不是一个数组" #: lib/search.php:32 lib/search.php:34 lib/search.php:37 msgid "Date" -msgstr "" +msgstr "日期" #: lib/search.php:40 msgid "Cal." -msgstr "" +msgstr "日历" #: templates/calendar.php:10 msgid "All day" msgstr "全天" -#: templates/calendar.php:11 +#: templates/calendar.php:11 templates/part.choosecalendar.php:15 +msgid "New Calendar" +msgstr "新日历" + +#: templates/calendar.php:12 msgid "Missing fields" msgstr "缺少字段" -#: templates/calendar.php:12 templates/part.eventform.php:3 +#: templates/calendar.php:13 templates/part.eventform.php:3 msgid "Title" msgstr "标题" -#: templates/calendar.php:14 +#: templates/calendar.php:15 msgid "From Date" msgstr "从" -#: templates/calendar.php:15 +#: templates/calendar.php:16 msgid "From Time" msgstr "从" -#: templates/calendar.php:16 +#: templates/calendar.php:17 msgid "To Date" msgstr "至" -#: templates/calendar.php:17 +#: templates/calendar.php:18 msgid "To Time" msgstr "至" -#: templates/calendar.php:18 +#: templates/calendar.php:19 msgid "The event ends before it starts" msgstr "事件在开始前已结束" -#: templates/calendar.php:19 +#: templates/calendar.php:20 msgid "There was a database fail" msgstr "数据库访问失败" -#: templates/calendar.php:52 +#: templates/calendar.php:38 msgid "Week" msgstr "星期" -#: templates/calendar.php:53 +#: templates/calendar.php:39 msgid "Month" msgstr "月" -#: templates/calendar.php:54 +#: templates/calendar.php:40 msgid "List" msgstr "列表" -#: templates/calendar.php:59 +#: templates/calendar.php:46 msgid "Today" msgstr "今天" -#: templates/calendar.php:60 +#: templates/calendar.php:47 msgid "Calendars" msgstr "日历" -#: templates/calendar.php:78 +#: templates/calendar.php:65 msgid "There was a fail, while parsing the file." msgstr "解析文件失败" #: templates/lAfix.php:9 msgid "Sun." -msgstr "" +msgstr "周日" #: templates/lAfix.php:10 msgid "Mon." -msgstr "" +msgstr "周一" #: templates/lAfix.php:11 msgid "Tue." -msgstr "" +msgstr "周二" #: templates/lAfix.php:12 msgid "Wed." -msgstr "" +msgstr "周三" #: templates/lAfix.php:13 msgid "Thu." -msgstr "" +msgstr "周四" #: templates/lAfix.php:14 msgid "Fri." -msgstr "" +msgstr "周五" #: templates/lAfix.php:15 msgid "Sat." -msgstr "" +msgstr "周六" #: templates/lAfix.php:28 msgid "Jan." -msgstr "" +msgstr "1月" #: templates/lAfix.php:29 msgid "Feb." -msgstr "" +msgstr "2月" #: templates/lAfix.php:30 msgid "Mar." -msgstr "" +msgstr "3月" #: templates/lAfix.php:31 msgid "Apr." -msgstr "" +msgstr "4月" #: templates/lAfix.php:32 msgid "May." -msgstr "" +msgstr "5月" #: templates/lAfix.php:33 msgid "Jun." -msgstr "" +msgstr "6月" #: templates/lAfix.php:34 msgid "Jul." -msgstr "" +msgstr "7月" #: templates/lAfix.php:35 msgid "Aug." -msgstr "" +msgstr "8月" #: templates/lAfix.php:36 msgid "Sep." -msgstr "" +msgstr "9月" #: templates/lAfix.php:37 msgid "Oct." -msgstr "" +msgstr "10月" #: templates/lAfix.php:38 msgid "Nov." -msgstr "" +msgstr "11月" #: templates/lAfix.php:39 msgid "Dec." -msgstr "" +msgstr "12月" #: templates/part.choosecalendar.php:1 msgid "Choose active calendars" msgstr "选择活动日历" -#: templates/part.choosecalendar.php:15 -msgid "New Calendar" -msgstr "新日历" - #: templates/part.choosecalendar.php:20 #: templates/part.choosecalendar.rowfields.php:4 msgid "CalDav Link" @@ -516,47 +516,47 @@ msgstr "重复" #: templates/part.eventform.php:68 msgid "Advanced" -msgstr "" +msgstr "高级" #: templates/part.eventform.php:112 msgid "Select weekdays" -msgstr "" +msgstr "选择星期中的某天" #: templates/part.eventform.php:125 templates/part.eventform.php:138 msgid "Select days" -msgstr "" +msgstr "选择某天" #: templates/part.eventform.php:130 msgid "and the events day of year." -msgstr "" +msgstr "选择每年事件发生的日子" #: templates/part.eventform.php:143 msgid "and the events day of month." -msgstr "" +msgstr "选择每月事件发生的日子" #: templates/part.eventform.php:151 msgid "Select months" -msgstr "" +msgstr "选择月份" #: templates/part.eventform.php:164 msgid "Select weeks" -msgstr "" +msgstr "选择星期" #: templates/part.eventform.php:169 msgid "and the events week of year." -msgstr "" +msgstr "选择每年的事件发生的星期" #: templates/part.eventform.php:175 msgid "Interval" -msgstr "" +msgstr "间隔" #: templates/part.eventform.php:181 msgid "End" -msgstr "" +msgstr "结束" #: templates/part.eventform.php:193 msgid "occurrences" -msgstr "" +msgstr "次" #: templates/part.eventform.php:208 msgid "Location" @@ -576,7 +576,7 @@ msgstr "事件描述" #: templates/part.import.php:1 msgid "Import a calendar file" -msgstr "" +msgstr "导入日历文件" #: templates/part.import.php:6 msgid "Please choose the calendar" @@ -584,11 +584,11 @@ msgstr "请选择日历" #: templates/part.import.php:10 msgid "create a new calendar" -msgstr "" +msgstr "创建新日历" #: templates/part.import.php:15 msgid "Name of new calendar" -msgstr "" +msgstr "新日历名称" #: templates/part.import.php:17 msgid "Import" @@ -596,15 +596,15 @@ msgstr "导入" #: templates/part.import.php:20 msgid "Importing calendar" -msgstr "" +msgstr "导入日历" #: templates/part.import.php:23 msgid "Calendar imported successfully" -msgstr "" +msgstr "导入日历成功" #: templates/part.import.php:24 msgid "Close Dialog" -msgstr "" +msgstr "关闭对话框" #: templates/part.newevent.php:1 msgid "Create a new event" @@ -616,7 +616,7 @@ msgstr "时区" #: templates/settings.php:30 msgid "Check always for changes of the timezone" -msgstr "" +msgstr "选中则总是按照时区变化" #: templates/settings.php:32 msgid "Timeformat" diff --git a/l10n/zh_CN/contacts.po b/l10n/zh_CN/contacts.po index 6e0afb93e9d..e2f1c8d81b8 100644 --- a/l10n/zh_CN/contacts.po +++ b/l10n/zh_CN/contacts.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# , 2011. +# , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Chinese (China) (http://www.transifex.net/projects/p/owncloud/team/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -20,47 +20,47 @@ msgstr "" #: ajax/activation.php:17 ajax/updateaddressbook.php:26 msgid "Error (de)activating addressbook." -msgstr "" +msgstr "(取消)激活地址簿错误。" #: ajax/addcard.php:79 msgid "There was an error adding the contact." -msgstr "" +msgstr "添加联系人时出错。" #: ajax/addproperty.php:39 msgid "Cannot add empty property." -msgstr "" +msgstr "无法添加空属性。" #: ajax/addproperty.php:51 msgid "At least one of the address fields has to be filled out." -msgstr "" +msgstr "至少需要填写一项地址。" #: ajax/addproperty.php:78 msgid "Error adding contact property." -msgstr "" +msgstr "添加联系人属性错误。" #: ajax/createaddressbook.php:20 msgid "Error adding addressbook." -msgstr "" +msgstr "添加地址簿错误。" #: ajax/createaddressbook.php:26 msgid "Error activating addressbook." -msgstr "" +msgstr "激活地址簿错误。" #: ajax/deleteproperty.php:40 msgid "Error deleting contact property." -msgstr "" +msgstr "删除联系人属性错误。" #: ajax/setproperty.php:79 msgid "Error updating contact property." -msgstr "" +msgstr "更新联系人属性错误。" #: ajax/updateaddressbook.php:20 msgid "Error updating addressbook." -msgstr "" +msgstr "更新地址簿错误" #: appinfo/app.php:21 templates/settings.php:3 msgid "Contacts" -msgstr "" +msgstr "联系人" #: lib/app.php:52 msgid "This is not your addressbook." @@ -127,7 +127,7 @@ msgstr "传呼机" #: lib/search.php:22 msgid "Contact" -msgstr "" +msgstr "联系人" #: photo.php:42 msgid "This is not your contact." @@ -139,11 +139,11 @@ msgstr "添加联系人" #: templates/index.php:7 msgid "Addressbooks" -msgstr "" +msgstr "地址簿" #: templates/part.addcardform.php:8 msgid "Addressbook" -msgstr "" +msgstr "地址簿" #: templates/part.addcardform.php:21 msgid "Name" @@ -153,7 +153,7 @@ msgstr "名称" #: templates/part.details.php:79 templates/part.setpropertyform.php:10 #: templates/part.setpropertyform.php:47 msgid "Type" -msgstr "" +msgstr "类型" #: templates/part.addcardform.php:65 templates/part.details.php:49 #: templates/part.setpropertyform.php:16 @@ -196,20 +196,20 @@ msgstr "创建联系人" #: templates/part.chooseaddressbook.php:1 msgid "Choose active Address Books" -msgstr "" +msgstr "选择激活地址簿" #: templates/part.chooseaddressbook.php:16 msgid "New Address Book" -msgstr "" +msgstr "新建地址簿" #: templates/part.chooseaddressbook.php:21 #: templates/part.chooseaddressbook.rowfields.php:5 msgid "CardDav Link" -msgstr "" +msgstr "CardDav 链接" #: templates/part.chooseaddressbook.rowfields.php:5 msgid "Download" -msgstr "" +msgstr "下载" #: templates/part.chooseaddressbook.rowfields.php:5 msgid "Edit" @@ -221,43 +221,43 @@ msgstr "删除" #: templates/part.details.php:3 msgid "Download contact" -msgstr "" +msgstr "下载联系人" #: templates/part.details.php:4 msgid "Delete contact" -msgstr "" +msgstr "删除联系人" #: templates/part.details.php:34 msgid "Add" -msgstr "" +msgstr "添加" #: templates/part.editaddressbook.php:9 msgid "New Addressbook" -msgstr "" +msgstr "新建地址簿" #: templates/part.editaddressbook.php:9 msgid "Edit Addressbook" -msgstr "" +msgstr "编辑地址簿" #: templates/part.editaddressbook.php:12 msgid "Displayname" -msgstr "" +msgstr "显示名称" #: templates/part.editaddressbook.php:23 msgid "Active" -msgstr "" +msgstr "激活" #: templates/part.editaddressbook.php:29 msgid "Save" -msgstr "" +msgstr "保存" #: templates/part.editaddressbook.php:29 msgid "Submit" -msgstr "" +msgstr "提交" #: templates/part.editaddressbook.php:30 msgid "Cancel" -msgstr "" +msgstr "取消" #: templates/part.property.php:3 msgid "Birthday" @@ -265,7 +265,7 @@ msgstr "生日" #: templates/part.property.php:23 msgid "Preferred" -msgstr "" +msgstr "偏好" #: templates/part.property.php:23 templates/part.setpropertyform.php:45 msgid "Phone" @@ -273,10 +273,10 @@ msgstr "电话" #: templates/part.setpropertyform.php:57 msgid "Update" -msgstr "" +msgstr "更新" #: templates/settings.php:4 msgid "CardDAV syncing address:" -msgstr "" +msgstr "CardDAV 同步地址:" diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 147d4a8dd65..afe32762564 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# , 2011. +# , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-11 00:19+0100\n" -"PO-Revision-Date: 2012-01-10 23:43+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-22 07:23+0000\n" +"Last-Translator: csslayer \n" "Language-Team: Chinese (China) (http://www.transifex.net/projects/p/owncloud/team/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,11 +20,11 @@ msgstr "" #: lostpassword/index.php:24 msgid "Owncloud password reset" -msgstr "" +msgstr "重置 Owncloud 密码" #: lostpassword/templates/email.php:1 msgid "Use the following link to reset your password: {link}" -msgstr "" +msgstr "使用以下链接重置您的密码:{link}" #: lostpassword/templates/lostpassword.php:3 msgid "You will receive a link to reset your password via Email." @@ -53,7 +53,7 @@ msgstr "您的密码已重置" #: lostpassword/templates/resetpassword.php:5 msgid "To login page" -msgstr "" +msgstr "到登录页面" #: lostpassword/templates/resetpassword.php:8 msgid "New password" @@ -134,7 +134,7 @@ msgstr "安装完成" #: templates/layout.guest.php:35 msgid "web services under your control" -msgstr "" +msgstr "由您掌控的网络服务" #: templates/layout.user.php:34 msgid "Log out" @@ -154,7 +154,7 @@ msgstr "记住" #: templates/login.php:16 msgid "Log in" -msgstr "" +msgstr "登录" #: templates/logout.php:1 msgid "You are logged out." diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index 89831a4b081..cd794d7514e 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# , 2011. +# , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-11 00:19+0100\n" -"PO-Revision-Date: 2012-01-10 23:43+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-22 07:23+0000\n" +"Last-Translator: csslayer \n" "Language-Team: Chinese (China) (http://www.transifex.net/projects/p/owncloud/team/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -54,19 +54,19 @@ msgstr "最大上传大小" #: templates/index.php:7 msgid "New" -msgstr "" +msgstr "新建" #: templates/index.php:10 msgid "Text file" -msgstr "" +msgstr "文本文件" #: templates/index.php:11 msgid "Folder" -msgstr "" +msgstr "文件夹" #: templates/index.php:12 msgid "From the web" -msgstr "" +msgstr "来自网络" #: templates/index.php:22 msgid "Upload" diff --git a/l10n/zh_CN/gallery.po b/l10n/zh_CN/gallery.po index 2cde1e4312b..5ba9a6462fb 100644 --- a/l10n/zh_CN/gallery.po +++ b/l10n/zh_CN/gallery.po @@ -4,12 +4,13 @@ # # Translators: # Bartek , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:50+0000\n" +"POT-Creation-Date: 2012-01-24 00:24+0100\n" +"PO-Revision-Date: 2012-01-23 23:25+0000\n" "Last-Translator: icewind \n" "Language-Team: Chinese (China) (http://www.transifex.net/projects/p/owncloud/team/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -20,27 +21,27 @@ msgstr "" #: appinfo/app.php:41 msgid "Gallery" -msgstr "画廊" +msgstr "图库" #: js/album_cover.js:40 msgid "Scanning directories" +msgstr "扫描目录" + +#: js/album_cover.js:48 +msgid "No photos found" msgstr "" -#: js/album_cover.js:47 js/album_cover.js:56 +#: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "创建缩略图" -#: js/album_cover.js:77 +#: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "您是否想要移除相册" -#: js/album_cover.js:90 +#: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" - -#: js/album_cover.js:105 -msgid "Album name can't be empty" -msgstr "" +msgstr "输入新图库名称" #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index 126f0973d0e..25c0fccc72c 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# , 2011. +# , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-16 17:31+0100\n" -"PO-Revision-Date: 2012-01-16 16:32+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-22 07:26+0000\n" +"Last-Translator: csslayer \n" "Language-Team: Chinese (China) (http://www.transifex.net/projects/p/owncloud/team/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +20,7 @@ msgstr "" #: ajax/lostpassword.php:14 msgid "email Changed" -msgstr "" +msgstr "电子邮件已修改" #: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16 msgid "Invalid request" @@ -36,11 +36,11 @@ msgstr "语言已修改" #: personal.php:36 personal.php:37 msgid "__language_name__" -msgstr "" +msgstr "简体中文" #: templates/admin.php:13 msgid "Log level" -msgstr "" +msgstr "日志级别" #: templates/apps.php:8 msgid "Add your application" @@ -108,15 +108,15 @@ msgstr "修改密码" #: templates/personal.php:24 msgid "Email" -msgstr "" +msgstr "电子邮件" #: templates/personal.php:25 msgid "Your email address" -msgstr "" +msgstr "您的电子邮件" #: templates/personal.php:26 msgid "Fill in an email address to enable password recovery" -msgstr "" +msgstr "填写电子邮件地址以启用密码恢复" #: templates/personal.php:32 templates/personal.php:33 msgid "Language" @@ -124,7 +124,7 @@ msgstr "语言" #: templates/personal.php:38 msgid "Help translate" -msgstr "" +msgstr "帮助翻译" #: templates/personal.php:45 msgid "use this address to connect to your ownCloud in your file manager" @@ -148,7 +148,7 @@ msgstr "创建" #: templates/users.php:33 msgid "Quota" -msgstr "" +msgstr "配额" #: templates/users.php:58 msgid "Delete" diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index a8faeb780f8..ef90adb0557 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -1,7 +1,9 @@ "адрес электронной почты изменён", "Invalid request" => "Неверный запрос", "OpenID Changed" => "OpenID был изменён", "Language changed" => "Язык изменён", +"Log level" => "Уровень детализации журнала", "Add your application" => "Добавить ваше приложение", "Select an App" => "Выберите приложение", "-licensed" => "-лицензия", @@ -18,11 +20,16 @@ "New password" => "Новый пароль", "show" => "показать", "Change password" => "Сменить пароль", +"Email" => "e-mail", +"Your email address" => "Ваш адрес электронной почты", +"Fill in an email address to enable password recovery" => "Введите адрес электронной почты чтобы появилась возможность восстановления пароля", "Language" => "Язык", +"Help translate" => "Помочь с переводом", "use this address to connect to your ownCloud in your file manager" => "используйте данный адрес для подключения к ownCloud в вашем файловом менеджере", "Name" => "Имя", "Password" => "Пароль", "Groups" => "Группы", "Create" => "Создать", +"Quota" => "Квота", "Delete" => "Удалить" ); diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index 22ffce3b57e..cf554ed5ca9 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -1,7 +1,10 @@ "电子邮件已修改", "Invalid request" => "非法请求", "OpenID Changed" => "OpenID 已修改", "Language changed" => "语言已修改", +"__language_name__" => "简体中文", +"Log level" => "日志级别", "Add your application" => "加入您的应用程序", "Select an App" => "选择一个应用", "-licensed" => "-许可证", @@ -18,11 +21,16 @@ "New password" => "新密码", "show" => "显示", "Change password" => "修改密码", +"Email" => "电子邮件", +"Your email address" => "您的电子邮件", +"Fill in an email address to enable password recovery" => "填写电子邮件地址以启用密码恢复", "Language" => "语言", +"Help translate" => "帮助翻译", "use this address to connect to your ownCloud in your file manager" => "在文件管理器中使用这个地址来连接到您的 ownCloud", "Name" => "名称", "Password" => "密码", "Groups" => "组", "Create" => "创建", +"Quota" => "配额", "Delete" => "删除" ); -- cgit v1.2.3 From ad4e305c964bfe159f1898e72359f9ecaf910b2d Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 27 Jan 2012 00:59:24 +0100 Subject: update translations --- apps/calendar/l10n/ar.php | 75 ++++++++++++++++++++ apps/calendar/l10n/ja_JP.php | 75 ++++++++++++++++++++ apps/calendar/l10n/nl.php | 1 + apps/calendar/l10n/th_TH.php | 17 ++++- apps/contacts/l10n/ar.php | 34 +++++++++- apps/contacts/l10n/ja_JP.php | 34 +++++++++- apps/contacts/l10n/th_TH.php | 5 +- apps/gallery/l10n/ar.php | 5 ++ apps/gallery/l10n/ca.php | 1 + apps/gallery/l10n/cs_CZ.php | 5 ++ apps/gallery/l10n/da.php | 1 + apps/gallery/l10n/de.php | 1 + apps/gallery/l10n/es.php | 1 + apps/gallery/l10n/it.php | 5 ++ apps/gallery/l10n/ja_JP.php | 10 +++ apps/gallery/l10n/pl.php | 1 + apps/gallery/l10n/sk_SK.php | 5 ++ apps/gallery/l10n/th_TH.php | 5 ++ core/l10n/ca.php | 2 +- core/l10n/ja_JP.php | 5 ++ files/l10n/ia.php | 3 + files/l10n/ja_JP.php | 4 ++ l10n/ar/calendar.po | 158 +++++++++++++++++++++---------------------- l10n/ar/contacts.po | 70 +++++++++---------- l10n/ar/gallery.po | 14 ++-- l10n/ar/settings.po | 8 +-- l10n/ca/core.po | 6 +- l10n/ca/gallery.po | 6 +- l10n/cs_CZ/gallery.po | 15 ++-- l10n/cs_CZ/settings.po | 10 +-- l10n/da/gallery.po | 6 +- l10n/da/settings.po | 6 +- l10n/de/gallery.po | 6 +- l10n/es/gallery.po | 7 +- l10n/ia/files.po | 13 ++-- l10n/it/gallery.po | 15 ++-- l10n/ja_JP/calendar.po | 156 +++++++++++++++++++++--------------------- l10n/ja_JP/contacts.po | 68 +++++++++---------- l10n/ja_JP/core.po | 16 ++--- l10n/ja_JP/files.po | 14 ++-- l10n/ja_JP/gallery.po | 20 +++--- l10n/ja_JP/settings.po | 22 +++--- l10n/nl/calendar.po | 9 +-- l10n/pl/gallery.po | 6 +- l10n/sk_SK/gallery.po | 14 ++-- l10n/th_TH/calendar.po | 68 +++++++++---------- l10n/th_TH/contacts.po | 10 +-- l10n/th_TH/gallery.po | 14 ++-- settings/l10n/ar.php | 1 + settings/l10n/cs_CZ.php | 1 + settings/l10n/da.php | 1 + settings/l10n/ja_JP.php | 8 +++ 52 files changed, 681 insertions(+), 382 deletions(-) create mode 100644 apps/gallery/l10n/ja_JP.php (limited to 'files') diff --git a/apps/calendar/l10n/ar.php b/apps/calendar/l10n/ar.php index 7dc30ced856..13df7c7b5fd 100644 --- a/apps/calendar/l10n/ar.php +++ b/apps/calendar/l10n/ar.php @@ -1,4 +1,5 @@ "التوقيت الجديد", "Timezone changed" => "تم تغيير المنطقة الزمنية", "Invalid request" => "طلب غير مفهوم", "Calendar" => "الجدول الزمني", @@ -25,7 +26,44 @@ "Bi-Weekly" => "كل اسبوعين", "Monthly" => "شهري", "Yearly" => "سنوي", +"never" => "بتاتا", +"by occurrences" => "حسب تسلسل الحدوث", +"by date" => "حسب التاريخ", +"by monthday" => "حسب يوم الشهر", +"by weekday" => "حسب يوم الاسبوع", +"Monday" => "الأثنين", +"Tuesday" => "الثلاثاء", +"Wednesday" => "الاربعاء", +"Thursday" => "الخميس", +"Friday" => "الجمعه", +"Saturday" => "السبت", +"Sunday" => "الاحد", +"events week of month" => "الاحداث باسبوع الشهر", +"first" => "أول", +"second" => "ثاني", +"third" => "ثالث", +"fourth" => "رابع", +"fifth" => "خامس", +"last" => "أخير", +"January" => "كانون الثاني", +"February" => "شباط", +"March" => "آذار", +"April" => "نيسان", +"May" => "أيار", +"June" => "حزيران", +"July" => "تموز", +"August" => "آب", +"September" => "أيلول", +"October" => "تشرين الاول", +"November" => "تشرين الثاني", +"December" => "كانون الاول", +"by events date" => "حسب تاريخ الحدث", +"by yearday(s)" => "حسب يوم السنه", +"by weeknumber(s)" => "حسب رقم الاسبوع", +"by day and month" => "حسب اليوم و الشهر", "Not an array" => "ليس صفيف", +"Date" => "تاريخ", +"Cal." => "تقويم", "All day" => "كل النهار", "Missing fields" => "خانات خالية من المعلومات", "Title" => "عنوان", @@ -41,6 +79,25 @@ "Today" => "اليوم", "Calendars" => "الجداول الزمنية", "There was a fail, while parsing the file." => "لم يتم قراءة الملف بنجاح.", +"Sun." => "أحد", +"Mon." => "أثن.", +"Tue." => "ثلا.", +"Wed." => "أرب.", +"Thu." => "خمي.", +"Fri." => "جمع.", +"Sat." => "سبت", +"Jan." => "ك2", +"Feb." => "شبا.", +"Mar." => "اذار", +"Apr." => "نيس.", +"May." => "أيا.", +"Jun." => "حزي.", +"Jul." => "تمو.", +"Aug." => "آب", +"Sep." => "أيل.", +"Oct." => "ت1", +"Nov." => "ت2", +"Dec." => "ك1", "Choose active calendars" => "إختر الجدول الزمني الرئيسي", "New Calendar" => "جدول زمني جديد", "CalDav Link" => "وصلة CalDav", @@ -65,14 +122,32 @@ "To" => "إلى", "Advanced options" => "خيارات متقدمة", "Repeat" => "إعادة", +"Advanced" => "تعديلات متقدمه", +"Select weekdays" => "اختر ايام الاسبوع", +"Select days" => "اختر الايام", +"and the events day of year." => "و التواريخ حسب يوم السنه.", +"and the events day of month." => "و الاحداث حسب يوم الشهر.", +"Select months" => "اختر الاشهر", +"Select weeks" => "اختر الاسابيع", +"and the events week of year." => "و الاحداث حسب اسبوع السنه", +"Interval" => "المده الفاصله", +"End" => "نهايه", +"occurrences" => "الاحداث", "Location" => "مكان", "Location of the Event" => "مكان الحدث", "Description" => "مواصفات", "Description of the Event" => "وصف الحدث", +"Import a calendar file" => "أدخل ملف التقويم", "Please choose the calendar" => "الرجاء إختر الجدول الزمني", +"create a new calendar" => "انشاء جدول زمني جديد", +"Name of new calendar" => "أسم الجدول الزمني الجديد", "Import" => "إدخال", +"Importing calendar" => "يتم ادخال الجدول الزمني", +"Calendar imported successfully" => "تم ادخال الجدول الزمني بنجاح", +"Close Dialog" => "أغلق الحوار", "Create a new event" => "إضافة حدث جديد", "Timezone" => "المنطقة الزمنية", +"Check always for changes of the timezone" => "راقب دائما تغير التقويم الزمني", "Timeformat" => "شكل الوقت", "24h" => "24 ساعة", "12h" => "12 ساعة", diff --git a/apps/calendar/l10n/ja_JP.php b/apps/calendar/l10n/ja_JP.php index ef83f5d5a65..0645f6a2a2c 100644 --- a/apps/calendar/l10n/ja_JP.php +++ b/apps/calendar/l10n/ja_JP.php @@ -1,4 +1,5 @@ "新しいタイムゾーン:", "Timezone changed" => "タイムゾーンが変更されました", "Invalid request" => "無効なリクエストです", "Calendar" => "カレンダー", @@ -25,7 +26,44 @@ "Bi-Weekly" => "2週間ごと", "Monthly" => "毎月", "Yearly" => "毎年", +"never" => "無し", +"by occurrences" => "回数で指定", +"by date" => "日付で指定", +"by monthday" => "日にちで指定", +"by weekday" => "曜日で指定", +"Monday" => "月曜日", +"Tuesday" => "火曜日", +"Wednesday" => "水曜日", +"Thursday" => "木曜日", +"Friday" => "金曜日", +"Saturday" => "土曜日", +"Sunday" => "日曜日", +"events week of month" => "予定のある週を指定", +"first" => "1週目", +"second" => "2週目", +"third" => "3週目", +"fourth" => "4週目", +"fifth" => "5週目", +"last" => "最終週", +"January" => "1月", +"February" => "2月", +"March" => "3月", +"April" => "4月", +"May" => "5月", +"June" => "6月", +"July" => "7月", +"August" => "8月", +"September" => "9月", +"October" => "10月", +"November" => "11月", +"December" => "12月", +"by events date" => "日付で指定", +"by yearday(s)" => "日番号で指定", +"by weeknumber(s)" => "週番号で指定", +"by day and month" => "月と日で指定", "Not an array" => "配列ではありません", +"Date" => "日付", +"Cal." => "カレンダー", "All day" => "終日", "Missing fields" => "項目がありません", "Title" => "タイトル", @@ -41,6 +79,25 @@ "Today" => "今日", "Calendars" => "カレンダー", "There was a fail, while parsing the file." => "ファイルを構文解析する際に失敗しました", +"Sun." => "日", +"Mon." => "月", +"Tue." => "火", +"Wed." => "水", +"Thu." => "木", +"Fri." => "金", +"Sat." => "土", +"Jan." => "1月", +"Feb." => "2月", +"Mar." => "3月", +"Apr." => "4月", +"May." => "5月", +"Jun." => "6月", +"Jul." => "7月", +"Aug." => "8月", +"Sep." => "9月", +"Oct." => "10月", +"Nov." => "11月", +"Dec." => "12月", "Choose active calendars" => "アクティブなカレンダーを選択してください", "New Calendar" => "新しくカレンダーを作成する", "CalDav Link" => "CalDavへのリンク", @@ -65,14 +122,32 @@ "To" => "終了", "Advanced options" => "詳細設定", "Repeat" => "繰り返す", +"Advanced" => "詳細設定", +"Select weekdays" => "曜日を指定", +"Select days" => "日付を指定", +"and the events day of year." => "対象の年を選択する。", +"and the events day of month." => "対象の月を選択する。", +"Select months" => "月を指定する", +"Select weeks" => "週を指定する", +"and the events week of year." => "対象の週を選択する。", +"Interval" => "周期", +"End" => "繰り返す期間", +"occurrences" => "回繰り返す", "Location" => "場所", "Location of the Event" => "イベントの場所", "Description" => "メモ", "Description of the Event" => "イベントのメモ", +"Import a calendar file" => "カレンダーファイルをインポート", "Please choose the calendar" => "カレンダーを選択してください", +"create a new calendar" => "新規カレンダーの作成", +"Name of new calendar" => "新規カレンダーの名称", "Import" => "インポート", +"Importing calendar" => "カレンダーを取り込み中", +"Calendar imported successfully" => "カレンダーの取り込みに成功しました", +"Close Dialog" => "閉じる", "Create a new event" => "新しいイベントを作成する", "Timezone" => "タイムゾーン", +"Check always for changes of the timezone" => "タイムゾーン変更を常に確認する", "Timeformat" => "時刻のフォーマット", "24h" => "24時間制", "12h" => "12時間制", diff --git a/apps/calendar/l10n/nl.php b/apps/calendar/l10n/nl.php index 3efb869042d..e80694d610e 100644 --- a/apps/calendar/l10n/nl.php +++ b/apps/calendar/l10n/nl.php @@ -29,6 +29,7 @@ "never" => "nooit meer", "by occurrences" => "volgens gebeurtenissen", "by date" => "op datum", +"by monthday" => "per dag van de maand", "by weekday" => "op weekdag", "Monday" => "Maandag", "Tuesday" => "Dinsdag", diff --git a/apps/calendar/l10n/th_TH.php b/apps/calendar/l10n/th_TH.php index 46f673d93a4..60f4701211f 100644 --- a/apps/calendar/l10n/th_TH.php +++ b/apps/calendar/l10n/th_TH.php @@ -26,8 +26,11 @@ "Bi-Weekly" => "รายปักษ์", "Monthly" => "รายเดือน", "Yearly" => "รายปี", +"never" => "ไม่ต้องเลย", "by occurrences" => "ตามจำนวนที่ปรากฏ", "by date" => "ตามวันที่", +"by monthday" => "จากเดือน", +"by weekday" => "จากสัปดาห์", "Monday" => "วันจันทร์", "Tuesday" => "วันอังคาร", "Wednesday" => "วันพุธ", @@ -56,10 +59,12 @@ "December" => "ธันวาคม", "by events date" => "ตามวันที่จัดกิจกรรม", "by yearday(s)" => "ของเมื่อวานนี้", +"by weeknumber(s)" => "จากหมายเลขของสัปดาห์", "by day and month" => "ตามวันและเดือน", +"Not an array" => "ไม่ใช่อาเรย์", "Date" => "วันที่", +"Cal." => "คำนวณ", "All day" => "ทั้งวัน", -"New Calendar" => "สร้างปฏิทินใหม่", "Missing fields" => "ช่องฟิลด์เกิดการสูญหาย", "Title" => "ชื่อกิจกรรม", "From Date" => "จากวันที่", @@ -94,6 +99,8 @@ "Nov." => "พ.ย.", "Dec." => "ธ.ค.", "Choose active calendars" => "เลือกปฏิทินที่ต้องการใช้งาน", +"New Calendar" => "สร้างปฏิทินใหม่", +"CalDav Link" => "ลิงค์ CalDav", "Download" => "ดาวน์โหลด", "Edit" => "แก้ไข", "Delete" => "ลบ", @@ -116,9 +123,14 @@ "Advanced options" => "ตัวเลือกขั้นสูง", "Repeat" => "ทำซ้ำ", "Advanced" => "ขั้นสูง", +"Select weekdays" => "เลือกสัปดาห์", "Select days" => "เลือกวัน", +"and the events day of year." => "และวันที่มีเหตุการณ์เกิดขึ้นในปี", +"and the events day of month." => "และวันที่มีเหตุการณ์เกิดขึ้นในเดือน", "Select months" => "เลือกเดือน", "Select weeks" => "เลือกสัปดาห์", +"and the events week of year." => "และสัปดาห์ที่มีเหตุการณ์เกิดขึ้นในปี", +"Interval" => "ช่วงเวลา", "End" => "สิ้นสุด", "occurrences" => "จำนวนที่ปรากฏ", "Location" => "สถานที่", @@ -138,5 +150,6 @@ "Check always for changes of the timezone" => "ตรวจสอบการเปลี่ยนแปลงโซนเวลาอยู่เสมอ", "Timeformat" => "รูปแบบการแสดงเวลา", "24h" => "24 ช.ม.", -"12h" => "12 ช.ม." +"12h" => "12 ช.ม.", +"Calendar CalDAV syncing address:" => "ที่อยู่ในการเชื่อมข้อมูลกับปฏิทิน CalDav:" ); diff --git a/apps/contacts/l10n/ar.php b/apps/contacts/l10n/ar.php index 29453de9dc7..88671f600ef 100644 --- a/apps/contacts/l10n/ar.php +++ b/apps/contacts/l10n/ar.php @@ -1,4 +1,15 @@ "خطء خلال توقيف كتاب العناوين.", +"There was an error adding the contact." => "خطء خلال اضافة معرفه جديده.", +"Cannot add empty property." => "لا يمكنك اضافه صفه خاليه.", +"At least one of the address fields has to be filled out." => "يجب ملء على الاقل خانه واحده من العنوان.", +"Error adding contact property." => "خطء خلال اضافة صفة المعرفه.", +"Error adding addressbook." => "خطء خلال اضافة كتاب عناوين.", +"Error activating addressbook." => "خطء خلال تفعيل كتاب العناوين.", +"Error deleting contact property." => "خطء خلال محي الصفه.", +"Error updating contact property." => "خطء خلال تعديل الصفه.", +"Error updating addressbook." => "خطء خلال تعديل كتاب العناوين", +"Contacts" => "المعارف", "This is not your addressbook." => "هذا ليس دفتر عناوينك.", "Contact could not be found." => "لم يتم العثور على الشخص.", "Information about vCard is incorrect. Please reload the page." => "المعلومات الموجودة في ال vCard غير صحيحة. الرجاء إعادة تحديث الصفحة.", @@ -14,9 +25,13 @@ "Fax" => "الفاكس", "Video" => "الفيديو", "Pager" => "الرنان", +"Contact" => "معرفه", "This is not your contact." => ".هذا ليس من معارفي", "Add Contact" => "أضف شخص ", +"Addressbooks" => "كتب العناوين", +"Addressbook" => "كتاب العناوين", "Name" => "الاسم", +"Type" => "نوع", "PO Box" => "العنوان البريدي", "Extended" => "إضافة", "Street" => "شارع", @@ -25,8 +40,25 @@ "Zipcode" => "رقم المنطقة", "Country" => "البلد", "Create Contact" => "أضف شخص ", +"Choose active Address Books" => "أختر كتاب العناوين الفعال", +"New Address Book" => "كتاب عناوين جديد", +"CardDav Link" => "وصلة CardDav", +"Download" => "انزال", "Edit" => "تعديل", "Delete" => "حذف", +"Download contact" => "انزال المعرفه", +"Delete contact" => "امحي المعرفه", +"Add" => "أدخل", +"New Addressbook" => "كتاب عناوين جديد", +"Edit Addressbook" => "عدل كتاب العناوين", +"Displayname" => "الاسم المعروض", +"Active" => "فعال", +"Save" => "حفظ", +"Submit" => "ارسال", +"Cancel" => "الغاء", "Birthday" => "تاريخ الميلاد", -"Phone" => "الهاتف" +"Preferred" => "مفضل", +"Phone" => "الهاتف", +"Update" => "تعديل", +"CardDAV syncing address:" => "CardDAV مزامنه العناوين:" ); diff --git a/apps/contacts/l10n/ja_JP.php b/apps/contacts/l10n/ja_JP.php index b0ad16d0ae2..e8417562b86 100644 --- a/apps/contacts/l10n/ja_JP.php +++ b/apps/contacts/l10n/ja_JP.php @@ -1,4 +1,15 @@ "電話帳の有効/無効化に失敗しました。", +"There was an error adding the contact." => "連絡先の追加でエラーが発生しました。", +"Cannot add empty property." => "項目の新規追加に失敗しました。", +"At least one of the address fields has to be filled out." => "アドレス項目の1つは記入して下さい。", +"Error adding contact property." => "連絡先の追加に失敗しました。", +"Error adding addressbook." => "電話帳の追加に失敗しました。", +"Error activating addressbook." => "電話帳の有効化に失敗しました。", +"Error deleting contact property." => "連絡先の削除に失敗しました。", +"Error updating contact property." => "連絡先の更新に失敗しました。", +"Error updating addressbook." => "電話帳の更新に失敗しました。", +"Contacts" => "連絡先", "This is not your addressbook." => "これはあなたの電話帳ではありません。", "Contact could not be found." => "連絡先を見つける事ができません。", "Information about vCard is incorrect. Please reload the page." => "vCardの情報に誤りがあります。ページをリロードして下さい。", @@ -14,9 +25,13 @@ "Fax" => "FAX", "Video" => "テレビ電話", "Pager" => "ポケベル", +"Contact" => "連絡先", "This is not your contact." => "あなたの連絡先ではありません。", "Add Contact" => "連絡先の追加", +"Addressbooks" => "電話帳", +"Addressbook" => "電話帳", "Name" => "氏名", +"Type" => "種類", "PO Box" => "私書箱", "Extended" => "拡張番地", "Street" => "街路番地", @@ -25,8 +40,25 @@ "Zipcode" => "郵便番号", "Country" => "国名", "Create Contact" => "追加", +"Choose active Address Books" => "有効な電話帳の選択", +"New Address Book" => "新規電話帳", +"CardDav Link" => "CardDAV リンク", +"Download" => "ダウンロード", "Edit" => "編集", "Delete" => "削除", +"Download contact" => "連絡先のダウンロード", +"Delete contact" => "連絡先の削除", +"Add" => "追加", +"New Addressbook" => "電話帳の新規作成", +"Edit Addressbook" => "電話帳の編集", +"Displayname" => "表示名", +"Active" => "アクティブ", +"Save" => "保存", +"Submit" => "送信", +"Cancel" => "取り消し", "Birthday" => "生年月日", -"Phone" => "電話番号" +"Preferred" => "推奨", +"Phone" => "電話番号", +"Update" => "更新", +"CardDAV syncing address:" => "CardDAV 同期アドレス:" ); diff --git a/apps/contacts/l10n/th_TH.php b/apps/contacts/l10n/th_TH.php index 63a77cc423a..06e103bc320 100644 --- a/apps/contacts/l10n/th_TH.php +++ b/apps/contacts/l10n/th_TH.php @@ -42,6 +42,7 @@ "Create Contact" => "สร้างข้อมูลการติดต่อใหม่", "Choose active Address Books" => "เลือกสมุดบันทึกข้อมูลติดต่อที่ต้องการใช้งาน", "New Address Book" => "สร้างสมุดบันทึกข้อมูลการติดต่อใหม่", +"CardDav Link" => "ลิงค์ CardDav", "Download" => "ดาวน์โหลด", "Edit" => "แก้ไข", "Delete" => "ลบ", @@ -56,6 +57,8 @@ "Submit" => "ส่งข้อมูล", "Cancel" => "ยกเลิก", "Birthday" => "วันเกิด", +"Preferred" => "พิเศษ", "Phone" => "โทรศัพท์", -"Update" => "อัพเดท" +"Update" => "อัพเดท", +"CardDAV syncing address:" => "ที่อยู่ในการเชื่อมข้อมูลกับระบบบันทึกที่อยู่ CardDAV:" ); diff --git a/apps/gallery/l10n/ar.php b/apps/gallery/l10n/ar.php index d0c7d22316a..64eec0f735d 100644 --- a/apps/gallery/l10n/ar.php +++ b/apps/gallery/l10n/ar.php @@ -1,5 +1,10 @@ "معرض صور", +"Scanning directories" => "بحث في المجلدات", +"No photos found" => "لم يتم العثور على صور", +"Creating thumbnails" => "صناعة مصغرات", +"Do you wan't to remove album" => "هل تريد محي الالبوم", +"Input new gallery name" => "أدخل اسم معرض جديد", "Rescan" => "اعادة البحث", "Back" => "رجوع" ); diff --git a/apps/gallery/l10n/ca.php b/apps/gallery/l10n/ca.php index 119562324f4..39463a055e4 100644 --- a/apps/gallery/l10n/ca.php +++ b/apps/gallery/l10n/ca.php @@ -1,6 +1,7 @@ "Galeria", "Scanning directories" => "S'estan escanejant carpetes", +"No photos found" => "No s'han trobat fotos", "Creating thumbnails" => "S'estan creant miniatures", "Do you wan't to remove album" => "Voleu eliminar l'àlbum", "Input new gallery name" => "Escriviu el nom nou de la galeria", diff --git a/apps/gallery/l10n/cs_CZ.php b/apps/gallery/l10n/cs_CZ.php index af70a364048..446374389ad 100644 --- a/apps/gallery/l10n/cs_CZ.php +++ b/apps/gallery/l10n/cs_CZ.php @@ -1,5 +1,10 @@ "Galerie", +"Scanning directories" => "Prohledávám adresáře", +"No photos found" => "Nenalezeny žádné fotky", +"Creating thumbnails" => "Vytvářím náhledy", +"Do you wan't to remove album" => "Chcete odstranit album?", +"Input new gallery name" => "Zadejte nový název galerie", "Rescan" => "Opakované prohledání", "Back" => "Zpět" ); diff --git a/apps/gallery/l10n/da.php b/apps/gallery/l10n/da.php index b9d11701f8e..713ffdbadc9 100644 --- a/apps/gallery/l10n/da.php +++ b/apps/gallery/l10n/da.php @@ -1,6 +1,7 @@ "Galleri", "Scanning directories" => "Gennemgår mapper", +"No photos found" => "Ingen billeder fundet", "Creating thumbnails" => "Danner miniaturer", "Do you wan't to remove album" => "Ønsker du at fjerne albummet", "Input new gallery name" => "Indtast navn på nyt galleri", diff --git a/apps/gallery/l10n/de.php b/apps/gallery/l10n/de.php index b229c96ac8e..e72df4e5cb0 100644 --- a/apps/gallery/l10n/de.php +++ b/apps/gallery/l10n/de.php @@ -1,6 +1,7 @@ "Galerie", "Scanning directories" => "Ordner werden durchsucht.", +"No photos found" => "Keine Fotos gefunden", "Creating thumbnails" => "Thumbnails werden erstellt.", "Do you wan't to remove album" => "Soll das Album entfernt werden?", "Input new gallery name" => "Gib den Albumnamen ein.", diff --git a/apps/gallery/l10n/es.php b/apps/gallery/l10n/es.php index 4da953af430..96cee7b1d8b 100644 --- a/apps/gallery/l10n/es.php +++ b/apps/gallery/l10n/es.php @@ -1,6 +1,7 @@ "Galería", "Scanning directories" => "Escaneando directorios", +"No photos found" => "No se encontraron fotos", "Creating thumbnails" => "Creando miniaturas", "Do you wan't to remove album" => "Quieres eliminar el álbum", "Input new gallery name" => "Introduce el nuevo nombre de la galería", diff --git a/apps/gallery/l10n/it.php b/apps/gallery/l10n/it.php index 0f95cc3af66..789940f0e78 100644 --- a/apps/gallery/l10n/it.php +++ b/apps/gallery/l10n/it.php @@ -1,5 +1,10 @@ "Galleria", +"Scanning directories" => "Analisi cartelle in corso", +"No photos found" => "Nessuna foto trovata", +"Creating thumbnails" => "Creazione anteprime in corso", +"Do you wan't to remove album" => "Vuoi rimuovere l'album", +"Input new gallery name" => "Inserisci il nome della nuova galleria", "Rescan" => "Rileggi", "Back" => "Indietro" ); diff --git a/apps/gallery/l10n/ja_JP.php b/apps/gallery/l10n/ja_JP.php new file mode 100644 index 00000000000..20916cca85a --- /dev/null +++ b/apps/gallery/l10n/ja_JP.php @@ -0,0 +1,10 @@ + "ギャラリー", +"Scanning directories" => "ディレクトリをスキャン中", +"No photos found" => "写真が見つかりませんでした", +"Creating thumbnails" => "サムネイルを作成中", +"Do you wan't to remove album" => "アルバムを削除しますか", +"Input new gallery name" => "新しいギャラリー名を作る", +"Rescan" => "再スキャン", +"Back" => "戻る" +); diff --git a/apps/gallery/l10n/pl.php b/apps/gallery/l10n/pl.php index 0b2bf9f3ccb..20baaf713ab 100644 --- a/apps/gallery/l10n/pl.php +++ b/apps/gallery/l10n/pl.php @@ -1,6 +1,7 @@ "Galeria", "Scanning directories" => "Skanuje katalogi", +"No photos found" => "Nie znaleziono zdjęć", "Creating thumbnails" => "Tworzenie miniatur", "Do you wan't to remove album" => "Czy chcesz usunąć album", "Input new gallery name" => "Wprowadź nową nazwę galerii", diff --git a/apps/gallery/l10n/sk_SK.php b/apps/gallery/l10n/sk_SK.php index d8ae41af96e..26301562cfd 100644 --- a/apps/gallery/l10n/sk_SK.php +++ b/apps/gallery/l10n/sk_SK.php @@ -1,5 +1,10 @@ "Galéria", +"Scanning directories" => "Prehľadávam priečinky", +"No photos found" => "Neboli nájdené žiadne fotografie", +"Creating thumbnails" => "Vytváram náhľady", +"Do you wan't to remove album" => "Chcete odstrániť album", +"Input new gallery name" => "Vložte meno novej galérie", "Rescan" => "Znovu oskenovať", "Back" => "Späť" ); diff --git a/apps/gallery/l10n/th_TH.php b/apps/gallery/l10n/th_TH.php index 8c729856488..fa6c84f03dc 100644 --- a/apps/gallery/l10n/th_TH.php +++ b/apps/gallery/l10n/th_TH.php @@ -1,5 +1,10 @@ "แกลอรี่", +"Scanning directories" => "กำลังสแกนไดเร็กทอรี่", +"No photos found" => "ไม่พบรูปภาพที่ต้องการ", +"Creating thumbnails" => "การสร้างรูปขนาดย่อ", +"Do you wan't to remove album" => "คุณต้องการลบอัลบั้มนี้ออกหรือไม่", +"Input new gallery name" => "กรอกชื่อแกลอรี่ใหม่", "Rescan" => "ตรวจสอบอีกครั้ง", "Back" => "ย้อนกลับ" ); diff --git a/core/l10n/ca.php b/core/l10n/ca.php index 70bec66ff56..5a28b80760c 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -27,7 +27,7 @@ "Database name" => "Nom de la base de dades", "Database host" => "Ordinador central de la base de dades", "Finish setup" => "Acaba la configuració", -"web services under your control" => "tingueu el control dels serveis web", +"web services under your control" => "controleu els vostres serveis web", "Log out" => "Sortir", "Settings" => "Arranjament", "Lost your password?" => "Heu perdut la contrasenya?", diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index ae2b47253cc..3584bf6732b 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -1,10 +1,13 @@ "Owncloud のパスワードをリセット", +"Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}", "You will receive a link to reset your password via Email." => "パスワードをリセットするリンクがメールで届きます。", "Requested" => "送信されました", "Login failed!" => "ログインに失敗しました。", "Username" => "ユーザ名", "Request reset" => "リセットを要求する。", "Your password was reset" => "あなたのパスワードはリセットされました。", +"To login page" => "ログインページへ戻る", "New password" => "新しいパスワードを入力", "Reset password" => "パスワードをリセット", "Personal" => "個人設定", @@ -24,10 +27,12 @@ "Database name" => "データベース名", "Database host" => "データベースのホスト名", "Finish setup" => "セットアップを完了します", +"web services under your control" => "管理下にあるウェブサービス", "Log out" => "ログアウト", "Settings" => "設定", "Lost your password?" => "パスワードがわからなくなりましたか?", "remember" => "パスワードを記憶する", +"Log in" => "ログイン", "You are logged out." => "ログアウトしました。", "prev" => "前", "next" => "次" diff --git a/files/l10n/ia.php b/files/l10n/ia.php index 852fb8794ac..8753b871c9e 100644 --- a/files/l10n/ia.php +++ b/files/l10n/ia.php @@ -3,6 +3,9 @@ "No file was uploaded" => "Nulle file esseva incargate", "Files" => "Files", "Maximum upload size" => "Dimension maxime de incargamento", +"New" => "Nove", +"Text file" => "File de texto", +"Folder" => "Dossier", "Upload" => "Incargar", "Nothing in here. Upload something!" => "Nihil hic. Incarga alcun cosa!", "Name" => "Nomine", diff --git a/files/l10n/ja_JP.php b/files/l10n/ja_JP.php index d41e7e119a2..24c4e36ee6e 100644 --- a/files/l10n/ja_JP.php +++ b/files/l10n/ja_JP.php @@ -7,6 +7,10 @@ "Missing a temporary folder" => "テンポラリフォルダが見つかりません", "Files" => "ファイル", "Maximum upload size" => "最大アップロードサイズ", +"New" => "新規作成", +"Text file" => "テキストファイル", +"Folder" => "フォルダ", +"From the web" => "ウェブ経由", "Upload" => "アップロード", "Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。", "Name" => "名前", diff --git a/l10n/ar/calendar.po b/l10n/ar/calendar.po index ae7fed1101f..4ba4f72625d 100644 --- a/l10n/ar/calendar.po +++ b/l10n/ar/calendar.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# , 2011. +# , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-15 14:44+0100\n" -"PO-Revision-Date: 2012-01-15 13:45+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-16 17:31+0100\n" +"PO-Revision-Date: 2012-01-25 09:22+0000\n" +"Last-Translator: blackcoder \n" "Language-Team: Arabic (http://www.transifex.net/projects/p/owncloud/team/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +20,7 @@ msgstr "" #: ajax/guesstimezone.php:42 msgid "New Timezone:" -msgstr "" +msgstr "التوقيت الجديد" #: ajax/settimezone.php:22 msgid "Timezone changed" @@ -129,143 +129,143 @@ msgstr "سنوي" #: lib/object.php:366 msgid "never" -msgstr "" +msgstr "بتاتا" #: lib/object.php:367 msgid "by occurrences" -msgstr "" +msgstr "حسب تسلسل الحدوث" #: lib/object.php:368 msgid "by date" -msgstr "" +msgstr "حسب التاريخ" #: lib/object.php:375 msgid "by monthday" -msgstr "" +msgstr "حسب يوم الشهر" #: lib/object.php:376 msgid "by weekday" -msgstr "" +msgstr "حسب يوم الاسبوع" #: lib/object.php:383 templates/lAfix.php:3 msgid "Monday" -msgstr "" +msgstr "الأثنين" #: lib/object.php:384 templates/lAfix.php:4 msgid "Tuesday" -msgstr "" +msgstr "الثلاثاء" #: lib/object.php:385 templates/lAfix.php:5 msgid "Wednesday" -msgstr "" +msgstr "الاربعاء" #: lib/object.php:386 templates/lAfix.php:6 msgid "Thursday" -msgstr "" +msgstr "الخميس" #: lib/object.php:387 templates/lAfix.php:7 msgid "Friday" -msgstr "" +msgstr "الجمعه" #: lib/object.php:388 templates/lAfix.php:8 msgid "Saturday" -msgstr "" +msgstr "السبت" #: lib/object.php:389 templates/lAfix.php:2 msgid "Sunday" -msgstr "" +msgstr "الاحد" #: lib/object.php:396 msgid "events week of month" -msgstr "" +msgstr "الاحداث باسبوع الشهر" #: lib/object.php:397 msgid "first" -msgstr "" +msgstr "أول" #: lib/object.php:398 msgid "second" -msgstr "" +msgstr "ثاني" #: lib/object.php:399 msgid "third" -msgstr "" +msgstr "ثالث" #: lib/object.php:400 msgid "fourth" -msgstr "" +msgstr "رابع" #: lib/object.php:401 msgid "fifth" -msgstr "" +msgstr "خامس" #: lib/object.php:402 msgid "last" -msgstr "" +msgstr "أخير" #: lib/object.php:424 templates/lAfix.php:16 msgid "January" -msgstr "" +msgstr "كانون الثاني" #: lib/object.php:425 templates/lAfix.php:17 msgid "February" -msgstr "" +msgstr "شباط" #: lib/object.php:426 templates/lAfix.php:18 msgid "March" -msgstr "" +msgstr "آذار" #: lib/object.php:427 templates/lAfix.php:19 msgid "April" -msgstr "" +msgstr "نيسان" #: lib/object.php:428 templates/lAfix.php:20 msgid "May" -msgstr "" +msgstr "أيار" #: lib/object.php:429 templates/lAfix.php:21 msgid "June" -msgstr "" +msgstr "حزيران" #: lib/object.php:430 templates/lAfix.php:22 msgid "July" -msgstr "" +msgstr "تموز" #: lib/object.php:431 templates/lAfix.php:23 msgid "August" -msgstr "" +msgstr "آب" #: lib/object.php:432 templates/lAfix.php:24 msgid "September" -msgstr "" +msgstr "أيلول" #: lib/object.php:433 templates/lAfix.php:25 msgid "October" -msgstr "" +msgstr "تشرين الاول" #: lib/object.php:434 templates/lAfix.php:26 msgid "November" -msgstr "" +msgstr "تشرين الثاني" #: lib/object.php:435 templates/lAfix.php:27 msgid "December" -msgstr "" +msgstr "كانون الاول" #: lib/object.php:441 msgid "by events date" -msgstr "" +msgstr "حسب تاريخ الحدث" #: lib/object.php:442 msgid "by yearday(s)" -msgstr "" +msgstr "حسب يوم السنه" #: lib/object.php:443 msgid "by weeknumber(s)" -msgstr "" +msgstr "حسب رقم الاسبوع" #: lib/object.php:444 msgid "by day and month" -msgstr "" +msgstr "حسب اليوم و الشهر" #: lib/object.php:467 msgid "Not an array" @@ -273,11 +273,11 @@ msgstr "ليس صفيف" #: lib/search.php:32 lib/search.php:34 lib/search.php:37 msgid "Date" -msgstr "" +msgstr "تاريخ" #: lib/search.php:40 msgid "Cal." -msgstr "" +msgstr "تقويم" #: templates/calendar.php:10 msgid "All day" @@ -341,79 +341,79 @@ msgstr "لم يتم قراءة الملف بنجاح." #: templates/lAfix.php:9 msgid "Sun." -msgstr "" +msgstr "أحد" #: templates/lAfix.php:10 msgid "Mon." -msgstr "" +msgstr "أثن." #: templates/lAfix.php:11 msgid "Tue." -msgstr "" +msgstr "ثلا." #: templates/lAfix.php:12 msgid "Wed." -msgstr "" +msgstr "أرب." #: templates/lAfix.php:13 msgid "Thu." -msgstr "" +msgstr "خمي." #: templates/lAfix.php:14 msgid "Fri." -msgstr "" +msgstr "جمع." #: templates/lAfix.php:15 msgid "Sat." -msgstr "" +msgstr "سبت" #: templates/lAfix.php:28 msgid "Jan." -msgstr "" +msgstr "ك2" #: templates/lAfix.php:29 msgid "Feb." -msgstr "" +msgstr "شبا." #: templates/lAfix.php:30 msgid "Mar." -msgstr "" +msgstr "اذار" #: templates/lAfix.php:31 msgid "Apr." -msgstr "" +msgstr "نيس." #: templates/lAfix.php:32 msgid "May." -msgstr "" +msgstr "أيا." #: templates/lAfix.php:33 msgid "Jun." -msgstr "" +msgstr "حزي." #: templates/lAfix.php:34 msgid "Jul." -msgstr "" +msgstr "تمو." #: templates/lAfix.php:35 msgid "Aug." -msgstr "" +msgstr "آب" #: templates/lAfix.php:36 msgid "Sep." -msgstr "" +msgstr "أيل." #: templates/lAfix.php:37 msgid "Oct." -msgstr "" +msgstr "ت1" #: templates/lAfix.php:38 msgid "Nov." -msgstr "" +msgstr "ت2" #: templates/lAfix.php:39 msgid "Dec." -msgstr "" +msgstr "ك1" #: templates/part.choosecalendar.php:1 msgid "Choose active calendars" @@ -516,47 +516,47 @@ msgstr "إعادة" #: templates/part.eventform.php:68 msgid "Advanced" -msgstr "" +msgstr "تعديلات متقدمه" #: templates/part.eventform.php:112 msgid "Select weekdays" -msgstr "" +msgstr "اختر ايام الاسبوع" #: templates/part.eventform.php:125 templates/part.eventform.php:138 msgid "Select days" -msgstr "" +msgstr "اختر الايام" #: templates/part.eventform.php:130 msgid "and the events day of year." -msgstr "" +msgstr "و التواريخ حسب يوم السنه." #: templates/part.eventform.php:143 msgid "and the events day of month." -msgstr "" +msgstr "و الاحداث حسب يوم الشهر." #: templates/part.eventform.php:151 msgid "Select months" -msgstr "" +msgstr "اختر الاشهر" #: templates/part.eventform.php:164 msgid "Select weeks" -msgstr "" +msgstr "اختر الاسابيع" #: templates/part.eventform.php:169 msgid "and the events week of year." -msgstr "" +msgstr "و الاحداث حسب اسبوع السنه" #: templates/part.eventform.php:175 msgid "Interval" -msgstr "" +msgstr "المده الفاصله" #: templates/part.eventform.php:181 msgid "End" -msgstr "" +msgstr "نهايه" #: templates/part.eventform.php:193 msgid "occurrences" -msgstr "" +msgstr "الاحداث" #: templates/part.eventform.php:208 msgid "Location" @@ -576,7 +576,7 @@ msgstr "وصف الحدث" #: templates/part.import.php:1 msgid "Import a calendar file" -msgstr "" +msgstr "أدخل ملف التقويم" #: templates/part.import.php:6 msgid "Please choose the calendar" @@ -584,11 +584,11 @@ msgstr "الرجاء إختر الجدول الزمني" #: templates/part.import.php:10 msgid "create a new calendar" -msgstr "" +msgstr "انشاء جدول زمني جديد" #: templates/part.import.php:15 msgid "Name of new calendar" -msgstr "" +msgstr "أسم الجدول الزمني الجديد" #: templates/part.import.php:17 msgid "Import" @@ -596,15 +596,15 @@ msgstr "إدخال" #: templates/part.import.php:20 msgid "Importing calendar" -msgstr "" +msgstr "يتم ادخال الجدول الزمني" #: templates/part.import.php:23 msgid "Calendar imported successfully" -msgstr "" +msgstr "تم ادخال الجدول الزمني بنجاح" #: templates/part.import.php:24 msgid "Close Dialog" -msgstr "" +msgstr "أغلق الحوار" #: templates/part.newevent.php:1 msgid "Create a new event" @@ -616,7 +616,7 @@ msgstr "المنطقة الزمنية" #: templates/settings.php:30 msgid "Check always for changes of the timezone" -msgstr "" +msgstr "راقب دائما تغير التقويم الزمني" #: templates/settings.php:32 msgid "Timeformat" diff --git a/l10n/ar/contacts.po b/l10n/ar/contacts.po index 04c2630a1aa..311b3f93b6d 100644 --- a/l10n/ar/contacts.po +++ b/l10n/ar/contacts.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# , 2011. +# , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-25 09:34+0000\n" +"Last-Translator: blackcoder \n" "Language-Team: Arabic (http://www.transifex.net/projects/p/owncloud/team/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,47 +20,47 @@ msgstr "" #: ajax/activation.php:17 ajax/updateaddressbook.php:26 msgid "Error (de)activating addressbook." -msgstr "" +msgstr "خطء خلال توقيف كتاب العناوين." #: ajax/addcard.php:79 msgid "There was an error adding the contact." -msgstr "" +msgstr "خطء خلال اضافة معرفه جديده." #: ajax/addproperty.php:39 msgid "Cannot add empty property." -msgstr "" +msgstr "لا يمكنك اضافه صفه خاليه." #: ajax/addproperty.php:51 msgid "At least one of the address fields has to be filled out." -msgstr "" +msgstr "يجب ملء على الاقل خانه واحده من العنوان." #: ajax/addproperty.php:78 msgid "Error adding contact property." -msgstr "" +msgstr "خطء خلال اضافة صفة المعرفه." #: ajax/createaddressbook.php:20 msgid "Error adding addressbook." -msgstr "" +msgstr "خطء خلال اضافة كتاب عناوين." #: ajax/createaddressbook.php:26 msgid "Error activating addressbook." -msgstr "" +msgstr "خطء خلال تفعيل كتاب العناوين." #: ajax/deleteproperty.php:40 msgid "Error deleting contact property." -msgstr "" +msgstr "خطء خلال محي الصفه." #: ajax/setproperty.php:79 msgid "Error updating contact property." -msgstr "" +msgstr "خطء خلال تعديل الصفه." #: ajax/updateaddressbook.php:20 msgid "Error updating addressbook." -msgstr "" +msgstr "خطء خلال تعديل كتاب العناوين" #: appinfo/app.php:21 templates/settings.php:3 msgid "Contacts" -msgstr "" +msgstr "المعارف" #: lib/app.php:52 msgid "This is not your addressbook." @@ -127,7 +127,7 @@ msgstr "الرنان" #: lib/search.php:22 msgid "Contact" -msgstr "" +msgstr "معرفه" #: photo.php:42 msgid "This is not your contact." @@ -139,11 +139,11 @@ msgstr "أضف شخص " #: templates/index.php:7 msgid "Addressbooks" -msgstr "" +msgstr "كتب العناوين" #: templates/part.addcardform.php:8 msgid "Addressbook" -msgstr "" +msgstr "كتاب العناوين" #: templates/part.addcardform.php:21 msgid "Name" @@ -153,7 +153,7 @@ msgstr "الاسم" #: templates/part.details.php:79 templates/part.setpropertyform.php:10 #: templates/part.setpropertyform.php:47 msgid "Type" -msgstr "" +msgstr "نوع" #: templates/part.addcardform.php:65 templates/part.details.php:49 #: templates/part.setpropertyform.php:16 @@ -196,20 +196,20 @@ msgstr "أضف شخص " #: templates/part.chooseaddressbook.php:1 msgid "Choose active Address Books" -msgstr "" +msgstr "أختر كتاب العناوين الفعال" #: templates/part.chooseaddressbook.php:16 msgid "New Address Book" -msgstr "" +msgstr "كتاب عناوين جديد" #: templates/part.chooseaddressbook.php:21 #: templates/part.chooseaddressbook.rowfields.php:5 msgid "CardDav Link" -msgstr "" +msgstr "وصلة CardDav" #: templates/part.chooseaddressbook.rowfields.php:5 msgid "Download" -msgstr "" +msgstr "انزال" #: templates/part.chooseaddressbook.rowfields.php:5 msgid "Edit" @@ -221,43 +221,43 @@ msgstr "حذف" #: templates/part.details.php:3 msgid "Download contact" -msgstr "" +msgstr "انزال المعرفه" #: templates/part.details.php:4 msgid "Delete contact" -msgstr "" +msgstr "امحي المعرفه" #: templates/part.details.php:34 msgid "Add" -msgstr "" +msgstr "أدخل" #: templates/part.editaddressbook.php:9 msgid "New Addressbook" -msgstr "" +msgstr "كتاب عناوين جديد" #: templates/part.editaddressbook.php:9 msgid "Edit Addressbook" -msgstr "" +msgstr "عدل كتاب العناوين" #: templates/part.editaddressbook.php:12 msgid "Displayname" -msgstr "" +msgstr "الاسم المعروض" #: templates/part.editaddressbook.php:23 msgid "Active" -msgstr "" +msgstr "فعال" #: templates/part.editaddressbook.php:29 msgid "Save" -msgstr "" +msgstr "حفظ" #: templates/part.editaddressbook.php:29 msgid "Submit" -msgstr "" +msgstr "ارسال" #: templates/part.editaddressbook.php:30 msgid "Cancel" -msgstr "" +msgstr "الغاء" #: templates/part.property.php:3 msgid "Birthday" @@ -265,7 +265,7 @@ msgstr "تاريخ الميلاد" #: templates/part.property.php:23 msgid "Preferred" -msgstr "" +msgstr "مفضل" #: templates/part.property.php:23 templates/part.setpropertyform.php:45 msgid "Phone" @@ -273,10 +273,10 @@ msgstr "الهاتف" #: templates/part.setpropertyform.php:57 msgid "Update" -msgstr "" +msgstr "تعديل" #: templates/settings.php:4 msgid "CardDAV syncing address:" -msgstr "" +msgstr "CardDAV مزامنه العناوين:" diff --git a/l10n/ar/gallery.po b/l10n/ar/gallery.po index e423011a523..10a1f69b9ee 100644 --- a/l10n/ar/gallery.po +++ b/l10n/ar/gallery.po @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-25 09:38+0000\n" +"Last-Translator: blackcoder \n" "Language-Team: Arabic (http://www.transifex.net/projects/p/owncloud/team/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,23 +24,23 @@ msgstr "معرض صور" #: js/album_cover.js:40 msgid "Scanning directories" -msgstr "" +msgstr "بحث في المجلدات" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "لم يتم العثور على صور" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "صناعة مصغرات" #: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "هل تريد محي الالبوم" #: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" +msgstr "أدخل اسم معرض جديد" #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index b7ae3c7b985..fe46bfd2d20 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-20 16:49+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-25 09:39+0000\n" +"Last-Translator: blackcoder \n" "Language-Team: Arabic (http://www.transifex.net/projects/p/owncloud/team/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,7 +37,7 @@ msgstr "تم تغيير اللغة" #: personal.php:36 personal.php:37 msgid "__language_name__" -msgstr "" +msgstr "__language_name__" #: templates/admin.php:13 msgid "Log level" diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 28fb5cde0e5..093f9097f1a 100644 --- a/l10n/ca/core.po +++ b/l10n/ca/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-17 08:21+0000\n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-24 14:38+0000\n" "Last-Translator: rogerc \n" "Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n" "MIME-Version: 1.0\n" @@ -134,7 +134,7 @@ msgstr "Acaba la configuració" #: templates/layout.guest.php:35 msgid "web services under your control" -msgstr "tingueu el control dels serveis web" +msgstr "controleu els vostres serveis web" #: templates/layout.user.php:34 msgid "Log out" diff --git a/l10n/ca/gallery.po b/l10n/ca/gallery.po index 4beba794f42..c452a3c3764 100644 --- a/l10n/ca/gallery.po +++ b/l10n/ca/gallery.po @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-24 08:21+0000\n" +"Last-Translator: rogerc \n" "Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7 +28,7 @@ msgstr "S'estan escanejant carpetes" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "No s'han trobat fotos" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" diff --git a/l10n/cs_CZ/gallery.po b/l10n/cs_CZ/gallery.po index 2c93e04ef97..9a7a46c1865 100644 --- a/l10n/cs_CZ/gallery.po +++ b/l10n/cs_CZ/gallery.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Jan Krejci , 2012. # Martin , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-24 21:39+0000\n" +"Last-Translator: Jan Krejci \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,23 +25,23 @@ msgstr "Galerie" #: js/album_cover.js:40 msgid "Scanning directories" -msgstr "" +msgstr "Prohledávám adresáře" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "Nenalezeny žádné fotky" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "Vytvářím náhledy" #: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Chcete odstranit album?" #: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" +msgstr "Zadejte nový název galerie" #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index c050e9a5413..30df2ed9645 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -4,15 +4,15 @@ # # Translators: # , 2012. -# Jan Krejci , 2011. +# Jan Krejci , 2011, 2012. # Martin , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-20 17:48+0100\n" -"PO-Revision-Date: 2012-01-18 22:30+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-24 21:42+0000\n" +"Last-Translator: Jan Krejci \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +38,7 @@ msgstr "Jazyk byl změněn" #: personal.php:36 personal.php:37 msgid "__language_name__" -msgstr "" +msgstr "Česky" #: templates/admin.php:13 msgid "Log level" diff --git a/l10n/da/gallery.po b/l10n/da/gallery.po index 4833f709fb3..ebc0e072ceb 100644 --- a/l10n/da/gallery.po +++ b/l10n/da/gallery.po @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-24 08:34+0000\n" +"Last-Translator: Morten Juhl-Johansen Zölde-Fejér \n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7 +28,7 @@ msgstr "Gennemgår mapper" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "Ingen billeder fundet" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" diff --git a/l10n/da/settings.po b/l10n/da/settings.po index 1cba59ed7e5..4e8a3c7fffd 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:25+0100\n" -"PO-Revision-Date: 2012-01-21 23:05+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-24 08:35+0000\n" +"Last-Translator: Morten Juhl-Johansen Zölde-Fejér \n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,7 +39,7 @@ msgstr "Sprog ændret" #: personal.php:36 personal.php:37 msgid "__language_name__" -msgstr "" +msgstr "Dansk" #: templates/admin.php:13 msgid "Log level" diff --git a/l10n/de/gallery.po b/l10n/de/gallery.po index 648a6b28549..b805076b5d5 100644 --- a/l10n/de/gallery.po +++ b/l10n/de/gallery.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-25 19:47+0000\n" +"Last-Translator: Bartek \n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,7 +29,7 @@ msgstr "Ordner werden durchsucht." #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "Keine Fotos gefunden" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" diff --git a/l10n/es/gallery.po b/l10n/es/gallery.po index 99cae8f48b2..602efbef7db 100644 --- a/l10n/es/gallery.po +++ b/l10n/es/gallery.po @@ -3,14 +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://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-24 19:28+0000\n" +"Last-Translator: juanman \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7 +29,7 @@ msgstr "Escaneando directorios" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "No se encontraron fotos" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" diff --git a/l10n/ia/files.po b/l10n/ia/files.po index 8ecc6217302..8bfa363a1ba 100644 --- a/l10n/ia/files.po +++ b/l10n/ia/files.po @@ -4,13 +4,14 @@ # # Translators: # Emilio Sepúlveda , 2011. +# Emilio Sepúlveda , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-11 00:19+0100\n" -"PO-Revision-Date: 2012-01-10 23:43+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-26 02:10+0000\n" +"Last-Translator: Emilio Sepúlveda \n" "Language-Team: Interlingua (http://www.transifex.net/projects/p/owncloud/team/ia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -54,15 +55,15 @@ msgstr "Dimension maxime de incargamento" #: templates/index.php:7 msgid "New" -msgstr "" +msgstr "Nove" #: templates/index.php:10 msgid "Text file" -msgstr "" +msgstr "File de texto" #: templates/index.php:11 msgid "Folder" -msgstr "" +msgstr "Dossier" #: templates/index.php:12 msgid "From the web" diff --git a/l10n/it/gallery.po b/l10n/it/gallery.po index 50384155abb..c719316b9c5 100644 --- a/l10n/it/gallery.po +++ b/l10n/it/gallery.po @@ -4,13 +4,14 @@ # # Translators: # , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-26 21:13+0000\n" +"Last-Translator: ufic \n" "Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,23 +25,23 @@ msgstr "Galleria" #: js/album_cover.js:40 msgid "Scanning directories" -msgstr "" +msgstr "Analisi cartelle in corso" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "Nessuna foto trovata" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "Creazione anteprime in corso" #: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Vuoi rimuovere l'album" #: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" +msgstr "Inserisci il nome della nuova galleria" #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po index fc03639a996..76d8d431e9e 100644 --- a/l10n/ja_JP/calendar.po +++ b/l10n/ja_JP/calendar.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-15 14:44+0100\n" -"PO-Revision-Date: 2012-01-15 13:45+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-16 17:31+0100\n" +"PO-Revision-Date: 2012-01-25 13:53+0000\n" +"Last-Translator: nn nn \n" "Language-Team: Japanese (Japan) (http://www.transifex.net/projects/p/owncloud/team/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +19,7 @@ msgstr "" #: ajax/guesstimezone.php:42 msgid "New Timezone:" -msgstr "" +msgstr "新しいタイムゾーン:" #: ajax/settimezone.php:22 msgid "Timezone changed" @@ -128,143 +128,143 @@ msgstr "毎年" #: lib/object.php:366 msgid "never" -msgstr "" +msgstr "無し" #: lib/object.php:367 msgid "by occurrences" -msgstr "" +msgstr "回数で指定" #: lib/object.php:368 msgid "by date" -msgstr "" +msgstr "日付で指定" #: lib/object.php:375 msgid "by monthday" -msgstr "" +msgstr "日にちで指定" #: lib/object.php:376 msgid "by weekday" -msgstr "" +msgstr "曜日で指定" #: lib/object.php:383 templates/lAfix.php:3 msgid "Monday" -msgstr "" +msgstr "月曜日" #: lib/object.php:384 templates/lAfix.php:4 msgid "Tuesday" -msgstr "" +msgstr "火曜日" #: lib/object.php:385 templates/lAfix.php:5 msgid "Wednesday" -msgstr "" +msgstr "水曜日" #: lib/object.php:386 templates/lAfix.php:6 msgid "Thursday" -msgstr "" +msgstr "木曜日" #: lib/object.php:387 templates/lAfix.php:7 msgid "Friday" -msgstr "" +msgstr "金曜日" #: lib/object.php:388 templates/lAfix.php:8 msgid "Saturday" -msgstr "" +msgstr "土曜日" #: lib/object.php:389 templates/lAfix.php:2 msgid "Sunday" -msgstr "" +msgstr "日曜日" #: lib/object.php:396 msgid "events week of month" -msgstr "" +msgstr "予定のある週を指定" #: lib/object.php:397 msgid "first" -msgstr "" +msgstr "1週目" #: lib/object.php:398 msgid "second" -msgstr "" +msgstr "2週目" #: lib/object.php:399 msgid "third" -msgstr "" +msgstr "3週目" #: lib/object.php:400 msgid "fourth" -msgstr "" +msgstr "4週目" #: lib/object.php:401 msgid "fifth" -msgstr "" +msgstr "5週目" #: lib/object.php:402 msgid "last" -msgstr "" +msgstr "最終週" #: lib/object.php:424 templates/lAfix.php:16 msgid "January" -msgstr "" +msgstr "1月" #: lib/object.php:425 templates/lAfix.php:17 msgid "February" -msgstr "" +msgstr "2月" #: lib/object.php:426 templates/lAfix.php:18 msgid "March" -msgstr "" +msgstr "3月" #: lib/object.php:427 templates/lAfix.php:19 msgid "April" -msgstr "" +msgstr "4月" #: lib/object.php:428 templates/lAfix.php:20 msgid "May" -msgstr "" +msgstr "5月" #: lib/object.php:429 templates/lAfix.php:21 msgid "June" -msgstr "" +msgstr "6月" #: lib/object.php:430 templates/lAfix.php:22 msgid "July" -msgstr "" +msgstr "7月" #: lib/object.php:431 templates/lAfix.php:23 msgid "August" -msgstr "" +msgstr "8月" #: lib/object.php:432 templates/lAfix.php:24 msgid "September" -msgstr "" +msgstr "9月" #: lib/object.php:433 templates/lAfix.php:25 msgid "October" -msgstr "" +msgstr "10月" #: lib/object.php:434 templates/lAfix.php:26 msgid "November" -msgstr "" +msgstr "11月" #: lib/object.php:435 templates/lAfix.php:27 msgid "December" -msgstr "" +msgstr "12月" #: lib/object.php:441 msgid "by events date" -msgstr "" +msgstr "日付で指定" #: lib/object.php:442 msgid "by yearday(s)" -msgstr "" +msgstr "日番号で指定" #: lib/object.php:443 msgid "by weeknumber(s)" -msgstr "" +msgstr "週番号で指定" #: lib/object.php:444 msgid "by day and month" -msgstr "" +msgstr "月と日で指定" #: lib/object.php:467 msgid "Not an array" @@ -272,11 +272,11 @@ msgstr "配列ではありません" #: lib/search.php:32 lib/search.php:34 lib/search.php:37 msgid "Date" -msgstr "" +msgstr "日付" #: lib/search.php:40 msgid "Cal." -msgstr "" +msgstr "カレンダー" #: templates/calendar.php:10 msgid "All day" @@ -340,79 +340,79 @@ msgstr "ファイルを構文解析する際に失敗しました" #: templates/lAfix.php:9 msgid "Sun." -msgstr "" +msgstr "日" #: templates/lAfix.php:10 msgid "Mon." -msgstr "" +msgstr "月" #: templates/lAfix.php:11 msgid "Tue." -msgstr "" +msgstr "火" #: templates/lAfix.php:12 msgid "Wed." -msgstr "" +msgstr "水" #: templates/lAfix.php:13 msgid "Thu." -msgstr "" +msgstr "木" #: templates/lAfix.php:14 msgid "Fri." -msgstr "" +msgstr "金" #: templates/lAfix.php:15 msgid "Sat." -msgstr "" +msgstr "土" #: templates/lAfix.php:28 msgid "Jan." -msgstr "" +msgstr "1月" #: templates/lAfix.php:29 msgid "Feb." -msgstr "" +msgstr "2月" #: templates/lAfix.php:30 msgid "Mar." -msgstr "" +msgstr "3月" #: templates/lAfix.php:31 msgid "Apr." -msgstr "" +msgstr "4月" #: templates/lAfix.php:32 msgid "May." -msgstr "" +msgstr "5月" #: templates/lAfix.php:33 msgid "Jun." -msgstr "" +msgstr "6月" #: templates/lAfix.php:34 msgid "Jul." -msgstr "" +msgstr "7月" #: templates/lAfix.php:35 msgid "Aug." -msgstr "" +msgstr "8月" #: templates/lAfix.php:36 msgid "Sep." -msgstr "" +msgstr "9月" #: templates/lAfix.php:37 msgid "Oct." -msgstr "" +msgstr "10月" #: templates/lAfix.php:38 msgid "Nov." -msgstr "" +msgstr "11月" #: templates/lAfix.php:39 msgid "Dec." -msgstr "" +msgstr "12月" #: templates/part.choosecalendar.php:1 msgid "Choose active calendars" @@ -515,47 +515,47 @@ msgstr "繰り返す" #: templates/part.eventform.php:68 msgid "Advanced" -msgstr "" +msgstr "詳細設定" #: templates/part.eventform.php:112 msgid "Select weekdays" -msgstr "" +msgstr "曜日を指定" #: templates/part.eventform.php:125 templates/part.eventform.php:138 msgid "Select days" -msgstr "" +msgstr "日付を指定" #: templates/part.eventform.php:130 msgid "and the events day of year." -msgstr "" +msgstr "対象の年を選択する。" #: templates/part.eventform.php:143 msgid "and the events day of month." -msgstr "" +msgstr "対象の月を選択する。" #: templates/part.eventform.php:151 msgid "Select months" -msgstr "" +msgstr "月を指定する" #: templates/part.eventform.php:164 msgid "Select weeks" -msgstr "" +msgstr "週を指定する" #: templates/part.eventform.php:169 msgid "and the events week of year." -msgstr "" +msgstr "対象の週を選択する。" #: templates/part.eventform.php:175 msgid "Interval" -msgstr "" +msgstr "周期" #: templates/part.eventform.php:181 msgid "End" -msgstr "" +msgstr "繰り返す期間" #: templates/part.eventform.php:193 msgid "occurrences" -msgstr "" +msgstr "回繰り返す" #: templates/part.eventform.php:208 msgid "Location" @@ -575,7 +575,7 @@ msgstr "イベントのメモ" #: templates/part.import.php:1 msgid "Import a calendar file" -msgstr "" +msgstr "カレンダーファイルをインポート" #: templates/part.import.php:6 msgid "Please choose the calendar" @@ -583,11 +583,11 @@ msgstr "カレンダーを選択してください" #: templates/part.import.php:10 msgid "create a new calendar" -msgstr "" +msgstr "新規カレンダーの作成" #: templates/part.import.php:15 msgid "Name of new calendar" -msgstr "" +msgstr "新規カレンダーの名称" #: templates/part.import.php:17 msgid "Import" @@ -595,15 +595,15 @@ msgstr "インポート" #: templates/part.import.php:20 msgid "Importing calendar" -msgstr "" +msgstr "カレンダーを取り込み中" #: templates/part.import.php:23 msgid "Calendar imported successfully" -msgstr "" +msgstr "カレンダーの取り込みに成功しました" #: templates/part.import.php:24 msgid "Close Dialog" -msgstr "" +msgstr "閉じる" #: templates/part.newevent.php:1 msgid "Create a new event" @@ -615,7 +615,7 @@ msgstr "タイムゾーン" #: templates/settings.php:30 msgid "Check always for changes of the timezone" -msgstr "" +msgstr "タイムゾーン変更を常に確認する" #: templates/settings.php:32 msgid "Timeformat" diff --git a/l10n/ja_JP/contacts.po b/l10n/ja_JP/contacts.po index 1c494aa69bd..69f4226ff41 100644 --- a/l10n/ja_JP/contacts.po +++ b/l10n/ja_JP/contacts.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-25 14:02+0000\n" +"Last-Translator: nn nn \n" "Language-Team: Japanese (Japan) (http://www.transifex.net/projects/p/owncloud/team/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,47 +19,47 @@ msgstr "" #: ajax/activation.php:17 ajax/updateaddressbook.php:26 msgid "Error (de)activating addressbook." -msgstr "" +msgstr "電話帳の有効/無効化に失敗しました。" #: ajax/addcard.php:79 msgid "There was an error adding the contact." -msgstr "" +msgstr "連絡先の追加でエラーが発生しました。" #: ajax/addproperty.php:39 msgid "Cannot add empty property." -msgstr "" +msgstr "項目の新規追加に失敗しました。" #: ajax/addproperty.php:51 msgid "At least one of the address fields has to be filled out." -msgstr "" +msgstr "アドレス項目の1つは記入して下さい。" #: ajax/addproperty.php:78 msgid "Error adding contact property." -msgstr "" +msgstr "連絡先の追加に失敗しました。" #: ajax/createaddressbook.php:20 msgid "Error adding addressbook." -msgstr "" +msgstr "電話帳の追加に失敗しました。" #: ajax/createaddressbook.php:26 msgid "Error activating addressbook." -msgstr "" +msgstr "電話帳の有効化に失敗しました。" #: ajax/deleteproperty.php:40 msgid "Error deleting contact property." -msgstr "" +msgstr "連絡先の削除に失敗しました。" #: ajax/setproperty.php:79 msgid "Error updating contact property." -msgstr "" +msgstr "連絡先の更新に失敗しました。" #: ajax/updateaddressbook.php:20 msgid "Error updating addressbook." -msgstr "" +msgstr "電話帳の更新に失敗しました。" #: appinfo/app.php:21 templates/settings.php:3 msgid "Contacts" -msgstr "" +msgstr "連絡先" #: lib/app.php:52 msgid "This is not your addressbook." @@ -126,7 +126,7 @@ msgstr "ポケベル" #: lib/search.php:22 msgid "Contact" -msgstr "" +msgstr "連絡先" #: photo.php:42 msgid "This is not your contact." @@ -138,11 +138,11 @@ msgstr "連絡先の追加" #: templates/index.php:7 msgid "Addressbooks" -msgstr "" +msgstr "電話帳" #: templates/part.addcardform.php:8 msgid "Addressbook" -msgstr "" +msgstr "電話帳" #: templates/part.addcardform.php:21 msgid "Name" @@ -152,7 +152,7 @@ msgstr "氏名" #: templates/part.details.php:79 templates/part.setpropertyform.php:10 #: templates/part.setpropertyform.php:47 msgid "Type" -msgstr "" +msgstr "種類" #: templates/part.addcardform.php:65 templates/part.details.php:49 #: templates/part.setpropertyform.php:16 @@ -195,20 +195,20 @@ msgstr "追加" #: templates/part.chooseaddressbook.php:1 msgid "Choose active Address Books" -msgstr "" +msgstr "有効な電話帳の選択" #: templates/part.chooseaddressbook.php:16 msgid "New Address Book" -msgstr "" +msgstr "新規電話帳" #: templates/part.chooseaddressbook.php:21 #: templates/part.chooseaddressbook.rowfields.php:5 msgid "CardDav Link" -msgstr "" +msgstr "CardDAV リンク" #: templates/part.chooseaddressbook.rowfields.php:5 msgid "Download" -msgstr "" +msgstr "ダウンロード" #: templates/part.chooseaddressbook.rowfields.php:5 msgid "Edit" @@ -220,43 +220,43 @@ msgstr "削除" #: templates/part.details.php:3 msgid "Download contact" -msgstr "" +msgstr "連絡先のダウンロード" #: templates/part.details.php:4 msgid "Delete contact" -msgstr "" +msgstr "連絡先の削除" #: templates/part.details.php:34 msgid "Add" -msgstr "" +msgstr "追加" #: templates/part.editaddressbook.php:9 msgid "New Addressbook" -msgstr "" +msgstr "電話帳の新規作成" #: templates/part.editaddressbook.php:9 msgid "Edit Addressbook" -msgstr "" +msgstr "電話帳の編集" #: templates/part.editaddressbook.php:12 msgid "Displayname" -msgstr "" +msgstr "表示名" #: templates/part.editaddressbook.php:23 msgid "Active" -msgstr "" +msgstr "アクティブ" #: templates/part.editaddressbook.php:29 msgid "Save" -msgstr "" +msgstr "保存" #: templates/part.editaddressbook.php:29 msgid "Submit" -msgstr "" +msgstr "送信" #: templates/part.editaddressbook.php:30 msgid "Cancel" -msgstr "" +msgstr "取り消し" #: templates/part.property.php:3 msgid "Birthday" @@ -264,7 +264,7 @@ msgstr "生年月日" #: templates/part.property.php:23 msgid "Preferred" -msgstr "" +msgstr "推奨" #: templates/part.property.php:23 templates/part.setpropertyform.php:45 msgid "Phone" @@ -272,10 +272,10 @@ msgstr "電話番号" #: templates/part.setpropertyform.php:57 msgid "Update" -msgstr "" +msgstr "更新" #: templates/settings.php:4 msgid "CardDAV syncing address:" -msgstr "" +msgstr "CardDAV 同期アドレス:" diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po index 9511997e083..ee1a642fc61 100644 --- a/l10n/ja_JP/core.po +++ b/l10n/ja_JP/core.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-11 00:19+0100\n" -"PO-Revision-Date: 2012-01-10 23:43+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-25 14:20+0000\n" +"Last-Translator: nn nn \n" "Language-Team: Japanese (Japan) (http://www.transifex.net/projects/p/owncloud/team/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,11 +19,11 @@ msgstr "" #: lostpassword/index.php:24 msgid "Owncloud password reset" -msgstr "" +msgstr "Owncloud のパスワードをリセット" #: lostpassword/templates/email.php:1 msgid "Use the following link to reset your password: {link}" -msgstr "" +msgstr "パスワードをリセットするには次のリンクをクリックして下さい: {link}" #: lostpassword/templates/lostpassword.php:3 msgid "You will receive a link to reset your password via Email." @@ -52,7 +52,7 @@ msgstr "あなたのパスワードはリセットされました。" #: lostpassword/templates/resetpassword.php:5 msgid "To login page" -msgstr "" +msgstr "ログインページへ戻る" #: lostpassword/templates/resetpassword.php:8 msgid "New password" @@ -133,7 +133,7 @@ msgstr "セットアップを完了します" #: templates/layout.guest.php:35 msgid "web services under your control" -msgstr "" +msgstr "管理下にあるウェブサービス" #: templates/layout.user.php:34 msgid "Log out" @@ -153,7 +153,7 @@ msgstr "パスワードを記憶する" #: templates/login.php:16 msgid "Log in" -msgstr "" +msgstr "ログイン" #: templates/logout.php:1 msgid "You are logged out." diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po index f4097681b60..25e82ba37e0 100644 --- a/l10n/ja_JP/files.po +++ b/l10n/ja_JP/files.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-11 00:19+0100\n" -"PO-Revision-Date: 2012-01-10 23:43+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-25 15:06+0000\n" +"Last-Translator: nn nn \n" "Language-Team: Japanese (Japan) (http://www.transifex.net/projects/p/owncloud/team/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,19 +53,19 @@ msgstr "最大アップロードサイズ" #: templates/index.php:7 msgid "New" -msgstr "" +msgstr "新規作成" #: templates/index.php:10 msgid "Text file" -msgstr "" +msgstr "テキストファイル" #: templates/index.php:11 msgid "Folder" -msgstr "" +msgstr "フォルダ" #: templates/index.php:12 msgid "From the web" -msgstr "" +msgstr "ウェブ経由" #: templates/index.php:22 msgid "Upload" diff --git a/l10n/ja_JP/gallery.po b/l10n/ja_JP/gallery.po index b7a8a1935f7..2d2d0898dfc 100644 --- a/l10n/ja_JP/gallery.po +++ b/l10n/ja_JP/gallery.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-25 14:05+0000\n" +"Last-Translator: nn nn \n" "Language-Team: Japanese (Japan) (http://www.transifex.net/projects/p/owncloud/team/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,34 +19,34 @@ msgstr "" #: appinfo/app.php:41 msgid "Gallery" -msgstr "" +msgstr "ギャラリー" #: js/album_cover.js:40 msgid "Scanning directories" -msgstr "" +msgstr "ディレクトリをスキャン中" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "写真が見つかりませんでした" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "サムネイルを作成中" #: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "アルバムを削除しますか" #: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" +msgstr "新しいギャラリー名を作る" #: templates/index.php:10 msgid "Rescan" -msgstr "" +msgstr "再スキャン" #: templates/view_album.php:19 msgid "Back" -msgstr "" +msgstr "戻る" diff --git a/l10n/ja_JP/settings.po b/l10n/ja_JP/settings.po index 6b3cde7791c..edc1d158660 100644 --- a/l10n/ja_JP/settings.po +++ b/l10n/ja_JP/settings.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-16 17:31+0100\n" -"PO-Revision-Date: 2012-01-16 16:32+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-24 00:25+0100\n" +"PO-Revision-Date: 2012-01-25 14:15+0000\n" +"Last-Translator: nn nn \n" "Language-Team: Japanese (Japan) (http://www.transifex.net/projects/p/owncloud/team/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +19,7 @@ msgstr "" #: ajax/lostpassword.php:14 msgid "email Changed" -msgstr "" +msgstr "メールアドレスを変更しました" #: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16 msgid "Invalid request" @@ -35,11 +35,11 @@ msgstr "言語が変更されました" #: personal.php:36 personal.php:37 msgid "__language_name__" -msgstr "" +msgstr "Japanese(日本語)" #: templates/admin.php:13 msgid "Log level" -msgstr "" +msgstr "ログレベル" #: templates/apps.php:8 msgid "Add your application" @@ -107,15 +107,15 @@ msgstr "パスワードを変更する" #: templates/personal.php:24 msgid "Email" -msgstr "" +msgstr "メールアドレス" #: templates/personal.php:25 msgid "Your email address" -msgstr "" +msgstr "あなたのメールアドレス" #: templates/personal.php:26 msgid "Fill in an email address to enable password recovery" -msgstr "" +msgstr "パスワードの回復を有効にするにはメールアドレスを入力してください" #: templates/personal.php:32 templates/personal.php:33 msgid "Language" @@ -123,7 +123,7 @@ msgstr "言語" #: templates/personal.php:38 msgid "Help translate" -msgstr "" +msgstr "翻訳を手伝う" #: templates/personal.php:45 msgid "use this address to connect to your ownCloud in your file manager" @@ -147,7 +147,7 @@ msgstr "作成" #: templates/users.php:33 msgid "Quota" -msgstr "" +msgstr "クオータ" #: templates/users.php:58 msgid "Delete" diff --git a/l10n/nl/calendar.po b/l10n/nl/calendar.po index ca5e835d59a..54a5c245604 100644 --- a/l10n/nl/calendar.po +++ b/l10n/nl/calendar.po @@ -5,14 +5,15 @@ # Translators: # , 2011. # , 2011. +# , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-15 14:44+0100\n" -"PO-Revision-Date: 2012-01-15 13:45+0000\n" -"Last-Translator: icewind \n" +"POT-Creation-Date: 2012-01-16 17:31+0100\n" +"PO-Revision-Date: 2012-01-25 08:31+0000\n" +"Last-Translator: jgelauff \n" "Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/team/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -143,7 +144,7 @@ msgstr "op datum" #: lib/object.php:375 msgid "by monthday" -msgstr "" +msgstr "per dag van de maand" #: lib/object.php:376 msgid "by weekday" diff --git a/l10n/pl/gallery.po b/l10n/pl/gallery.po index 889ea7d452c..18898432ad6 100644 --- a/l10n/pl/gallery.po +++ b/l10n/pl/gallery.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-25 19:46+0000\n" +"Last-Translator: Bartek \n" "Language-Team: Polish (http://www.transifex.net/projects/p/owncloud/team/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,7 +29,7 @@ msgstr "Skanuje katalogi" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "Nie znaleziono zdjęć" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" diff --git a/l10n/sk_SK/gallery.po b/l10n/sk_SK/gallery.po index 0d40649df6a..02b39c332ce 100644 --- a/l10n/sk_SK/gallery.po +++ b/l10n/sk_SK/gallery.po @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-26 19:12+0000\n" +"Last-Translator: intense \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.net/projects/p/owncloud/team/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,23 +24,23 @@ msgstr "Galéria" #: js/album_cover.js:40 msgid "Scanning directories" -msgstr "" +msgstr "Prehľadávam priečinky" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "Neboli nájdené žiadne fotografie" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "Vytváram náhľady" #: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "Chcete odstrániť album" #: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" +msgstr "Vložte meno novej galérie" #: templates/index.php:10 msgid "Rescan" diff --git a/l10n/th_TH/calendar.po b/l10n/th_TH/calendar.po index 17e3ebd979b..10fbec8319d 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-22 15:39+0000\n" +"POT-Creation-Date: 2012-01-16 17:31+0100\n" +"PO-Revision-Date: 2012-01-26 07:18+0000\n" "Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.net/projects/p/owncloud/team/th_TH/)\n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ msgstr "โซนเวลาถูกเปลี่ยนแล้ว" msgid "Invalid request" msgstr "คำร้องขอไม่ถูกต้อง" -#: appinfo/app.php:20 templates/calendar.php:14 +#: appinfo/app.php:20 templates/calendar.php:13 #: templates/part.eventform.php:20 msgid "Calendar" msgstr "ปฏิทิน" @@ -129,7 +129,7 @@ msgstr "รายปี" #: lib/object.php:366 msgid "never" -msgstr "" +msgstr "ไม่ต้องเลย" #: lib/object.php:367 msgid "by occurrences" @@ -141,11 +141,11 @@ msgstr "ตามวันที่" #: lib/object.php:375 msgid "by monthday" -msgstr "" +msgstr "จากเดือน" #: lib/object.php:376 msgid "by weekday" -msgstr "" +msgstr "จากสัปดาห์" #: lib/object.php:383 templates/lAfix.php:3 msgid "Monday" @@ -261,7 +261,7 @@ msgstr "ของเมื่อวานนี้" #: lib/object.php:443 msgid "by weeknumber(s)" -msgstr "" +msgstr "จากหมายเลขของสัปดาห์" #: lib/object.php:444 msgid "by day and month" @@ -269,7 +269,7 @@ msgstr "ตามวันและเดือน" #: lib/object.php:467 msgid "Not an array" -msgstr "" +msgstr "ไม่ใช่อาเรย์" #: lib/search.php:32 lib/search.php:34 lib/search.php:37 msgid "Date" @@ -277,69 +277,65 @@ msgstr "วันที่" #: lib/search.php:40 msgid "Cal." -msgstr "" +msgstr "คำนวณ" #: templates/calendar.php:10 msgid "All day" msgstr "ทั้งวัน" -#: templates/calendar.php:11 templates/part.choosecalendar.php:15 -msgid "New Calendar" -msgstr "สร้างปฏิทินใหม่" - -#: templates/calendar.php:12 +#: templates/calendar.php:11 msgid "Missing fields" msgstr "ช่องฟิลด์เกิดการสูญหาย" -#: templates/calendar.php:13 templates/part.eventform.php:3 +#: templates/calendar.php:12 templates/part.eventform.php:3 msgid "Title" msgstr "ชื่อกิจกรรม" -#: templates/calendar.php:15 +#: templates/calendar.php:14 msgid "From Date" msgstr "จากวันที่" -#: templates/calendar.php:16 +#: templates/calendar.php:15 msgid "From Time" msgstr "ตั้งแต่เวลา" -#: templates/calendar.php:17 +#: templates/calendar.php:16 msgid "To Date" msgstr "ถึงวันที่" -#: templates/calendar.php:18 +#: templates/calendar.php:17 msgid "To Time" msgstr "ถึงเวลา" -#: templates/calendar.php:19 +#: templates/calendar.php:18 msgid "The event ends before it starts" msgstr "วันที่สิ้นสุดกิจกรรมดังกล่าวอยู่ก่อนวันเริ่มต้น" -#: templates/calendar.php:20 +#: templates/calendar.php:19 msgid "There was a database fail" msgstr "เกิดความล้มเหลวกับฐานข้อมูล" -#: templates/calendar.php:38 +#: templates/calendar.php:52 msgid "Week" msgstr "สัปดาห์" -#: templates/calendar.php:39 +#: templates/calendar.php:53 msgid "Month" msgstr "เดือน" -#: templates/calendar.php:40 +#: templates/calendar.php:54 msgid "List" msgstr "รายการ" -#: templates/calendar.php:46 +#: templates/calendar.php:59 msgid "Today" msgstr "วันนี้" -#: templates/calendar.php:47 +#: templates/calendar.php:60 msgid "Calendars" msgstr "ปฏิทิน" -#: templates/calendar.php:65 +#: templates/calendar.php:78 msgid "There was a fail, while parsing the file." msgstr "เกิดความล้มเหลวในการแยกไฟล์" @@ -423,10 +419,14 @@ msgstr "ธ.ค." msgid "Choose active calendars" msgstr "เลือกปฏิทินที่ต้องการใช้งาน" +#: templates/part.choosecalendar.php:15 +msgid "New Calendar" +msgstr "สร้างปฏิทินใหม่" + #: templates/part.choosecalendar.php:20 #: templates/part.choosecalendar.rowfields.php:4 msgid "CalDav Link" -msgstr "" +msgstr "ลิงค์ CalDav" #: templates/part.choosecalendar.rowfields.php:4 msgid "Download" @@ -520,7 +520,7 @@ msgstr "ขั้นสูง" #: templates/part.eventform.php:112 msgid "Select weekdays" -msgstr "" +msgstr "เลือกสัปดาห์" #: templates/part.eventform.php:125 templates/part.eventform.php:138 msgid "Select days" @@ -528,11 +528,11 @@ msgstr "เลือกวัน" #: templates/part.eventform.php:130 msgid "and the events day of year." -msgstr "" +msgstr "และวันที่มีเหตุการณ์เกิดขึ้นในปี" #: templates/part.eventform.php:143 msgid "and the events day of month." -msgstr "" +msgstr "และวันที่มีเหตุการณ์เกิดขึ้นในเดือน" #: templates/part.eventform.php:151 msgid "Select months" @@ -544,11 +544,11 @@ msgstr "เลือกสัปดาห์" #: templates/part.eventform.php:169 msgid "and the events week of year." -msgstr "" +msgstr "และสัปดาห์ที่มีเหตุการณ์เกิดขึ้นในปี" #: templates/part.eventform.php:175 msgid "Interval" -msgstr "" +msgstr "ช่วงเวลา" #: templates/part.eventform.php:181 msgid "End" @@ -632,6 +632,6 @@ msgstr "12 ช.ม." #: templates/settings.php:41 msgid "Calendar CalDAV syncing address:" -msgstr "" +msgstr "ที่อยู่ในการเชื่อมข้อมูลกับปฏิทิน CalDav:" diff --git a/l10n/th_TH/contacts.po b/l10n/th_TH/contacts.po index 2e89cb76c3b..8eb6719d9c6 100644 --- a/l10n/th_TH/contacts.po +++ b/l10n/th_TH/contacts.po @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-26 07:10+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.net/projects/p/owncloud/team/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -205,7 +205,7 @@ msgstr "สร้างสมุดบันทึกข้อมูลการ #: templates/part.chooseaddressbook.php:21 #: templates/part.chooseaddressbook.rowfields.php:5 msgid "CardDav Link" -msgstr "" +msgstr "ลิงค์ CardDav" #: templates/part.chooseaddressbook.rowfields.php:5 msgid "Download" @@ -265,7 +265,7 @@ msgstr "วันเกิด" #: templates/part.property.php:23 msgid "Preferred" -msgstr "" +msgstr "พิเศษ" #: templates/part.property.php:23 templates/part.setpropertyform.php:45 msgid "Phone" @@ -277,6 +277,6 @@ msgstr "อัพเดท" #: templates/settings.php:4 msgid "CardDAV syncing address:" -msgstr "" +msgstr "ที่อยู่ในการเชื่อมข้อมูลกับระบบบันทึกที่อยู่ CardDAV:" diff --git a/l10n/th_TH/gallery.po b/l10n/th_TH/gallery.po index 3ca106a7b7d..ffeb3b04056 100644 --- a/l10n/th_TH/gallery.po +++ b/l10n/th_TH/gallery.po @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" "POT-Creation-Date: 2012-01-24 00:24+0100\n" -"PO-Revision-Date: 2012-01-23 23:25+0000\n" -"Last-Translator: icewind \n" +"PO-Revision-Date: 2012-01-26 07:08+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.net/projects/p/owncloud/team/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,23 +24,23 @@ msgstr "แกลอรี่" #: js/album_cover.js:40 msgid "Scanning directories" -msgstr "" +msgstr "กำลังสแกนไดเร็กทอรี่" #: js/album_cover.js:48 msgid "No photos found" -msgstr "" +msgstr "ไม่พบรูปภาพที่ต้องการ" #: js/album_cover.js:51 js/album_cover.js:60 msgid "Creating thumbnails" -msgstr "" +msgstr "การสร้างรูปขนาดย่อ" #: js/album_cover.js:81 msgid "Do you wan't to remove album" -msgstr "" +msgstr "คุณต้องการลบอัลบั้มนี้ออกหรือไม่" #: js/album_cover.js:94 msgid "Input new gallery name" -msgstr "" +msgstr "กรอกชื่อแกลอรี่ใหม่" #: templates/index.php:10 msgid "Rescan" diff --git a/settings/l10n/ar.php b/settings/l10n/ar.php index 7f4bb68dcfc..7758c9bdfce 100644 --- a/settings/l10n/ar.php +++ b/settings/l10n/ar.php @@ -3,6 +3,7 @@ "Invalid request" => "طلبك غير مفهوم", "OpenID Changed" => "تم تغيير ال OpenID", "Language changed" => "تم تغيير اللغة", +"__language_name__" => "__language_name__", "Log level" => "مستوى المراقبه", "Add your application" => "أضف تطبيقاتك", "Select an App" => "إختر تطبيقاً", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index 3ddebf0cd99..c7f537922c6 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -3,6 +3,7 @@ "Invalid request" => "Chybný dotaz", "OpenID Changed" => "OpenID změněn", "Language changed" => "Jazyk byl změněn", +"__language_name__" => "Česky", "Log level" => "Úroveň logu", "Add your application" => "Přidejte svou aplikaci", "Select an App" => "Vyberte aplikaci", diff --git a/settings/l10n/da.php b/settings/l10n/da.php index 05b5e579a78..701768aef65 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -3,6 +3,7 @@ "Invalid request" => "Ugyldig forespørgsel", "OpenID Changed" => "OpenID ændret", "Language changed" => "Sprog ændret", +"__language_name__" => "Dansk", "Log level" => "Log-niveau", "Add your application" => "Tilføj dit program", "Select an App" => "Vælg en App", diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index fe4eda3a13a..fecad92a6a0 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -1,7 +1,10 @@ "メールアドレスを変更しました", "Invalid request" => "無効なリクエストです", "OpenID Changed" => "OpenIDが変更されました", "Language changed" => "言語が変更されました", +"__language_name__" => "Japanese(日本語)", +"Log level" => "ログレベル", "Add your application" => "アプリを追加してください", "Select an App" => "アプリを選択してください", "-licensed" => "権利を保持されています", @@ -18,11 +21,16 @@ "New password" => "新しいパスワード", "show" => "表示", "Change password" => "パスワードを変更する", +"Email" => "メールアドレス", +"Your email address" => "あなたのメールアドレス", +"Fill in an email address to enable password recovery" => "パスワードの回復を有効にするにはメールアドレスを入力してください", "Language" => "言語", +"Help translate" => "翻訳を手伝う", "use this address to connect to your ownCloud in your file manager" => "ファイルマネージャーであなたのownCloudに接続するときはこのアドレスを使用してください", "Name" => "名前", "Password" => "パスワード", "Groups" => "グループ", "Create" => "作成", +"Quota" => "クオータ", "Delete" => "削除" ); -- cgit v1.2.3