From fedf79f1f34d8bba2ec13faabb4a2eecaa9b22fa Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Sat, 17 Aug 2013 18:04:42 +0200 Subject: [PATCH 01/38] Use the doctrine code to rename the tables --- appinfo/database.xml | 10 ---------- appinfo/preupdate.php | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 appinfo/preupdate.php diff --git a/appinfo/database.xml b/appinfo/database.xml index 21e74552..83e39065 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -11,8 +11,6 @@ *dbprefix*clndr_objects - *dbprefix*calendar_objects - @@ -102,8 +100,6 @@ *dbprefix*clndr_calendars - *dbprefix*calendar_calendars - @@ -196,8 +192,6 @@ *dbprefix*clndr_share_event - *dbprefix*calendar_share_event - @@ -245,8 +239,6 @@ *dbprefix*clndr_share_calendar - *dbprefix*calendar_share_calendar - @@ -302,8 +294,6 @@ *dbprefix*clndr_repeat - *dbprefix*calendar_repeat - diff --git a/appinfo/preupdate.php b/appinfo/preupdate.php new file mode 100644 index 00000000..ff97a71e --- /dev/null +++ b/appinfo/preupdate.php @@ -0,0 +1,24 @@ + + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +$installedVersion=OCP\Config::getAppValue('calendar', 'installed_version'); +if (version_compare($installedVersion, '0.6.3', '<')) { + // TODO: This is a quick and dirty solution, this code needs to move into core + $connection = OC_DB::getConnection(); + $sm = $connection->getSchemaManager(); + $prefix = OC_Config::getValue('dbtableprefix', 'oc_' ); + try { + $sm->renameTable($prefix.'calendar_objects', $prefix.'clndr_objects'); + $sm->renameTable($prefix.'calendar_calendars', $prefix.'clndr_calendars'); + $sm->renameTable($prefix.'calendar_share_event', $prefix.'clndr_share_event'); + $sm->renameTable($prefix.'calendar_share_calendar', $prefix.'clndr_share_calendar'); + $sm->renameTable($prefix.'calendar_repeat', $prefix.'clndr_repeat'); + } catch (Exception $e) { + OC_Log::write('calendar', 'preupdate: '.$e->getMessage(), OC_Log::ERROR); + } +} From 383ff2d3977da7f7b11d3bf57f74df57b1b59f00 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Fri, 23 Aug 2013 20:13:34 -0400 Subject: [PATCH 02/38] [tx-robot] updated from transifex --- l10n/lt_LT.php | 4 ++++ l10n/lt_LT/calendar.po | 15 ++++++++------- l10n/templates/calendar.pot | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/l10n/lt_LT.php b/l10n/lt_LT.php index b589f687..502546dc 100644 --- a/l10n/lt_LT.php +++ b/l10n/lt_LT.php @@ -113,6 +113,7 @@ "by date" => "pagal datą", "by monthday" => "pagal mėnesio dieną", "by weekday" => "pagal savaitės dieną", +"events week of month" => "menėsio įvykių savaitė", "first" => "pirmas", "second" => "antras", "third" => "trečias", @@ -168,8 +169,11 @@ "Advanced" => "Išplėstiniai", "Select weekdays" => "Pasirinkite savaitės dienas", "Select days" => "Pasirinkite dienas", +"and the events day of year." => "ir metų įvykių diena.", +"and the events day of month." => "ir menėsio įvykių diena.", "Select months" => "Pasirinkite mėnesius", "Select weeks" => "Pasirinkite savaites", +"and the events week of year." => "ir metų įvykių savaitė", "Interval" => "Intervalas", "End" => "Pabaiga", "occurrences" => "įvykiai", diff --git a/l10n/lt_LT/calendar.po b/l10n/lt_LT/calendar.po index 303eea4d..0ea13016 100644 --- a/l10n/lt_LT/calendar.po +++ b/l10n/lt_LT/calendar.po @@ -4,15 +4,16 @@ # # Translators: # Dr. ROX , 2011, 2012 +# mambuta , 2013 # Min2liz , 2013 # fizikiukas , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" -"Last-Translator: fizikiukas \n" +"POT-Creation-Date: 2013-08-23 20:13-0400\n" +"PO-Revision-Date: 2013-08-23 15:00+0000\n" +"Last-Translator: mambuta \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -482,7 +483,7 @@ msgstr "pagal savaitės dieną" #: lib/object.php:600 msgid "events week of month" -msgstr "" +msgstr "menėsio įvykių savaitė" #: lib/object.php:601 msgid "first" @@ -710,11 +711,11 @@ msgstr "Pasirinkite dienas" #: templates/part.eventform.php:177 templates/part.showevent.php:178 msgid "and the events day of year." -msgstr "" +msgstr "ir metų įvykių diena." #: templates/part.eventform.php:190 templates/part.showevent.php:191 msgid "and the events day of month." -msgstr "" +msgstr "ir menėsio įvykių diena." #: templates/part.eventform.php:198 templates/part.showevent.php:199 msgid "Select months" @@ -726,7 +727,7 @@ msgstr "Pasirinkite savaites" #: templates/part.eventform.php:216 templates/part.showevent.php:217 msgid "and the events week of year." -msgstr "" +msgstr "ir metų įvykių savaitė" #: templates/part.eventform.php:222 templates/part.showevent.php:223 msgid "Interval" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 930e15ca..89dc517d 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-22 10:35-0400\n" +"POT-Creation-Date: 2013-08-23 20:13-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From 995a1a7b4b50c5b4329af7ab532e5b4c3c98336f Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 25 Aug 2013 19:16:02 -0400 Subject: [PATCH 03/38] [tx-robot] updated from transifex --- l10n/templates/calendar.pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 89dc517d..9825c555 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-23 20:13-0400\n" +"POT-Creation-Date: 2013-08-25 19:15-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From 7d7e8ac958c5ca3173097d41bd4f7f37127d027f Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Tue, 27 Aug 2013 10:31:38 -0400 Subject: [PATCH 04/38] [tx-robot] updated from transifex --- l10n/templates/calendar.pot | 2 +- l10n/zh_TW.php | 8 ++++---- l10n/zh_TW/calendar.po | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 9825c555..88aa216e 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-25 19:15-0400\n" +"POT-Creation-Date: 2013-08-27 10:31-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/zh_TW.php b/l10n/zh_TW.php index 6ab14c13..5ea1c475 100644 --- a/l10n/zh_TW.php +++ b/l10n/zh_TW.php @@ -77,7 +77,7 @@ "There was a database fail" => "資料庫錯誤", "Birthday" => "生日", "Business" => "商業", -"Call" => "呼叫", +"Call" => "聯絡", "Clients" => "客戶", "Deliverer" => "遞送者", "Holidays" => "節日", @@ -109,7 +109,7 @@ "Monthly" => "每月", "Yearly" => "每年", "never" => "永不", -"by occurrences" => "由事件", +"by occurrences" => "由次數", "by date" => "由日期", "by monthday" => "依月份日期", "by weekday" => "由平日", @@ -176,7 +176,7 @@ "and the events week of year." => "以及年中的活動週", "Interval" => "間隔", "End" => "結束", -"occurrences" => "事件", +"occurrences" => "次數", "create a new calendar" => "建立新日曆", "Import a calendar file" => "匯入日曆檔案", "Please choose a calendar" => "請選擇一個日曆", @@ -205,7 +205,7 @@ "12h" => "12小時制", "Start week on" => "一週起始於", "Cache" => "快取", -"Clear cache for repeating events" => "清除重覆事件的快取", +"Clear cache for repeating events" => "清除重覆發生活動的快取", "URLs" => "URLs", "Calendar CalDAV syncing addresses" => "日曆的 CalDAV 同步地址", "more info" => "更多資訊", diff --git a/l10n/zh_TW/calendar.po b/l10n/zh_TW/calendar.po index 6dcec3b3..e95f39e6 100644 --- a/l10n/zh_TW/calendar.po +++ b/l10n/zh_TW/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-08-27 10:31-0400\n" +"PO-Revision-Date: 2013-08-26 04:30+0000\n" "Last-Translator: pellaeon \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -343,7 +343,7 @@ msgstr "商業" #: lib/app.php:123 msgid "Call" -msgstr "呼叫" +msgstr "聯絡" #: lib/app.php:124 msgid "Clients" @@ -471,7 +471,7 @@ msgstr "永不" #: lib/object.php:562 msgid "by occurrences" -msgstr "由事件" +msgstr "由次數" #: lib/object.php:563 msgid "by date" @@ -743,7 +743,7 @@ msgstr "結束" #: templates/part.eventform.php:241 templates/part.showevent.php:242 msgid "occurrences" -msgstr "事件" +msgstr "次數" #: templates/part.import.php:14 msgid "create a new calendar" @@ -863,7 +863,7 @@ msgstr "快取" #: templates/settings.php:79 msgid "Clear cache for repeating events" -msgstr "清除重覆事件的快取" +msgstr "清除重覆發生活動的快取" #: templates/settings.php:84 msgid "URLs" From 8a5171965c1e9a34ce141146f24852e9039722ae Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Wed, 28 Aug 2013 06:20:02 -0400 Subject: [PATCH 05/38] [tx-robot] updated from transifex --- l10n/templates/calendar.pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 88aa216e..e14c1319 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-27 10:31-0400\n" +"POT-Creation-Date: 2013-08-28 06:19-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From e6c37e8f019b01e9d5616f705ce12cfdbe83679e Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Fri, 30 Aug 2013 09:29:19 -0400 Subject: [PATCH 06/38] [tx-robot] updated from transifex --- l10n/da/calendar.po | 4 +- l10n/en_GB.php | 215 +++++++++ l10n/en_GB/calendar.po | 883 ++++++++++++++++++++++++++++++++++++ l10n/templates/calendar.pot | 2 +- 4 files changed, 1101 insertions(+), 3 deletions(-) create mode 100644 l10n/en_GB.php create mode 100644 l10n/en_GB/calendar.po diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po index 782b0ca7..69da76b5 100644 --- a/l10n/da/calendar.po +++ b/l10n/da/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-08-30 09:28-0400\n" +"PO-Revision-Date: 2013-08-29 12:20+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB.php b/l10n/en_GB.php new file mode 100644 index 00000000..919aaee6 --- /dev/null +++ b/l10n/en_GB.php @@ -0,0 +1,215 @@ + "Not all calendars are completely cached", +"Everything seems to be completely cached" => "Everything seems to be completely cached", +"No calendars found." => "No calendars found.", +"No events found." => "No events found.", +"Wrong calendar" => "Wrong calendar", +"You do not have the permissions to edit this event." => "You do not have the permissions to edit this event.", +"The file contained either no events or all events are already saved in your calendar." => "The file contained either no events or all events are already saved in your calendar.", +"events has been saved in the new calendar" => "events has been saved in the new calendar", +"Import failed" => "Import failed", +"events has been saved in your calendar" => "events have been saved in your calendar", +"New Timezone:" => "New Timezone:", +"Timezone changed" => "Timezone changed", +"Invalid request" => "Invalid request", +"Calendar" => "Calendar", +"Deletion failed" => "Deletion failed", +"ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" => "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}", +"ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" => "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}", +"user" => "user", +"group" => "group", +"Editable" => "Editable", +"Shareable" => "Shareable", +"Deletable" => "Deletable", +"ddd" => "ddd", +"ddd M/d" => "ddd M/d", +"dddd M/d" => "dddd M/d", +"MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", +"dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", +"Sunday" => "Sunday", +"Monday" => "Monday", +"Tuesday" => "Tuesday", +"Wednesday" => "Wednesday", +"Thursday" => "Thursday", +"Friday" => "Friday", +"Saturday" => "Saturday", +"Sun." => "Sun.", +"Mon." => "Mon.", +"Tue." => "Tue.", +"Wed." => "Wed.", +"Thu." => "Thu.", +"Fri." => "Fri.", +"Sat." => "Sat.", +"January" => "January", +"February" => "February", +"March" => "March", +"April" => "April", +"May" => "May", +"June" => "June", +"July" => "July", +"August" => "August", +"September" => "September", +"October" => "October", +"November" => "November", +"December" => "December", +"Jan." => "Jan.", +"Feb." => "Feb.", +"Mar." => "Mar.", +"Apr." => "Apr.", +"May." => "May.", +"Jun." => "Jun.", +"Jul." => "Jul.", +"Aug." => "Aug.", +"Sep." => "Sep.", +"Oct." => "Oct.", +"Nov." => "Nov.", +"Dec." => "Dec.", +"All day" => "All day", +"New Calendar" => "New Calendar", +"Missing or invalid fields" => "Missing or invalid fields", +"Title" => "Title", +"From Date" => "From Date", +"From Time" => "From Time", +"To Date" => "To Date", +"To Time" => "To Time", +"The event ends before it starts" => "The event ends before it starts", +"There was a database fail" => "There was a database failure", +"Birthday" => "Birthday", +"Business" => "Business", +"Call" => "Call", +"Clients" => "Clients", +"Deliverer" => "Deliverer", +"Holidays" => "Holidays", +"Ideas" => "Ideas", +"Journey" => "Journey", +"Jubilee" => "Jubilee", +"Meeting" => "Meeting", +"Other" => "Other", +"Personal" => "Personal", +"Projects" => "Projects", +"Questions" => "Questions", +"Work" => "Work", +"by" => "by", +"unnamed" => "unnamed", +"You do not have the permissions to update this calendar." => "You do not have the permissions to update this calendar.", +"You do not have the permissions to delete this calendar." => "You do not have the permissions to delete this calendar.", +"You do not have the permissions to add to this calendar." => "You do not have the permissions to add to this calendar.", +"You do not have the permissions to add events to this calendar." => "You do not have the permissions to add events to this calendar.", +"You do not have the permissions to delete this event." => "You do not have the permissions to delete this event.", +"Busy" => "Busy", +"Public" => "Public", +"Private" => "Private", +"Confidential" => "Confidential", +"Does not repeat" => "Does not repeat", +"Daily" => "Daily", +"Weekly" => "Weekly", +"Every Weekday" => "Every Weekday", +"Bi-Weekly" => "Bi-Weekly", +"Monthly" => "Monthly", +"Yearly" => "Yearly", +"never" => "never", +"by occurrences" => "by occurrences", +"by date" => "by date", +"by monthday" => "by day of month", +"by weekday" => "by weekday", +"events week of month" => "events week of month", +"first" => "first", +"second" => "second", +"third" => "third", +"fourth" => "fourth", +"fifth" => "fifth", +"last" => "last", +"by events date" => "by event's date", +"by yearday(s)" => "by yearday(s)", +"by weeknumber(s)" => "by week number(s)", +"by day and month" => "by day and month", +"Date" => "Date", +"Cal." => "Cal.", +"Week" => "Week", +"Month" => "Month", +"List" => "List", +"Today" => "Today", +"Settings" => "Settings", +"Your calendars" => "Your calendars", +"CalDav Link" => "CalDav Link", +"Share Calendar" => "Share Calendar", +"Download" => "Download", +"Edit" => "Edit", +"Delete" => "Delete", +"New calendar" => "New calendar", +"Edit calendar" => "Edit calendar", +"Displayname" => "Displayname", +"Active" => "Active", +"Calendar color" => "Calendar colour", +"Save" => "Save", +"Submit" => "Submit", +"Cancel" => "Cancel", +"Edit an event" => "Edit an event", +"Export" => "Export", +"Eventinfo" => "Eventinfo", +"Repeating" => "Repeating", +"Alarm" => "Alarm", +"Attendees" => "Attendees", +"Share" => "Share", +"Title of the Event" => "Title of the Event", +"Category" => "Category", +"Separate categories with commas" => "Separate categories with commas", +"Edit categories" => "Edit categories", +"Access Class" => "Access Class", +"All Day Event" => "All Day Event", +"From" => "From", +"To" => "To", +"Advanced options" => "Advanced options", +"Location" => "Location", +"Location of the Event" => "Location of the Event", +"Description" => "Description", +"Description of the Event" => "Description of the Event", +"Repeat" => "Repeat", +"Advanced" => "Advanced", +"Select weekdays" => "Select weekdays", +"Select days" => "Select days", +"and the events day of year." => "and the events day of year.", +"and the events day of month." => "and the events day of month.", +"Select months" => "Select months", +"Select weeks" => "Select weeks", +"and the events week of year." => "and the events week of year.", +"Interval" => "Interval", +"End" => "End", +"occurrences" => "occurrences", +"create a new calendar" => "create a new calendar", +"Import a calendar file" => "Import a calendar file", +"Please choose a calendar" => "Please choose a calendar", +"Name of new calendar" => "Name of new calendar", +"Take an available name!" => "Take an available name!", +"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "A Calendar with this name already exists. If you continue anyway, these calendars will be merged.", +"Remove all events from the selected calendar" => "Remove all events from the selected calendar", +"Import" => "Import", +"Close Dialog" => "Close Dialogue", +"Create a new event" => "Create a new event", +"Share with:" => "Share with:", +"Shared with" => "Shared with", +"Unshare" => "Unshare", +"Nobody" => "Nobody", +"Shared via calendar" => "Shared via calendar", +"NOTE: Actions on events shared via calendar will affect the entire calendar sharing." => "NOTE: Actions on events shared via calendar will affect the entire calendar sharing.", +"View an event" => "View an event", +"No categories selected" => "No categories selected", +"of" => "of", +"at" => "at", +"General" => "General", +"Timezone" => "Timezone", +"Update timezone automatically" => "Update timezone automatically", +"Time format" => "Time format", +"24h" => "24h", +"12h" => "12h", +"Start week on" => "Start week on", +"Cache" => "Cache", +"Clear cache for repeating events" => "Clear cache for repeating events", +"URLs" => "URLs", +"Calendar CalDAV syncing addresses" => "Calendar CalDAV syncing addresses", +"more info" => "more info", +"Primary address (Kontact et al)" => "Primary address (Kontact et al)", +"iOS/OS X" => "iOS/OS X", +"Read only iCalendar link(s)" => "Read only iCalendar link(s)" +); diff --git a/l10n/en_GB/calendar.po b/l10n/en_GB/calendar.po new file mode 100644 index 00000000..fdfcea53 --- /dev/null +++ b/l10n/en_GB/calendar.po @@ -0,0 +1,883 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:28-0400\n" +"PO-Revision-Date: 2013-08-29 17:30+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/cache/status.php:19 +msgid "Not all calendars are completely cached" +msgstr "Not all calendars are completely cached" + +#: ajax/cache/status.php:21 +msgid "Everything seems to be completely cached" +msgstr "Everything seems to be completely cached" + +#: ajax/categories/rescan.php:29 +msgid "No calendars found." +msgstr "No calendars found." + +#: ajax/categories/rescan.php:37 +msgid "No events found." +msgstr "No events found." + +#: ajax/event/edit.form.php:21 +msgid "Wrong calendar" +msgstr "Wrong calendar" + +#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +msgid "You do not have the permissions to edit this event." +msgstr "You do not have the permissions to edit this event." + +#: ajax/import/dropimport.php:29 ajax/import/import.php:65 +msgid "" +"The file contained either no events or all events are already saved in your " +"calendar." +msgstr "The file contained either no events or all events are already saved in your calendar." + +#: ajax/import/dropimport.php:31 ajax/import/import.php:68 +msgid "events has been saved in the new calendar" +msgstr "events has been saved in the new calendar" + +#: ajax/import/import.php:57 +msgid "Import failed" +msgstr "Import failed" + +#: ajax/import/import.php:70 +msgid "events has been saved in your calendar" +msgstr "events have been saved in your calendar" + +#: ajax/settings/guesstimezone.php:26 +msgid "New Timezone:" +msgstr "New Timezone:" + +#: ajax/settings/settimezone.php:23 +msgid "Timezone changed" +msgstr "Timezone changed" + +#: ajax/settings/settimezone.php:25 +msgid "Invalid request" +msgstr "Invalid request" + +#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: templates/part.showevent.php:37 +msgid "Calendar" +msgstr "Calendar" + +#: js/calendar.js:154 +msgid "Deletion failed" +msgstr "Deletion failed" + +#: js/calendar.js:243 +msgid "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" +msgstr "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" + +#: js/calendar.js:245 +msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" +msgstr "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" + +#: js/calendar.js:602 +msgid "user" +msgstr "user" + +#: js/calendar.js:602 +msgid "group" +msgstr "group" + +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 +msgid "Editable" +msgstr "Editable" + +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 +msgid "Shareable" +msgstr "Shareable" + +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 +msgid "Deletable" +msgstr "Deletable" + +#: js/calendar.js:875 +msgid "ddd" +msgstr "ddd" + +#: js/calendar.js:876 +msgid "ddd M/d" +msgstr "ddd M/d" + +#: js/calendar.js:877 +msgid "dddd M/d" +msgstr "dddd M/d" + +#: js/calendar.js:880 +msgid "MMMM yyyy" +msgstr "MMMM yyyy" + +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" + +#: js/calendar.js:884 +msgid "dddd, MMM d, yyyy" +msgstr "dddd, MMM d, yyyy" + +#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +msgid "Sunday" +msgstr "Sunday" + +#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +msgid "Monday" +msgstr "Monday" + +#: js/l10n.php:45 lib/object.php:585 +msgid "Tuesday" +msgstr "Tuesday" + +#: js/l10n.php:45 lib/object.php:586 +msgid "Wednesday" +msgstr "Wednesday" + +#: js/l10n.php:45 lib/object.php:587 +msgid "Thursday" +msgstr "Thursday" + +#: js/l10n.php:45 lib/object.php:588 +msgid "Friday" +msgstr "Friday" + +#: js/l10n.php:45 lib/object.php:589 +msgid "Saturday" +msgstr "Saturday" + +#: js/l10n.php:46 +msgid "Sun." +msgstr "Sun." + +#: js/l10n.php:46 +msgid "Mon." +msgstr "Mon." + +#: js/l10n.php:46 +msgid "Tue." +msgstr "Tue." + +#: js/l10n.php:46 +msgid "Wed." +msgstr "Wed." + +#: js/l10n.php:46 +msgid "Thu." +msgstr "Thu." + +#: js/l10n.php:46 +msgid "Fri." +msgstr "Fri." + +#: js/l10n.php:46 +msgid "Sat." +msgstr "Sat." + +#: js/l10n.php:47 lib/object.php:640 +msgid "January" +msgstr "January" + +#: js/l10n.php:47 lib/object.php:641 +msgid "February" +msgstr "February" + +#: js/l10n.php:47 lib/object.php:642 +msgid "March" +msgstr "March" + +#: js/l10n.php:47 lib/object.php:643 +msgid "April" +msgstr "April" + +#: js/l10n.php:47 lib/object.php:644 +msgid "May" +msgstr "May" + +#: js/l10n.php:47 lib/object.php:645 +msgid "June" +msgstr "June" + +#: js/l10n.php:47 lib/object.php:646 +msgid "July" +msgstr "July" + +#: js/l10n.php:47 lib/object.php:647 +msgid "August" +msgstr "August" + +#: js/l10n.php:47 lib/object.php:648 +msgid "September" +msgstr "September" + +#: js/l10n.php:47 lib/object.php:649 +msgid "October" +msgstr "October" + +#: js/l10n.php:47 lib/object.php:650 +msgid "November" +msgstr "November" + +#: js/l10n.php:47 lib/object.php:651 +msgid "December" +msgstr "December" + +#: js/l10n.php:48 +msgid "Jan." +msgstr "Jan." + +#: js/l10n.php:48 +msgid "Feb." +msgstr "Feb." + +#: js/l10n.php:48 +msgid "Mar." +msgstr "Mar." + +#: js/l10n.php:48 +msgid "Apr." +msgstr "Apr." + +#: js/l10n.php:48 +msgid "May." +msgstr "May." + +#: js/l10n.php:48 +msgid "Jun." +msgstr "Jun." + +#: js/l10n.php:48 +msgid "Jul." +msgstr "Jul." + +#: js/l10n.php:48 +msgid "Aug." +msgstr "Aug." + +#: js/l10n.php:48 +msgid "Sep." +msgstr "Sep." + +#: js/l10n.php:48 +msgid "Oct." +msgstr "Oct." + +#: js/l10n.php:48 +msgid "Nov." +msgstr "Nov." + +#: js/l10n.php:48 +msgid "Dec." +msgstr "Dec." + +#: js/l10n.php:51 +msgid "All day" +msgstr "All day" + +#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +msgid "New Calendar" +msgstr "New Calendar" + +#: js/l10n.php:53 +msgid "Missing or invalid fields" +msgstr "Missing or invalid fields" + +#: js/l10n.php:54 templates/part.eventform.php:16 +#: templates/part.showevent.php:11 +msgid "Title" +msgstr "Title" + +#: js/l10n.php:56 +msgid "From Date" +msgstr "From Date" + +#: js/l10n.php:57 +msgid "From Time" +msgstr "From Time" + +#: js/l10n.php:58 +msgid "To Date" +msgstr "To Date" + +#: js/l10n.php:59 +msgid "To Time" +msgstr "To Time" + +#: js/l10n.php:60 +msgid "The event ends before it starts" +msgstr "The event ends before it starts" + +#: js/l10n.php:61 +msgid "There was a database fail" +msgstr "There was a database failure" + +#: lib/app.php:121 +msgid "Birthday" +msgstr "Birthday" + +#: lib/app.php:122 +msgid "Business" +msgstr "Business" + +#: lib/app.php:123 +msgid "Call" +msgstr "Call" + +#: lib/app.php:124 +msgid "Clients" +msgstr "Clients" + +#: lib/app.php:125 +msgid "Deliverer" +msgstr "Deliverer" + +#: lib/app.php:126 +msgid "Holidays" +msgstr "Holidays" + +#: lib/app.php:127 +msgid "Ideas" +msgstr "Ideas" + +#: lib/app.php:128 +msgid "Journey" +msgstr "Journey" + +#: lib/app.php:129 +msgid "Jubilee" +msgstr "Jubilee" + +#: lib/app.php:130 +msgid "Meeting" +msgstr "Meeting" + +#: lib/app.php:131 +msgid "Other" +msgstr "Other" + +#: lib/app.php:132 +msgid "Personal" +msgstr "Personal" + +#: lib/app.php:133 +msgid "Projects" +msgstr "Projects" + +#: lib/app.php:134 +msgid "Questions" +msgstr "Questions" + +#: lib/app.php:135 +msgid "Work" +msgstr "Work" + +#: lib/app.php:403 +msgid "by" +msgstr "by" + +#: lib/app.php:467 +msgid "unnamed" +msgstr "unnamed" + +#: lib/calendar.php:178 lib/calendar.php:211 +msgid "You do not have the permissions to update this calendar." +msgstr "You do not have the permissions to update this calendar." + +#: lib/calendar.php:246 +msgid "You do not have the permissions to delete this calendar." +msgstr "You do not have the permissions to delete this calendar." + +#: lib/calendar.php:280 +msgid "You do not have the permissions to add to this calendar." +msgstr "You do not have the permissions to add to this calendar." + +#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +msgid "You do not have the permissions to add events to this calendar." +msgstr "You do not have the permissions to add events to this calendar." + +#: lib/object.php:267 lib/object.php:299 +msgid "You do not have the permissions to delete this event." +msgstr "You do not have the permissions to delete this event." + +#: lib/object.php:493 +msgid "Busy" +msgstr "Busy" + +#: lib/object.php:533 +msgid "Public" +msgstr "Public" + +#: lib/object.php:534 +msgid "Private" +msgstr "Private" + +#: lib/object.php:535 +msgid "Confidential" +msgstr "Confidential" + +#: lib/object.php:545 +msgid "Does not repeat" +msgstr "Does not repeat" + +#: lib/object.php:546 +msgid "Daily" +msgstr "Daily" + +#: lib/object.php:547 +msgid "Weekly" +msgstr "Weekly" + +#: lib/object.php:548 +msgid "Every Weekday" +msgstr "Every Weekday" + +#: lib/object.php:549 +msgid "Bi-Weekly" +msgstr "Bi-Weekly" + +#: lib/object.php:550 +msgid "Monthly" +msgstr "Monthly" + +#: lib/object.php:551 +msgid "Yearly" +msgstr "Yearly" + +#: lib/object.php:561 +msgid "never" +msgstr "never" + +#: lib/object.php:562 +msgid "by occurrences" +msgstr "by occurrences" + +#: lib/object.php:563 +msgid "by date" +msgstr "by date" + +#: lib/object.php:573 +msgid "by monthday" +msgstr "by day of month" + +#: lib/object.php:574 +msgid "by weekday" +msgstr "by weekday" + +#: lib/object.php:600 +msgid "events week of month" +msgstr "events week of month" + +#: lib/object.php:601 +msgid "first" +msgstr "first" + +#: lib/object.php:602 +msgid "second" +msgstr "second" + +#: lib/object.php:603 +msgid "third" +msgstr "third" + +#: lib/object.php:604 +msgid "fourth" +msgstr "fourth" + +#: lib/object.php:605 +msgid "fifth" +msgstr "fifth" + +#: lib/object.php:606 +msgid "last" +msgstr "last" + +#: lib/object.php:661 +msgid "by events date" +msgstr "by event's date" + +#: lib/object.php:662 +msgid "by yearday(s)" +msgstr "by yearday(s)" + +#: lib/object.php:663 +msgid "by weeknumber(s)" +msgstr "by week number(s)" + +#: lib/object.php:664 +msgid "by day and month" +msgstr "by day and month" + +#: lib/search.php:35 lib/search.php:37 lib/search.php:40 +msgid "Date" +msgstr "Date" + +#: lib/search.php:43 +msgid "Cal." +msgstr "Cal." + +#: templates/calendar.php:6 +msgid "Week" +msgstr "Week" + +#: templates/calendar.php:7 +msgid "Month" +msgstr "Month" + +#: templates/calendar.php:8 +msgid "List" +msgstr "List" + +#: templates/calendar.php:12 templates/calendar.php:18 +msgid "Today" +msgstr "Today" + +#: templates/calendar.php:13 +msgid "Settings" +msgstr "Settings" + +#: templates/part.choosecalendar.php:2 +msgid "Your calendars" +msgstr "Your calendars" + +#: templates/part.choosecalendar.php:28 +#: templates/part.choosecalendar.rowfields.php:24 +msgid "CalDav Link" +msgstr "CalDav Link" + +#: templates/part.choosecalendar.rowfields.php:13 +msgid "Share Calendar" +msgstr "Share Calendar" + +#: templates/part.choosecalendar.rowfields.php:27 +msgid "Download" +msgstr "Download" + +#: templates/part.choosecalendar.rowfields.php:31 +msgid "Edit" +msgstr "Edit" + +#: templates/part.choosecalendar.rowfields.php:36 +#: templates/part.editevent.php:9 +msgid "Delete" +msgstr "Delete" + +#: templates/part.editcalendar.php:9 +msgid "New calendar" +msgstr "New calendar" + +#: templates/part.editcalendar.php:9 +msgid "Edit calendar" +msgstr "Edit calendar" + +#: templates/part.editcalendar.php:12 +msgid "Displayname" +msgstr "Displayname" + +#: templates/part.editcalendar.php:23 +msgid "Active" +msgstr "Active" + +#: templates/part.editcalendar.php:29 +msgid "Calendar color" +msgstr "Calendar colour" + +#: templates/part.editcalendar.php:42 +msgid "Save" +msgstr "Save" + +#: templates/part.editcalendar.php:42 templates/part.editevent.php:8 +#: templates/part.newevent.php:6 +msgid "Submit" +msgstr "Submit" + +#: templates/part.editcalendar.php:43 +msgid "Cancel" +msgstr "Cancel" + +#: templates/part.editevent.php:1 +msgid "Edit an event" +msgstr "Edit an event" + +#: templates/part.editevent.php:10 +msgid "Export" +msgstr "Export" + +#: templates/part.eventform.php:5 templates/part.showevent.php:3 +msgid "Eventinfo" +msgstr "Eventinfo" + +#: templates/part.eventform.php:6 templates/part.showevent.php:4 +msgid "Repeating" +msgstr "Repeating" + +#: templates/part.eventform.php:7 templates/part.showevent.php:5 +msgid "Alarm" +msgstr "Alarm" + +#: templates/part.eventform.php:8 templates/part.showevent.php:6 +msgid "Attendees" +msgstr "Attendees" + +#: templates/part.eventform.php:10 +msgid "Share" +msgstr "Share" + +#: templates/part.eventform.php:18 +msgid "Title of the Event" +msgstr "Title of the Event" + +#: templates/part.eventform.php:24 templates/part.showevent.php:19 +msgid "Category" +msgstr "Category" + +#: templates/part.eventform.php:26 +msgid "Separate categories with commas" +msgstr "Separate categories with commas" + +#: templates/part.eventform.php:27 +msgid "Edit categories" +msgstr "Edit categories" + +#: templates/part.eventform.php:47 templates/part.showevent.php:50 +msgid "Access Class" +msgstr "Access Class" + +#: templates/part.eventform.php:64 templates/part.showevent.php:66 +msgid "All Day Event" +msgstr "All Day Event" + +#: templates/part.eventform.php:68 templates/part.showevent.php:70 +msgid "From" +msgstr "From" + +#: templates/part.eventform.php:76 templates/part.showevent.php:78 +msgid "To" +msgstr "To" + +#: templates/part.eventform.php:84 templates/part.showevent.php:86 +msgid "Advanced options" +msgstr "Advanced options" + +#: templates/part.eventform.php:89 templates/part.showevent.php:91 +msgid "Location" +msgstr "Location" + +#: templates/part.eventform.php:91 +msgid "Location of the Event" +msgstr "Location of the Event" + +#: templates/part.eventform.php:97 templates/part.showevent.php:99 +msgid "Description" +msgstr "Description" + +#: templates/part.eventform.php:99 +msgid "Description of the Event" +msgstr "Description of the Event" + +#: templates/part.eventform.php:108 templates/part.showevent.php:109 +msgid "Repeat" +msgstr "Repeat" + +#: templates/part.eventform.php:115 templates/part.showevent.php:116 +msgid "Advanced" +msgstr "Advanced" + +#: templates/part.eventform.php:159 templates/part.showevent.php:160 +msgid "Select weekdays" +msgstr "Select weekdays" + +#: templates/part.eventform.php:172 templates/part.eventform.php:185 +#: templates/part.showevent.php:173 templates/part.showevent.php:186 +msgid "Select days" +msgstr "Select days" + +#: templates/part.eventform.php:177 templates/part.showevent.php:178 +msgid "and the events day of year." +msgstr "and the events day of year." + +#: templates/part.eventform.php:190 templates/part.showevent.php:191 +msgid "and the events day of month." +msgstr "and the events day of month." + +#: templates/part.eventform.php:198 templates/part.showevent.php:199 +msgid "Select months" +msgstr "Select months" + +#: templates/part.eventform.php:211 templates/part.showevent.php:212 +msgid "Select weeks" +msgstr "Select weeks" + +#: templates/part.eventform.php:216 templates/part.showevent.php:217 +msgid "and the events week of year." +msgstr "and the events week of year." + +#: templates/part.eventform.php:222 templates/part.showevent.php:223 +msgid "Interval" +msgstr "Interval" + +#: templates/part.eventform.php:228 templates/part.showevent.php:229 +msgid "End" +msgstr "End" + +#: templates/part.eventform.php:241 templates/part.showevent.php:242 +msgid "occurrences" +msgstr "occurrences" + +#: templates/part.import.php:14 +msgid "create a new calendar" +msgstr "create a new calendar" + +#: templates/part.import.php:17 +msgid "Import a calendar file" +msgstr "Import a calendar file" + +#: templates/part.import.php:24 +msgid "Please choose a calendar" +msgstr "Please choose a calendar" + +#: templates/part.import.php:36 +msgid "Name of new calendar" +msgstr "Name of new calendar" + +#: templates/part.import.php:44 +msgid "Take an available name!" +msgstr "Take an available name!" + +#: templates/part.import.php:45 +msgid "" +"A Calendar with this name already exists. If you continue anyhow, these " +"calendars will be merged." +msgstr "A Calendar with this name already exists. If you continue anyway, these calendars will be merged." + +#: templates/part.import.php:48 +msgid "Remove all events from the selected calendar" +msgstr "Remove all events from the selected calendar" + +#: templates/part.import.php:50 +msgid "Import" +msgstr "Import" + +#: templates/part.import.php:59 +msgid "Close Dialog" +msgstr "Close Dialogue" + +#: templates/part.newevent.php:1 +msgid "Create a new event" +msgstr "Create a new event" + +#: templates/part.share.php:27 +msgid "Share with:" +msgstr "Share with:" + +#: templates/part.share.php:30 +msgid "Shared with" +msgstr "Shared with" + +#: templates/part.share.php:47 templates/part.share.php:74 +msgid "Unshare" +msgstr "Unshare" + +#: templates/part.share.php:53 +msgid "Nobody" +msgstr "Nobody" + +#: templates/part.share.php:57 +msgid "Shared via calendar" +msgstr "Shared via calendar" + +#: templates/part.share.php:80 +msgid "" +"NOTE: Actions on events shared via calendar will affect the entire calendar " +"sharing." +msgstr "NOTE: Actions on events shared via calendar will affect the entire calendar sharing." + +#: templates/part.showevent.php:1 +msgid "View an event" +msgstr "View an event" + +#: templates/part.showevent.php:23 +msgid "No categories selected" +msgstr "No categories selected" + +#: templates/part.showevent.php:41 +msgid "of" +msgstr "of" + +#: templates/part.showevent.php:73 templates/part.showevent.php:81 +msgid "at" +msgstr "at" + +#: templates/settings.php:10 +msgid "General" +msgstr "General" + +#: templates/settings.php:15 +msgid "Timezone" +msgstr "Timezone" + +#: templates/settings.php:46 +msgid "Update timezone automatically" +msgstr "Update timezone automatically" + +#: templates/settings.php:51 +msgid "Time format" +msgstr "Time format" + +#: templates/settings.php:56 +msgid "24h" +msgstr "24h" + +#: templates/settings.php:57 +msgid "12h" +msgstr "12h" + +#: templates/settings.php:63 +msgid "Start week on" +msgstr "Start week on" + +#: templates/settings.php:75 +msgid "Cache" +msgstr "Cache" + +#: templates/settings.php:79 +msgid "Clear cache for repeating events" +msgstr "Clear cache for repeating events" + +#: templates/settings.php:84 +msgid "URLs" +msgstr "URLs" + +#: templates/settings.php:86 +msgid "Calendar CalDAV syncing addresses" +msgstr "Calendar CalDAV syncing addresses" + +#: templates/settings.php:86 +msgid "more info" +msgstr "more info" + +#: templates/settings.php:88 +msgid "Primary address (Kontact et al)" +msgstr "Primary address (Kontact et al)" + +#: templates/settings.php:90 +msgid "iOS/OS X" +msgstr "iOS/OS X" + +#: templates/settings.php:92 +msgid "Read only iCalendar link(s)" +msgstr "Read only iCalendar link(s)" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index e14c1319..15726925 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:19-0400\n" +"POT-Creation-Date: 2013-08-30 09:28-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From 564d4047cd4d61158f5985ef687d1306ba388c21 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 1 Sep 2013 13:26:33 -0400 Subject: [PATCH 07/38] [tx-robot] updated from transifex --- l10n/ar/calendar.po | 4 ++-- l10n/ca/calendar.po | 4 ++-- l10n/cs_CZ/calendar.po | 4 ++-- l10n/cy_GB/calendar.po | 4 ++-- l10n/da/calendar.po | 4 ++-- l10n/de/calendar.po | 4 ++-- l10n/de_CH/calendar.po | 4 ++-- l10n/de_DE/calendar.po | 4 ++-- l10n/el/calendar.po | 4 ++-- l10n/en_GB/calendar.po | 4 ++-- l10n/eo/calendar.po | 4 ++-- l10n/es/calendar.po | 4 ++-- l10n/es_AR/calendar.po | 4 ++-- l10n/et_EE/calendar.po | 4 ++-- l10n/eu/calendar.po | 4 ++-- l10n/fa/calendar.po | 4 ++-- l10n/fi_FI/calendar.po | 4 ++-- l10n/fr/calendar.po | 4 ++-- l10n/gl/calendar.po | 4 ++-- l10n/he/calendar.po | 4 ++-- l10n/hu_HU/calendar.po | 4 ++-- l10n/id/calendar.po | 4 ++-- l10n/it/calendar.po | 4 ++-- l10n/ja_JP/calendar.po | 4 ++-- l10n/ka_GE/calendar.po | 4 ++-- l10n/ko/calendar.po | 4 ++-- l10n/lb/calendar.po | 4 ++-- l10n/lt_LT/calendar.po | 4 ++-- l10n/lv/calendar.po | 4 ++-- l10n/mk/calendar.po | 4 ++-- l10n/nb_NO/calendar.po | 4 ++-- l10n/nl/calendar.po | 4 ++-- l10n/nn_NO/calendar.po | 4 ++-- l10n/oc/calendar.po | 4 ++-- l10n/pl/calendar.po | 4 ++-- l10n/pt_BR/calendar.po | 4 ++-- l10n/pt_PT/calendar.po | 4 ++-- l10n/ro/calendar.po | 4 ++-- l10n/ru/calendar.po | 4 ++-- l10n/si_LK/calendar.po | 4 ++-- l10n/sk_SK/calendar.po | 4 ++-- l10n/sl/calendar.po | 4 ++-- l10n/sr/calendar.po | 4 ++-- l10n/sv/calendar.po | 4 ++-- l10n/ta_LK/calendar.po | 4 ++-- l10n/templates/calendar.pot | 2 +- l10n/th_TH/calendar.po | 4 ++-- l10n/tr/calendar.po | 4 ++-- l10n/ug/calendar.po | 4 ++-- l10n/uk/calendar.po | 4 ++-- l10n/vi/calendar.po | 4 ++-- l10n/zh_CN/calendar.po | 4 ++-- l10n/zh_TW/calendar.po | 4 ++-- 53 files changed, 105 insertions(+), 105 deletions(-) diff --git a/l10n/ar/calendar.po b/l10n/ar/calendar.po index 3ae2ad89..b3776517 100644 --- a/l10n/ar/calendar.po +++ b/l10n/ar/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/calendar.po b/l10n/ca/calendar.po index 504065d8..f307ff67 100644 --- a/l10n/ca/calendar.po +++ b/l10n/ca/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/calendar.po b/l10n/cs_CZ/calendar.po index efb6a1d9..bf131c72 100644 --- a/l10n/cs_CZ/calendar.po +++ b/l10n/cs_CZ/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: pstast \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cy_GB/calendar.po b/l10n/cy_GB/calendar.po index ead29198..3d0d4f8e 100644 --- a/l10n/cy_GB/calendar.po +++ b/l10n/cy_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: ubuntucymraeg \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po index 69da76b5..e75e72f2 100644 --- a/l10n/da/calendar.po +++ b/l10n/da/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-30 09:28-0400\n" -"PO-Revision-Date: 2013-08-29 12:20+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po index 0aa175f2..03d9f7af 100644 --- a/l10n/de/calendar.po +++ b/l10n/de/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:20+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: German \n" "MIME-Version: 1.0\n" diff --git a/l10n/de_CH/calendar.po b/l10n/de_CH/calendar.po index a0c6a9f5..c492b83d 100644 --- a/l10n/de_CH/calendar.po +++ b/l10n/de_CH/calendar.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: FlorianScholz \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/calendar.po b/l10n/de_DE/calendar.po index 62647cc6..92422200 100644 --- a/l10n/de_DE/calendar.po +++ b/l10n/de_DE/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" diff --git a/l10n/el/calendar.po b/l10n/el/calendar.po index f3414e24..8beef910 100644 --- a/l10n/el/calendar.po +++ b/l10n/el/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB/calendar.po b/l10n/en_GB/calendar.po index fdfcea53..0c22ef9b 100644 --- a/l10n/en_GB/calendar.po +++ b/l10n/en_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-30 09:28-0400\n" -"PO-Revision-Date: 2013-08-29 17:30+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:40+0000\n" "Last-Translator: mnestis \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/calendar.po b/l10n/eo/calendar.po index 62b98399..dd572a4f 100644 --- a/l10n/eo/calendar.po +++ b/l10n/eo/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: Baptiste \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/calendar.po b/l10n/es/calendar.po index 8dc7c291..4b25fa06 100644 --- a/l10n/es/calendar.po +++ b/l10n/es/calendar.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: Korrosivo \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/calendar.po b/l10n/es_AR/calendar.po index ce6cadb8..21cfb7a0 100644 --- a/l10n/es_AR/calendar.po +++ b/l10n/es_AR/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/calendar.po b/l10n/et_EE/calendar.po index 8dcedc75..13edf1bf 100644 --- a/l10n/et_EE/calendar.po +++ b/l10n/et_EE/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: Rivo Zängov \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/calendar.po b/l10n/eu/calendar.po index 2a927e4a..ac002419 100644 --- a/l10n/eu/calendar.po +++ b/l10n/eu/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/calendar.po b/l10n/fa/calendar.po index 52d524e5..2401d0c9 100644 --- a/l10n/fa/calendar.po +++ b/l10n/fa/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/calendar.po b/l10n/fi_FI/calendar.po index 46d97d87..1df35cea 100644 --- a/l10n/fi_FI/calendar.po +++ b/l10n/fi_FI/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: Larso \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/calendar.po b/l10n/fr/calendar.po index 985cab77..18c668ae 100644 --- a/l10n/fr/calendar.po +++ b/l10n/fr/calendar.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: plachance \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/calendar.po b/l10n/gl/calendar.po index ea25b477..8431d902 100644 --- a/l10n/gl/calendar.po +++ b/l10n/gl/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/calendar.po b/l10n/he/calendar.po index 45c8b628..2b10f51b 100644 --- a/l10n/he/calendar.po +++ b/l10n/he/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/calendar.po b/l10n/hu_HU/calendar.po index 06d2c70b..c73ef423 100644 --- a/l10n/hu_HU/calendar.po +++ b/l10n/hu_HU/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/calendar.po b/l10n/id/calendar.po index caf26e1a..4ebfe460 100644 --- a/l10n/id/calendar.po +++ b/l10n/id/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/calendar.po b/l10n/it/calendar.po index 67cb8ef5..7b0a68f5 100644 --- a/l10n/it/calendar.po +++ b/l10n/it/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po index 737a9aaf..55fea4e9 100644 --- a/l10n/ja_JP/calendar.po +++ b/l10n/ja_JP/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/calendar.po b/l10n/ka_GE/calendar.po index 9d2cbf52..8157a95d 100644 --- a/l10n/ka_GE/calendar.po +++ b/l10n/ka_GE/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/calendar.po b/l10n/ko/calendar.po index 143c15d2..8b366e3f 100644 --- a/l10n/ko/calendar.po +++ b/l10n/ko/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/calendar.po b/l10n/lb/calendar.po index 46572e80..f45728cf 100644 --- a/l10n/lb/calendar.po +++ b/l10n/lb/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: llaera \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/calendar.po b/l10n/lt_LT/calendar.po index 0ea13016..ac0ef37d 100644 --- a/l10n/lt_LT/calendar.po +++ b/l10n/lt_LT/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-23 20:13-0400\n" -"PO-Revision-Date: 2013-08-23 15:00+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: mambuta \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/calendar.po b/l10n/lv/calendar.po index ac69b4f8..a9a2db29 100644 --- a/l10n/lv/calendar.po +++ b/l10n/lv/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/calendar.po b/l10n/mk/calendar.po index 1b6c6a32..90fc30bf 100644 --- a/l10n/mk/calendar.po +++ b/l10n/mk/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:20+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/calendar.po b/l10n/nb_NO/calendar.po index 4bbac9b1..9396da8a 100644 --- a/l10n/nb_NO/calendar.po +++ b/l10n/nb_NO/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: Hans Nesse <>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/calendar.po b/l10n/nl/calendar.po index dcf8c7b2..c76910b8 100644 --- a/l10n/nl/calendar.po +++ b/l10n/nl/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/calendar.po b/l10n/nn_NO/calendar.po index 94bc3f15..11fd1ab8 100644 --- a/l10n/nn_NO/calendar.po +++ b/l10n/nn_NO/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: unhammer \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/calendar.po b/l10n/oc/calendar.po index 914b9bfc..7cce2c5e 100644 --- a/l10n/oc/calendar.po +++ b/l10n/oc/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/calendar.po b/l10n/pl/calendar.po index 2b0b6128..718d4dfc 100644 --- a/l10n/pl/calendar.po +++ b/l10n/pl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/calendar.po b/l10n/pt_BR/calendar.po index a4ef0f2f..39468117 100644 --- a/l10n/pt_BR/calendar.po +++ b/l10n/pt_BR/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/calendar.po b/l10n/pt_PT/calendar.po index 260b316c..19fb8fdc 100644 --- a/l10n/pt_PT/calendar.po +++ b/l10n/pt_PT/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/calendar.po b/l10n/ro/calendar.po index adf25d93..252c0640 100644 --- a/l10n/ro/calendar.po +++ b/l10n/ro/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/calendar.po b/l10n/ru/calendar.po index 96bb4a02..072fb08c 100644 --- a/l10n/ru/calendar.po +++ b/l10n/ru/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:20+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/calendar.po b/l10n/si_LK/calendar.po index b877d2fa..bd8e6e02 100644 --- a/l10n/si_LK/calendar.po +++ b/l10n/si_LK/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/calendar.po b/l10n/sk_SK/calendar.po index 1bb5311d..704c5a8d 100644 --- a/l10n/sk_SK/calendar.po +++ b/l10n/sk_SK/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-21 08:08-0400\n" -"PO-Revision-Date: 2013-08-20 20:10+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/calendar.po b/l10n/sl/calendar.po index 8d41b239..833bd430 100644 --- a/l10n/sl/calendar.po +++ b/l10n/sl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/calendar.po b/l10n/sr/calendar.po index ede67f4a..9d3c84fd 100644 --- a/l10n/sr/calendar.po +++ b/l10n/sr/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/calendar.po b/l10n/sv/calendar.po index 4f07a832..3153cf2f 100644 --- a/l10n/sv/calendar.po +++ b/l10n/sv/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/calendar.po b/l10n/ta_LK/calendar.po index 7c747221..2a822778 100644 --- a/l10n/ta_LK/calendar.po +++ b/l10n/ta_LK/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 15726925..49c33490 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-30 09:28-0400\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\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 201e27a7..f687391c 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/calendar.po b/l10n/tr/calendar.po index f0461877..f1bd6caa 100644 --- a/l10n/tr/calendar.po +++ b/l10n/tr/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ug/calendar.po b/l10n/ug/calendar.po index 6615cfb0..7781f5ba 100644 --- a/l10n/ug/calendar.po +++ b/l10n/ug/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: Abduqadir Abliz \n" "Language-Team: Uighur \n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/calendar.po b/l10n/uk/calendar.po index 8b400879..ef4c06cc 100644 --- a/l10n/uk/calendar.po +++ b/l10n/uk/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/calendar.po b/l10n/vi/calendar.po index fef8edd4..adafa0fe 100644 --- a/l10n/vi/calendar.po +++ b/l10n/vi/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/calendar.po b/l10n/zh_CN/calendar.po index bfd0e5ef..f5f12f24 100644 --- a/l10n/zh_CN/calendar.po +++ b/l10n/zh_CN/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-08-30 13:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/calendar.po b/l10n/zh_TW/calendar.po index e95f39e6..4e1c90ae 100644 --- a/l10n/zh_TW/calendar.po +++ b/l10n/zh_TW/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 10:31-0400\n" -"PO-Revision-Date: 2013-08-26 04:30+0000\n" +"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"PO-Revision-Date: 2013-09-01 13:10+0000\n" "Last-Translator: pellaeon \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" From 019fd55827f5b2283ce6719f01ff842459258118 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Tue, 3 Sep 2013 07:30:27 -0400 Subject: [PATCH 08/38] [tx-robot] updated from transifex --- l10n/hi.php | 7 +++++++ l10n/hi/calendar.po | 40 ++++++++++++++++++------------------- l10n/templates/calendar.pot | 2 +- 3 files changed, 28 insertions(+), 21 deletions(-) diff --git a/l10n/hi.php b/l10n/hi.php index 9e93a5ed..d85edf4e 100644 --- a/l10n/hi.php +++ b/l10n/hi.php @@ -1,4 +1,11 @@ "रविवार", +"Monday" => "सोमवार", +"Tuesday" => "मंगलवार", +"Wednesday" => "बुधवार", +"Thursday" => "बृहस्पतिवार", +"Friday" => "शुक्रवार", +"Saturday" => "शनिवार", "January" => "जनवरी", "February" => "फरवरी", "March" => "मार्च", diff --git a/l10n/hi/calendar.po b/l10n/hi/calendar.po index 69c2d5d2..0becd483 100644 --- a/l10n/hi/calendar.po +++ b/l10n/hi/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-31 01:47-0400\n" -"PO-Revision-Date: 2013-07-30 12:11+0000\n" +"POT-Creation-Date: 2013-09-03 07:29-0400\n" +"PO-Revision-Date: 2013-09-03 10:40+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -88,77 +88,77 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:68 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:70 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:72 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 +#: js/calendar.js:882 msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" #: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 msgid "Sunday" -msgstr "" +msgstr "रविवार" #: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 msgid "Monday" -msgstr "" +msgstr "सोमवार" #: js/l10n.php:45 lib/object.php:585 msgid "Tuesday" -msgstr "" +msgstr "मंगलवार" #: js/l10n.php:45 lib/object.php:586 msgid "Wednesday" -msgstr "" +msgstr "बुधवार" #: js/l10n.php:45 lib/object.php:587 msgid "Thursday" -msgstr "" +msgstr "बृहस्पतिवार" #: js/l10n.php:45 lib/object.php:588 msgid "Friday" -msgstr "" +msgstr "शुक्रवार" #: js/l10n.php:45 lib/object.php:589 msgid "Saturday" -msgstr "" +msgstr "शनिवार" #: js/l10n.php:46 msgid "Sun." diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 49c33490..8e7d4c76 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" +"POT-Creation-Date: 2013-09-03 07:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From 01cbfb3e516ddcf1b28dadd2d82781b65c5452e2 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Thu, 5 Sep 2013 07:33:54 -0400 Subject: [PATCH 09/38] [tx-robot] updated from transifex --- l10n/templates/calendar.pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 8e7d4c76..bb1969ff 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-03 07:29-0400\n" +"POT-Creation-Date: 2013-09-05 07:33-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From 21fe1c10621b18cfff368094faff0eb943861275 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sat, 7 Sep 2013 04:38:43 -0400 Subject: [PATCH 10/38] [tx-robot] updated from transifex --- l10n/ach/calendar.po | 882 ++++++++++++++++++++++++++++++++++++ l10n/es_MX/calendar.po | 882 ++++++++++++++++++++++++++++++++++++ l10n/nqo/calendar.po | 882 ++++++++++++++++++++++++++++++++++++ l10n/templates/calendar.pot | 2 +- 4 files changed, 2647 insertions(+), 1 deletion(-) create mode 100644 l10n/ach/calendar.po create mode 100644 l10n/es_MX/calendar.po create mode 100644 l10n/nqo/calendar.po diff --git a/l10n/ach/calendar.po b/l10n/ach/calendar.po new file mode 100644 index 00000000..f7789d7b --- /dev/null +++ b/l10n/ach/calendar.po @@ -0,0 +1,882 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-09-07 04:38-0400\n" +"PO-Revision-Date: 2013-09-07 07:27+0000\n" +"Last-Translator: I Robot \n" +"Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ach\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ajax/cache/status.php:19 +msgid "Not all calendars are completely cached" +msgstr "" + +#: ajax/cache/status.php:21 +msgid "Everything seems to be completely cached" +msgstr "" + +#: ajax/categories/rescan.php:29 +msgid "No calendars found." +msgstr "" + +#: ajax/categories/rescan.php:37 +msgid "No events found." +msgstr "" + +#: ajax/event/edit.form.php:21 +msgid "Wrong calendar" +msgstr "" + +#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +msgid "You do not have the permissions to edit this event." +msgstr "" + +#: ajax/import/dropimport.php:29 ajax/import/import.php:65 +msgid "" +"The file contained either no events or all events are already saved in your " +"calendar." +msgstr "" + +#: ajax/import/dropimport.php:31 ajax/import/import.php:68 +msgid "events has been saved in the new calendar" +msgstr "" + +#: ajax/import/import.php:57 +msgid "Import failed" +msgstr "" + +#: ajax/import/import.php:70 +msgid "events has been saved in your calendar" +msgstr "" + +#: ajax/settings/guesstimezone.php:26 +msgid "New Timezone:" +msgstr "" + +#: ajax/settings/settimezone.php:23 +msgid "Timezone changed" +msgstr "" + +#: ajax/settings/settimezone.php:25 +msgid "Invalid request" +msgstr "" + +#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: templates/part.showevent.php:37 +msgid "Calendar" +msgstr "" + +#: js/calendar.js:154 +msgid "Deletion failed" +msgstr "" + +#: js/calendar.js:243 +msgid "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" +msgstr "" + +#: js/calendar.js:245 +msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" +msgstr "" + +#: js/calendar.js:602 +msgid "user" +msgstr "" + +#: js/calendar.js:602 +msgid "group" +msgstr "" + +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 +msgid "Editable" +msgstr "" + +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 +msgid "Shareable" +msgstr "" + +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 +msgid "Deletable" +msgstr "" + +#: js/calendar.js:875 +msgid "ddd" +msgstr "" + +#: js/calendar.js:876 +msgid "ddd M/d" +msgstr "" + +#: js/calendar.js:877 +msgid "dddd M/d" +msgstr "" + +#: js/calendar.js:880 +msgid "MMMM yyyy" +msgstr "" + +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgstr "" + +#: js/calendar.js:884 +msgid "dddd, MMM d, yyyy" +msgstr "" + +#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +msgid "Sunday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +msgid "Monday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:585 +msgid "Tuesday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:586 +msgid "Wednesday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:587 +msgid "Thursday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:588 +msgid "Friday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:589 +msgid "Saturday" +msgstr "" + +#: js/l10n.php:46 +msgid "Sun." +msgstr "" + +#: js/l10n.php:46 +msgid "Mon." +msgstr "" + +#: js/l10n.php:46 +msgid "Tue." +msgstr "" + +#: js/l10n.php:46 +msgid "Wed." +msgstr "" + +#: js/l10n.php:46 +msgid "Thu." +msgstr "" + +#: js/l10n.php:46 +msgid "Fri." +msgstr "" + +#: js/l10n.php:46 +msgid "Sat." +msgstr "" + +#: js/l10n.php:47 lib/object.php:640 +msgid "January" +msgstr "" + +#: js/l10n.php:47 lib/object.php:641 +msgid "February" +msgstr "" + +#: js/l10n.php:47 lib/object.php:642 +msgid "March" +msgstr "" + +#: js/l10n.php:47 lib/object.php:643 +msgid "April" +msgstr "" + +#: js/l10n.php:47 lib/object.php:644 +msgid "May" +msgstr "" + +#: js/l10n.php:47 lib/object.php:645 +msgid "June" +msgstr "" + +#: js/l10n.php:47 lib/object.php:646 +msgid "July" +msgstr "" + +#: js/l10n.php:47 lib/object.php:647 +msgid "August" +msgstr "" + +#: js/l10n.php:47 lib/object.php:648 +msgid "September" +msgstr "" + +#: js/l10n.php:47 lib/object.php:649 +msgid "October" +msgstr "" + +#: js/l10n.php:47 lib/object.php:650 +msgid "November" +msgstr "" + +#: js/l10n.php:47 lib/object.php:651 +msgid "December" +msgstr "" + +#: js/l10n.php:48 +msgid "Jan." +msgstr "" + +#: js/l10n.php:48 +msgid "Feb." +msgstr "" + +#: js/l10n.php:48 +msgid "Mar." +msgstr "" + +#: js/l10n.php:48 +msgid "Apr." +msgstr "" + +#: js/l10n.php:48 +msgid "May." +msgstr "" + +#: js/l10n.php:48 +msgid "Jun." +msgstr "" + +#: js/l10n.php:48 +msgid "Jul." +msgstr "" + +#: js/l10n.php:48 +msgid "Aug." +msgstr "" + +#: js/l10n.php:48 +msgid "Sep." +msgstr "" + +#: js/l10n.php:48 +msgid "Oct." +msgstr "" + +#: js/l10n.php:48 +msgid "Nov." +msgstr "" + +#: js/l10n.php:48 +msgid "Dec." +msgstr "" + +#: js/l10n.php:51 +msgid "All day" +msgstr "" + +#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +msgid "New Calendar" +msgstr "" + +#: js/l10n.php:53 +msgid "Missing or invalid fields" +msgstr "" + +#: js/l10n.php:54 templates/part.eventform.php:16 +#: templates/part.showevent.php:11 +msgid "Title" +msgstr "" + +#: js/l10n.php:56 +msgid "From Date" +msgstr "" + +#: js/l10n.php:57 +msgid "From Time" +msgstr "" + +#: js/l10n.php:58 +msgid "To Date" +msgstr "" + +#: js/l10n.php:59 +msgid "To Time" +msgstr "" + +#: js/l10n.php:60 +msgid "The event ends before it starts" +msgstr "" + +#: js/l10n.php:61 +msgid "There was a database fail" +msgstr "" + +#: lib/app.php:121 +msgid "Birthday" +msgstr "" + +#: lib/app.php:122 +msgid "Business" +msgstr "" + +#: lib/app.php:123 +msgid "Call" +msgstr "" + +#: lib/app.php:124 +msgid "Clients" +msgstr "" + +#: lib/app.php:125 +msgid "Deliverer" +msgstr "" + +#: lib/app.php:126 +msgid "Holidays" +msgstr "" + +#: lib/app.php:127 +msgid "Ideas" +msgstr "" + +#: lib/app.php:128 +msgid "Journey" +msgstr "" + +#: lib/app.php:129 +msgid "Jubilee" +msgstr "" + +#: lib/app.php:130 +msgid "Meeting" +msgstr "" + +#: lib/app.php:131 +msgid "Other" +msgstr "" + +#: lib/app.php:132 +msgid "Personal" +msgstr "" + +#: lib/app.php:133 +msgid "Projects" +msgstr "" + +#: lib/app.php:134 +msgid "Questions" +msgstr "" + +#: lib/app.php:135 +msgid "Work" +msgstr "" + +#: lib/app.php:403 +msgid "by" +msgstr "" + +#: lib/app.php:467 +msgid "unnamed" +msgstr "" + +#: lib/calendar.php:178 lib/calendar.php:211 +msgid "You do not have the permissions to update this calendar." +msgstr "" + +#: lib/calendar.php:246 +msgid "You do not have the permissions to delete this calendar." +msgstr "" + +#: lib/calendar.php:280 +msgid "You do not have the permissions to add to this calendar." +msgstr "" + +#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +msgid "You do not have the permissions to add events to this calendar." +msgstr "" + +#: lib/object.php:267 lib/object.php:299 +msgid "You do not have the permissions to delete this event." +msgstr "" + +#: lib/object.php:493 +msgid "Busy" +msgstr "" + +#: lib/object.php:533 +msgid "Public" +msgstr "" + +#: lib/object.php:534 +msgid "Private" +msgstr "" + +#: lib/object.php:535 +msgid "Confidential" +msgstr "" + +#: lib/object.php:545 +msgid "Does not repeat" +msgstr "" + +#: lib/object.php:546 +msgid "Daily" +msgstr "" + +#: lib/object.php:547 +msgid "Weekly" +msgstr "" + +#: lib/object.php:548 +msgid "Every Weekday" +msgstr "" + +#: lib/object.php:549 +msgid "Bi-Weekly" +msgstr "" + +#: lib/object.php:550 +msgid "Monthly" +msgstr "" + +#: lib/object.php:551 +msgid "Yearly" +msgstr "" + +#: lib/object.php:561 +msgid "never" +msgstr "" + +#: lib/object.php:562 +msgid "by occurrences" +msgstr "" + +#: lib/object.php:563 +msgid "by date" +msgstr "" + +#: lib/object.php:573 +msgid "by monthday" +msgstr "" + +#: lib/object.php:574 +msgid "by weekday" +msgstr "" + +#: lib/object.php:600 +msgid "events week of month" +msgstr "" + +#: lib/object.php:601 +msgid "first" +msgstr "" + +#: lib/object.php:602 +msgid "second" +msgstr "" + +#: lib/object.php:603 +msgid "third" +msgstr "" + +#: lib/object.php:604 +msgid "fourth" +msgstr "" + +#: lib/object.php:605 +msgid "fifth" +msgstr "" + +#: lib/object.php:606 +msgid "last" +msgstr "" + +#: lib/object.php:661 +msgid "by events date" +msgstr "" + +#: lib/object.php:662 +msgid "by yearday(s)" +msgstr "" + +#: lib/object.php:663 +msgid "by weeknumber(s)" +msgstr "" + +#: lib/object.php:664 +msgid "by day and month" +msgstr "" + +#: lib/search.php:35 lib/search.php:37 lib/search.php:40 +msgid "Date" +msgstr "" + +#: lib/search.php:43 +msgid "Cal." +msgstr "" + +#: templates/calendar.php:6 +msgid "Week" +msgstr "" + +#: templates/calendar.php:7 +msgid "Month" +msgstr "" + +#: templates/calendar.php:8 +msgid "List" +msgstr "" + +#: templates/calendar.php:12 templates/calendar.php:18 +msgid "Today" +msgstr "" + +#: templates/calendar.php:13 +msgid "Settings" +msgstr "" + +#: templates/part.choosecalendar.php:2 +msgid "Your calendars" +msgstr "" + +#: templates/part.choosecalendar.php:28 +#: templates/part.choosecalendar.rowfields.php:24 +msgid "CalDav Link" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:13 +msgid "Share Calendar" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:27 +msgid "Download" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:31 +msgid "Edit" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:36 +#: 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 templates/part.showevent.php:3 +msgid "Eventinfo" +msgstr "" + +#: templates/part.eventform.php:6 templates/part.showevent.php:4 +msgid "Repeating" +msgstr "" + +#: templates/part.eventform.php:7 templates/part.showevent.php:5 +msgid "Alarm" +msgstr "" + +#: templates/part.eventform.php:8 templates/part.showevent.php:6 +msgid "Attendees" +msgstr "" + +#: templates/part.eventform.php:10 +msgid "Share" +msgstr "" + +#: templates/part.eventform.php:18 +msgid "Title of the Event" +msgstr "" + +#: templates/part.eventform.php:24 templates/part.showevent.php:19 +msgid "Category" +msgstr "" + +#: templates/part.eventform.php:26 +msgid "Separate categories with commas" +msgstr "" + +#: templates/part.eventform.php:27 +msgid "Edit categories" +msgstr "" + +#: templates/part.eventform.php:47 templates/part.showevent.php:50 +msgid "Access Class" +msgstr "" + +#: templates/part.eventform.php:64 templates/part.showevent.php:66 +msgid "All Day Event" +msgstr "" + +#: templates/part.eventform.php:68 templates/part.showevent.php:70 +msgid "From" +msgstr "" + +#: templates/part.eventform.php:76 templates/part.showevent.php:78 +msgid "To" +msgstr "" + +#: templates/part.eventform.php:84 templates/part.showevent.php:86 +msgid "Advanced options" +msgstr "" + +#: templates/part.eventform.php:89 templates/part.showevent.php:91 +msgid "Location" +msgstr "" + +#: templates/part.eventform.php:91 +msgid "Location of the Event" +msgstr "" + +#: templates/part.eventform.php:97 templates/part.showevent.php:99 +msgid "Description" +msgstr "" + +#: templates/part.eventform.php:99 +msgid "Description of the Event" +msgstr "" + +#: templates/part.eventform.php:108 templates/part.showevent.php:109 +msgid "Repeat" +msgstr "" + +#: templates/part.eventform.php:115 templates/part.showevent.php:116 +msgid "Advanced" +msgstr "" + +#: templates/part.eventform.php:159 templates/part.showevent.php:160 +msgid "Select weekdays" +msgstr "" + +#: templates/part.eventform.php:172 templates/part.eventform.php:185 +#: templates/part.showevent.php:173 templates/part.showevent.php:186 +msgid "Select days" +msgstr "" + +#: templates/part.eventform.php:177 templates/part.showevent.php:178 +msgid "and the events day of year." +msgstr "" + +#: templates/part.eventform.php:190 templates/part.showevent.php:191 +msgid "and the events day of month." +msgstr "" + +#: templates/part.eventform.php:198 templates/part.showevent.php:199 +msgid "Select months" +msgstr "" + +#: templates/part.eventform.php:211 templates/part.showevent.php:212 +msgid "Select weeks" +msgstr "" + +#: templates/part.eventform.php:216 templates/part.showevent.php:217 +msgid "and the events week of year." +msgstr "" + +#: templates/part.eventform.php:222 templates/part.showevent.php:223 +msgid "Interval" +msgstr "" + +#: templates/part.eventform.php:228 templates/part.showevent.php:229 +msgid "End" +msgstr "" + +#: templates/part.eventform.php:241 templates/part.showevent.php:242 +msgid "occurrences" +msgstr "" + +#: templates/part.import.php:14 +msgid "create a new calendar" +msgstr "" + +#: templates/part.import.php:17 +msgid "Import a calendar file" +msgstr "" + +#: templates/part.import.php:24 +msgid "Please choose a calendar" +msgstr "" + +#: templates/part.import.php:36 +msgid "Name of new calendar" +msgstr "" + +#: templates/part.import.php:44 +msgid "Take an available name!" +msgstr "" + +#: templates/part.import.php:45 +msgid "" +"A Calendar with this name already exists. If you continue anyhow, these " +"calendars will be merged." +msgstr "" + +#: templates/part.import.php:48 +msgid "Remove all events from the selected calendar" +msgstr "" + +#: templates/part.import.php:50 +msgid "Import" +msgstr "" + +#: templates/part.import.php:59 +msgid "Close Dialog" +msgstr "" + +#: templates/part.newevent.php:1 +msgid "Create a new event" +msgstr "" + +#: templates/part.share.php:27 +msgid "Share with:" +msgstr "" + +#: templates/part.share.php:30 +msgid "Shared with" +msgstr "" + +#: templates/part.share.php:47 templates/part.share.php:74 +msgid "Unshare" +msgstr "" + +#: templates/part.share.php:53 +msgid "Nobody" +msgstr "" + +#: templates/part.share.php:57 +msgid "Shared via calendar" +msgstr "" + +#: templates/part.share.php:80 +msgid "" +"NOTE: Actions on events shared via calendar will affect the entire calendar " +"sharing." +msgstr "" + +#: templates/part.showevent.php:1 +msgid "View an event" +msgstr "" + +#: templates/part.showevent.php:23 +msgid "No categories selected" +msgstr "" + +#: templates/part.showevent.php:41 +msgid "of" +msgstr "" + +#: templates/part.showevent.php:73 templates/part.showevent.php:81 +msgid "at" +msgstr "" + +#: templates/settings.php:10 +msgid "General" +msgstr "" + +#: templates/settings.php:15 +msgid "Timezone" +msgstr "" + +#: templates/settings.php:46 +msgid "Update timezone automatically" +msgstr "" + +#: templates/settings.php:51 +msgid "Time format" +msgstr "" + +#: templates/settings.php:56 +msgid "24h" +msgstr "" + +#: templates/settings.php:57 +msgid "12h" +msgstr "" + +#: templates/settings.php:63 +msgid "Start week on" +msgstr "" + +#: templates/settings.php:75 +msgid "Cache" +msgstr "" + +#: templates/settings.php:79 +msgid "Clear cache for repeating events" +msgstr "" + +#: templates/settings.php:84 +msgid "URLs" +msgstr "" + +#: templates/settings.php:86 +msgid "Calendar CalDAV syncing addresses" +msgstr "" + +#: templates/settings.php:86 +msgid "more info" +msgstr "" + +#: templates/settings.php:88 +msgid "Primary address (Kontact et al)" +msgstr "" + +#: templates/settings.php:90 +msgid "iOS/OS X" +msgstr "" + +#: templates/settings.php:92 +msgid "Read only iCalendar link(s)" +msgstr "" diff --git a/l10n/es_MX/calendar.po b/l10n/es_MX/calendar.po new file mode 100644 index 00000000..bacf2eb6 --- /dev/null +++ b/l10n/es_MX/calendar.po @@ -0,0 +1,882 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-09-07 04:38-0400\n" +"PO-Revision-Date: 2013-09-07 07:27+0000\n" +"Last-Translator: I Robot \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/cache/status.php:19 +msgid "Not all calendars are completely cached" +msgstr "" + +#: ajax/cache/status.php:21 +msgid "Everything seems to be completely cached" +msgstr "" + +#: ajax/categories/rescan.php:29 +msgid "No calendars found." +msgstr "" + +#: ajax/categories/rescan.php:37 +msgid "No events found." +msgstr "" + +#: ajax/event/edit.form.php:21 +msgid "Wrong calendar" +msgstr "" + +#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +msgid "You do not have the permissions to edit this event." +msgstr "" + +#: ajax/import/dropimport.php:29 ajax/import/import.php:65 +msgid "" +"The file contained either no events or all events are already saved in your " +"calendar." +msgstr "" + +#: ajax/import/dropimport.php:31 ajax/import/import.php:68 +msgid "events has been saved in the new calendar" +msgstr "" + +#: ajax/import/import.php:57 +msgid "Import failed" +msgstr "" + +#: ajax/import/import.php:70 +msgid "events has been saved in your calendar" +msgstr "" + +#: ajax/settings/guesstimezone.php:26 +msgid "New Timezone:" +msgstr "" + +#: ajax/settings/settimezone.php:23 +msgid "Timezone changed" +msgstr "" + +#: ajax/settings/settimezone.php:25 +msgid "Invalid request" +msgstr "" + +#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: templates/part.showevent.php:37 +msgid "Calendar" +msgstr "" + +#: js/calendar.js:154 +msgid "Deletion failed" +msgstr "" + +#: js/calendar.js:243 +msgid "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" +msgstr "" + +#: js/calendar.js:245 +msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" +msgstr "" + +#: js/calendar.js:602 +msgid "user" +msgstr "" + +#: js/calendar.js:602 +msgid "group" +msgstr "" + +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 +msgid "Editable" +msgstr "" + +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 +msgid "Shareable" +msgstr "" + +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 +msgid "Deletable" +msgstr "" + +#: js/calendar.js:875 +msgid "ddd" +msgstr "" + +#: js/calendar.js:876 +msgid "ddd M/d" +msgstr "" + +#: js/calendar.js:877 +msgid "dddd M/d" +msgstr "" + +#: js/calendar.js:880 +msgid "MMMM yyyy" +msgstr "" + +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgstr "" + +#: js/calendar.js:884 +msgid "dddd, MMM d, yyyy" +msgstr "" + +#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +msgid "Sunday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +msgid "Monday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:585 +msgid "Tuesday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:586 +msgid "Wednesday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:587 +msgid "Thursday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:588 +msgid "Friday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:589 +msgid "Saturday" +msgstr "" + +#: js/l10n.php:46 +msgid "Sun." +msgstr "" + +#: js/l10n.php:46 +msgid "Mon." +msgstr "" + +#: js/l10n.php:46 +msgid "Tue." +msgstr "" + +#: js/l10n.php:46 +msgid "Wed." +msgstr "" + +#: js/l10n.php:46 +msgid "Thu." +msgstr "" + +#: js/l10n.php:46 +msgid "Fri." +msgstr "" + +#: js/l10n.php:46 +msgid "Sat." +msgstr "" + +#: js/l10n.php:47 lib/object.php:640 +msgid "January" +msgstr "" + +#: js/l10n.php:47 lib/object.php:641 +msgid "February" +msgstr "" + +#: js/l10n.php:47 lib/object.php:642 +msgid "March" +msgstr "" + +#: js/l10n.php:47 lib/object.php:643 +msgid "April" +msgstr "" + +#: js/l10n.php:47 lib/object.php:644 +msgid "May" +msgstr "" + +#: js/l10n.php:47 lib/object.php:645 +msgid "June" +msgstr "" + +#: js/l10n.php:47 lib/object.php:646 +msgid "July" +msgstr "" + +#: js/l10n.php:47 lib/object.php:647 +msgid "August" +msgstr "" + +#: js/l10n.php:47 lib/object.php:648 +msgid "September" +msgstr "" + +#: js/l10n.php:47 lib/object.php:649 +msgid "October" +msgstr "" + +#: js/l10n.php:47 lib/object.php:650 +msgid "November" +msgstr "" + +#: js/l10n.php:47 lib/object.php:651 +msgid "December" +msgstr "" + +#: js/l10n.php:48 +msgid "Jan." +msgstr "" + +#: js/l10n.php:48 +msgid "Feb." +msgstr "" + +#: js/l10n.php:48 +msgid "Mar." +msgstr "" + +#: js/l10n.php:48 +msgid "Apr." +msgstr "" + +#: js/l10n.php:48 +msgid "May." +msgstr "" + +#: js/l10n.php:48 +msgid "Jun." +msgstr "" + +#: js/l10n.php:48 +msgid "Jul." +msgstr "" + +#: js/l10n.php:48 +msgid "Aug." +msgstr "" + +#: js/l10n.php:48 +msgid "Sep." +msgstr "" + +#: js/l10n.php:48 +msgid "Oct." +msgstr "" + +#: js/l10n.php:48 +msgid "Nov." +msgstr "" + +#: js/l10n.php:48 +msgid "Dec." +msgstr "" + +#: js/l10n.php:51 +msgid "All day" +msgstr "" + +#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +msgid "New Calendar" +msgstr "" + +#: js/l10n.php:53 +msgid "Missing or invalid fields" +msgstr "" + +#: js/l10n.php:54 templates/part.eventform.php:16 +#: templates/part.showevent.php:11 +msgid "Title" +msgstr "" + +#: js/l10n.php:56 +msgid "From Date" +msgstr "" + +#: js/l10n.php:57 +msgid "From Time" +msgstr "" + +#: js/l10n.php:58 +msgid "To Date" +msgstr "" + +#: js/l10n.php:59 +msgid "To Time" +msgstr "" + +#: js/l10n.php:60 +msgid "The event ends before it starts" +msgstr "" + +#: js/l10n.php:61 +msgid "There was a database fail" +msgstr "" + +#: lib/app.php:121 +msgid "Birthday" +msgstr "" + +#: lib/app.php:122 +msgid "Business" +msgstr "" + +#: lib/app.php:123 +msgid "Call" +msgstr "" + +#: lib/app.php:124 +msgid "Clients" +msgstr "" + +#: lib/app.php:125 +msgid "Deliverer" +msgstr "" + +#: lib/app.php:126 +msgid "Holidays" +msgstr "" + +#: lib/app.php:127 +msgid "Ideas" +msgstr "" + +#: lib/app.php:128 +msgid "Journey" +msgstr "" + +#: lib/app.php:129 +msgid "Jubilee" +msgstr "" + +#: lib/app.php:130 +msgid "Meeting" +msgstr "" + +#: lib/app.php:131 +msgid "Other" +msgstr "" + +#: lib/app.php:132 +msgid "Personal" +msgstr "" + +#: lib/app.php:133 +msgid "Projects" +msgstr "" + +#: lib/app.php:134 +msgid "Questions" +msgstr "" + +#: lib/app.php:135 +msgid "Work" +msgstr "" + +#: lib/app.php:403 +msgid "by" +msgstr "" + +#: lib/app.php:467 +msgid "unnamed" +msgstr "" + +#: lib/calendar.php:178 lib/calendar.php:211 +msgid "You do not have the permissions to update this calendar." +msgstr "" + +#: lib/calendar.php:246 +msgid "You do not have the permissions to delete this calendar." +msgstr "" + +#: lib/calendar.php:280 +msgid "You do not have the permissions to add to this calendar." +msgstr "" + +#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +msgid "You do not have the permissions to add events to this calendar." +msgstr "" + +#: lib/object.php:267 lib/object.php:299 +msgid "You do not have the permissions to delete this event." +msgstr "" + +#: lib/object.php:493 +msgid "Busy" +msgstr "" + +#: lib/object.php:533 +msgid "Public" +msgstr "" + +#: lib/object.php:534 +msgid "Private" +msgstr "" + +#: lib/object.php:535 +msgid "Confidential" +msgstr "" + +#: lib/object.php:545 +msgid "Does not repeat" +msgstr "" + +#: lib/object.php:546 +msgid "Daily" +msgstr "" + +#: lib/object.php:547 +msgid "Weekly" +msgstr "" + +#: lib/object.php:548 +msgid "Every Weekday" +msgstr "" + +#: lib/object.php:549 +msgid "Bi-Weekly" +msgstr "" + +#: lib/object.php:550 +msgid "Monthly" +msgstr "" + +#: lib/object.php:551 +msgid "Yearly" +msgstr "" + +#: lib/object.php:561 +msgid "never" +msgstr "" + +#: lib/object.php:562 +msgid "by occurrences" +msgstr "" + +#: lib/object.php:563 +msgid "by date" +msgstr "" + +#: lib/object.php:573 +msgid "by monthday" +msgstr "" + +#: lib/object.php:574 +msgid "by weekday" +msgstr "" + +#: lib/object.php:600 +msgid "events week of month" +msgstr "" + +#: lib/object.php:601 +msgid "first" +msgstr "" + +#: lib/object.php:602 +msgid "second" +msgstr "" + +#: lib/object.php:603 +msgid "third" +msgstr "" + +#: lib/object.php:604 +msgid "fourth" +msgstr "" + +#: lib/object.php:605 +msgid "fifth" +msgstr "" + +#: lib/object.php:606 +msgid "last" +msgstr "" + +#: lib/object.php:661 +msgid "by events date" +msgstr "" + +#: lib/object.php:662 +msgid "by yearday(s)" +msgstr "" + +#: lib/object.php:663 +msgid "by weeknumber(s)" +msgstr "" + +#: lib/object.php:664 +msgid "by day and month" +msgstr "" + +#: lib/search.php:35 lib/search.php:37 lib/search.php:40 +msgid "Date" +msgstr "" + +#: lib/search.php:43 +msgid "Cal." +msgstr "" + +#: templates/calendar.php:6 +msgid "Week" +msgstr "" + +#: templates/calendar.php:7 +msgid "Month" +msgstr "" + +#: templates/calendar.php:8 +msgid "List" +msgstr "" + +#: templates/calendar.php:12 templates/calendar.php:18 +msgid "Today" +msgstr "" + +#: templates/calendar.php:13 +msgid "Settings" +msgstr "" + +#: templates/part.choosecalendar.php:2 +msgid "Your calendars" +msgstr "" + +#: templates/part.choosecalendar.php:28 +#: templates/part.choosecalendar.rowfields.php:24 +msgid "CalDav Link" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:13 +msgid "Share Calendar" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:27 +msgid "Download" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:31 +msgid "Edit" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:36 +#: 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 templates/part.showevent.php:3 +msgid "Eventinfo" +msgstr "" + +#: templates/part.eventform.php:6 templates/part.showevent.php:4 +msgid "Repeating" +msgstr "" + +#: templates/part.eventform.php:7 templates/part.showevent.php:5 +msgid "Alarm" +msgstr "" + +#: templates/part.eventform.php:8 templates/part.showevent.php:6 +msgid "Attendees" +msgstr "" + +#: templates/part.eventform.php:10 +msgid "Share" +msgstr "" + +#: templates/part.eventform.php:18 +msgid "Title of the Event" +msgstr "" + +#: templates/part.eventform.php:24 templates/part.showevent.php:19 +msgid "Category" +msgstr "" + +#: templates/part.eventform.php:26 +msgid "Separate categories with commas" +msgstr "" + +#: templates/part.eventform.php:27 +msgid "Edit categories" +msgstr "" + +#: templates/part.eventform.php:47 templates/part.showevent.php:50 +msgid "Access Class" +msgstr "" + +#: templates/part.eventform.php:64 templates/part.showevent.php:66 +msgid "All Day Event" +msgstr "" + +#: templates/part.eventform.php:68 templates/part.showevent.php:70 +msgid "From" +msgstr "" + +#: templates/part.eventform.php:76 templates/part.showevent.php:78 +msgid "To" +msgstr "" + +#: templates/part.eventform.php:84 templates/part.showevent.php:86 +msgid "Advanced options" +msgstr "" + +#: templates/part.eventform.php:89 templates/part.showevent.php:91 +msgid "Location" +msgstr "" + +#: templates/part.eventform.php:91 +msgid "Location of the Event" +msgstr "" + +#: templates/part.eventform.php:97 templates/part.showevent.php:99 +msgid "Description" +msgstr "" + +#: templates/part.eventform.php:99 +msgid "Description of the Event" +msgstr "" + +#: templates/part.eventform.php:108 templates/part.showevent.php:109 +msgid "Repeat" +msgstr "" + +#: templates/part.eventform.php:115 templates/part.showevent.php:116 +msgid "Advanced" +msgstr "" + +#: templates/part.eventform.php:159 templates/part.showevent.php:160 +msgid "Select weekdays" +msgstr "" + +#: templates/part.eventform.php:172 templates/part.eventform.php:185 +#: templates/part.showevent.php:173 templates/part.showevent.php:186 +msgid "Select days" +msgstr "" + +#: templates/part.eventform.php:177 templates/part.showevent.php:178 +msgid "and the events day of year." +msgstr "" + +#: templates/part.eventform.php:190 templates/part.showevent.php:191 +msgid "and the events day of month." +msgstr "" + +#: templates/part.eventform.php:198 templates/part.showevent.php:199 +msgid "Select months" +msgstr "" + +#: templates/part.eventform.php:211 templates/part.showevent.php:212 +msgid "Select weeks" +msgstr "" + +#: templates/part.eventform.php:216 templates/part.showevent.php:217 +msgid "and the events week of year." +msgstr "" + +#: templates/part.eventform.php:222 templates/part.showevent.php:223 +msgid "Interval" +msgstr "" + +#: templates/part.eventform.php:228 templates/part.showevent.php:229 +msgid "End" +msgstr "" + +#: templates/part.eventform.php:241 templates/part.showevent.php:242 +msgid "occurrences" +msgstr "" + +#: templates/part.import.php:14 +msgid "create a new calendar" +msgstr "" + +#: templates/part.import.php:17 +msgid "Import a calendar file" +msgstr "" + +#: templates/part.import.php:24 +msgid "Please choose a calendar" +msgstr "" + +#: templates/part.import.php:36 +msgid "Name of new calendar" +msgstr "" + +#: templates/part.import.php:44 +msgid "Take an available name!" +msgstr "" + +#: templates/part.import.php:45 +msgid "" +"A Calendar with this name already exists. If you continue anyhow, these " +"calendars will be merged." +msgstr "" + +#: templates/part.import.php:48 +msgid "Remove all events from the selected calendar" +msgstr "" + +#: templates/part.import.php:50 +msgid "Import" +msgstr "" + +#: templates/part.import.php:59 +msgid "Close Dialog" +msgstr "" + +#: templates/part.newevent.php:1 +msgid "Create a new event" +msgstr "" + +#: templates/part.share.php:27 +msgid "Share with:" +msgstr "" + +#: templates/part.share.php:30 +msgid "Shared with" +msgstr "" + +#: templates/part.share.php:47 templates/part.share.php:74 +msgid "Unshare" +msgstr "" + +#: templates/part.share.php:53 +msgid "Nobody" +msgstr "" + +#: templates/part.share.php:57 +msgid "Shared via calendar" +msgstr "" + +#: templates/part.share.php:80 +msgid "" +"NOTE: Actions on events shared via calendar will affect the entire calendar " +"sharing." +msgstr "" + +#: templates/part.showevent.php:1 +msgid "View an event" +msgstr "" + +#: templates/part.showevent.php:23 +msgid "No categories selected" +msgstr "" + +#: templates/part.showevent.php:41 +msgid "of" +msgstr "" + +#: templates/part.showevent.php:73 templates/part.showevent.php:81 +msgid "at" +msgstr "" + +#: templates/settings.php:10 +msgid "General" +msgstr "" + +#: templates/settings.php:15 +msgid "Timezone" +msgstr "" + +#: templates/settings.php:46 +msgid "Update timezone automatically" +msgstr "" + +#: templates/settings.php:51 +msgid "Time format" +msgstr "" + +#: templates/settings.php:56 +msgid "24h" +msgstr "" + +#: templates/settings.php:57 +msgid "12h" +msgstr "" + +#: templates/settings.php:63 +msgid "Start week on" +msgstr "" + +#: templates/settings.php:75 +msgid "Cache" +msgstr "" + +#: templates/settings.php:79 +msgid "Clear cache for repeating events" +msgstr "" + +#: templates/settings.php:84 +msgid "URLs" +msgstr "" + +#: templates/settings.php:86 +msgid "Calendar CalDAV syncing addresses" +msgstr "" + +#: templates/settings.php:86 +msgid "more info" +msgstr "" + +#: templates/settings.php:88 +msgid "Primary address (Kontact et al)" +msgstr "" + +#: templates/settings.php:90 +msgid "iOS/OS X" +msgstr "" + +#: templates/settings.php:92 +msgid "Read only iCalendar link(s)" +msgstr "" diff --git a/l10n/nqo/calendar.po b/l10n/nqo/calendar.po new file mode 100644 index 00000000..56c2062f --- /dev/null +++ b/l10n/nqo/calendar.po @@ -0,0 +1,882 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-09-07 04:38-0400\n" +"PO-Revision-Date: 2013-09-07 07:28+0000\n" +"Last-Translator: I Robot \n" +"Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nqo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ajax/cache/status.php:19 +msgid "Not all calendars are completely cached" +msgstr "" + +#: ajax/cache/status.php:21 +msgid "Everything seems to be completely cached" +msgstr "" + +#: ajax/categories/rescan.php:29 +msgid "No calendars found." +msgstr "" + +#: ajax/categories/rescan.php:37 +msgid "No events found." +msgstr "" + +#: ajax/event/edit.form.php:21 +msgid "Wrong calendar" +msgstr "" + +#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +msgid "You do not have the permissions to edit this event." +msgstr "" + +#: ajax/import/dropimport.php:29 ajax/import/import.php:65 +msgid "" +"The file contained either no events or all events are already saved in your " +"calendar." +msgstr "" + +#: ajax/import/dropimport.php:31 ajax/import/import.php:68 +msgid "events has been saved in the new calendar" +msgstr "" + +#: ajax/import/import.php:57 +msgid "Import failed" +msgstr "" + +#: ajax/import/import.php:70 +msgid "events has been saved in your calendar" +msgstr "" + +#: ajax/settings/guesstimezone.php:26 +msgid "New Timezone:" +msgstr "" + +#: ajax/settings/settimezone.php:23 +msgid "Timezone changed" +msgstr "" + +#: ajax/settings/settimezone.php:25 +msgid "Invalid request" +msgstr "" + +#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: templates/part.showevent.php:37 +msgid "Calendar" +msgstr "" + +#: js/calendar.js:154 +msgid "Deletion failed" +msgstr "" + +#: js/calendar.js:243 +msgid "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" +msgstr "" + +#: js/calendar.js:245 +msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" +msgstr "" + +#: js/calendar.js:602 +msgid "user" +msgstr "" + +#: js/calendar.js:602 +msgid "group" +msgstr "" + +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 +msgid "Editable" +msgstr "" + +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 +msgid "Shareable" +msgstr "" + +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 +msgid "Deletable" +msgstr "" + +#: js/calendar.js:875 +msgid "ddd" +msgstr "" + +#: js/calendar.js:876 +msgid "ddd M/d" +msgstr "" + +#: js/calendar.js:877 +msgid "dddd M/d" +msgstr "" + +#: js/calendar.js:880 +msgid "MMMM yyyy" +msgstr "" + +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgstr "" + +#: js/calendar.js:884 +msgid "dddd, MMM d, yyyy" +msgstr "" + +#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +msgid "Sunday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +msgid "Monday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:585 +msgid "Tuesday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:586 +msgid "Wednesday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:587 +msgid "Thursday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:588 +msgid "Friday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:589 +msgid "Saturday" +msgstr "" + +#: js/l10n.php:46 +msgid "Sun." +msgstr "" + +#: js/l10n.php:46 +msgid "Mon." +msgstr "" + +#: js/l10n.php:46 +msgid "Tue." +msgstr "" + +#: js/l10n.php:46 +msgid "Wed." +msgstr "" + +#: js/l10n.php:46 +msgid "Thu." +msgstr "" + +#: js/l10n.php:46 +msgid "Fri." +msgstr "" + +#: js/l10n.php:46 +msgid "Sat." +msgstr "" + +#: js/l10n.php:47 lib/object.php:640 +msgid "January" +msgstr "" + +#: js/l10n.php:47 lib/object.php:641 +msgid "February" +msgstr "" + +#: js/l10n.php:47 lib/object.php:642 +msgid "March" +msgstr "" + +#: js/l10n.php:47 lib/object.php:643 +msgid "April" +msgstr "" + +#: js/l10n.php:47 lib/object.php:644 +msgid "May" +msgstr "" + +#: js/l10n.php:47 lib/object.php:645 +msgid "June" +msgstr "" + +#: js/l10n.php:47 lib/object.php:646 +msgid "July" +msgstr "" + +#: js/l10n.php:47 lib/object.php:647 +msgid "August" +msgstr "" + +#: js/l10n.php:47 lib/object.php:648 +msgid "September" +msgstr "" + +#: js/l10n.php:47 lib/object.php:649 +msgid "October" +msgstr "" + +#: js/l10n.php:47 lib/object.php:650 +msgid "November" +msgstr "" + +#: js/l10n.php:47 lib/object.php:651 +msgid "December" +msgstr "" + +#: js/l10n.php:48 +msgid "Jan." +msgstr "" + +#: js/l10n.php:48 +msgid "Feb." +msgstr "" + +#: js/l10n.php:48 +msgid "Mar." +msgstr "" + +#: js/l10n.php:48 +msgid "Apr." +msgstr "" + +#: js/l10n.php:48 +msgid "May." +msgstr "" + +#: js/l10n.php:48 +msgid "Jun." +msgstr "" + +#: js/l10n.php:48 +msgid "Jul." +msgstr "" + +#: js/l10n.php:48 +msgid "Aug." +msgstr "" + +#: js/l10n.php:48 +msgid "Sep." +msgstr "" + +#: js/l10n.php:48 +msgid "Oct." +msgstr "" + +#: js/l10n.php:48 +msgid "Nov." +msgstr "" + +#: js/l10n.php:48 +msgid "Dec." +msgstr "" + +#: js/l10n.php:51 +msgid "All day" +msgstr "" + +#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +msgid "New Calendar" +msgstr "" + +#: js/l10n.php:53 +msgid "Missing or invalid fields" +msgstr "" + +#: js/l10n.php:54 templates/part.eventform.php:16 +#: templates/part.showevent.php:11 +msgid "Title" +msgstr "" + +#: js/l10n.php:56 +msgid "From Date" +msgstr "" + +#: js/l10n.php:57 +msgid "From Time" +msgstr "" + +#: js/l10n.php:58 +msgid "To Date" +msgstr "" + +#: js/l10n.php:59 +msgid "To Time" +msgstr "" + +#: js/l10n.php:60 +msgid "The event ends before it starts" +msgstr "" + +#: js/l10n.php:61 +msgid "There was a database fail" +msgstr "" + +#: lib/app.php:121 +msgid "Birthday" +msgstr "" + +#: lib/app.php:122 +msgid "Business" +msgstr "" + +#: lib/app.php:123 +msgid "Call" +msgstr "" + +#: lib/app.php:124 +msgid "Clients" +msgstr "" + +#: lib/app.php:125 +msgid "Deliverer" +msgstr "" + +#: lib/app.php:126 +msgid "Holidays" +msgstr "" + +#: lib/app.php:127 +msgid "Ideas" +msgstr "" + +#: lib/app.php:128 +msgid "Journey" +msgstr "" + +#: lib/app.php:129 +msgid "Jubilee" +msgstr "" + +#: lib/app.php:130 +msgid "Meeting" +msgstr "" + +#: lib/app.php:131 +msgid "Other" +msgstr "" + +#: lib/app.php:132 +msgid "Personal" +msgstr "" + +#: lib/app.php:133 +msgid "Projects" +msgstr "" + +#: lib/app.php:134 +msgid "Questions" +msgstr "" + +#: lib/app.php:135 +msgid "Work" +msgstr "" + +#: lib/app.php:403 +msgid "by" +msgstr "" + +#: lib/app.php:467 +msgid "unnamed" +msgstr "" + +#: lib/calendar.php:178 lib/calendar.php:211 +msgid "You do not have the permissions to update this calendar." +msgstr "" + +#: lib/calendar.php:246 +msgid "You do not have the permissions to delete this calendar." +msgstr "" + +#: lib/calendar.php:280 +msgid "You do not have the permissions to add to this calendar." +msgstr "" + +#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +msgid "You do not have the permissions to add events to this calendar." +msgstr "" + +#: lib/object.php:267 lib/object.php:299 +msgid "You do not have the permissions to delete this event." +msgstr "" + +#: lib/object.php:493 +msgid "Busy" +msgstr "" + +#: lib/object.php:533 +msgid "Public" +msgstr "" + +#: lib/object.php:534 +msgid "Private" +msgstr "" + +#: lib/object.php:535 +msgid "Confidential" +msgstr "" + +#: lib/object.php:545 +msgid "Does not repeat" +msgstr "" + +#: lib/object.php:546 +msgid "Daily" +msgstr "" + +#: lib/object.php:547 +msgid "Weekly" +msgstr "" + +#: lib/object.php:548 +msgid "Every Weekday" +msgstr "" + +#: lib/object.php:549 +msgid "Bi-Weekly" +msgstr "" + +#: lib/object.php:550 +msgid "Monthly" +msgstr "" + +#: lib/object.php:551 +msgid "Yearly" +msgstr "" + +#: lib/object.php:561 +msgid "never" +msgstr "" + +#: lib/object.php:562 +msgid "by occurrences" +msgstr "" + +#: lib/object.php:563 +msgid "by date" +msgstr "" + +#: lib/object.php:573 +msgid "by monthday" +msgstr "" + +#: lib/object.php:574 +msgid "by weekday" +msgstr "" + +#: lib/object.php:600 +msgid "events week of month" +msgstr "" + +#: lib/object.php:601 +msgid "first" +msgstr "" + +#: lib/object.php:602 +msgid "second" +msgstr "" + +#: lib/object.php:603 +msgid "third" +msgstr "" + +#: lib/object.php:604 +msgid "fourth" +msgstr "" + +#: lib/object.php:605 +msgid "fifth" +msgstr "" + +#: lib/object.php:606 +msgid "last" +msgstr "" + +#: lib/object.php:661 +msgid "by events date" +msgstr "" + +#: lib/object.php:662 +msgid "by yearday(s)" +msgstr "" + +#: lib/object.php:663 +msgid "by weeknumber(s)" +msgstr "" + +#: lib/object.php:664 +msgid "by day and month" +msgstr "" + +#: lib/search.php:35 lib/search.php:37 lib/search.php:40 +msgid "Date" +msgstr "" + +#: lib/search.php:43 +msgid "Cal." +msgstr "" + +#: templates/calendar.php:6 +msgid "Week" +msgstr "" + +#: templates/calendar.php:7 +msgid "Month" +msgstr "" + +#: templates/calendar.php:8 +msgid "List" +msgstr "" + +#: templates/calendar.php:12 templates/calendar.php:18 +msgid "Today" +msgstr "" + +#: templates/calendar.php:13 +msgid "Settings" +msgstr "" + +#: templates/part.choosecalendar.php:2 +msgid "Your calendars" +msgstr "" + +#: templates/part.choosecalendar.php:28 +#: templates/part.choosecalendar.rowfields.php:24 +msgid "CalDav Link" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:13 +msgid "Share Calendar" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:27 +msgid "Download" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:31 +msgid "Edit" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:36 +#: 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 templates/part.showevent.php:3 +msgid "Eventinfo" +msgstr "" + +#: templates/part.eventform.php:6 templates/part.showevent.php:4 +msgid "Repeating" +msgstr "" + +#: templates/part.eventform.php:7 templates/part.showevent.php:5 +msgid "Alarm" +msgstr "" + +#: templates/part.eventform.php:8 templates/part.showevent.php:6 +msgid "Attendees" +msgstr "" + +#: templates/part.eventform.php:10 +msgid "Share" +msgstr "" + +#: templates/part.eventform.php:18 +msgid "Title of the Event" +msgstr "" + +#: templates/part.eventform.php:24 templates/part.showevent.php:19 +msgid "Category" +msgstr "" + +#: templates/part.eventform.php:26 +msgid "Separate categories with commas" +msgstr "" + +#: templates/part.eventform.php:27 +msgid "Edit categories" +msgstr "" + +#: templates/part.eventform.php:47 templates/part.showevent.php:50 +msgid "Access Class" +msgstr "" + +#: templates/part.eventform.php:64 templates/part.showevent.php:66 +msgid "All Day Event" +msgstr "" + +#: templates/part.eventform.php:68 templates/part.showevent.php:70 +msgid "From" +msgstr "" + +#: templates/part.eventform.php:76 templates/part.showevent.php:78 +msgid "To" +msgstr "" + +#: templates/part.eventform.php:84 templates/part.showevent.php:86 +msgid "Advanced options" +msgstr "" + +#: templates/part.eventform.php:89 templates/part.showevent.php:91 +msgid "Location" +msgstr "" + +#: templates/part.eventform.php:91 +msgid "Location of the Event" +msgstr "" + +#: templates/part.eventform.php:97 templates/part.showevent.php:99 +msgid "Description" +msgstr "" + +#: templates/part.eventform.php:99 +msgid "Description of the Event" +msgstr "" + +#: templates/part.eventform.php:108 templates/part.showevent.php:109 +msgid "Repeat" +msgstr "" + +#: templates/part.eventform.php:115 templates/part.showevent.php:116 +msgid "Advanced" +msgstr "" + +#: templates/part.eventform.php:159 templates/part.showevent.php:160 +msgid "Select weekdays" +msgstr "" + +#: templates/part.eventform.php:172 templates/part.eventform.php:185 +#: templates/part.showevent.php:173 templates/part.showevent.php:186 +msgid "Select days" +msgstr "" + +#: templates/part.eventform.php:177 templates/part.showevent.php:178 +msgid "and the events day of year." +msgstr "" + +#: templates/part.eventform.php:190 templates/part.showevent.php:191 +msgid "and the events day of month." +msgstr "" + +#: templates/part.eventform.php:198 templates/part.showevent.php:199 +msgid "Select months" +msgstr "" + +#: templates/part.eventform.php:211 templates/part.showevent.php:212 +msgid "Select weeks" +msgstr "" + +#: templates/part.eventform.php:216 templates/part.showevent.php:217 +msgid "and the events week of year." +msgstr "" + +#: templates/part.eventform.php:222 templates/part.showevent.php:223 +msgid "Interval" +msgstr "" + +#: templates/part.eventform.php:228 templates/part.showevent.php:229 +msgid "End" +msgstr "" + +#: templates/part.eventform.php:241 templates/part.showevent.php:242 +msgid "occurrences" +msgstr "" + +#: templates/part.import.php:14 +msgid "create a new calendar" +msgstr "" + +#: templates/part.import.php:17 +msgid "Import a calendar file" +msgstr "" + +#: templates/part.import.php:24 +msgid "Please choose a calendar" +msgstr "" + +#: templates/part.import.php:36 +msgid "Name of new calendar" +msgstr "" + +#: templates/part.import.php:44 +msgid "Take an available name!" +msgstr "" + +#: templates/part.import.php:45 +msgid "" +"A Calendar with this name already exists. If you continue anyhow, these " +"calendars will be merged." +msgstr "" + +#: templates/part.import.php:48 +msgid "Remove all events from the selected calendar" +msgstr "" + +#: templates/part.import.php:50 +msgid "Import" +msgstr "" + +#: templates/part.import.php:59 +msgid "Close Dialog" +msgstr "" + +#: templates/part.newevent.php:1 +msgid "Create a new event" +msgstr "" + +#: templates/part.share.php:27 +msgid "Share with:" +msgstr "" + +#: templates/part.share.php:30 +msgid "Shared with" +msgstr "" + +#: templates/part.share.php:47 templates/part.share.php:74 +msgid "Unshare" +msgstr "" + +#: templates/part.share.php:53 +msgid "Nobody" +msgstr "" + +#: templates/part.share.php:57 +msgid "Shared via calendar" +msgstr "" + +#: templates/part.share.php:80 +msgid "" +"NOTE: Actions on events shared via calendar will affect the entire calendar " +"sharing." +msgstr "" + +#: templates/part.showevent.php:1 +msgid "View an event" +msgstr "" + +#: templates/part.showevent.php:23 +msgid "No categories selected" +msgstr "" + +#: templates/part.showevent.php:41 +msgid "of" +msgstr "" + +#: templates/part.showevent.php:73 templates/part.showevent.php:81 +msgid "at" +msgstr "" + +#: templates/settings.php:10 +msgid "General" +msgstr "" + +#: templates/settings.php:15 +msgid "Timezone" +msgstr "" + +#: templates/settings.php:46 +msgid "Update timezone automatically" +msgstr "" + +#: templates/settings.php:51 +msgid "Time format" +msgstr "" + +#: templates/settings.php:56 +msgid "24h" +msgstr "" + +#: templates/settings.php:57 +msgid "12h" +msgstr "" + +#: templates/settings.php:63 +msgid "Start week on" +msgstr "" + +#: templates/settings.php:75 +msgid "Cache" +msgstr "" + +#: templates/settings.php:79 +msgid "Clear cache for repeating events" +msgstr "" + +#: templates/settings.php:84 +msgid "URLs" +msgstr "" + +#: templates/settings.php:86 +msgid "Calendar CalDAV syncing addresses" +msgstr "" + +#: templates/settings.php:86 +msgid "more info" +msgstr "" + +#: templates/settings.php:88 +msgid "Primary address (Kontact et al)" +msgstr "" + +#: templates/settings.php:90 +msgid "iOS/OS X" +msgstr "" + +#: templates/settings.php:92 +msgid "Read only iCalendar link(s)" +msgstr "" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index bb1969ff..ee39ffa2 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-05 07:33-0400\n" +"POT-Creation-Date: 2013-09-07 04:38-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From a7a288a8c7f679b7985e72b97c1c272cae849a20 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Sat, 7 Sep 2013 15:44:11 +0200 Subject: [PATCH 11/38] Add missing js/jquery.multi-autocomplete.js --- index.php | 2 +- js/jquery.multi-autocomplete.js | 94 +++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 js/jquery.multi-autocomplete.js diff --git a/index.php b/index.php index ba3076f9..f084bb13 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,7 @@ OCP\Util::addscript('calendar', 'calendar'); OCP\Util::addStyle('calendar', 'style'); OCP\Util::addscript('', 'jquery.multiselect'); OCP\Util::addStyle('', 'jquery.multiselect'); -OCP\Util::addscript('contacts','jquery.multi-autocomplete'); +OCP\Util::addscript('calendar','jquery.multi-autocomplete'); OCP\Util::addscript('','oc-vcategories'); OCP\Util::addscript('calendar','on-event'); OCP\App::setActiveNavigationEntry('calendar_index'); diff --git a/js/jquery.multi-autocomplete.js b/js/jquery.multi-autocomplete.js new file mode 100644 index 00000000..5516a74b --- /dev/null +++ b/js/jquery.multi-autocomplete.js @@ -0,0 +1,94 @@ +/** + * Inspired by http://jqueryui.com/demos/autocomplete/#multiple + */ + +(function( $ ) { + $.widget('ui.multiple_autocomplete', { + _create: function() { + var self = this; + function split( val ) { + return val.split( /,\s*/ ); + } + function extractLast( term ) { + return split( term ).pop(); + } + function showOptions() { + if(!self.element.autocomplete('widget').is(':visible') && self.element.val().trim() == '') { + self.element.autocomplete('search', ''); + } + } + //console.log('_create: ' + this.options['id']); + this.element.bind('click', function( event ) { + showOptions(); + }); + this.element.bind('input', function( event ) { + showOptions(); + }); + this.element.bind('blur', function( event ) { + var tmp = self.element.val().trim(); + if(tmp[tmp.length-1] == ',') { + self.element.val(tmp.substring(0, tmp.length-1)); + } else { + self.element.val(tmp); + } + if(self.element.val().trim() != '') { + self.element.trigger('change'); // Changes wasn't saved when only using the dropdown. + } + }); + this.element.bind( "keydown", function( event ) { + if ( event.keyCode === $.ui.keyCode.TAB && + $( this ).data( "autocomplete" ).menu.active ) { + event.preventDefault(); + } + }) + .autocomplete({ + minLength: 0, + source: function( request, response ) { + // delegate back to autocomplete, but extract the last term + response( $.ui.autocomplete.filter( + self.options.source, extractLast( request.term ) ) ); + }, + focus: function() { + // prevent value inserted on focus + return false; + }, + select: function( event, ui ) { + var terms = split( this.value ); + // remove the current input + terms.pop(); + // add the selected item + terms.push( ui.item.value ); + // add placeholder to get the comma-and-space at the end + terms.push( "" ); + this.value = terms.join( ", " ); + return false; + } + }); + /*this.button = $( "" ) + .attr( "tabIndex", -1 ) + .attr( "title", "Show All Items" ) + .insertAfter( this.element ) + .addClass('svg') + .addClass('action') + .addClass('combo-button') + .click(function() { + // close if already visible + if ( self.element.autocomplete( "widget" ).is( ":visible" ) ) { + self.element.autocomplete( "close" ); + return; + } + + // work around a bug (likely same cause as #5265) + $( this ).blur(); + + var tmp = self.element.val().trim(); + if(tmp[tmp.length-1] != ',') { + self.element.val(tmp+', '); + } + // pass empty string as value to search for, displaying all results + self.element.autocomplete( "search", "" ); + self.element.focus(); + });*/ + }, + }); +})( jQuery ); From 139ba9333e2ad3d4856e2ee264d16fc1749627a3 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 8 Sep 2013 21:35:25 -0400 Subject: [PATCH 12/38] [tx-robot] updated from transifex --- l10n/ar/calendar.po | 4 ++-- l10n/bg_BG/calendar.po | 4 ++-- l10n/bn_BD/calendar.po | 4 ++-- l10n/ca/calendar.po | 4 ++-- l10n/cs_CZ/calendar.po | 4 ++-- l10n/cy_GB/calendar.po | 4 ++-- l10n/da/calendar.po | 4 ++-- l10n/de/calendar.po | 4 ++-- l10n/de_CH/calendar.po | 4 ++-- l10n/de_DE/calendar.po | 4 ++-- l10n/el/calendar.po | 4 ++-- l10n/en_GB/calendar.po | 4 ++-- l10n/eo/calendar.po | 4 ++-- l10n/es/calendar.po | 4 ++-- l10n/es_AR/calendar.po | 4 ++-- l10n/et_EE/calendar.po | 4 ++-- l10n/eu/calendar.po | 4 ++-- l10n/fa/calendar.po | 4 ++-- l10n/fi_FI/calendar.po | 4 ++-- l10n/fr/calendar.po | 4 ++-- l10n/gl/calendar.po | 4 ++-- l10n/he/calendar.po | 4 ++-- l10n/hr/calendar.po | 4 ++-- l10n/hu_HU/calendar.po | 4 ++-- l10n/ia/calendar.po | 4 ++-- l10n/id/calendar.po | 4 ++-- l10n/it/calendar.po | 4 ++-- l10n/ja_JP/calendar.po | 4 ++-- l10n/ka_GE/calendar.po | 4 ++-- l10n/ko/calendar.po | 4 ++-- l10n/lb/calendar.po | 4 ++-- l10n/lt_LT/calendar.po | 4 ++-- l10n/lv/calendar.po | 4 ++-- l10n/mk/calendar.po | 4 ++-- l10n/ms_MY/calendar.po | 4 ++-- l10n/nb_NO/calendar.po | 4 ++-- l10n/nl/calendar.po | 4 ++-- l10n/nn_NO/calendar.po | 4 ++-- l10n/oc/calendar.po | 4 ++-- l10n/pl/calendar.po | 4 ++-- l10n/pt_BR/calendar.po | 4 ++-- l10n/pt_PT/calendar.po | 4 ++-- l10n/ro/calendar.po | 4 ++-- l10n/ru/calendar.po | 4 ++-- l10n/si_LK/calendar.po | 4 ++-- l10n/sk_SK/calendar.po | 4 ++-- l10n/sl/calendar.po | 4 ++-- l10n/sr/calendar.po | 4 ++-- l10n/sr@latin/calendar.po | 4 ++-- l10n/sv/calendar.po | 4 ++-- l10n/ta_LK/calendar.po | 4 ++-- l10n/templates/calendar.pot | 2 +- l10n/th_TH/calendar.po | 4 ++-- l10n/tr/calendar.po | 4 ++-- l10n/ug/calendar.po | 4 ++-- l10n/uk/calendar.po | 4 ++-- l10n/vi/calendar.po | 4 ++-- l10n/zh_CN/calendar.po | 4 ++-- l10n/zh_TW/calendar.po | 4 ++-- 59 files changed, 117 insertions(+), 117 deletions(-) diff --git a/l10n/ar/calendar.po b/l10n/ar/calendar.po index b3776517..b2911333 100644 --- a/l10n/ar/calendar.po +++ b/l10n/ar/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/calendar.po b/l10n/bg_BG/calendar.po index ac13d094..9da87f80 100644 --- a/l10n/bg_BG/calendar.po +++ b/l10n/bg_BG/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: Димитър Кръстев \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/calendar.po b/l10n/bn_BD/calendar.po index 2cf9e136..cba8fe45 100644 --- a/l10n/bn_BD/calendar.po +++ b/l10n/bn_BD/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/calendar.po b/l10n/ca/calendar.po index f307ff67..f3f12329 100644 --- a/l10n/ca/calendar.po +++ b/l10n/ca/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/calendar.po b/l10n/cs_CZ/calendar.po index bf131c72..c45965d9 100644 --- a/l10n/cs_CZ/calendar.po +++ b/l10n/cs_CZ/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: pstast \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cy_GB/calendar.po b/l10n/cy_GB/calendar.po index 3d0d4f8e..1f497f99 100644 --- a/l10n/cy_GB/calendar.po +++ b/l10n/cy_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: ubuntucymraeg \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po index e75e72f2..64144f24 100644 --- a/l10n/da/calendar.po +++ b/l10n/da/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po index 03d9f7af..6b721e18 100644 --- a/l10n/de/calendar.po +++ b/l10n/de/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: German \n" "MIME-Version: 1.0\n" diff --git a/l10n/de_CH/calendar.po b/l10n/de_CH/calendar.po index c492b83d..d613ae57 100644 --- a/l10n/de_CH/calendar.po +++ b/l10n/de_CH/calendar.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: FlorianScholz \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/calendar.po b/l10n/de_DE/calendar.po index 92422200..1eee9e9f 100644 --- a/l10n/de_DE/calendar.po +++ b/l10n/de_DE/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" diff --git a/l10n/el/calendar.po b/l10n/el/calendar.po index 8beef910..685e2903 100644 --- a/l10n/el/calendar.po +++ b/l10n/el/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB/calendar.po b/l10n/en_GB/calendar.po index 0c22ef9b..ea6e8ad0 100644 --- a/l10n/en_GB/calendar.po +++ b/l10n/en_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:40+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: mnestis \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/calendar.po b/l10n/eo/calendar.po index dd572a4f..ff97c2a2 100644 --- a/l10n/eo/calendar.po +++ b/l10n/eo/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: Baptiste \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/calendar.po b/l10n/es/calendar.po index 4b25fa06..124c18b1 100644 --- a/l10n/es/calendar.po +++ b/l10n/es/calendar.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: Korrosivo \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/calendar.po b/l10n/es_AR/calendar.po index 21cfb7a0..73ae1727 100644 --- a/l10n/es_AR/calendar.po +++ b/l10n/es_AR/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/calendar.po b/l10n/et_EE/calendar.po index 13edf1bf..89b5cc5b 100644 --- a/l10n/et_EE/calendar.po +++ b/l10n/et_EE/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: Rivo Zängov \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/calendar.po b/l10n/eu/calendar.po index ac002419..40122165 100644 --- a/l10n/eu/calendar.po +++ b/l10n/eu/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/calendar.po b/l10n/fa/calendar.po index 2401d0c9..2ab5e9fa 100644 --- a/l10n/fa/calendar.po +++ b/l10n/fa/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/calendar.po b/l10n/fi_FI/calendar.po index 1df35cea..b19521bd 100644 --- a/l10n/fi_FI/calendar.po +++ b/l10n/fi_FI/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: Larso \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/calendar.po b/l10n/fr/calendar.po index 18c668ae..3f2219f2 100644 --- a/l10n/fr/calendar.po +++ b/l10n/fr/calendar.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: plachance \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/calendar.po b/l10n/gl/calendar.po index 8431d902..3e9c923e 100644 --- a/l10n/gl/calendar.po +++ b/l10n/gl/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/calendar.po b/l10n/he/calendar.po index 2b10f51b..8c8feaf4 100644 --- a/l10n/he/calendar.po +++ b/l10n/he/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/calendar.po b/l10n/hr/calendar.po index b380b65f..b06a3434 100644 --- a/l10n/hr/calendar.po +++ b/l10n/hr/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/calendar.po b/l10n/hu_HU/calendar.po index c73ef423..b8dd1402 100644 --- a/l10n/hu_HU/calendar.po +++ b/l10n/hu_HU/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/calendar.po b/l10n/ia/calendar.po index de0144c6..89e74729 100644 --- a/l10n/ia/calendar.po +++ b/l10n/ia/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/calendar.po b/l10n/id/calendar.po index 4ebfe460..03c186a8 100644 --- a/l10n/id/calendar.po +++ b/l10n/id/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/calendar.po b/l10n/it/calendar.po index 7b0a68f5..74587620 100644 --- a/l10n/it/calendar.po +++ b/l10n/it/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-08 14:20+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po index 55fea4e9..eb5f2c36 100644 --- a/l10n/ja_JP/calendar.po +++ b/l10n/ja_JP/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/calendar.po b/l10n/ka_GE/calendar.po index 8157a95d..623d3181 100644 --- a/l10n/ka_GE/calendar.po +++ b/l10n/ka_GE/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/calendar.po b/l10n/ko/calendar.po index 8b366e3f..c5e20191 100644 --- a/l10n/ko/calendar.po +++ b/l10n/ko/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/calendar.po b/l10n/lb/calendar.po index f45728cf..46c5c0f4 100644 --- a/l10n/lb/calendar.po +++ b/l10n/lb/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: llaera \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/calendar.po b/l10n/lt_LT/calendar.po index ac0ef37d..e7ccb468 100644 --- a/l10n/lt_LT/calendar.po +++ b/l10n/lt_LT/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: mambuta \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/calendar.po b/l10n/lv/calendar.po index a9a2db29..0fb4f343 100644 --- a/l10n/lv/calendar.po +++ b/l10n/lv/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/calendar.po b/l10n/mk/calendar.po index 90fc30bf..b51493f0 100644 --- a/l10n/mk/calendar.po +++ b/l10n/mk/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/calendar.po b/l10n/ms_MY/calendar.po index bd53d39d..71f0e029 100644 --- a/l10n/ms_MY/calendar.po +++ b/l10n/ms_MY/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: smkso \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/calendar.po b/l10n/nb_NO/calendar.po index 9396da8a..229fa7f6 100644 --- a/l10n/nb_NO/calendar.po +++ b/l10n/nb_NO/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: Hans Nesse <>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/calendar.po b/l10n/nl/calendar.po index c76910b8..8c51140a 100644 --- a/l10n/nl/calendar.po +++ b/l10n/nl/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/calendar.po b/l10n/nn_NO/calendar.po index 11fd1ab8..a1af3cfb 100644 --- a/l10n/nn_NO/calendar.po +++ b/l10n/nn_NO/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: unhammer \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/calendar.po b/l10n/oc/calendar.po index 7cce2c5e..bff95acd 100644 --- a/l10n/oc/calendar.po +++ b/l10n/oc/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/calendar.po b/l10n/pl/calendar.po index 718d4dfc..4a161604 100644 --- a/l10n/pl/calendar.po +++ b/l10n/pl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/calendar.po b/l10n/pt_BR/calendar.po index 39468117..dfe12899 100644 --- a/l10n/pt_BR/calendar.po +++ b/l10n/pt_BR/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/calendar.po b/l10n/pt_PT/calendar.po index 19fb8fdc..b434ea6d 100644 --- a/l10n/pt_PT/calendar.po +++ b/l10n/pt_PT/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/calendar.po b/l10n/ro/calendar.po index 252c0640..67457d09 100644 --- a/l10n/ro/calendar.po +++ b/l10n/ro/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/calendar.po b/l10n/ru/calendar.po index 072fb08c..7064f63c 100644 --- a/l10n/ru/calendar.po +++ b/l10n/ru/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/calendar.po b/l10n/si_LK/calendar.po index bd8e6e02..917558ea 100644 --- a/l10n/si_LK/calendar.po +++ b/l10n/si_LK/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/calendar.po b/l10n/sk_SK/calendar.po index 704c5a8d..53ea723c 100644 --- a/l10n/sk_SK/calendar.po +++ b/l10n/sk_SK/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/calendar.po b/l10n/sl/calendar.po index 833bd430..45356400 100644 --- a/l10n/sl/calendar.po +++ b/l10n/sl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/calendar.po b/l10n/sr/calendar.po index 9d3c84fd..b12e2360 100644 --- a/l10n/sr/calendar.po +++ b/l10n/sr/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/calendar.po b/l10n/sr@latin/calendar.po index be490eb2..11e3b161 100644 --- a/l10n/sr@latin/calendar.po +++ b/l10n/sr@latin/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/calendar.po b/l10n/sv/calendar.po index 3153cf2f..5e752348 100644 --- a/l10n/sv/calendar.po +++ b/l10n/sv/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/calendar.po b/l10n/ta_LK/calendar.po index 2a822778..b12f4eab 100644 --- a/l10n/ta_LK/calendar.po +++ b/l10n/ta_LK/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index ee39ffa2..16e03f13 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-07 04:38-0400\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\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 f687391c..3e52c2a4 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/calendar.po b/l10n/tr/calendar.po index f1bd6caa..ca9b2e85 100644 --- a/l10n/tr/calendar.po +++ b/l10n/tr/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ug/calendar.po b/l10n/ug/calendar.po index 7781f5ba..cbf81907 100644 --- a/l10n/ug/calendar.po +++ b/l10n/ug/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: Abduqadir Abliz \n" "Language-Team: Uighur \n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/calendar.po b/l10n/uk/calendar.po index ef4c06cc..9b776285 100644 --- a/l10n/uk/calendar.po +++ b/l10n/uk/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/calendar.po b/l10n/vi/calendar.po index adafa0fe..de2d320d 100644 --- a/l10n/vi/calendar.po +++ b/l10n/vi/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/calendar.po b/l10n/zh_CN/calendar.po index f5f12f24..470bb825 100644 --- a/l10n/zh_CN/calendar.po +++ b/l10n/zh_CN/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-08-30 13:50+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/calendar.po b/l10n/zh_TW/calendar.po index 4e1c90ae..f3a4cde4 100644 --- a/l10n/zh_TW/calendar.po +++ b/l10n/zh_TW/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-01 13:25-0400\n" -"PO-Revision-Date: 2013-09-01 13:10+0000\n" +"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"PO-Revision-Date: 2013-09-07 08:50+0000\n" "Last-Translator: pellaeon \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" From bcfb329719995928f7a7da922a8a7da130f37755 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Tue, 10 Sep 2013 10:38:37 -0400 Subject: [PATCH 13/38] [tx-robot] updated from transifex --- l10n/ku_IQ.php | 1 + l10n/ku_IQ/calendar.po | 6 +- l10n/ro/calendar.po | 4 +- l10n/sq.php | 82 +++++++++++++++++- l10n/sq/calendar.po | 167 ++++++++++++++++++------------------ l10n/templates/calendar.pot | 2 +- 6 files changed, 172 insertions(+), 90 deletions(-) diff --git a/l10n/ku_IQ.php b/l10n/ku_IQ.php index 69c86de7..210676ef 100644 --- a/l10n/ku_IQ.php +++ b/l10n/ku_IQ.php @@ -1,4 +1,5 @@ "داواکارى نادروستە", "Title" => "ناونیشان", "unnamed" => "بێ ناو", "Settings" => "ده‌ستكاری", diff --git a/l10n/ku_IQ/calendar.po b/l10n/ku_IQ/calendar.po index 7702c1ac..329acc2f 100644 --- a/l10n/ku_IQ/calendar.po +++ b/l10n/ku_IQ/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-10 10:38-0400\n" +"PO-Revision-Date: 2013-09-09 19:30+0000\n" "Last-Translator: I Robot \n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -69,7 +69,7 @@ msgstr "" #: ajax/settings/settimezone.php:25 msgid "Invalid request" -msgstr "" +msgstr "داواکارى نادروستە" #: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 #: templates/part.showevent.php:37 diff --git a/l10n/ro/calendar.po b/l10n/ro/calendar.po index 67457d09..49fd0a47 100644 --- a/l10n/ro/calendar.po +++ b/l10n/ro/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-10 10:38-0400\n" +"PO-Revision-Date: 2013-09-10 14:30+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq.php b/l10n/sq.php index 54bf2e93..f9d1f6ba 100644 --- a/l10n/sq.php +++ b/l10n/sq.php @@ -1,4 +1,10 @@ "Kalendari i gabuar", +"New Timezone:" => "Zona kohore e re:", +"Timezone changed" => "Zona kohore u ndryshua", +"Invalid request" => "Kërkesë e pavlefshme", +"Calendar" => "Kalendari", +"group" => "grupi", "Sunday" => "E djelë", "Monday" => "E hënë", "Tuesday" => "E martë", @@ -18,20 +24,94 @@ "October" => "Tetor", "November" => "Nëntor", "December" => "Dhjetor", +"All day" => "Gjithë ditën", +"New Calendar" => "Kalendar i Ri", "Title" => "Titulli", +"From Date" => "Nga data", +"From Time" => "Nga ora", +"To Date" => "Deri në datën", +"To Time" => "Deri në orën", +"The event ends before it starts" => "Ngjarja përfundon para se të fillojë", +"There was a database fail" => "Pati një dështim të database-it", "Birthday" => "Ditëlindja", +"Business" => "Puna", +"Call" => "Thirr", +"Clients" => "Klientët", +"Deliverer" => "Dërguesi", +"Holidays" => "Pushimet", +"Ideas" => "Idetë", +"Journey" => "Udhëtimet", +"Jubilee" => "Pëvjetoret", +"Meeting" => "Takime", +"Other" => "Të tjera", "Personal" => "Personale", +"Projects" => "Projektet", +"Questions" => "Pyetjet", "Work" => "Punë", +"Does not repeat" => "Nuk përsëritet", +"Daily" => "Ditore", +"Weekly" => "Javore", +"Every Weekday" => "Çdo ditë jave", +"Bi-Weekly" => "Dyjavore", +"Monthly" => "Mujore", +"Yearly" => "Vjetore", +"never" => "kurrë", +"by occurrences" => "nga rastisjet", +"by date" => "nga data", +"by monthday" => "nga dita e muajit", +"by weekday" => "nga dita e javës", +"events week of month" => "java e ngjarjeve të muajit", +"first" => "i pari", +"second" => "i dyti", +"third" => "i treti", +"fourth" => "i katërti", +"fifth" => "i pesti", +"last" => "i fundit", +"by events date" => "nga data e ngjarjeve", +"by yearday(s)" => "nga dita(ët) e vitit", +"by weeknumber(s)" => "nga numri i javës(ve)", +"by day and month" => "nga dita dhe muaji", "Date" => "Data", +"Cal." => "Kal.", +"Week" => "Javë", +"Month" => "Muaj", +"List" => "Listë", +"Today" => "Sot", "Settings" => "Parametrat", +"CalDav Link" => "Lidhje CalDav-i", "Download" => "Shkarko", "Edit" => "Ndrysho", "Delete" => "Elimino", +"New calendar" => "Kalendar i ri", +"Edit calendar" => "Ndrysho kalendarin", +"Displayname" => "Emri i paraqitjes", +"Active" => "Aktiv", +"Calendar color" => "Ngjyra e kalendarit", "Save" => "Ruaj", "Submit" => "Parashtro", "Cancel" => "Anulo", +"Edit an event" => "Ndrysho një ngjarje", +"Export" => "Eksporto", "Share" => "Nda", +"Title of the Event" => "Titulli i ngjarjes", +"Category" => "Kategoria", "Edit categories" => "Ndrysho kategoritë", +"All Day Event" => "Ngjarje për gjithë ditën", +"From" => "Nga", +"To" => "Për", +"Advanced options" => "Mundësitë e përparuara", +"Location" => "Pozicioni", +"Location of the Event" => "Pozicioni i ngjarjes", +"Description" => "Përshkrimi", +"Description of the Event" => "Përshkrimi i ngarjes", +"Repeat" => "Përsëritet", "Advanced" => "Të përparuara", -"Unshare" => "Hiq ndarjen" +"Select weekdays" => "Zgjidh ditët e javës", +"Select days" => "Zgjidh ditët", +"Import" => "Importo", +"Create a new event" => "Krijo një ngjarje të re", +"Unshare" => "Hiq ndarjen", +"Timezone" => "Zona kohore", +"24h" => "24 orë", +"12h" => "12 orë" ); diff --git a/l10n/sq/calendar.po b/l10n/sq/calendar.po index da3fd46e..a195b1a5 100644 --- a/l10n/sq/calendar.po +++ b/l10n/sq/calendar.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Odeen , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-10 10:38-0400\n" +"PO-Revision-Date: 2013-09-09 23:40+0000\n" +"Last-Translator: Odeen \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,7 +36,7 @@ msgstr "" #: ajax/event/edit.form.php:21 msgid "Wrong calendar" -msgstr "" +msgstr "Kalendari i gabuar" #: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." @@ -61,20 +62,20 @@ msgstr "" #: ajax/settings/guesstimezone.php:26 msgid "New Timezone:" -msgstr "" +msgstr "Zona kohore e re:" #: ajax/settings/settimezone.php:23 msgid "Timezone changed" -msgstr "" +msgstr "Zona kohore u ndryshua" #: ajax/settings/settimezone.php:25 msgid "Invalid request" -msgstr "" +msgstr "Kërkesë e pavlefshme" #: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" -msgstr "" +msgstr "Kalendari" #: js/calendar.js:154 msgid "Deletion failed" @@ -94,7 +95,7 @@ msgstr "" #: js/calendar.js:602 msgid "group" -msgstr "" +msgstr "grupi" #: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" @@ -286,11 +287,11 @@ msgstr "" #: js/l10n.php:51 msgid "All day" -msgstr "" +msgstr "Gjithë ditën" #: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" -msgstr "" +msgstr "Kalendar i Ri" #: js/l10n.php:53 msgid "Missing or invalid fields" @@ -303,27 +304,27 @@ msgstr "Titulli" #: js/l10n.php:56 msgid "From Date" -msgstr "" +msgstr "Nga data" #: js/l10n.php:57 msgid "From Time" -msgstr "" +msgstr "Nga ora" #: js/l10n.php:58 msgid "To Date" -msgstr "" +msgstr "Deri në datën" #: js/l10n.php:59 msgid "To Time" -msgstr "" +msgstr "Deri në orën" #: js/l10n.php:60 msgid "The event ends before it starts" -msgstr "" +msgstr "Ngjarja përfundon para se të fillojë" #: js/l10n.php:61 msgid "There was a database fail" -msgstr "" +msgstr "Pati një dështim të database-it" #: lib/app.php:121 msgid "Birthday" @@ -331,43 +332,43 @@ msgstr "Ditëlindja" #: lib/app.php:122 msgid "Business" -msgstr "" +msgstr "Puna" #: lib/app.php:123 msgid "Call" -msgstr "" +msgstr "Thirr" #: lib/app.php:124 msgid "Clients" -msgstr "" +msgstr "Klientët" #: lib/app.php:125 msgid "Deliverer" -msgstr "" +msgstr "Dërguesi" #: lib/app.php:126 msgid "Holidays" -msgstr "" +msgstr "Pushimet" #: lib/app.php:127 msgid "Ideas" -msgstr "" +msgstr "Idetë" #: lib/app.php:128 msgid "Journey" -msgstr "" +msgstr "Udhëtimet" #: lib/app.php:129 msgid "Jubilee" -msgstr "" +msgstr "Pëvjetoret" #: lib/app.php:130 msgid "Meeting" -msgstr "" +msgstr "Takime" #: lib/app.php:131 msgid "Other" -msgstr "" +msgstr "Të tjera" #: lib/app.php:132 msgid "Personal" @@ -375,11 +376,11 @@ msgstr "Personale" #: lib/app.php:133 msgid "Projects" -msgstr "" +msgstr "Projektet" #: lib/app.php:134 msgid "Questions" -msgstr "" +msgstr "Pyetjet" #: lib/app.php:135 msgid "Work" @@ -431,95 +432,95 @@ msgstr "" #: lib/object.php:545 msgid "Does not repeat" -msgstr "" +msgstr "Nuk përsëritet" #: lib/object.php:546 msgid "Daily" -msgstr "" +msgstr "Ditore" #: lib/object.php:547 msgid "Weekly" -msgstr "" +msgstr "Javore" #: lib/object.php:548 msgid "Every Weekday" -msgstr "" +msgstr "Çdo ditë jave" #: lib/object.php:549 msgid "Bi-Weekly" -msgstr "" +msgstr "Dyjavore" #: lib/object.php:550 msgid "Monthly" -msgstr "" +msgstr "Mujore" #: lib/object.php:551 msgid "Yearly" -msgstr "" +msgstr "Vjetore" #: lib/object.php:561 msgid "never" -msgstr "" +msgstr "kurrë" #: lib/object.php:562 msgid "by occurrences" -msgstr "" +msgstr "nga rastisjet" #: lib/object.php:563 msgid "by date" -msgstr "" +msgstr "nga data" #: lib/object.php:573 msgid "by monthday" -msgstr "" +msgstr "nga dita e muajit" #: lib/object.php:574 msgid "by weekday" -msgstr "" +msgstr "nga dita e javës" #: lib/object.php:600 msgid "events week of month" -msgstr "" +msgstr "java e ngjarjeve të muajit" #: lib/object.php:601 msgid "first" -msgstr "" +msgstr "i pari" #: lib/object.php:602 msgid "second" -msgstr "" +msgstr "i dyti" #: lib/object.php:603 msgid "third" -msgstr "" +msgstr "i treti" #: lib/object.php:604 msgid "fourth" -msgstr "" +msgstr "i katërti" #: lib/object.php:605 msgid "fifth" -msgstr "" +msgstr "i pesti" #: lib/object.php:606 msgid "last" -msgstr "" +msgstr "i fundit" #: lib/object.php:661 msgid "by events date" -msgstr "" +msgstr "nga data e ngjarjeve" #: lib/object.php:662 msgid "by yearday(s)" -msgstr "" +msgstr "nga dita(ët) e vitit" #: lib/object.php:663 msgid "by weeknumber(s)" -msgstr "" +msgstr "nga numri i javës(ve)" #: lib/object.php:664 msgid "by day and month" -msgstr "" +msgstr "nga dita dhe muaji" #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" @@ -527,23 +528,23 @@ msgstr "Data" #: lib/search.php:43 msgid "Cal." -msgstr "" +msgstr "Kal." #: templates/calendar.php:6 msgid "Week" -msgstr "" +msgstr "Javë" #: templates/calendar.php:7 msgid "Month" -msgstr "" +msgstr "Muaj" #: templates/calendar.php:8 msgid "List" -msgstr "" +msgstr "Listë" #: templates/calendar.php:12 templates/calendar.php:18 msgid "Today" -msgstr "" +msgstr "Sot" #: templates/calendar.php:13 msgid "Settings" @@ -556,7 +557,7 @@ msgstr "" #: templates/part.choosecalendar.php:28 #: templates/part.choosecalendar.rowfields.php:24 msgid "CalDav Link" -msgstr "" +msgstr "Lidhje CalDav-i" #: templates/part.choosecalendar.rowfields.php:13 msgid "Share Calendar" @@ -577,23 +578,23 @@ msgstr "Elimino" #: templates/part.editcalendar.php:9 msgid "New calendar" -msgstr "" +msgstr "Kalendar i ri" #: templates/part.editcalendar.php:9 msgid "Edit calendar" -msgstr "" +msgstr "Ndrysho kalendarin" #: templates/part.editcalendar.php:12 msgid "Displayname" -msgstr "" +msgstr "Emri i paraqitjes" #: templates/part.editcalendar.php:23 msgid "Active" -msgstr "" +msgstr "Aktiv" #: templates/part.editcalendar.php:29 msgid "Calendar color" -msgstr "" +msgstr "Ngjyra e kalendarit" #: templates/part.editcalendar.php:42 msgid "Save" @@ -610,11 +611,11 @@ msgstr "Anulo" #: templates/part.editevent.php:1 msgid "Edit an event" -msgstr "" +msgstr "Ndrysho një ngjarje" #: templates/part.editevent.php:10 msgid "Export" -msgstr "" +msgstr "Eksporto" #: templates/part.eventform.php:5 templates/part.showevent.php:3 msgid "Eventinfo" @@ -638,11 +639,11 @@ msgstr "Nda" #: templates/part.eventform.php:18 msgid "Title of the Event" -msgstr "" +msgstr "Titulli i ngjarjes" #: templates/part.eventform.php:24 templates/part.showevent.php:19 msgid "Category" -msgstr "" +msgstr "Kategoria" #: templates/part.eventform.php:26 msgid "Separate categories with commas" @@ -658,39 +659,39 @@ msgstr "" #: templates/part.eventform.php:64 templates/part.showevent.php:66 msgid "All Day Event" -msgstr "" +msgstr "Ngjarje për gjithë ditën" #: templates/part.eventform.php:68 templates/part.showevent.php:70 msgid "From" -msgstr "" +msgstr "Nga" #: templates/part.eventform.php:76 templates/part.showevent.php:78 msgid "To" -msgstr "" +msgstr "Për" #: templates/part.eventform.php:84 templates/part.showevent.php:86 msgid "Advanced options" -msgstr "" +msgstr "Mundësitë e përparuara" #: templates/part.eventform.php:89 templates/part.showevent.php:91 msgid "Location" -msgstr "" +msgstr "Pozicioni" #: templates/part.eventform.php:91 msgid "Location of the Event" -msgstr "" +msgstr "Pozicioni i ngjarjes" #: templates/part.eventform.php:97 templates/part.showevent.php:99 msgid "Description" -msgstr "" +msgstr "Përshkrimi" #: templates/part.eventform.php:99 msgid "Description of the Event" -msgstr "" +msgstr "Përshkrimi i ngarjes" #: templates/part.eventform.php:108 templates/part.showevent.php:109 msgid "Repeat" -msgstr "" +msgstr "Përsëritet" #: templates/part.eventform.php:115 templates/part.showevent.php:116 msgid "Advanced" @@ -698,12 +699,12 @@ msgstr "Të përparuara" #: templates/part.eventform.php:159 templates/part.showevent.php:160 msgid "Select weekdays" -msgstr "" +msgstr "Zgjidh ditët e javës" #: templates/part.eventform.php:172 templates/part.eventform.php:185 #: templates/part.showevent.php:173 templates/part.showevent.php:186 msgid "Select days" -msgstr "" +msgstr "Zgjidh ditët" #: templates/part.eventform.php:177 templates/part.showevent.php:178 msgid "and the events day of year." @@ -769,7 +770,7 @@ msgstr "" #: templates/part.import.php:50 msgid "Import" -msgstr "" +msgstr "Importo" #: templates/part.import.php:59 msgid "Close Dialog" @@ -777,7 +778,7 @@ msgstr "" #: templates/part.newevent.php:1 msgid "Create a new event" -msgstr "" +msgstr "Krijo një ngjarje të re" #: templates/part.share.php:27 msgid "Share with:" @@ -827,7 +828,7 @@ msgstr "" #: templates/settings.php:15 msgid "Timezone" -msgstr "" +msgstr "Zona kohore" #: templates/settings.php:46 msgid "Update timezone automatically" @@ -839,11 +840,11 @@ msgstr "" #: templates/settings.php:56 msgid "24h" -msgstr "" +msgstr "24 orë" #: templates/settings.php:57 msgid "12h" -msgstr "" +msgstr "12 orë" #: templates/settings.php:63 msgid "Start week on" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 16e03f13..541b196e 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" +"POT-Creation-Date: 2013-09-10 10:38-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From b27686f406656bdfe4fa22a57ea601e8405dbbb9 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Wed, 11 Sep 2013 06:44:44 -0400 Subject: [PATCH 14/38] [tx-robot] updated from transifex --- l10n/ku_IQ.php | 16 +++++++++++++++ l10n/ku_IQ/calendar.po | 39 +++++++++++++++++++------------------ l10n/templates/calendar.pot | 2 +- 3 files changed, 37 insertions(+), 20 deletions(-) diff --git a/l10n/ku_IQ.php b/l10n/ku_IQ.php index 210676ef..429c5cc1 100644 --- a/l10n/ku_IQ.php +++ b/l10n/ku_IQ.php @@ -1,12 +1,28 @@ "هەرێمی کاتی گۆڕدرا", "Invalid request" => "داواکارى نادروستە", +"Calendar" => "ڕۆژژمێر", +"All day" => "هەموو ڕۆژ", "Title" => "ناونیشان", +"Birthday" => "ڕۆژی لە دایک بوون", "unnamed" => "بێ ناو", +"Week" => "هەفتە", +"Month" => "مانگ", +"Today" => "ئەمڕۆ", "Settings" => "ده‌ستكاری", "Download" => "داگرتن", +"Edit" => "دەسکاریکردن", +"Edit calendar" => "دەسکاریکردنی ڕۆژژمێر", +"Active" => "چالاکی", +"Calendar color" => "ڕەنگى ڕۆژژمێر", "Save" => "پاشکه‌وتکردن", "Submit" => "ناردن", "Export" => "هه‌ناردن", +"Share" => "هاوبەشی کردن", +"Category" => " هاوپۆلەکان", +"From" => "لەلایەن", +"Location" => "شوێن", +"Description" => "پێناسه", "Advanced" => "هه‌ڵبژاردنی پیشكه‌وتوو", "Import" => "هێنان" ); diff --git a/l10n/ku_IQ/calendar.po b/l10n/ku_IQ/calendar.po index 329acc2f..1bff0942 100644 --- a/l10n/ku_IQ/calendar.po +++ b/l10n/ku_IQ/calendar.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Ahmad Saber , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-10 10:38-0400\n" -"PO-Revision-Date: 2013-09-09 19:30+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-11 06:44-0400\n" +"PO-Revision-Date: 2013-09-10 18:00+0000\n" +"Last-Translator: Ahmad Saber \n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -65,7 +66,7 @@ msgstr "" #: ajax/settings/settimezone.php:23 msgid "Timezone changed" -msgstr "" +msgstr "هەرێمی کاتی گۆڕدرا" #: ajax/settings/settimezone.php:25 msgid "Invalid request" @@ -74,7 +75,7 @@ msgstr "داواکارى نادروستە" #: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" -msgstr "" +msgstr "ڕۆژژمێر" #: js/calendar.js:154 msgid "Deletion failed" @@ -286,7 +287,7 @@ msgstr "" #: js/l10n.php:51 msgid "All day" -msgstr "" +msgstr "هەموو ڕۆژ" #: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" @@ -327,7 +328,7 @@ msgstr "" #: lib/app.php:121 msgid "Birthday" -msgstr "" +msgstr "ڕۆژی لە دایک بوون" #: lib/app.php:122 msgid "Business" @@ -531,11 +532,11 @@ msgstr "" #: templates/calendar.php:6 msgid "Week" -msgstr "" +msgstr "هەفتە" #: templates/calendar.php:7 msgid "Month" -msgstr "" +msgstr "مانگ" #: templates/calendar.php:8 msgid "List" @@ -543,7 +544,7 @@ msgstr "" #: templates/calendar.php:12 templates/calendar.php:18 msgid "Today" -msgstr "" +msgstr "ئەمڕۆ" #: templates/calendar.php:13 msgid "Settings" @@ -568,7 +569,7 @@ msgstr "داگرتن" #: templates/part.choosecalendar.rowfields.php:31 msgid "Edit" -msgstr "" +msgstr "دەسکاریکردن" #: templates/part.choosecalendar.rowfields.php:36 #: templates/part.editevent.php:9 @@ -581,7 +582,7 @@ msgstr "" #: templates/part.editcalendar.php:9 msgid "Edit calendar" -msgstr "" +msgstr "دەسکاریکردنی ڕۆژژمێر" #: templates/part.editcalendar.php:12 msgid "Displayname" @@ -589,11 +590,11 @@ msgstr "" #: templates/part.editcalendar.php:23 msgid "Active" -msgstr "" +msgstr "چالاکی" #: templates/part.editcalendar.php:29 msgid "Calendar color" -msgstr "" +msgstr "ڕەنگى ڕۆژژمێر" #: templates/part.editcalendar.php:42 msgid "Save" @@ -634,7 +635,7 @@ msgstr "" #: templates/part.eventform.php:10 msgid "Share" -msgstr "" +msgstr "هاوبەشی کردن" #: templates/part.eventform.php:18 msgid "Title of the Event" @@ -642,7 +643,7 @@ msgstr "" #: templates/part.eventform.php:24 templates/part.showevent.php:19 msgid "Category" -msgstr "" +msgstr " هاوپۆلەکان" #: templates/part.eventform.php:26 msgid "Separate categories with commas" @@ -662,7 +663,7 @@ msgstr "" #: templates/part.eventform.php:68 templates/part.showevent.php:70 msgid "From" -msgstr "" +msgstr "لەلایەن" #: templates/part.eventform.php:76 templates/part.showevent.php:78 msgid "To" @@ -674,7 +675,7 @@ msgstr "" #: templates/part.eventform.php:89 templates/part.showevent.php:91 msgid "Location" -msgstr "" +msgstr "شوێن" #: templates/part.eventform.php:91 msgid "Location of the Event" @@ -682,7 +683,7 @@ msgstr "" #: templates/part.eventform.php:97 templates/part.showevent.php:99 msgid "Description" -msgstr "" +msgstr "پێناسه" #: templates/part.eventform.php:99 msgid "Description of the Event" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 541b196e..ca3e0aea 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-10 10:38-0400\n" +"POT-Creation-Date: 2013-09-11 06:44-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From 5a05068c6086ed2070b6395fb5744d811cd24656 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Fri, 13 Sep 2013 21:44:40 -0400 Subject: [PATCH 15/38] [tx-robot] updated from transifex --- l10n/km/calendar.po | 882 ++++++++++++++++++++++++++++++++++++ l10n/templates/calendar.pot | 2 +- 2 files changed, 883 insertions(+), 1 deletion(-) create mode 100644 l10n/km/calendar.po diff --git a/l10n/km/calendar.po b/l10n/km/calendar.po new file mode 100644 index 00000000..233c4bc6 --- /dev/null +++ b/l10n/km/calendar.po @@ -0,0 +1,882 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-09-13 21:44-0400\n" +"PO-Revision-Date: 2013-09-12 11:11+0000\n" +"Last-Translator: I Robot \n" +"Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ajax/cache/status.php:19 +msgid "Not all calendars are completely cached" +msgstr "" + +#: ajax/cache/status.php:21 +msgid "Everything seems to be completely cached" +msgstr "" + +#: ajax/categories/rescan.php:29 +msgid "No calendars found." +msgstr "" + +#: ajax/categories/rescan.php:37 +msgid "No events found." +msgstr "" + +#: ajax/event/edit.form.php:21 +msgid "Wrong calendar" +msgstr "" + +#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +msgid "You do not have the permissions to edit this event." +msgstr "" + +#: ajax/import/dropimport.php:29 ajax/import/import.php:65 +msgid "" +"The file contained either no events or all events are already saved in your " +"calendar." +msgstr "" + +#: ajax/import/dropimport.php:31 ajax/import/import.php:68 +msgid "events has been saved in the new calendar" +msgstr "" + +#: ajax/import/import.php:57 +msgid "Import failed" +msgstr "" + +#: ajax/import/import.php:70 +msgid "events has been saved in your calendar" +msgstr "" + +#: ajax/settings/guesstimezone.php:26 +msgid "New Timezone:" +msgstr "" + +#: ajax/settings/settimezone.php:23 +msgid "Timezone changed" +msgstr "" + +#: ajax/settings/settimezone.php:25 +msgid "Invalid request" +msgstr "" + +#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: templates/part.showevent.php:37 +msgid "Calendar" +msgstr "" + +#: js/calendar.js:154 +msgid "Deletion failed" +msgstr "" + +#: js/calendar.js:243 +msgid "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" +msgstr "" + +#: js/calendar.js:245 +msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" +msgstr "" + +#: js/calendar.js:602 +msgid "user" +msgstr "" + +#: js/calendar.js:602 +msgid "group" +msgstr "" + +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 +msgid "Editable" +msgstr "" + +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 +msgid "Shareable" +msgstr "" + +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 +msgid "Deletable" +msgstr "" + +#: js/calendar.js:875 +msgid "ddd" +msgstr "" + +#: js/calendar.js:876 +msgid "ddd M/d" +msgstr "" + +#: js/calendar.js:877 +msgid "dddd M/d" +msgstr "" + +#: js/calendar.js:880 +msgid "MMMM yyyy" +msgstr "" + +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgstr "" + +#: js/calendar.js:884 +msgid "dddd, MMM d, yyyy" +msgstr "" + +#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +msgid "Sunday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +msgid "Monday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:585 +msgid "Tuesday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:586 +msgid "Wednesday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:587 +msgid "Thursday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:588 +msgid "Friday" +msgstr "" + +#: js/l10n.php:45 lib/object.php:589 +msgid "Saturday" +msgstr "" + +#: js/l10n.php:46 +msgid "Sun." +msgstr "" + +#: js/l10n.php:46 +msgid "Mon." +msgstr "" + +#: js/l10n.php:46 +msgid "Tue." +msgstr "" + +#: js/l10n.php:46 +msgid "Wed." +msgstr "" + +#: js/l10n.php:46 +msgid "Thu." +msgstr "" + +#: js/l10n.php:46 +msgid "Fri." +msgstr "" + +#: js/l10n.php:46 +msgid "Sat." +msgstr "" + +#: js/l10n.php:47 lib/object.php:640 +msgid "January" +msgstr "" + +#: js/l10n.php:47 lib/object.php:641 +msgid "February" +msgstr "" + +#: js/l10n.php:47 lib/object.php:642 +msgid "March" +msgstr "" + +#: js/l10n.php:47 lib/object.php:643 +msgid "April" +msgstr "" + +#: js/l10n.php:47 lib/object.php:644 +msgid "May" +msgstr "" + +#: js/l10n.php:47 lib/object.php:645 +msgid "June" +msgstr "" + +#: js/l10n.php:47 lib/object.php:646 +msgid "July" +msgstr "" + +#: js/l10n.php:47 lib/object.php:647 +msgid "August" +msgstr "" + +#: js/l10n.php:47 lib/object.php:648 +msgid "September" +msgstr "" + +#: js/l10n.php:47 lib/object.php:649 +msgid "October" +msgstr "" + +#: js/l10n.php:47 lib/object.php:650 +msgid "November" +msgstr "" + +#: js/l10n.php:47 lib/object.php:651 +msgid "December" +msgstr "" + +#: js/l10n.php:48 +msgid "Jan." +msgstr "" + +#: js/l10n.php:48 +msgid "Feb." +msgstr "" + +#: js/l10n.php:48 +msgid "Mar." +msgstr "" + +#: js/l10n.php:48 +msgid "Apr." +msgstr "" + +#: js/l10n.php:48 +msgid "May." +msgstr "" + +#: js/l10n.php:48 +msgid "Jun." +msgstr "" + +#: js/l10n.php:48 +msgid "Jul." +msgstr "" + +#: js/l10n.php:48 +msgid "Aug." +msgstr "" + +#: js/l10n.php:48 +msgid "Sep." +msgstr "" + +#: js/l10n.php:48 +msgid "Oct." +msgstr "" + +#: js/l10n.php:48 +msgid "Nov." +msgstr "" + +#: js/l10n.php:48 +msgid "Dec." +msgstr "" + +#: js/l10n.php:51 +msgid "All day" +msgstr "" + +#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +msgid "New Calendar" +msgstr "" + +#: js/l10n.php:53 +msgid "Missing or invalid fields" +msgstr "" + +#: js/l10n.php:54 templates/part.eventform.php:16 +#: templates/part.showevent.php:11 +msgid "Title" +msgstr "" + +#: js/l10n.php:56 +msgid "From Date" +msgstr "" + +#: js/l10n.php:57 +msgid "From Time" +msgstr "" + +#: js/l10n.php:58 +msgid "To Date" +msgstr "" + +#: js/l10n.php:59 +msgid "To Time" +msgstr "" + +#: js/l10n.php:60 +msgid "The event ends before it starts" +msgstr "" + +#: js/l10n.php:61 +msgid "There was a database fail" +msgstr "" + +#: lib/app.php:121 +msgid "Birthday" +msgstr "" + +#: lib/app.php:122 +msgid "Business" +msgstr "" + +#: lib/app.php:123 +msgid "Call" +msgstr "" + +#: lib/app.php:124 +msgid "Clients" +msgstr "" + +#: lib/app.php:125 +msgid "Deliverer" +msgstr "" + +#: lib/app.php:126 +msgid "Holidays" +msgstr "" + +#: lib/app.php:127 +msgid "Ideas" +msgstr "" + +#: lib/app.php:128 +msgid "Journey" +msgstr "" + +#: lib/app.php:129 +msgid "Jubilee" +msgstr "" + +#: lib/app.php:130 +msgid "Meeting" +msgstr "" + +#: lib/app.php:131 +msgid "Other" +msgstr "" + +#: lib/app.php:132 +msgid "Personal" +msgstr "" + +#: lib/app.php:133 +msgid "Projects" +msgstr "" + +#: lib/app.php:134 +msgid "Questions" +msgstr "" + +#: lib/app.php:135 +msgid "Work" +msgstr "" + +#: lib/app.php:403 +msgid "by" +msgstr "" + +#: lib/app.php:467 +msgid "unnamed" +msgstr "" + +#: lib/calendar.php:178 lib/calendar.php:211 +msgid "You do not have the permissions to update this calendar." +msgstr "" + +#: lib/calendar.php:246 +msgid "You do not have the permissions to delete this calendar." +msgstr "" + +#: lib/calendar.php:280 +msgid "You do not have the permissions to add to this calendar." +msgstr "" + +#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +msgid "You do not have the permissions to add events to this calendar." +msgstr "" + +#: lib/object.php:267 lib/object.php:299 +msgid "You do not have the permissions to delete this event." +msgstr "" + +#: lib/object.php:493 +msgid "Busy" +msgstr "" + +#: lib/object.php:533 +msgid "Public" +msgstr "" + +#: lib/object.php:534 +msgid "Private" +msgstr "" + +#: lib/object.php:535 +msgid "Confidential" +msgstr "" + +#: lib/object.php:545 +msgid "Does not repeat" +msgstr "" + +#: lib/object.php:546 +msgid "Daily" +msgstr "" + +#: lib/object.php:547 +msgid "Weekly" +msgstr "" + +#: lib/object.php:548 +msgid "Every Weekday" +msgstr "" + +#: lib/object.php:549 +msgid "Bi-Weekly" +msgstr "" + +#: lib/object.php:550 +msgid "Monthly" +msgstr "" + +#: lib/object.php:551 +msgid "Yearly" +msgstr "" + +#: lib/object.php:561 +msgid "never" +msgstr "" + +#: lib/object.php:562 +msgid "by occurrences" +msgstr "" + +#: lib/object.php:563 +msgid "by date" +msgstr "" + +#: lib/object.php:573 +msgid "by monthday" +msgstr "" + +#: lib/object.php:574 +msgid "by weekday" +msgstr "" + +#: lib/object.php:600 +msgid "events week of month" +msgstr "" + +#: lib/object.php:601 +msgid "first" +msgstr "" + +#: lib/object.php:602 +msgid "second" +msgstr "" + +#: lib/object.php:603 +msgid "third" +msgstr "" + +#: lib/object.php:604 +msgid "fourth" +msgstr "" + +#: lib/object.php:605 +msgid "fifth" +msgstr "" + +#: lib/object.php:606 +msgid "last" +msgstr "" + +#: lib/object.php:661 +msgid "by events date" +msgstr "" + +#: lib/object.php:662 +msgid "by yearday(s)" +msgstr "" + +#: lib/object.php:663 +msgid "by weeknumber(s)" +msgstr "" + +#: lib/object.php:664 +msgid "by day and month" +msgstr "" + +#: lib/search.php:35 lib/search.php:37 lib/search.php:40 +msgid "Date" +msgstr "" + +#: lib/search.php:43 +msgid "Cal." +msgstr "" + +#: templates/calendar.php:6 +msgid "Week" +msgstr "" + +#: templates/calendar.php:7 +msgid "Month" +msgstr "" + +#: templates/calendar.php:8 +msgid "List" +msgstr "" + +#: templates/calendar.php:12 templates/calendar.php:18 +msgid "Today" +msgstr "" + +#: templates/calendar.php:13 +msgid "Settings" +msgstr "" + +#: templates/part.choosecalendar.php:2 +msgid "Your calendars" +msgstr "" + +#: templates/part.choosecalendar.php:28 +#: templates/part.choosecalendar.rowfields.php:24 +msgid "CalDav Link" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:13 +msgid "Share Calendar" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:27 +msgid "Download" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:31 +msgid "Edit" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:36 +#: 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 templates/part.showevent.php:3 +msgid "Eventinfo" +msgstr "" + +#: templates/part.eventform.php:6 templates/part.showevent.php:4 +msgid "Repeating" +msgstr "" + +#: templates/part.eventform.php:7 templates/part.showevent.php:5 +msgid "Alarm" +msgstr "" + +#: templates/part.eventform.php:8 templates/part.showevent.php:6 +msgid "Attendees" +msgstr "" + +#: templates/part.eventform.php:10 +msgid "Share" +msgstr "" + +#: templates/part.eventform.php:18 +msgid "Title of the Event" +msgstr "" + +#: templates/part.eventform.php:24 templates/part.showevent.php:19 +msgid "Category" +msgstr "" + +#: templates/part.eventform.php:26 +msgid "Separate categories with commas" +msgstr "" + +#: templates/part.eventform.php:27 +msgid "Edit categories" +msgstr "" + +#: templates/part.eventform.php:47 templates/part.showevent.php:50 +msgid "Access Class" +msgstr "" + +#: templates/part.eventform.php:64 templates/part.showevent.php:66 +msgid "All Day Event" +msgstr "" + +#: templates/part.eventform.php:68 templates/part.showevent.php:70 +msgid "From" +msgstr "" + +#: templates/part.eventform.php:76 templates/part.showevent.php:78 +msgid "To" +msgstr "" + +#: templates/part.eventform.php:84 templates/part.showevent.php:86 +msgid "Advanced options" +msgstr "" + +#: templates/part.eventform.php:89 templates/part.showevent.php:91 +msgid "Location" +msgstr "" + +#: templates/part.eventform.php:91 +msgid "Location of the Event" +msgstr "" + +#: templates/part.eventform.php:97 templates/part.showevent.php:99 +msgid "Description" +msgstr "" + +#: templates/part.eventform.php:99 +msgid "Description of the Event" +msgstr "" + +#: templates/part.eventform.php:108 templates/part.showevent.php:109 +msgid "Repeat" +msgstr "" + +#: templates/part.eventform.php:115 templates/part.showevent.php:116 +msgid "Advanced" +msgstr "" + +#: templates/part.eventform.php:159 templates/part.showevent.php:160 +msgid "Select weekdays" +msgstr "" + +#: templates/part.eventform.php:172 templates/part.eventform.php:185 +#: templates/part.showevent.php:173 templates/part.showevent.php:186 +msgid "Select days" +msgstr "" + +#: templates/part.eventform.php:177 templates/part.showevent.php:178 +msgid "and the events day of year." +msgstr "" + +#: templates/part.eventform.php:190 templates/part.showevent.php:191 +msgid "and the events day of month." +msgstr "" + +#: templates/part.eventform.php:198 templates/part.showevent.php:199 +msgid "Select months" +msgstr "" + +#: templates/part.eventform.php:211 templates/part.showevent.php:212 +msgid "Select weeks" +msgstr "" + +#: templates/part.eventform.php:216 templates/part.showevent.php:217 +msgid "and the events week of year." +msgstr "" + +#: templates/part.eventform.php:222 templates/part.showevent.php:223 +msgid "Interval" +msgstr "" + +#: templates/part.eventform.php:228 templates/part.showevent.php:229 +msgid "End" +msgstr "" + +#: templates/part.eventform.php:241 templates/part.showevent.php:242 +msgid "occurrences" +msgstr "" + +#: templates/part.import.php:14 +msgid "create a new calendar" +msgstr "" + +#: templates/part.import.php:17 +msgid "Import a calendar file" +msgstr "" + +#: templates/part.import.php:24 +msgid "Please choose a calendar" +msgstr "" + +#: templates/part.import.php:36 +msgid "Name of new calendar" +msgstr "" + +#: templates/part.import.php:44 +msgid "Take an available name!" +msgstr "" + +#: templates/part.import.php:45 +msgid "" +"A Calendar with this name already exists. If you continue anyhow, these " +"calendars will be merged." +msgstr "" + +#: templates/part.import.php:48 +msgid "Remove all events from the selected calendar" +msgstr "" + +#: templates/part.import.php:50 +msgid "Import" +msgstr "" + +#: templates/part.import.php:59 +msgid "Close Dialog" +msgstr "" + +#: templates/part.newevent.php:1 +msgid "Create a new event" +msgstr "" + +#: templates/part.share.php:27 +msgid "Share with:" +msgstr "" + +#: templates/part.share.php:30 +msgid "Shared with" +msgstr "" + +#: templates/part.share.php:47 templates/part.share.php:74 +msgid "Unshare" +msgstr "" + +#: templates/part.share.php:53 +msgid "Nobody" +msgstr "" + +#: templates/part.share.php:57 +msgid "Shared via calendar" +msgstr "" + +#: templates/part.share.php:80 +msgid "" +"NOTE: Actions on events shared via calendar will affect the entire calendar " +"sharing." +msgstr "" + +#: templates/part.showevent.php:1 +msgid "View an event" +msgstr "" + +#: templates/part.showevent.php:23 +msgid "No categories selected" +msgstr "" + +#: templates/part.showevent.php:41 +msgid "of" +msgstr "" + +#: templates/part.showevent.php:73 templates/part.showevent.php:81 +msgid "at" +msgstr "" + +#: templates/settings.php:10 +msgid "General" +msgstr "" + +#: templates/settings.php:15 +msgid "Timezone" +msgstr "" + +#: templates/settings.php:46 +msgid "Update timezone automatically" +msgstr "" + +#: templates/settings.php:51 +msgid "Time format" +msgstr "" + +#: templates/settings.php:56 +msgid "24h" +msgstr "" + +#: templates/settings.php:57 +msgid "12h" +msgstr "" + +#: templates/settings.php:63 +msgid "Start week on" +msgstr "" + +#: templates/settings.php:75 +msgid "Cache" +msgstr "" + +#: templates/settings.php:79 +msgid "Clear cache for repeating events" +msgstr "" + +#: templates/settings.php:84 +msgid "URLs" +msgstr "" + +#: templates/settings.php:86 +msgid "Calendar CalDAV syncing addresses" +msgstr "" + +#: templates/settings.php:86 +msgid "more info" +msgstr "" + +#: templates/settings.php:88 +msgid "Primary address (Kontact et al)" +msgstr "" + +#: templates/settings.php:90 +msgid "iOS/OS X" +msgstr "" + +#: templates/settings.php:92 +msgid "Read only iCalendar link(s)" +msgstr "" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index ca3e0aea..77a2fae8 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-11 06:44-0400\n" +"POT-Creation-Date: 2013-09-13 21:44-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From 871581a75905b47d29ba7abdfb02b79419f0beb8 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 16 Sep 2013 01:37:30 +0200 Subject: [PATCH 16/38] Change the most obvious OC_ methods to OCP\ --- ajax/cache/status.php | 2 +- ajax/calendar/overview.php | 2 +- ajax/settings/guesstimezone.php | 2 +- ajax/settings/settimezone.php | 2 +- appinfo/app.php | 2 +- appinfo/preupdate.php | 2 +- calendar.php | 2 +- js/l10n.php | 2 +- lib/app.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ajax/cache/status.php b/ajax/cache/status.php index 29bda771..79fcb442 100644 --- a/ajax/cache/status.php +++ b/ajax/cache/status.php @@ -14,7 +14,7 @@ foreach($calendars as $calendar) { $allcached = false; } } -$l = new OC_L10N('calendar'); +$l = OCP\Util::getL10N('calendar'); if(!$allcached) { OCP\JSON::error(array('message'=>'Not all calendars are completely cached', 'l10n'=>$l->t('Not all calendars are completely cached'))); }else{ diff --git a/ajax/calendar/overview.php b/ajax/calendar/overview.php index df0354f4..a440ddd2 100644 --- a/ajax/calendar/overview.php +++ b/ajax/calendar/overview.php @@ -5,7 +5,7 @@ * later. * See the COPYING-README file. */ -$l10n = OC_L10N::get('calendar'); +$l10n = OCP\Util::getL10N('calendar'); OCP\JSON::checkLoggedIn(); OCP\JSON::checkAppEnabled('calendar'); $output = new OCP\Template("calendar", "part.choosecalendar"); diff --git a/ajax/settings/guesstimezone.php b/ajax/settings/guesstimezone.php index d71ff744..bd7ec23a 100644 --- a/ajax/settings/guesstimezone.php +++ b/ajax/settings/guesstimezone.php @@ -11,7 +11,7 @@ OCP\JSON::checkLoggedIn(); OCP\JSON::checkAppEnabled('calendar'); OCP\JSON::callCheck(); -$l = OC_L10N::get('calendar'); +$l = OCP\Util::getL10N('calendar'); $lat = $_POST['lat']; $lng = $_POST['lng']; diff --git a/ajax/settings/settimezone.php b/ajax/settings/settimezone.php index 7dbfa518..de57cd17 100644 --- a/ajax/settings/settimezone.php +++ b/ajax/settings/settimezone.php @@ -9,7 +9,7 @@ // Init owncloud -$l=OC_L10N::get('calendar'); +$l = OCP\Util::getL10N('calendar'); // Check if we are a user OCP\JSON::checkLoggedIn(); diff --git a/appinfo/app.php b/appinfo/app.php index 68a20515..26f97950 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,5 +1,5 @@ renameTable($prefix.'calendar_share_calendar', $prefix.'clndr_share_calendar'); $sm->renameTable($prefix.'calendar_repeat', $prefix.'clndr_repeat'); } catch (Exception $e) { - OC_Log::write('calendar', 'preupdate: '.$e->getMessage(), OC_Log::ERROR); + \OCP\Util::writeLog('calendar', 'preupdate: '.$e->getMessage(), \OCP\Util::ERROR); } } diff --git a/calendar.php b/calendar.php index 2c0bee9d..9832a56b 100644 --- a/calendar.php +++ b/calendar.php @@ -5,7 +5,7 @@ * later. * See the COPYING-README file. */ -$l10n = OC_L10N::get('calendar'); +$l10n = OCP\Util::getL10N('calendar'); OCP\JSON::checkLoggedIn(); OCP\JSON::checkAppEnabled('calendar'); $tmpl = new OCP\Template('calendar', 'part.choosecalendar'); diff --git a/js/l10n.php b/js/l10n.php index 9ed09590..d86d10ca 100644 --- a/js/l10n.php +++ b/js/l10n.php @@ -14,7 +14,7 @@ header("Cache-Control: no-cache, must-revalidate"); header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Enable l10n support -$l = OC_L10N::get('calendar'); +$l = OCP\Util::getL10N('calendar'); // Get the event sources diff --git a/lib/app.php b/lib/app.php index 08754d03..edd31535 100644 --- a/lib/app.php +++ b/lib/app.php @@ -8,7 +8,7 @@ * * This class manages our app actions */ -OC_Calendar_App::$l10n = new OC_L10N('calendar'); +OC_Calendar_App::$l10n = OCP\Util::getL10N('calendar'); OC_Calendar_App::$tz = OC_Calendar_App::getTimezone(); class OC_Calendar_App{ const CALENDAR = 'calendar'; From bbdb75a195255a037b9f1d1abccbc91743c9b621 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Mon, 16 Sep 2013 11:31:07 -0400 Subject: [PATCH 17/38] [tx-robot] updated from transifex --- l10n/templates/calendar.pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 77a2fae8..1be0a4c5 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-13 21:44-0400\n" +"POT-Creation-Date: 2013-09-16 11:31-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From 8efc80058d89558eac9b72942eb7d40fb0c79e4a Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Wed, 18 Sep 2013 11:44:35 -0400 Subject: [PATCH 18/38] [tx-robot] updated from transifex --- l10n/ar/calendar.po | 4 +- l10n/bg_BG/calendar.po | 4 +- l10n/bn_BD/calendar.po | 4 +- l10n/ca/calendar.po | 4 +- l10n/cs_CZ/calendar.po | 4 +- l10n/cy_GB/calendar.po | 4 +- l10n/da/calendar.po | 4 +- l10n/de/calendar.po | 4 +- l10n/de_CH/calendar.po | 4 +- l10n/de_DE/calendar.po | 4 +- l10n/el/calendar.po | 4 +- l10n/en_GB/calendar.po | 4 +- l10n/eo/calendar.po | 4 +- l10n/es/calendar.po | 4 +- l10n/es_AR/calendar.po | 4 +- l10n/et_EE/calendar.po | 4 +- l10n/eu/calendar.po | 4 +- l10n/fa/calendar.po | 4 +- l10n/fi_FI/calendar.po | 4 +- l10n/fr/calendar.po | 4 +- l10n/gl/calendar.po | 4 +- l10n/he/calendar.po | 4 +- l10n/hi.php | 3 +- l10n/hi/calendar.po | 6 +- l10n/hr/calendar.po | 4 +- l10n/hu_HU/calendar.po | 4 +- l10n/hy/calendar.po | 4 +- l10n/ia/calendar.po | 4 +- l10n/id/calendar.po | 4 +- l10n/is/calendar.po | 4 +- l10n/it/calendar.po | 4 +- l10n/ja_JP/calendar.po | 4 +- l10n/ka_GE/calendar.po | 4 +- l10n/ko/calendar.po | 4 +- l10n/ku_IQ/calendar.po | 4 +- l10n/lb/calendar.po | 4 +- l10n/lt_LT/calendar.po | 4 +- l10n/lv/calendar.po | 4 +- l10n/mk/calendar.po | 4 +- l10n/ms_MY/calendar.po | 4 +- l10n/my_MM/calendar.po | 4 +- l10n/nb_NO/calendar.po | 4 +- l10n/nl/calendar.po | 4 +- l10n/nn_NO/calendar.po | 4 +- l10n/oc/calendar.po | 4 +- l10n/pa.php | 28 ++ l10n/pa/calendar.po | 882 ++++++++++++++++++++++++++++++++++++ l10n/pl/calendar.po | 4 +- l10n/pt_BR/calendar.po | 6 +- l10n/pt_PT/calendar.po | 4 +- l10n/ro/calendar.po | 6 +- l10n/ru/calendar.po | 4 +- l10n/si_LK/calendar.po | 4 +- l10n/sk_SK/calendar.po | 4 +- l10n/sl/calendar.po | 4 +- l10n/sq/calendar.po | 4 +- l10n/sr/calendar.po | 4 +- l10n/sr@latin/calendar.po | 4 +- l10n/sv/calendar.po | 4 +- l10n/ta_LK/calendar.po | 4 +- l10n/templates/calendar.pot | 2 +- l10n/th_TH/calendar.po | 4 +- l10n/tr/calendar.po | 4 +- l10n/ug/calendar.po | 4 +- l10n/uk/calendar.po | 4 +- l10n/vi/calendar.po | 4 +- l10n/zh_CN/calendar.po | 4 +- l10n/zh_TW/calendar.po | 4 +- 68 files changed, 1044 insertions(+), 133 deletions(-) create mode 100644 l10n/pa.php create mode 100644 l10n/pa/calendar.po diff --git a/l10n/ar/calendar.po b/l10n/ar/calendar.po index b2911333..7f2e6b06 100644 --- a/l10n/ar/calendar.po +++ b/l10n/ar/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/calendar.po b/l10n/bg_BG/calendar.po index 9da87f80..3b42bb3e 100644 --- a/l10n/bg_BG/calendar.po +++ b/l10n/bg_BG/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Димитър Кръстев \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/calendar.po b/l10n/bn_BD/calendar.po index cba8fe45..242ccbe5 100644 --- a/l10n/bn_BD/calendar.po +++ b/l10n/bn_BD/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/calendar.po b/l10n/ca/calendar.po index f3f12329..60015a1e 100644 --- a/l10n/ca/calendar.po +++ b/l10n/ca/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/calendar.po b/l10n/cs_CZ/calendar.po index c45965d9..96a05456 100644 --- a/l10n/cs_CZ/calendar.po +++ b/l10n/cs_CZ/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: pstast \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cy_GB/calendar.po b/l10n/cy_GB/calendar.po index 1f497f99..fca3d043 100644 --- a/l10n/cy_GB/calendar.po +++ b/l10n/cy_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: ubuntucymraeg \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po index 64144f24..69065639 100644 --- a/l10n/da/calendar.po +++ b/l10n/da/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po index 6b721e18..1515431c 100644 --- a/l10n/de/calendar.po +++ b/l10n/de/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: German \n" "MIME-Version: 1.0\n" diff --git a/l10n/de_CH/calendar.po b/l10n/de_CH/calendar.po index d613ae57..12e187f7 100644 --- a/l10n/de_CH/calendar.po +++ b/l10n/de_CH/calendar.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: FlorianScholz \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/calendar.po b/l10n/de_DE/calendar.po index 1eee9e9f..0ae0598f 100644 --- a/l10n/de_DE/calendar.po +++ b/l10n/de_DE/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" diff --git a/l10n/el/calendar.po b/l10n/el/calendar.po index 685e2903..a886f038 100644 --- a/l10n/el/calendar.po +++ b/l10n/el/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB/calendar.po b/l10n/en_GB/calendar.po index ea6e8ad0..3bedcd23 100644 --- a/l10n/en_GB/calendar.po +++ b/l10n/en_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 13:50+0000\n" "Last-Translator: mnestis \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/calendar.po b/l10n/eo/calendar.po index ff97c2a2..5d6d6b0c 100644 --- a/l10n/eo/calendar.po +++ b/l10n/eo/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Baptiste \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/calendar.po b/l10n/es/calendar.po index 124c18b1..8175841e 100644 --- a/l10n/es/calendar.po +++ b/l10n/es/calendar.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Korrosivo \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/calendar.po b/l10n/es_AR/calendar.po index 73ae1727..5d890ffe 100644 --- a/l10n/es_AR/calendar.po +++ b/l10n/es_AR/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/calendar.po b/l10n/et_EE/calendar.po index 89b5cc5b..0d7a46f0 100644 --- a/l10n/et_EE/calendar.po +++ b/l10n/et_EE/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Rivo Zängov \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/calendar.po b/l10n/eu/calendar.po index 40122165..8b5b42bb 100644 --- a/l10n/eu/calendar.po +++ b/l10n/eu/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/calendar.po b/l10n/fa/calendar.po index 2ab5e9fa..7a0741ef 100644 --- a/l10n/fa/calendar.po +++ b/l10n/fa/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/calendar.po b/l10n/fi_FI/calendar.po index b19521bd..faedcd97 100644 --- a/l10n/fi_FI/calendar.po +++ b/l10n/fi_FI/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Larso \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/calendar.po b/l10n/fr/calendar.po index 3f2219f2..18fdcc3a 100644 --- a/l10n/fr/calendar.po +++ b/l10n/fr/calendar.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: plachance \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/calendar.po b/l10n/gl/calendar.po index 3e9c923e..f5b5369d 100644 --- a/l10n/gl/calendar.po +++ b/l10n/gl/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/calendar.po b/l10n/he/calendar.po index 8c8feaf4..5337055d 100644 --- a/l10n/he/calendar.po +++ b/l10n/he/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi.php b/l10n/hi.php index d85edf4e..bba67f63 100644 --- a/l10n/hi.php +++ b/l10n/hi.php @@ -22,5 +22,6 @@ "Settings" => "सेटिंग्स", "Save" => "सहेजें", "Share" => "साझा करें", -"Advanced" => "उन्नत" +"Advanced" => "उन्नत", +"General" => "सामान्य " ); diff --git a/l10n/hi/calendar.po b/l10n/hi/calendar.po index 0becd483..f698ba80 100644 --- a/l10n/hi/calendar.po +++ b/l10n/hi/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-03 07:29-0400\n" -"PO-Revision-Date: 2013-09-03 10:40+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-17 13:12+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -823,7 +823,7 @@ msgstr "" #: templates/settings.php:10 msgid "General" -msgstr "" +msgstr "सामान्य " #: templates/settings.php:15 msgid "Timezone" diff --git a/l10n/hr/calendar.po b/l10n/hr/calendar.po index b06a3434..d841f1eb 100644 --- a/l10n/hr/calendar.po +++ b/l10n/hr/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/calendar.po b/l10n/hu_HU/calendar.po index b8dd1402..7545d7e1 100644 --- a/l10n/hu_HU/calendar.po +++ b/l10n/hu_HU/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hy/calendar.po b/l10n/hy/calendar.po index 082f91c9..3a179cf0 100644 --- a/l10n/hy/calendar.po +++ b/l10n/hy/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/calendar.po b/l10n/ia/calendar.po index 89e74729..716d9765 100644 --- a/l10n/ia/calendar.po +++ b/l10n/ia/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/calendar.po b/l10n/id/calendar.po index 03c186a8..f0b62a6c 100644 --- a/l10n/id/calendar.po +++ b/l10n/id/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/calendar.po b/l10n/is/calendar.po index 50c56c91..540f094f 100644 --- a/l10n/is/calendar.po +++ b/l10n/is/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:20+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Magnus Magnusson \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/calendar.po b/l10n/it/calendar.po index 74587620..b3b7a5c8 100644 --- a/l10n/it/calendar.po +++ b/l10n/it/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-08 14:20+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po index eb5f2c36..c6c1b6f5 100644 --- a/l10n/ja_JP/calendar.po +++ b/l10n/ja_JP/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/calendar.po b/l10n/ka_GE/calendar.po index 623d3181..9e9d1d6a 100644 --- a/l10n/ka_GE/calendar.po +++ b/l10n/ka_GE/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/calendar.po b/l10n/ko/calendar.po index c5e20191..f391afdf 100644 --- a/l10n/ko/calendar.po +++ b/l10n/ko/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/calendar.po b/l10n/ku_IQ/calendar.po index 1bff0942..73ceb4ac 100644 --- a/l10n/ku_IQ/calendar.po +++ b/l10n/ku_IQ/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-11 06:44-0400\n" -"PO-Revision-Date: 2013-09-10 18:00+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Ahmad Saber \n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/calendar.po b/l10n/lb/calendar.po index 46c5c0f4..e04acaad 100644 --- a/l10n/lb/calendar.po +++ b/l10n/lb/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: llaera \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/calendar.po b/l10n/lt_LT/calendar.po index e7ccb468..78478967 100644 --- a/l10n/lt_LT/calendar.po +++ b/l10n/lt_LT/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: mambuta \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/calendar.po b/l10n/lv/calendar.po index 0fb4f343..c821de4d 100644 --- a/l10n/lv/calendar.po +++ b/l10n/lv/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/calendar.po b/l10n/mk/calendar.po index b51493f0..5323d98e 100644 --- a/l10n/mk/calendar.po +++ b/l10n/mk/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/calendar.po b/l10n/ms_MY/calendar.po index 71f0e029..637b3a04 100644 --- a/l10n/ms_MY/calendar.po +++ b/l10n/ms_MY/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: smkso \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/calendar.po b/l10n/my_MM/calendar.po index 901047e7..512c7bc4 100644 --- a/l10n/my_MM/calendar.po +++ b/l10n/my_MM/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/calendar.po b/l10n/nb_NO/calendar.po index 229fa7f6..6ed6c22c 100644 --- a/l10n/nb_NO/calendar.po +++ b/l10n/nb_NO/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Hans Nesse <>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/calendar.po b/l10n/nl/calendar.po index 8c51140a..85be22a5 100644 --- a/l10n/nl/calendar.po +++ b/l10n/nl/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/calendar.po b/l10n/nn_NO/calendar.po index a1af3cfb..2d9df807 100644 --- a/l10n/nn_NO/calendar.po +++ b/l10n/nn_NO/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: unhammer \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/calendar.po b/l10n/oc/calendar.po index bff95acd..e1105f34 100644 --- a/l10n/oc/calendar.po +++ b/l10n/oc/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pa.php b/l10n/pa.php new file mode 100644 index 00000000..49d912a9 --- /dev/null +++ b/l10n/pa.php @@ -0,0 +1,28 @@ + "ਕੈਲੰਡ", +"Sunday" => "ਐਤਵਾਰ", +"Monday" => "ਸੋਮਵਾਰ", +"Tuesday" => "ਮੰਗਲਵਾਰ", +"Wednesday" => "ਬੁੱਧਵਾਰ", +"Thursday" => "ਵੀਰਵਾਰ", +"Friday" => "ਸ਼ੁੱਕਰਵਾਰ", +"Saturday" => "ਸ਼ਨਿੱਚਰਵਾਰ", +"January" => "ਜਨਵਰੀ", +"February" => "ਫਰਵਰੀ", +"March" => "ਮਾਰਚ", +"April" => "ਅਪਰੈ", +"May" => "ਮਈ", +"June" => "ਜੂਨ", +"July" => "ਜੁਲਾਈ", +"August" => "ਅਗਸਤ", +"September" => "ਸਤੰਬ", +"October" => "ਅਕਤੂਬਰ", +"November" => "ਨਵੰਬ", +"December" => "ਦਸੰਬਰ", +"Settings" => "ਸੈਟਿੰਗ", +"Download" => "ਡਾਊਨਲੋਡ", +"Delete" => "ਹਟਾਓ", +"Cancel" => "ਰੱਦ ਕਰੋ", +"Share" => "ਸਾਂਝਾ ਕਰੋ", +"General" => "ਆਮ" +); diff --git a/l10n/pa/calendar.po b/l10n/pa/calendar.po new file mode 100644 index 00000000..88d3248c --- /dev/null +++ b/l10n/pa/calendar.po @@ -0,0 +1,882 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-17 13:12+0000\n" +"Last-Translator: I Robot \n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/cache/status.php:19 +msgid "Not all calendars are completely cached" +msgstr "" + +#: ajax/cache/status.php:21 +msgid "Everything seems to be completely cached" +msgstr "" + +#: ajax/categories/rescan.php:29 +msgid "No calendars found." +msgstr "" + +#: ajax/categories/rescan.php:37 +msgid "No events found." +msgstr "" + +#: ajax/event/edit.form.php:21 +msgid "Wrong calendar" +msgstr "" + +#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +msgid "You do not have the permissions to edit this event." +msgstr "" + +#: ajax/import/dropimport.php:29 ajax/import/import.php:65 +msgid "" +"The file contained either no events or all events are already saved in your " +"calendar." +msgstr "" + +#: ajax/import/dropimport.php:31 ajax/import/import.php:68 +msgid "events has been saved in the new calendar" +msgstr "" + +#: ajax/import/import.php:57 +msgid "Import failed" +msgstr "" + +#: ajax/import/import.php:70 +msgid "events has been saved in your calendar" +msgstr "" + +#: ajax/settings/guesstimezone.php:26 +msgid "New Timezone:" +msgstr "" + +#: ajax/settings/settimezone.php:23 +msgid "Timezone changed" +msgstr "" + +#: ajax/settings/settimezone.php:25 +msgid "Invalid request" +msgstr "" + +#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: templates/part.showevent.php:37 +msgid "Calendar" +msgstr "ਕੈਲੰਡ" + +#: js/calendar.js:154 +msgid "Deletion failed" +msgstr "" + +#: js/calendar.js:243 +msgid "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" +msgstr "" + +#: js/calendar.js:245 +msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" +msgstr "" + +#: js/calendar.js:602 +msgid "user" +msgstr "" + +#: js/calendar.js:602 +msgid "group" +msgstr "" + +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 +msgid "Editable" +msgstr "" + +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 +msgid "Shareable" +msgstr "" + +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 +msgid "Deletable" +msgstr "" + +#: js/calendar.js:875 +msgid "ddd" +msgstr "" + +#: js/calendar.js:876 +msgid "ddd M/d" +msgstr "" + +#: js/calendar.js:877 +msgid "dddd M/d" +msgstr "" + +#: js/calendar.js:880 +msgid "MMMM yyyy" +msgstr "" + +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgstr "" + +#: js/calendar.js:884 +msgid "dddd, MMM d, yyyy" +msgstr "" + +#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +msgid "Sunday" +msgstr "ਐਤਵਾਰ" + +#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +msgid "Monday" +msgstr "ਸੋਮਵਾਰ" + +#: js/l10n.php:45 lib/object.php:585 +msgid "Tuesday" +msgstr "ਮੰਗਲਵਾਰ" + +#: js/l10n.php:45 lib/object.php:586 +msgid "Wednesday" +msgstr "ਬੁੱਧਵਾਰ" + +#: js/l10n.php:45 lib/object.php:587 +msgid "Thursday" +msgstr "ਵੀਰਵਾਰ" + +#: js/l10n.php:45 lib/object.php:588 +msgid "Friday" +msgstr "ਸ਼ੁੱਕਰਵਾਰ" + +#: js/l10n.php:45 lib/object.php:589 +msgid "Saturday" +msgstr "ਸ਼ਨਿੱਚਰਵਾਰ" + +#: js/l10n.php:46 +msgid "Sun." +msgstr "" + +#: js/l10n.php:46 +msgid "Mon." +msgstr "" + +#: js/l10n.php:46 +msgid "Tue." +msgstr "" + +#: js/l10n.php:46 +msgid "Wed." +msgstr "" + +#: js/l10n.php:46 +msgid "Thu." +msgstr "" + +#: js/l10n.php:46 +msgid "Fri." +msgstr "" + +#: js/l10n.php:46 +msgid "Sat." +msgstr "" + +#: js/l10n.php:47 lib/object.php:640 +msgid "January" +msgstr "ਜਨਵਰੀ" + +#: js/l10n.php:47 lib/object.php:641 +msgid "February" +msgstr "ਫਰਵਰੀ" + +#: js/l10n.php:47 lib/object.php:642 +msgid "March" +msgstr "ਮਾਰਚ" + +#: js/l10n.php:47 lib/object.php:643 +msgid "April" +msgstr "ਅਪਰੈ" + +#: js/l10n.php:47 lib/object.php:644 +msgid "May" +msgstr "ਮਈ" + +#: js/l10n.php:47 lib/object.php:645 +msgid "June" +msgstr "ਜੂਨ" + +#: js/l10n.php:47 lib/object.php:646 +msgid "July" +msgstr "ਜੁਲਾਈ" + +#: js/l10n.php:47 lib/object.php:647 +msgid "August" +msgstr "ਅਗਸਤ" + +#: js/l10n.php:47 lib/object.php:648 +msgid "September" +msgstr "ਸਤੰਬ" + +#: js/l10n.php:47 lib/object.php:649 +msgid "October" +msgstr "ਅਕਤੂਬਰ" + +#: js/l10n.php:47 lib/object.php:650 +msgid "November" +msgstr "ਨਵੰਬ" + +#: js/l10n.php:47 lib/object.php:651 +msgid "December" +msgstr "ਦਸੰਬਰ" + +#: js/l10n.php:48 +msgid "Jan." +msgstr "" + +#: js/l10n.php:48 +msgid "Feb." +msgstr "" + +#: js/l10n.php:48 +msgid "Mar." +msgstr "" + +#: js/l10n.php:48 +msgid "Apr." +msgstr "" + +#: js/l10n.php:48 +msgid "May." +msgstr "" + +#: js/l10n.php:48 +msgid "Jun." +msgstr "" + +#: js/l10n.php:48 +msgid "Jul." +msgstr "" + +#: js/l10n.php:48 +msgid "Aug." +msgstr "" + +#: js/l10n.php:48 +msgid "Sep." +msgstr "" + +#: js/l10n.php:48 +msgid "Oct." +msgstr "" + +#: js/l10n.php:48 +msgid "Nov." +msgstr "" + +#: js/l10n.php:48 +msgid "Dec." +msgstr "" + +#: js/l10n.php:51 +msgid "All day" +msgstr "" + +#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +msgid "New Calendar" +msgstr "" + +#: js/l10n.php:53 +msgid "Missing or invalid fields" +msgstr "" + +#: js/l10n.php:54 templates/part.eventform.php:16 +#: templates/part.showevent.php:11 +msgid "Title" +msgstr "" + +#: js/l10n.php:56 +msgid "From Date" +msgstr "" + +#: js/l10n.php:57 +msgid "From Time" +msgstr "" + +#: js/l10n.php:58 +msgid "To Date" +msgstr "" + +#: js/l10n.php:59 +msgid "To Time" +msgstr "" + +#: js/l10n.php:60 +msgid "The event ends before it starts" +msgstr "" + +#: js/l10n.php:61 +msgid "There was a database fail" +msgstr "" + +#: lib/app.php:121 +msgid "Birthday" +msgstr "" + +#: lib/app.php:122 +msgid "Business" +msgstr "" + +#: lib/app.php:123 +msgid "Call" +msgstr "" + +#: lib/app.php:124 +msgid "Clients" +msgstr "" + +#: lib/app.php:125 +msgid "Deliverer" +msgstr "" + +#: lib/app.php:126 +msgid "Holidays" +msgstr "" + +#: lib/app.php:127 +msgid "Ideas" +msgstr "" + +#: lib/app.php:128 +msgid "Journey" +msgstr "" + +#: lib/app.php:129 +msgid "Jubilee" +msgstr "" + +#: lib/app.php:130 +msgid "Meeting" +msgstr "" + +#: lib/app.php:131 +msgid "Other" +msgstr "" + +#: lib/app.php:132 +msgid "Personal" +msgstr "" + +#: lib/app.php:133 +msgid "Projects" +msgstr "" + +#: lib/app.php:134 +msgid "Questions" +msgstr "" + +#: lib/app.php:135 +msgid "Work" +msgstr "" + +#: lib/app.php:403 +msgid "by" +msgstr "" + +#: lib/app.php:467 +msgid "unnamed" +msgstr "" + +#: lib/calendar.php:178 lib/calendar.php:211 +msgid "You do not have the permissions to update this calendar." +msgstr "" + +#: lib/calendar.php:246 +msgid "You do not have the permissions to delete this calendar." +msgstr "" + +#: lib/calendar.php:280 +msgid "You do not have the permissions to add to this calendar." +msgstr "" + +#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +msgid "You do not have the permissions to add events to this calendar." +msgstr "" + +#: lib/object.php:267 lib/object.php:299 +msgid "You do not have the permissions to delete this event." +msgstr "" + +#: lib/object.php:493 +msgid "Busy" +msgstr "" + +#: lib/object.php:533 +msgid "Public" +msgstr "" + +#: lib/object.php:534 +msgid "Private" +msgstr "" + +#: lib/object.php:535 +msgid "Confidential" +msgstr "" + +#: lib/object.php:545 +msgid "Does not repeat" +msgstr "" + +#: lib/object.php:546 +msgid "Daily" +msgstr "" + +#: lib/object.php:547 +msgid "Weekly" +msgstr "" + +#: lib/object.php:548 +msgid "Every Weekday" +msgstr "" + +#: lib/object.php:549 +msgid "Bi-Weekly" +msgstr "" + +#: lib/object.php:550 +msgid "Monthly" +msgstr "" + +#: lib/object.php:551 +msgid "Yearly" +msgstr "" + +#: lib/object.php:561 +msgid "never" +msgstr "" + +#: lib/object.php:562 +msgid "by occurrences" +msgstr "" + +#: lib/object.php:563 +msgid "by date" +msgstr "" + +#: lib/object.php:573 +msgid "by monthday" +msgstr "" + +#: lib/object.php:574 +msgid "by weekday" +msgstr "" + +#: lib/object.php:600 +msgid "events week of month" +msgstr "" + +#: lib/object.php:601 +msgid "first" +msgstr "" + +#: lib/object.php:602 +msgid "second" +msgstr "" + +#: lib/object.php:603 +msgid "third" +msgstr "" + +#: lib/object.php:604 +msgid "fourth" +msgstr "" + +#: lib/object.php:605 +msgid "fifth" +msgstr "" + +#: lib/object.php:606 +msgid "last" +msgstr "" + +#: lib/object.php:661 +msgid "by events date" +msgstr "" + +#: lib/object.php:662 +msgid "by yearday(s)" +msgstr "" + +#: lib/object.php:663 +msgid "by weeknumber(s)" +msgstr "" + +#: lib/object.php:664 +msgid "by day and month" +msgstr "" + +#: lib/search.php:35 lib/search.php:37 lib/search.php:40 +msgid "Date" +msgstr "" + +#: lib/search.php:43 +msgid "Cal." +msgstr "" + +#: templates/calendar.php:6 +msgid "Week" +msgstr "" + +#: templates/calendar.php:7 +msgid "Month" +msgstr "" + +#: templates/calendar.php:8 +msgid "List" +msgstr "" + +#: templates/calendar.php:12 templates/calendar.php:18 +msgid "Today" +msgstr "" + +#: templates/calendar.php:13 +msgid "Settings" +msgstr "ਸੈਟਿੰਗ" + +#: templates/part.choosecalendar.php:2 +msgid "Your calendars" +msgstr "" + +#: templates/part.choosecalendar.php:28 +#: templates/part.choosecalendar.rowfields.php:24 +msgid "CalDav Link" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:13 +msgid "Share Calendar" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:27 +msgid "Download" +msgstr "ਡਾਊਨਲੋਡ" + +#: templates/part.choosecalendar.rowfields.php:31 +msgid "Edit" +msgstr "" + +#: templates/part.choosecalendar.rowfields.php:36 +#: 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 templates/part.showevent.php:3 +msgid "Eventinfo" +msgstr "" + +#: templates/part.eventform.php:6 templates/part.showevent.php:4 +msgid "Repeating" +msgstr "" + +#: templates/part.eventform.php:7 templates/part.showevent.php:5 +msgid "Alarm" +msgstr "" + +#: templates/part.eventform.php:8 templates/part.showevent.php:6 +msgid "Attendees" +msgstr "" + +#: templates/part.eventform.php:10 +msgid "Share" +msgstr "ਸਾਂਝਾ ਕਰੋ" + +#: templates/part.eventform.php:18 +msgid "Title of the Event" +msgstr "" + +#: templates/part.eventform.php:24 templates/part.showevent.php:19 +msgid "Category" +msgstr "" + +#: templates/part.eventform.php:26 +msgid "Separate categories with commas" +msgstr "" + +#: templates/part.eventform.php:27 +msgid "Edit categories" +msgstr "" + +#: templates/part.eventform.php:47 templates/part.showevent.php:50 +msgid "Access Class" +msgstr "" + +#: templates/part.eventform.php:64 templates/part.showevent.php:66 +msgid "All Day Event" +msgstr "" + +#: templates/part.eventform.php:68 templates/part.showevent.php:70 +msgid "From" +msgstr "" + +#: templates/part.eventform.php:76 templates/part.showevent.php:78 +msgid "To" +msgstr "" + +#: templates/part.eventform.php:84 templates/part.showevent.php:86 +msgid "Advanced options" +msgstr "" + +#: templates/part.eventform.php:89 templates/part.showevent.php:91 +msgid "Location" +msgstr "" + +#: templates/part.eventform.php:91 +msgid "Location of the Event" +msgstr "" + +#: templates/part.eventform.php:97 templates/part.showevent.php:99 +msgid "Description" +msgstr "" + +#: templates/part.eventform.php:99 +msgid "Description of the Event" +msgstr "" + +#: templates/part.eventform.php:108 templates/part.showevent.php:109 +msgid "Repeat" +msgstr "" + +#: templates/part.eventform.php:115 templates/part.showevent.php:116 +msgid "Advanced" +msgstr "" + +#: templates/part.eventform.php:159 templates/part.showevent.php:160 +msgid "Select weekdays" +msgstr "" + +#: templates/part.eventform.php:172 templates/part.eventform.php:185 +#: templates/part.showevent.php:173 templates/part.showevent.php:186 +msgid "Select days" +msgstr "" + +#: templates/part.eventform.php:177 templates/part.showevent.php:178 +msgid "and the events day of year." +msgstr "" + +#: templates/part.eventform.php:190 templates/part.showevent.php:191 +msgid "and the events day of month." +msgstr "" + +#: templates/part.eventform.php:198 templates/part.showevent.php:199 +msgid "Select months" +msgstr "" + +#: templates/part.eventform.php:211 templates/part.showevent.php:212 +msgid "Select weeks" +msgstr "" + +#: templates/part.eventform.php:216 templates/part.showevent.php:217 +msgid "and the events week of year." +msgstr "" + +#: templates/part.eventform.php:222 templates/part.showevent.php:223 +msgid "Interval" +msgstr "" + +#: templates/part.eventform.php:228 templates/part.showevent.php:229 +msgid "End" +msgstr "" + +#: templates/part.eventform.php:241 templates/part.showevent.php:242 +msgid "occurrences" +msgstr "" + +#: templates/part.import.php:14 +msgid "create a new calendar" +msgstr "" + +#: templates/part.import.php:17 +msgid "Import a calendar file" +msgstr "" + +#: templates/part.import.php:24 +msgid "Please choose a calendar" +msgstr "" + +#: templates/part.import.php:36 +msgid "Name of new calendar" +msgstr "" + +#: templates/part.import.php:44 +msgid "Take an available name!" +msgstr "" + +#: templates/part.import.php:45 +msgid "" +"A Calendar with this name already exists. If you continue anyhow, these " +"calendars will be merged." +msgstr "" + +#: templates/part.import.php:48 +msgid "Remove all events from the selected calendar" +msgstr "" + +#: templates/part.import.php:50 +msgid "Import" +msgstr "" + +#: templates/part.import.php:59 +msgid "Close Dialog" +msgstr "" + +#: templates/part.newevent.php:1 +msgid "Create a new event" +msgstr "" + +#: templates/part.share.php:27 +msgid "Share with:" +msgstr "" + +#: templates/part.share.php:30 +msgid "Shared with" +msgstr "" + +#: templates/part.share.php:47 templates/part.share.php:74 +msgid "Unshare" +msgstr "" + +#: templates/part.share.php:53 +msgid "Nobody" +msgstr "" + +#: templates/part.share.php:57 +msgid "Shared via calendar" +msgstr "" + +#: templates/part.share.php:80 +msgid "" +"NOTE: Actions on events shared via calendar will affect the entire calendar " +"sharing." +msgstr "" + +#: templates/part.showevent.php:1 +msgid "View an event" +msgstr "" + +#: templates/part.showevent.php:23 +msgid "No categories selected" +msgstr "" + +#: templates/part.showevent.php:41 +msgid "of" +msgstr "" + +#: templates/part.showevent.php:73 templates/part.showevent.php:81 +msgid "at" +msgstr "" + +#: templates/settings.php:10 +msgid "General" +msgstr "ਆਮ" + +#: templates/settings.php:15 +msgid "Timezone" +msgstr "" + +#: templates/settings.php:46 +msgid "Update timezone automatically" +msgstr "" + +#: templates/settings.php:51 +msgid "Time format" +msgstr "" + +#: templates/settings.php:56 +msgid "24h" +msgstr "" + +#: templates/settings.php:57 +msgid "12h" +msgstr "" + +#: templates/settings.php:63 +msgid "Start week on" +msgstr "" + +#: templates/settings.php:75 +msgid "Cache" +msgstr "" + +#: templates/settings.php:79 +msgid "Clear cache for repeating events" +msgstr "" + +#: templates/settings.php:84 +msgid "URLs" +msgstr "" + +#: templates/settings.php:86 +msgid "Calendar CalDAV syncing addresses" +msgstr "" + +#: templates/settings.php:86 +msgid "more info" +msgstr "" + +#: templates/settings.php:88 +msgid "Primary address (Kontact et al)" +msgstr "" + +#: templates/settings.php:90 +msgid "iOS/OS X" +msgstr "" + +#: templates/settings.php:92 +msgid "Read only iCalendar link(s)" +msgstr "" diff --git a/l10n/pl/calendar.po b/l10n/pl/calendar.po index 4a161604..fcf2edec 100644 --- a/l10n/pl/calendar.po +++ b/l10n/pl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/calendar.po b/l10n/pt_BR/calendar.po index dfe12899..7a25bef1 100644 --- a/l10n/pt_BR/calendar.po +++ b/l10n/pt_BR/calendar.po @@ -7,7 +7,7 @@ # FredMaranhao , 2012 # Guilherme Maluf Balzana , 2012 # sedir , 2012 -# Rodrigo Tavares , 2013 +# Rodrigo Tavares , 2013 # Sandro Venezuela , 2012 # tbsoares , 2012 # Thiago Vicente , 2012 @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/calendar.po b/l10n/pt_PT/calendar.po index b434ea6d..9e2223a8 100644 --- a/l10n/pt_PT/calendar.po +++ b/l10n/pt_PT/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/calendar.po b/l10n/ro/calendar.po index 49fd0a47..d2731144 100644 --- a/l10n/ro/calendar.po +++ b/l10n/ro/calendar.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Claudiu , 2011, 2012 +# Claudiu, 2011, 2012 # Dimon Pockemon <>, 2012 # Eugen Mihalache , 2012 # g.ciprian , 2012 @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-10 10:38-0400\n" -"PO-Revision-Date: 2013-09-10 14:30+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/calendar.po b/l10n/ru/calendar.po index 7064f63c..415e31da 100644 --- a/l10n/ru/calendar.po +++ b/l10n/ru/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/calendar.po b/l10n/si_LK/calendar.po index 917558ea..25fb96ee 100644 --- a/l10n/si_LK/calendar.po +++ b/l10n/si_LK/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/calendar.po b/l10n/sk_SK/calendar.po index 53ea723c..39d61dae 100644 --- a/l10n/sk_SK/calendar.po +++ b/l10n/sk_SK/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/calendar.po b/l10n/sl/calendar.po index 45356400..6576468e 100644 --- a/l10n/sl/calendar.po +++ b/l10n/sl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/calendar.po b/l10n/sq/calendar.po index a195b1a5..a80c4099 100644 --- a/l10n/sq/calendar.po +++ b/l10n/sq/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-10 10:38-0400\n" -"PO-Revision-Date: 2013-09-09 23:40+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Odeen \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/calendar.po b/l10n/sr/calendar.po index b12e2360..d23eb55a 100644 --- a/l10n/sr/calendar.po +++ b/l10n/sr/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/calendar.po b/l10n/sr@latin/calendar.po index 11e3b161..5a1f5758 100644 --- a/l10n/sr@latin/calendar.po +++ b/l10n/sr@latin/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/calendar.po b/l10n/sv/calendar.po index 5e752348..ffd51e28 100644 --- a/l10n/sv/calendar.po +++ b/l10n/sv/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/calendar.po b/l10n/ta_LK/calendar.po index b12f4eab..4ce14957 100644 --- a/l10n/ta_LK/calendar.po +++ b/l10n/ta_LK/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 1be0a4c5..c63f6ec8 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-16 11:31-0400\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\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 3e52c2a4..4573a579 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/calendar.po b/l10n/tr/calendar.po index ca9b2e85..7a955bbe 100644 --- a/l10n/tr/calendar.po +++ b/l10n/tr/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ug/calendar.po b/l10n/ug/calendar.po index cbf81907..9dd6211a 100644 --- a/l10n/ug/calendar.po +++ b/l10n/ug/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: Abduqadir Abliz \n" "Language-Team: Uighur \n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/calendar.po b/l10n/uk/calendar.po index 9b776285..dd42f763 100644 --- a/l10n/uk/calendar.po +++ b/l10n/uk/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/calendar.po b/l10n/vi/calendar.po index de2d320d..6a78cc35 100644 --- a/l10n/vi/calendar.po +++ b/l10n/vi/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/calendar.po b/l10n/zh_CN/calendar.po index 470bb825..f11b9c2f 100644 --- a/l10n/zh_CN/calendar.po +++ b/l10n/zh_CN/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/calendar.po b/l10n/zh_TW/calendar.po index f3a4cde4..242893a2 100644 --- a/l10n/zh_TW/calendar.po +++ b/l10n/zh_TW/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-08 21:34-0400\n" -"PO-Revision-Date: 2013-09-07 08:50+0000\n" +"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"PO-Revision-Date: 2013-09-18 14:00+0000\n" "Last-Translator: pellaeon \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" From c0a24ca270845fc3b1e72296f8533dfc0366bc1a Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Fri, 20 Sep 2013 09:51:05 -0400 Subject: [PATCH 19/38] [tx-robot] updated from transifex --- l10n/ar/calendar.po | 4 ++-- l10n/bg_BG/calendar.po | 4 ++-- l10n/bn_BD/calendar.po | 4 ++-- l10n/bs/calendar.po | 26 +++++++++++++------------- l10n/ca/calendar.po | 4 ++-- l10n/cs_CZ/calendar.po | 4 ++-- l10n/cy_GB/calendar.po | 4 ++-- l10n/da/calendar.po | 4 ++-- l10n/de/calendar.po | 4 ++-- l10n/de_CH/calendar.po | 4 ++-- l10n/de_DE/calendar.po | 4 ++-- l10n/el/calendar.po | 4 ++-- l10n/en_GB/calendar.po | 4 ++-- l10n/eo/calendar.po | 4 ++-- l10n/es/calendar.po | 4 ++-- l10n/es_AR/calendar.po | 4 ++-- l10n/et_EE/calendar.po | 4 ++-- l10n/eu/calendar.po | 4 ++-- l10n/fa/calendar.po | 4 ++-- l10n/fi_FI/calendar.po | 4 ++-- l10n/fr/calendar.po | 4 ++-- l10n/gl/calendar.po | 4 ++-- l10n/he/calendar.po | 4 ++-- l10n/hi/calendar.po | 4 ++-- l10n/hr/calendar.po | 4 ++-- l10n/hu_HU/calendar.po | 4 ++-- l10n/ia/calendar.po | 4 ++-- l10n/id/calendar.po | 4 ++-- l10n/is/calendar.po | 4 ++-- l10n/it/calendar.po | 4 ++-- l10n/ja_JP/calendar.po | 4 ++-- l10n/ka_GE/calendar.po | 4 ++-- l10n/ko/calendar.po | 4 ++-- l10n/ku_IQ/calendar.po | 4 ++-- l10n/lb/calendar.po | 4 ++-- l10n/lt_LT/calendar.po | 4 ++-- l10n/lv/calendar.po | 4 ++-- l10n/mk/calendar.po | 4 ++-- l10n/ms_MY/calendar.po | 4 ++-- l10n/nb_NO/calendar.po | 4 ++-- l10n/nl/calendar.po | 4 ++-- l10n/nn_NO/calendar.po | 4 ++-- l10n/oc/calendar.po | 4 ++-- l10n/pa/calendar.po | 4 ++-- l10n/pl/calendar.po | 4 ++-- l10n/pt_BR/calendar.po | 4 ++-- l10n/pt_PT/calendar.po | 4 ++-- l10n/ro/calendar.po | 4 ++-- l10n/ru/calendar.po | 4 ++-- l10n/si_LK/calendar.po | 4 ++-- l10n/sk_SK/calendar.po | 4 ++-- l10n/sl/calendar.po | 4 ++-- l10n/sq/calendar.po | 4 ++-- l10n/sr/calendar.po | 4 ++-- l10n/sr@latin.php | 3 +++ l10n/sr@latin/calendar.po | 10 +++++----- l10n/sv/calendar.po | 4 ++-- l10n/ta_LK/calendar.po | 4 ++-- l10n/templates/calendar.pot | 2 +- l10n/th_TH/calendar.po | 4 ++-- l10n/tr/calendar.po | 4 ++-- l10n/ug/calendar.po | 4 ++-- l10n/uk/calendar.po | 4 ++-- l10n/vi/calendar.po | 4 ++-- l10n/zh_CN/calendar.po | 4 ++-- l10n/zh_HK/calendar.po | 4 ++-- l10n/zh_TW/calendar.po | 4 ++-- 67 files changed, 148 insertions(+), 145 deletions(-) diff --git a/l10n/ar/calendar.po b/l10n/ar/calendar.po index 7f2e6b06..b056a6b9 100644 --- a/l10n/ar/calendar.po +++ b/l10n/ar/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/calendar.po b/l10n/bg_BG/calendar.po index 3b42bb3e..3f531a38 100644 --- a/l10n/bg_BG/calendar.po +++ b/l10n/bg_BG/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Димитър Кръстев \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/calendar.po b/l10n/bn_BD/calendar.po index 242ccbe5..d1d17464 100644 --- a/l10n/bn_BD/calendar.po +++ b/l10n/bn_BD/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bs/calendar.po b/l10n/bs/calendar.po index 0a6ebcd9..0f3f7fca 100644 --- a/l10n/bs/calendar.po +++ b/l10n/bs/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-23 01:46-0400\n" -"PO-Revision-Date: 2013-07-23 05:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -88,47 +88,47 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:68 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:70 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:72 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 +#: js/calendar.js:882 msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" diff --git a/l10n/ca/calendar.po b/l10n/ca/calendar.po index 60015a1e..26a30e54 100644 --- a/l10n/ca/calendar.po +++ b/l10n/ca/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/calendar.po b/l10n/cs_CZ/calendar.po index 96a05456..2ff5de25 100644 --- a/l10n/cs_CZ/calendar.po +++ b/l10n/cs_CZ/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: pstast \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cy_GB/calendar.po b/l10n/cy_GB/calendar.po index fca3d043..398fb085 100644 --- a/l10n/cy_GB/calendar.po +++ b/l10n/cy_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: ubuntucymraeg \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po index 69065639..5362c596 100644 --- a/l10n/da/calendar.po +++ b/l10n/da/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po index 1515431c..f4cfb2bb 100644 --- a/l10n/de/calendar.po +++ b/l10n/de/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: German \n" "MIME-Version: 1.0\n" diff --git a/l10n/de_CH/calendar.po b/l10n/de_CH/calendar.po index 12e187f7..4337c4b9 100644 --- a/l10n/de_CH/calendar.po +++ b/l10n/de_CH/calendar.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: FlorianScholz \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/calendar.po b/l10n/de_DE/calendar.po index 0ae0598f..3ddc1a90 100644 --- a/l10n/de_DE/calendar.po +++ b/l10n/de_DE/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" diff --git a/l10n/el/calendar.po b/l10n/el/calendar.po index a886f038..63cc6b83 100644 --- a/l10n/el/calendar.po +++ b/l10n/el/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB/calendar.po b/l10n/en_GB/calendar.po index 3bedcd23..2ec76d31 100644 --- a/l10n/en_GB/calendar.po +++ b/l10n/en_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 13:50+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: mnestis \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/calendar.po b/l10n/eo/calendar.po index 5d6d6b0c..46958fa3 100644 --- a/l10n/eo/calendar.po +++ b/l10n/eo/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Baptiste \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/calendar.po b/l10n/es/calendar.po index 8175841e..47710ee7 100644 --- a/l10n/es/calendar.po +++ b/l10n/es/calendar.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Korrosivo \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/calendar.po b/l10n/es_AR/calendar.po index 5d890ffe..7c198137 100644 --- a/l10n/es_AR/calendar.po +++ b/l10n/es_AR/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/calendar.po b/l10n/et_EE/calendar.po index 0d7a46f0..ed779563 100644 --- a/l10n/et_EE/calendar.po +++ b/l10n/et_EE/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Rivo Zängov \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/calendar.po b/l10n/eu/calendar.po index 8b5b42bb..a700f4eb 100644 --- a/l10n/eu/calendar.po +++ b/l10n/eu/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/calendar.po b/l10n/fa/calendar.po index 7a0741ef..9641b4c5 100644 --- a/l10n/fa/calendar.po +++ b/l10n/fa/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/calendar.po b/l10n/fi_FI/calendar.po index faedcd97..ed895f6a 100644 --- a/l10n/fi_FI/calendar.po +++ b/l10n/fi_FI/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Larso \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/calendar.po b/l10n/fr/calendar.po index 18fdcc3a..a72c78cb 100644 --- a/l10n/fr/calendar.po +++ b/l10n/fr/calendar.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: plachance \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/calendar.po b/l10n/gl/calendar.po index f5b5369d..8fee6072 100644 --- a/l10n/gl/calendar.po +++ b/l10n/gl/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/calendar.po b/l10n/he/calendar.po index 5337055d..27275482 100644 --- a/l10n/he/calendar.po +++ b/l10n/he/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/calendar.po b/l10n/hi/calendar.po index f698ba80..dbedb0e9 100644 --- a/l10n/hi/calendar.po +++ b/l10n/hi/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-17 13:12+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/calendar.po b/l10n/hr/calendar.po index d841f1eb..3eb502b9 100644 --- a/l10n/hr/calendar.po +++ b/l10n/hr/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/calendar.po b/l10n/hu_HU/calendar.po index 7545d7e1..30c5979f 100644 --- a/l10n/hu_HU/calendar.po +++ b/l10n/hu_HU/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/calendar.po b/l10n/ia/calendar.po index 716d9765..45b7684f 100644 --- a/l10n/ia/calendar.po +++ b/l10n/ia/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/calendar.po b/l10n/id/calendar.po index f0b62a6c..69cd0468 100644 --- a/l10n/id/calendar.po +++ b/l10n/id/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/calendar.po b/l10n/is/calendar.po index 540f094f..5aeb3352 100644 --- a/l10n/is/calendar.po +++ b/l10n/is/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Magnus Magnusson \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/calendar.po b/l10n/it/calendar.po index b3b7a5c8..6134bc41 100644 --- a/l10n/it/calendar.po +++ b/l10n/it/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po index c6c1b6f5..97abee3d 100644 --- a/l10n/ja_JP/calendar.po +++ b/l10n/ja_JP/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/calendar.po b/l10n/ka_GE/calendar.po index 9e9d1d6a..06049165 100644 --- a/l10n/ka_GE/calendar.po +++ b/l10n/ka_GE/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/calendar.po b/l10n/ko/calendar.po index f391afdf..32ab628f 100644 --- a/l10n/ko/calendar.po +++ b/l10n/ko/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/calendar.po b/l10n/ku_IQ/calendar.po index 73ceb4ac..80d8f4dc 100644 --- a/l10n/ku_IQ/calendar.po +++ b/l10n/ku_IQ/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Ahmad Saber \n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/calendar.po b/l10n/lb/calendar.po index e04acaad..bbf695a3 100644 --- a/l10n/lb/calendar.po +++ b/l10n/lb/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: llaera \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/calendar.po b/l10n/lt_LT/calendar.po index 78478967..18247f88 100644 --- a/l10n/lt_LT/calendar.po +++ b/l10n/lt_LT/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: mambuta \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/calendar.po b/l10n/lv/calendar.po index c821de4d..c065f879 100644 --- a/l10n/lv/calendar.po +++ b/l10n/lv/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/calendar.po b/l10n/mk/calendar.po index 5323d98e..d339f032 100644 --- a/l10n/mk/calendar.po +++ b/l10n/mk/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/calendar.po b/l10n/ms_MY/calendar.po index 637b3a04..9e644645 100644 --- a/l10n/ms_MY/calendar.po +++ b/l10n/ms_MY/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: smkso \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/calendar.po b/l10n/nb_NO/calendar.po index 6ed6c22c..ee531cfb 100644 --- a/l10n/nb_NO/calendar.po +++ b/l10n/nb_NO/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Hans Nesse <>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/calendar.po b/l10n/nl/calendar.po index 85be22a5..ff1aa731 100644 --- a/l10n/nl/calendar.po +++ b/l10n/nl/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/calendar.po b/l10n/nn_NO/calendar.po index 2d9df807..d16f1c7a 100644 --- a/l10n/nn_NO/calendar.po +++ b/l10n/nn_NO/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: unhammer \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/calendar.po b/l10n/oc/calendar.po index e1105f34..d3c16ec5 100644 --- a/l10n/oc/calendar.po +++ b/l10n/oc/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pa/calendar.po b/l10n/pa/calendar.po index 88d3248c..d353392a 100644 --- a/l10n/pa/calendar.po +++ b/l10n/pa/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-17 13:12+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/calendar.po b/l10n/pl/calendar.po index fcf2edec..3ad85631 100644 --- a/l10n/pl/calendar.po +++ b/l10n/pl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/calendar.po b/l10n/pt_BR/calendar.po index 7a25bef1..eeb27c52 100644 --- a/l10n/pt_BR/calendar.po +++ b/l10n/pt_BR/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/calendar.po b/l10n/pt_PT/calendar.po index 9e2223a8..8150b5ef 100644 --- a/l10n/pt_PT/calendar.po +++ b/l10n/pt_PT/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/calendar.po b/l10n/ro/calendar.po index d2731144..7405ab4a 100644 --- a/l10n/ro/calendar.po +++ b/l10n/ro/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/calendar.po b/l10n/ru/calendar.po index 415e31da..08ee9a3d 100644 --- a/l10n/ru/calendar.po +++ b/l10n/ru/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/calendar.po b/l10n/si_LK/calendar.po index 25fb96ee..aee39b38 100644 --- a/l10n/si_LK/calendar.po +++ b/l10n/si_LK/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/calendar.po b/l10n/sk_SK/calendar.po index 39d61dae..1bef74b7 100644 --- a/l10n/sk_SK/calendar.po +++ b/l10n/sk_SK/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/calendar.po b/l10n/sl/calendar.po index 6576468e..b5a2304c 100644 --- a/l10n/sl/calendar.po +++ b/l10n/sl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/calendar.po b/l10n/sq/calendar.po index a80c4099..7684e9ef 100644 --- a/l10n/sq/calendar.po +++ b/l10n/sq/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Odeen \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/calendar.po b/l10n/sr/calendar.po index d23eb55a..f80e6ca5 100644 --- a/l10n/sr/calendar.po +++ b/l10n/sr/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin.php b/l10n/sr@latin.php index 4289e91c..53ebb783 100644 --- a/l10n/sr@latin.php +++ b/l10n/sr@latin.php @@ -85,8 +85,10 @@ "Submit" => "Pošalji", "Cancel" => "Otkaži", "Edit an event" => "Uredi događaj", +"Share" => "Podeli", "Title of the Event" => "Naslov događaja", "Category" => "Kategorija", +"Edit categories" => "Izmena kategorija", "All Day Event" => "Celodnevni događaj", "From" => "Od", "To" => "Do", @@ -97,5 +99,6 @@ "Repeat" => "Ponavljaj", "Advanced" => "Napredno", "Create a new event" => "Napravi novi događaj", +"Unshare" => "Ukljoni deljenje", "Timezone" => "Vremenska zona" ); diff --git a/l10n/sr@latin/calendar.po b/l10n/sr@latin/calendar.po index 5a1f5758..e2847b53 100644 --- a/l10n/sr@latin/calendar.po +++ b/l10n/sr@latin/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -635,7 +635,7 @@ msgstr "" #: templates/part.eventform.php:10 msgid "Share" -msgstr "" +msgstr "Podeli" #: templates/part.eventform.php:18 msgid "Title of the Event" @@ -651,7 +651,7 @@ msgstr "" #: templates/part.eventform.php:27 msgid "Edit categories" -msgstr "" +msgstr "Izmena kategorija" #: templates/part.eventform.php:47 templates/part.showevent.php:50 msgid "Access Class" @@ -790,7 +790,7 @@ msgstr "" #: templates/part.share.php:47 templates/part.share.php:74 msgid "Unshare" -msgstr "" +msgstr "Ukljoni deljenje" #: templates/part.share.php:53 msgid "Nobody" diff --git a/l10n/sv/calendar.po b/l10n/sv/calendar.po index ffd51e28..982c3218 100644 --- a/l10n/sv/calendar.po +++ b/l10n/sv/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/calendar.po b/l10n/ta_LK/calendar.po index 4ce14957..1d8fdf9b 100644 --- a/l10n/ta_LK/calendar.po +++ b/l10n/ta_LK/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index c63f6ec8..52bfa5ca 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\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 4573a579..1ac929f7 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/calendar.po b/l10n/tr/calendar.po index 7a955bbe..bb9ffd8f 100644 --- a/l10n/tr/calendar.po +++ b/l10n/tr/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ug/calendar.po b/l10n/ug/calendar.po index 9dd6211a..6e4fc5b5 100644 --- a/l10n/ug/calendar.po +++ b/l10n/ug/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: Abduqadir Abliz \n" "Language-Team: Uighur \n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/calendar.po b/l10n/uk/calendar.po index dd42f763..f628c6fb 100644 --- a/l10n/uk/calendar.po +++ b/l10n/uk/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/calendar.po b/l10n/vi/calendar.po index 6a78cc35..82cd689b 100644 --- a/l10n/vi/calendar.po +++ b/l10n/vi/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/calendar.po b/l10n/zh_CN/calendar.po index f11b9c2f..1e0b48a5 100644 --- a/l10n/zh_CN/calendar.po +++ b/l10n/zh_CN/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/calendar.po b/l10n/zh_HK/calendar.po index dc640f5d..548f92e9 100644 --- a/l10n/zh_HK/calendar.po +++ b/l10n/zh_HK/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:21+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/calendar.po b/l10n/zh_TW/calendar.po index 242893a2..2a75554b 100644 --- a/l10n/zh_TW/calendar.po +++ b/l10n/zh_TW/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"PO-Revision-Date: 2013-09-20 12:00+0000\n" "Last-Translator: pellaeon \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" From f62de1cdc0e11d4b923ce20c4f4face3f41bd85d Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 22 Sep 2013 12:49:02 -0400 Subject: [PATCH 20/38] [tx-robot] updated from transifex --- l10n/ar/calendar.po | 4 ++-- l10n/bg_BG/calendar.po | 4 ++-- l10n/bn_BD/calendar.po | 4 ++-- l10n/ca/calendar.po | 4 ++-- l10n/cs_CZ/calendar.po | 4 ++-- l10n/cy_GB/calendar.po | 4 ++-- l10n/da/calendar.po | 4 ++-- l10n/de/calendar.po | 4 ++-- l10n/de_CH/calendar.po | 4 ++-- l10n/de_DE/calendar.po | 4 ++-- l10n/el/calendar.po | 4 ++-- l10n/en_GB/calendar.po | 4 ++-- l10n/eo/calendar.po | 4 ++-- l10n/es/calendar.po | 4 ++-- l10n/es_AR/calendar.po | 4 ++-- l10n/et_EE/calendar.po | 4 ++-- l10n/eu/calendar.po | 4 ++-- l10n/fa/calendar.po | 4 ++-- l10n/fi_FI/calendar.po | 4 ++-- l10n/fr/calendar.po | 4 ++-- l10n/gl/calendar.po | 4 ++-- l10n/he/calendar.po | 4 ++-- l10n/hr/calendar.po | 4 ++-- l10n/hu_HU/calendar.po | 4 ++-- l10n/ia/calendar.po | 4 ++-- l10n/id/calendar.po | 4 ++-- l10n/is/calendar.po | 4 ++-- l10n/it/calendar.po | 4 ++-- l10n/ja_JP/calendar.po | 4 ++-- l10n/ka_GE/calendar.po | 4 ++-- l10n/ko/calendar.po | 4 ++-- l10n/lb/calendar.po | 4 ++-- l10n/lt_LT/calendar.po | 4 ++-- l10n/lv/calendar.po | 4 ++-- l10n/mk/calendar.po | 4 ++-- l10n/ms_MY/calendar.po | 4 ++-- l10n/my_MM/calendar.po | 4 ++-- l10n/nb_NO/calendar.po | 4 ++-- l10n/nl/calendar.po | 4 ++-- l10n/nn_NO/calendar.po | 4 ++-- l10n/oc/calendar.po | 4 ++-- l10n/pa/calendar.po | 4 ++-- l10n/pl/calendar.po | 4 ++-- l10n/pt_BR/calendar.po | 4 ++-- l10n/pt_PT/calendar.po | 4 ++-- l10n/ro/calendar.po | 4 ++-- l10n/ru/calendar.po | 4 ++-- l10n/si_LK/calendar.po | 4 ++-- l10n/sk_SK/calendar.po | 4 ++-- l10n/sl/calendar.po | 4 ++-- l10n/sq/calendar.po | 4 ++-- l10n/sr/calendar.po | 4 ++-- l10n/sr@latin/calendar.po | 4 ++-- l10n/sv/calendar.po | 4 ++-- l10n/ta_LK/calendar.po | 4 ++-- l10n/te/calendar.po | 26 +++++++++++++------------- l10n/templates/calendar.pot | 2 +- l10n/th_TH/calendar.po | 4 ++-- l10n/tr/calendar.po | 4 ++-- l10n/ug/calendar.po | 4 ++-- l10n/uk/calendar.po | 4 ++-- l10n/ur_PK/calendar.po | 26 +++++++++++++------------- l10n/vi/calendar.po | 4 ++-- l10n/zh_CN/calendar.po | 4 ++-- l10n/zh_HK/calendar.po | 4 ++-- l10n/zh_TW/calendar.po | 4 ++-- 66 files changed, 153 insertions(+), 153 deletions(-) diff --git a/l10n/ar/calendar.po b/l10n/ar/calendar.po index b056a6b9..07c14340 100644 --- a/l10n/ar/calendar.po +++ b/l10n/ar/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/calendar.po b/l10n/bg_BG/calendar.po index 3f531a38..06c5bfaa 100644 --- a/l10n/bg_BG/calendar.po +++ b/l10n/bg_BG/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Димитър Кръстев \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/calendar.po b/l10n/bn_BD/calendar.po index d1d17464..67940322 100644 --- a/l10n/bn_BD/calendar.po +++ b/l10n/bn_BD/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/calendar.po b/l10n/ca/calendar.po index 26a30e54..b117e9f2 100644 --- a/l10n/ca/calendar.po +++ b/l10n/ca/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/calendar.po b/l10n/cs_CZ/calendar.po index 2ff5de25..9087f4a1 100644 --- a/l10n/cs_CZ/calendar.po +++ b/l10n/cs_CZ/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: pstast \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cy_GB/calendar.po b/l10n/cy_GB/calendar.po index 398fb085..1e49373e 100644 --- a/l10n/cy_GB/calendar.po +++ b/l10n/cy_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: ubuntucymraeg \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po index 5362c596..faf758bc 100644 --- a/l10n/da/calendar.po +++ b/l10n/da/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po index f4cfb2bb..642a9029 100644 --- a/l10n/de/calendar.po +++ b/l10n/de/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: German \n" "MIME-Version: 1.0\n" diff --git a/l10n/de_CH/calendar.po b/l10n/de_CH/calendar.po index 4337c4b9..ddb79bae 100644 --- a/l10n/de_CH/calendar.po +++ b/l10n/de_CH/calendar.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: FlorianScholz \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/calendar.po b/l10n/de_DE/calendar.po index 3ddc1a90..3f78ccc3 100644 --- a/l10n/de_DE/calendar.po +++ b/l10n/de_DE/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" diff --git a/l10n/el/calendar.po b/l10n/el/calendar.po index 63cc6b83..1d3f3b8c 100644 --- a/l10n/el/calendar.po +++ b/l10n/el/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB/calendar.po b/l10n/en_GB/calendar.po index 2ec76d31..22a199bc 100644 --- a/l10n/en_GB/calendar.po +++ b/l10n/en_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: mnestis \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/calendar.po b/l10n/eo/calendar.po index 46958fa3..848cf473 100644 --- a/l10n/eo/calendar.po +++ b/l10n/eo/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Baptiste \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/calendar.po b/l10n/es/calendar.po index 47710ee7..c9fe548d 100644 --- a/l10n/es/calendar.po +++ b/l10n/es/calendar.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Korrosivo \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/calendar.po b/l10n/es_AR/calendar.po index 7c198137..96348a9c 100644 --- a/l10n/es_AR/calendar.po +++ b/l10n/es_AR/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/calendar.po b/l10n/et_EE/calendar.po index ed779563..ba8c1140 100644 --- a/l10n/et_EE/calendar.po +++ b/l10n/et_EE/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Rivo Zängov \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/calendar.po b/l10n/eu/calendar.po index a700f4eb..3f0ccca0 100644 --- a/l10n/eu/calendar.po +++ b/l10n/eu/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/calendar.po b/l10n/fa/calendar.po index 9641b4c5..4b6b0c2d 100644 --- a/l10n/fa/calendar.po +++ b/l10n/fa/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/calendar.po b/l10n/fi_FI/calendar.po index ed895f6a..4bf24809 100644 --- a/l10n/fi_FI/calendar.po +++ b/l10n/fi_FI/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Larso \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/calendar.po b/l10n/fr/calendar.po index a72c78cb..d3e75760 100644 --- a/l10n/fr/calendar.po +++ b/l10n/fr/calendar.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: plachance \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/calendar.po b/l10n/gl/calendar.po index 8fee6072..0084ad9d 100644 --- a/l10n/gl/calendar.po +++ b/l10n/gl/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/calendar.po b/l10n/he/calendar.po index 27275482..4ae74cab 100644 --- a/l10n/he/calendar.po +++ b/l10n/he/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/calendar.po b/l10n/hr/calendar.po index 3eb502b9..020ce14b 100644 --- a/l10n/hr/calendar.po +++ b/l10n/hr/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/calendar.po b/l10n/hu_HU/calendar.po index 30c5979f..9151815a 100644 --- a/l10n/hu_HU/calendar.po +++ b/l10n/hu_HU/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/calendar.po b/l10n/ia/calendar.po index 45b7684f..419ec20c 100644 --- a/l10n/ia/calendar.po +++ b/l10n/ia/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/calendar.po b/l10n/id/calendar.po index 69cd0468..ac14e327 100644 --- a/l10n/id/calendar.po +++ b/l10n/id/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/calendar.po b/l10n/is/calendar.po index 5aeb3352..2c38cce7 100644 --- a/l10n/is/calendar.po +++ b/l10n/is/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Magnus Magnusson \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/calendar.po b/l10n/it/calendar.po index 6134bc41..68379a7e 100644 --- a/l10n/it/calendar.po +++ b/l10n/it/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po index 97abee3d..153bc79e 100644 --- a/l10n/ja_JP/calendar.po +++ b/l10n/ja_JP/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/calendar.po b/l10n/ka_GE/calendar.po index 06049165..c212b2c1 100644 --- a/l10n/ka_GE/calendar.po +++ b/l10n/ka_GE/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/calendar.po b/l10n/ko/calendar.po index 32ab628f..0c411337 100644 --- a/l10n/ko/calendar.po +++ b/l10n/ko/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/calendar.po b/l10n/lb/calendar.po index bbf695a3..604d4951 100644 --- a/l10n/lb/calendar.po +++ b/l10n/lb/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: llaera \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/calendar.po b/l10n/lt_LT/calendar.po index 18247f88..bbfcfb9a 100644 --- a/l10n/lt_LT/calendar.po +++ b/l10n/lt_LT/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: mambuta \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/calendar.po b/l10n/lv/calendar.po index c065f879..4c2fd0ef 100644 --- a/l10n/lv/calendar.po +++ b/l10n/lv/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/calendar.po b/l10n/mk/calendar.po index d339f032..f2ce532d 100644 --- a/l10n/mk/calendar.po +++ b/l10n/mk/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/calendar.po b/l10n/ms_MY/calendar.po index 9e644645..09ad362c 100644 --- a/l10n/ms_MY/calendar.po +++ b/l10n/ms_MY/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: smkso \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/calendar.po b/l10n/my_MM/calendar.po index 512c7bc4..095e53de 100644 --- a/l10n/my_MM/calendar.po +++ b/l10n/my_MM/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/calendar.po b/l10n/nb_NO/calendar.po index ee531cfb..f3b3ef27 100644 --- a/l10n/nb_NO/calendar.po +++ b/l10n/nb_NO/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Hans Nesse <>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/calendar.po b/l10n/nl/calendar.po index ff1aa731..b18317af 100644 --- a/l10n/nl/calendar.po +++ b/l10n/nl/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/calendar.po b/l10n/nn_NO/calendar.po index d16f1c7a..268d078d 100644 --- a/l10n/nn_NO/calendar.po +++ b/l10n/nn_NO/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: unhammer \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/calendar.po b/l10n/oc/calendar.po index d3c16ec5..62930c5b 100644 --- a/l10n/oc/calendar.po +++ b/l10n/oc/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pa/calendar.po b/l10n/pa/calendar.po index d353392a..7884babd 100644 --- a/l10n/pa/calendar.po +++ b/l10n/pa/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/calendar.po b/l10n/pl/calendar.po index 3ad85631..0fb0b2bf 100644 --- a/l10n/pl/calendar.po +++ b/l10n/pl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/calendar.po b/l10n/pt_BR/calendar.po index eeb27c52..5864c752 100644 --- a/l10n/pt_BR/calendar.po +++ b/l10n/pt_BR/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/calendar.po b/l10n/pt_PT/calendar.po index 8150b5ef..7613bc7b 100644 --- a/l10n/pt_PT/calendar.po +++ b/l10n/pt_PT/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/calendar.po b/l10n/ro/calendar.po index 7405ab4a..bc3cc9d7 100644 --- a/l10n/ro/calendar.po +++ b/l10n/ro/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/calendar.po b/l10n/ru/calendar.po index 08ee9a3d..c4d38f92 100644 --- a/l10n/ru/calendar.po +++ b/l10n/ru/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/calendar.po b/l10n/si_LK/calendar.po index aee39b38..2963fdf5 100644 --- a/l10n/si_LK/calendar.po +++ b/l10n/si_LK/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/calendar.po b/l10n/sk_SK/calendar.po index 1bef74b7..ab8f3aab 100644 --- a/l10n/sk_SK/calendar.po +++ b/l10n/sk_SK/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/calendar.po b/l10n/sl/calendar.po index b5a2304c..7a7f91d4 100644 --- a/l10n/sl/calendar.po +++ b/l10n/sl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/calendar.po b/l10n/sq/calendar.po index 7684e9ef..b6d9dd82 100644 --- a/l10n/sq/calendar.po +++ b/l10n/sq/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Odeen \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/calendar.po b/l10n/sr/calendar.po index f80e6ca5..b4489439 100644 --- a/l10n/sr/calendar.po +++ b/l10n/sr/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/calendar.po b/l10n/sr@latin/calendar.po index e2847b53..b9918ff0 100644 --- a/l10n/sr@latin/calendar.po +++ b/l10n/sr@latin/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/calendar.po b/l10n/sv/calendar.po index 982c3218..654b2a54 100644 --- a/l10n/sv/calendar.po +++ b/l10n/sv/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/calendar.po b/l10n/ta_LK/calendar.po index 1d8fdf9b..2610489c 100644 --- a/l10n/ta_LK/calendar.po +++ b/l10n/ta_LK/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/calendar.po b/l10n/te/calendar.po index 99d21aa8..81fb579f 100644 --- a/l10n/te/calendar.po +++ b/l10n/te/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-31 01:47-0400\n" -"PO-Revision-Date: 2013-07-30 12:11+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -88,47 +88,47 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:68 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:70 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:72 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 +#: js/calendar.js:882 msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 52bfa5ca..3e9b7b42 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\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 1ac929f7..d1b20b79 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/calendar.po b/l10n/tr/calendar.po index bb9ffd8f..ef27f13f 100644 --- a/l10n/tr/calendar.po +++ b/l10n/tr/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ug/calendar.po b/l10n/ug/calendar.po index 6e4fc5b5..4a577e85 100644 --- a/l10n/ug/calendar.po +++ b/l10n/ug/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: Abduqadir Abliz \n" "Language-Team: Uighur \n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/calendar.po b/l10n/uk/calendar.po index f628c6fb..a365b4b7 100644 --- a/l10n/uk/calendar.po +++ b/l10n/uk/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/calendar.po b/l10n/ur_PK/calendar.po index d69eaac1..3b106781 100644 --- a/l10n/ur_PK/calendar.po +++ b/l10n/ur_PK/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-31 01:47-0400\n" -"PO-Revision-Date: 2013-07-30 12:11+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -88,47 +88,47 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:68 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:70 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:72 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 +#: js/calendar.js:882 msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" diff --git a/l10n/vi/calendar.po b/l10n/vi/calendar.po index 82cd689b..35bbadbc 100644 --- a/l10n/vi/calendar.po +++ b/l10n/vi/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/calendar.po b/l10n/zh_CN/calendar.po index 1e0b48a5..d2d66da6 100644 --- a/l10n/zh_CN/calendar.po +++ b/l10n/zh_CN/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/calendar.po b/l10n/zh_HK/calendar.po index 548f92e9..2ae254b0 100644 --- a/l10n/zh_HK/calendar.po +++ b/l10n/zh_HK/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/calendar.po b/l10n/zh_TW/calendar.po index 2a75554b..88df4350 100644 --- a/l10n/zh_TW/calendar.po +++ b/l10n/zh_TW/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"PO-Revision-Date: 2013-09-20 15:00+0000\n" "Last-Translator: pellaeon \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" From 6d05bcba0b6170d31c2d35ad3cf3b71a5a645857 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Tue, 24 Sep 2013 12:55:19 -0400 Subject: [PATCH 21/38] [tx-robot] updated from transifex --- l10n/templates/calendar.pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 3e9b7b42..f7e673b6 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" +"POT-Creation-Date: 2013-09-24 12:55-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From dc4bdab7771aaf163d7a606c4b517a101e989584 Mon Sep 17 00:00:00 2001 From: Ariel Date: Tue, 24 Sep 2013 15:37:52 -0300 Subject: [PATCH 22/38] Fix of #860: Code shown instead of HTML entity when opening timepicker --- js/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/calendar.js b/js/calendar.js index 8c6d094b..c68c0cb4 100644 --- a/js/calendar.js +++ b/js/calendar.js @@ -879,7 +879,7 @@ $(document).ready(function(){ titleFormat: { month: t('calendar', 'MMMM yyyy'), // September 2009 - week: t('calendar', "MMM d[ yyyy]{ '—'[ MMM] d yyyy}"), + week: t('calendar', "MMM d[ yyyy]{ '–'[ MMM] d yyyy}"), // Sep 7 - 13 2009 day: t('calendar', 'dddd, MMM d, yyyy'), // Tuesday, Sep 8, 2009 From 2a322c63bda944b99d2d46f2315fb53e96e9d494 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Wed, 25 Sep 2013 18:47:22 +0200 Subject: [PATCH 23/38] Check for CATEGORIES before using it --- lib/app.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/app.php b/lib/app.php index edd31535..835e0587 100644 --- a/lib/app.php +++ b/lib/app.php @@ -194,8 +194,8 @@ class OC_Calendar_App{ if (isset($calendar->VJOURNAL)) { $object = $calendar->VJOURNAL; } - if ($object) { - $vcategories->loadFromVObject($event['id'], $vobject, true); + if ($object && isset($object->CATEGORIES)) { + $vcategories->addMulti($object->CATEGORIES->getParts(), true, $event['id']); } } } @@ -204,7 +204,7 @@ class OC_Calendar_App{ /** * check VEvent for new categories. - * @see OC_VCategories::loadFromVObject + * @see OC_VCategories::addMulti */ public static function loadCategoriesFromVCalendar($id, OC_VObject $calendar) { $object = null; @@ -217,8 +217,8 @@ class OC_Calendar_App{ if (isset($calendar->VJOURNAL)) { $object = $calendar->VJOURNAL; } - if ($object) { - self::getVCategories()->loadFromVObject($id, $object, true); + if ($object && isset($object->CATEGORIES)) { + self::getVCategories()->addMulti($object->CATEGORIES->getParts(), true, $event['id']); } } From 8f540a11200c775b1c1fc955d11026b32765bea3 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Wed, 25 Sep 2013 23:14:57 +0200 Subject: [PATCH 24/38] Fix birthday generation and add CalDAV birthdays. --- lib/app.php | 26 ++++++++++-------- lib/sabre/backend.php | 62 ++++++++++++++++++++++++++++++++++++++++-- lib/sabre/calendar.php | 21 ++++++++------ lib/sabre/object.php | 20 ++++++++------ 4 files changed, 98 insertions(+), 31 deletions(-) diff --git a/lib/app.php b/lib/app.php index 835e0587..9fc7a22a 100644 --- a/lib/app.php +++ b/lib/app.php @@ -142,12 +142,12 @@ class OC_Calendar_App{ */ public static function getVCategories() { if (is_null(self::$categories)) { - if(OC_VCategories::isEmpty('event')) { + $categories = \OC::$server->getTagManager()->load('event'); + if($categories->isEmpty('event')) { self::scanCategories(); } - self::$categories = new OC_VCategories('event', - null, - self::getDefaultCategories()); + self::$categories = \OC::$server->getTagManager() + ->load('event', self::getDefaultCategories()); } return self::$categories; } @@ -157,7 +157,7 @@ class OC_Calendar_App{ * @return (array) $categories */ public static function getCategoryOptions() { - $categories = self::getVCategories()->categories(); + $categories = self::getVCategories()->getTags(); return $categories; } @@ -179,8 +179,12 @@ class OC_Calendar_App{ } } if(is_array($events) && count($events) > 0) { - $vcategories = new OC_VCategories('event'); - $vcategories->delete($vcategories->categories()); + $vcategories = \OC::$server->getTagManager()->load('event'); + $getName = function($tag) { + return $tag['name']; + }; + $tags = array_map($getName, $vcategories->getTags()); + $vcategories->delete($tags); foreach($events as $event) { $vobject = OC_VObject::parse($event['calendardata']); if(!is_null($vobject)) { @@ -195,7 +199,7 @@ class OC_Calendar_App{ $object = $calendar->VJOURNAL; } if ($object && isset($object->CATEGORIES)) { - $vcategories->addMulti($object->CATEGORIES->getParts(), true, $event['id']); + $vcategories->addMultiple($object->CATEGORIES->getParts(), true, $event['id']); } } } @@ -204,7 +208,7 @@ class OC_Calendar_App{ /** * check VEvent for new categories. - * @see OC_VCategories::addMulti + * @see \OCP\ITags::addMultiple() */ public static function loadCategoriesFromVCalendar($id, OC_VObject $calendar) { $object = null; @@ -218,7 +222,7 @@ class OC_Calendar_App{ $object = $calendar->VJOURNAL; } if ($object && isset($object->CATEGORIES)) { - self::getVCategories()->addMulti($object->CATEGORIES->getParts(), true, $event['id']); + self::getVCategories()->addMultiple($object->CATEGORIES->getParts(), true, $event['id']); } } @@ -424,7 +428,6 @@ class OC_Calendar_App{ * @return (array) $output - readable output */ public static function generateEventOutput(array $event, $start, $end) { - \OCP\Util::writeLog('calendar', __METHOD__.' event: '.print_r($event['summary'], true), \OCP\Util::DEBUG); if(!isset($event['calendardata']) && !isset($event['vevent'])) { return false; } @@ -499,7 +502,6 @@ class OC_Calendar_App{ $output[] = array_merge($staticoutput, $dynamicoutput); } } - \OCP\Util::writeLog('calendar', __METHOD__.' event: '.print_r($event['summary'], true) . ' done', \OCP\Util::DEBUG); return $output; }catch(Exception $e) { $uid = 'unknown'; diff --git a/lib/sabre/backend.php b/lib/sabre/backend.php index 54b80e93..8a2509c2 100644 --- a/lib/sabre/backend.php +++ b/lib/sabre/backend.php @@ -47,7 +47,8 @@ class OC_Connector_Sabre_CalDAV extends Sabre_CalDAV_Backend_Abstract { 'uri' => $row['uri'], 'principaluri' => 'principals/'.$row['userid'], '{' . Sabre_CalDAV_Plugin::NS_CALENDARSERVER . '}getctag' => $row['ctag']?$row['ctag']:'0', - '{' . Sabre_CalDAV_Plugin::NS_CALDAV . '}supported-calendar-component-set' => new Sabre_CalDAV_Property_SupportedCalendarComponentSet($components), + '{' . Sabre_CalDAV_Plugin::NS_CALDAV . '}supported-calendar-component-set' + => new Sabre_CalDAV_Property_SupportedCalendarComponentSet($components), ); foreach($this->propertyMap as $xmlName=>$dbName) { @@ -56,6 +57,19 @@ class OC_Connector_Sabre_CalDAV extends Sabre_CalDAV_Backend_Abstract { $calendars[] = $calendar; } + if(\OCP\App::isEnabled('contacts')) { + \OCP\Share::registerBackend('addressbook', 'OCA\Contacts\Share\Addressbook', 'contact'); + $app = new \OCA\Contacts\App(\OCP\User::getUser()); + $calendars[] = array( + 'id' => 'contact_birthdays', + 'uri' => 'contact_birthdays', + '{DAV:}displayname' => OC_Calendar_App::$l10n->t('Contact birthdays'), + 'principaluri' => 'principals/contact_birthdays', + '{' . Sabre_CalDAV_Plugin::NS_CALENDARSERVER . '}getctag' => '0', + '{' . Sabre_CalDAV_Plugin::NS_CALDAV . '}supported-calendar-component-set' + => new Sabre_CalDAV_Property_SupportedCalendarComponentSet(array('VEVENT')), + ); + } return $calendars; } @@ -246,8 +260,34 @@ class OC_Connector_Sabre_CalDAV extends Sabre_CalDAV_Backend_Abstract { */ public function getCalendarObjects($calendarId) { $data = array(); - foreach(OC_Calendar_Object::all($calendarId) as $row) { - $data[] = $this->OCAddETag($row); + if($calendarId === 'contact_birthdays') { + $app = new \OCA\Contacts\App(); + $addressBooks = $app->getAddressBooksForUser(); + foreach($addressBooks as $addressBook) { + if($addressBook->getBackend()->name !== 'local' + || !$addressBook->getBackend()->isActive($addressBook->getId()) + ) { + continue; + } + foreach($addressBook->getChildren() as $contact) { + $vevent = $contact->getBirthdayEvent(); + if(is_null($vevent)) { + continue; + } + $data[] = $this->OCAddETag(array( + 'id' => 0, + 'calendarid' => 'contact_birthdays', + 'uri' => $addressBook->getBackend()->name.'::'.$addressBook->getId().'::'.$contact->getId(), + 'lastmodified' => $contact->lastModified(), + 'summary' => $vevent->SUMMARY, + 'calendardata' => $vevent->serialize() + )); + } + } + } else { + foreach(OC_Calendar_Object::all($calendarId) as $row) { + $data[] = $this->OCAddETag($row); + } } return $data; } @@ -265,6 +305,22 @@ class OC_Connector_Sabre_CalDAV extends Sabre_CalDAV_Backend_Abstract { * @return array */ public function getCalendarObject($calendarId,$objectUri) { + if($calendarId === 'contact_birthdays') { + $app = new \OCA\Contacts\App(); + list($backend, $addressBookId, $contactId) = explode('::', $objectUri); + $contact = $app->getContact($backend, $addressBookId, $contactId); + $vevent = $contact->getBirthdayEvent(); + if(is_null($vevent)) { + return false; + } + return $this->OCAddETag(array( + 'id' => 0, + 'calendarid' => 'contact_birthdays', + 'uri' => $contact->getBackend()->name.'::'.$contact->getParent()->getId().'::'.$contact->getId(), + 'lastmodified' => $contact->lastModified(), + 'calendardata' => $vevent->serialize() + )); + } $data = OC_Calendar_Object::findWhereDAVDataIs($calendarId,$objectUri); if(is_array($data)) { $object = OC_VObject::parse($data['calendardata']); diff --git a/lib/sabre/calendar.php b/lib/sabre/calendar.php index ba5d9190..b5c40f3b 100644 --- a/lib/sabre/calendar.php +++ b/lib/sabre/calendar.php @@ -47,12 +47,16 @@ class OC_Connector_Sabre_CalDAV_Calendar extends Sabre_CalDAV_Calendar { $uid = OC_Calendar_Calendar::extractUserID($this->getOwner()); if($uid != OCP\USER::getUser()) { - $sharedCalendar = OCP\Share::getItemSharedWithBySource('calendar', $this->calendarInfo['id']); - if ($sharedCalendar && ($sharedCalendar['permissions'] & OCP\PERMISSION_READ)) { - $readprincipal = 'principals/' . OCP\USER::getUser(); - } - if ($sharedCalendar && ($sharedCalendar['permissions'] & OCP\PERMISSION_UPDATE)) { - $writeprincipal = 'principals/' . OCP\USER::getUser(); + if($uid === 'contact_birthdays') { + $readprincipal = 'principals/' . OCP\User::getUser(); + } else { + $sharedCalendar = OCP\Share::getItemSharedWithBySource('calendar', $this->calendarInfo['id']); + if ($sharedCalendar && ($sharedCalendar['permissions'] & OCP\PERMISSION_READ)) { + $readprincipal = 'principals/' . OCP\User::getUser(); + } + if ($sharedCalendar && ($sharedCalendar['permissions'] & OCP\PERMISSION_UPDATE)) { + $writeprincipal = 'principals/' . OCP\User::getUser(); + } } } @@ -101,9 +105,10 @@ class OC_Connector_Sabre_CalDAV_Calendar extends Sabre_CalDAV_Calendar { * @return Sabre_DAV_ICalendarObject */ public function getChild($name) { - $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'],$name); - if (!$obj) throw new Sabre_DAV_Exception_NotFound('Calendar object not found'); + if (!$obj) { + throw new Sabre_DAV_Exception_NotFound('Calendar object not found'); + } return new OC_Connector_Sabre_CalDAV_CalendarObject($this->caldavBackend,$this->calendarInfo,$obj); } diff --git a/lib/sabre/object.php b/lib/sabre/object.php index 75775cc9..4941df9c 100644 --- a/lib/sabre/object.php +++ b/lib/sabre/object.php @@ -45,14 +45,18 @@ class OC_Connector_Sabre_CalDAV_CalendarObject extends Sabre_CalDAV_CalendarObje $uid = OC_Calendar_Calendar::extractUserID($this->getOwner()); if($uid != OCP\USER::getUser()) { - $object = OC_VObject::parse($this->objectData['calendardata']); - $sharedCalendar = OCP\Share::getItemSharedWithBySource('calendar', $this->calendarInfo['id']); - $sharedAccessClassPermissions = OC_Calendar_Object::getAccessClassPermissions($object); - if ($sharedCalendar && ($sharedCalendar['permissions'] & OCP\PERMISSION_READ) && ($sharedAccessClassPermissions & OCP\PERMISSION_READ)) { - $readprincipal = 'principals/' . OCP\USER::getUser(); - } - if ($sharedCalendar && ($sharedCalendar['permissions'] & OCP\PERMISSION_UPDATE) && ($sharedAccessClassPermissions & OCP\PERMISSION_UPDATE)) { - $writeprincipal = 'principals/' . OCP\USER::getUser(); + if($uid === 'contact_birthdays') { + $readprincipal = 'principals/' . OCP\User::getUser(); + } else { + $object = OC_VObject::parse($this->objectData['calendardata']); + $sharedCalendar = OCP\Share::getItemSharedWithBySource('calendar', $this->calendarInfo['id']); + $sharedAccessClassPermissions = OC_Calendar_Object::getAccessClassPermissions($object); + if ($sharedCalendar && ($sharedCalendar['permissions'] & OCP\PERMISSION_READ) && ($sharedAccessClassPermissions & OCP\PERMISSION_READ)) { + $readprincipal = 'principals/' . OCP\USER::getUser(); + } + if ($sharedCalendar && ($sharedCalendar['permissions'] & OCP\PERMISSION_UPDATE) && ($sharedAccessClassPermissions & OCP\PERMISSION_UPDATE)) { + $writeprincipal = 'principals/' . OCP\USER::getUser(); + } } } From c10e2ddec8fc25c4f59e10b384de05a4adcac224 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Thu, 26 Sep 2013 11:50:44 +0200 Subject: [PATCH 25/38] Used wrong variable --- lib/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app.php b/lib/app.php index 9fc7a22a..660f6f0c 100644 --- a/lib/app.php +++ b/lib/app.php @@ -222,7 +222,7 @@ class OC_Calendar_App{ $object = $calendar->VJOURNAL; } if ($object && isset($object->CATEGORIES)) { - self::getVCategories()->addMultiple($object->CATEGORIES->getParts(), true, $event['id']); + self::getVCategories()->addMultiple($object->CATEGORIES->getParts(), true, $id); } } From eb15872064a59036e692c6189ed51db1c05a369c Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Thu, 26 Sep 2013 23:59:09 -0400 Subject: [PATCH 26/38] [tx-robot] updated from transifex --- l10n/templates/calendar.pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index f7e673b6..c1ac3da6 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-24 12:55-0400\n" +"POT-Creation-Date: 2013-09-26 23:59-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From e89644410394d776d22328b2d4883fb917fd2fea Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 12 Sep 2013 10:12:00 +0200 Subject: [PATCH 27/38] Revert "fix: get rid of undeclared timezones in caldav ics files" This reverts commit 6f0ec0acf3ae9143e7a1f15b288edcf87ed318fb. Conflicts: lib/object.php --- lib/object.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/object.php b/lib/object.php index fa46ddb8..69459f9c 100644 --- a/lib/object.php +++ b/lib/object.php @@ -1036,11 +1036,9 @@ class OC_Calendar_Object{ $timezone = OC_Calendar_App::getTimezone(); $timezone = new DateTimeZone($timezone); $start = new DateTime($from.' '.$fromtime, $timezone); - $start->setTimezone(new DateTimeZone('UTC')); $end = new DateTime($to.' '.$totime, $timezone); - $end->setTimezone(new DateTimeZone('UTC')); - $vevent->setDateTime('DTSTART', $start, Sabre\VObject\Property\DateTime::UTC); - $vevent->setDateTime('DTEND', $end, Sabre\VObject\Property\DateTime::UTC); + $vevent->setDateTime('DTSTART', $start, Sabre\VObject\Property\DateTime::LOCALTZ); + $vevent->setDateTime('DTEND', $end, Sabre\VObject\Property\DateTime::LOCALTZ); } unset($vevent->DURATION); From 6c1a29b2328e996d24865659bfdada2199daa999 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 12 Sep 2013 10:33:15 +0200 Subject: [PATCH 28/38] make it possible to set saturday as first day of the week --- js/l10n.php | 34 +++++++++++++++++++++++++++++++++- templates/settings.php | 1 + 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/js/l10n.php b/js/l10n.php index d86d10ca..08bcaef4 100644 --- a/js/l10n.php +++ b/js/l10n.php @@ -38,6 +38,38 @@ $eventSources[] = array('url' => $events_baseURL.'?calendar_id=shared_events', OCP\Util::emitHook('OC_Calendar', 'getSources', array('sources' => &$eventSources)); +$firstDay = null; +$firstDayConfig = OCP\Config::getUserValue(OCP\USER::getUser(), 'calendar', 'firstday', 'mo'); +switch($firstDayConfig) { + case 'su': + $firstDay = 0; + break; + + case 'tu': + $firstDay = 2; + break; + + case 'we': + $firstDay = 3; + break; + + case 'th': + $firstDay = 4; + break; + + case 'fr': + $firstDay = 5; + break; + + case 'sa': + $firstDay = 6; + break; + + default: + $firstDay = 1; + break; +} + $array = array( "defaultView" => "\"".OCP\Config::getUserValue(OCP\USER::getUser(), 'calendar', 'currentview', 'month')."\"", "eventSources" => json_encode($eventSources), @@ -60,7 +92,7 @@ $array = array( "missing_field_startsbeforeends" => "\"".addslashes($l->t('The event ends before it starts'))."\"", "missing_field_dberror" => "\"".addslashes($l->t('There was a database fail'))."\"", "totalurl" => "\"".OCP\Util::linkToRemote('caldav')."calendars"."\"", - "firstDay" => (OCP\Config::getUserValue(OCP\USER::getUser(), 'calendar', 'firstday', 'mo') == 'mo' ? '1' : '0'), + "firstDay" => $firstDay, ); // Echo it diff --git a/templates/settings.php b/templates/settings.php index 9936979b..0391470f 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -67,6 +67,7 @@ From e310740896f2e6e6ab6e47259a20b13925701bd4 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 12 Sep 2013 10:36:58 +0200 Subject: [PATCH 29/38] use own loading.gif, loading.gif is to big in core now --- img/loading.gif | Bin 0 -> 1849 bytes templates/calendar.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 img/loading.gif diff --git a/img/loading.gif b/img/loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..5b33f7e54f4e55b6b8774d86d96895db9af044b4 GIT binary patch literal 1849 zcma*odr(tX9tZI2z31lM+(&YVk%mZ}5P~KlG2s=WSbGzm0!x7^P##Mnh7t-jP!X0Q zk_SQ}Po-L1tlDK;6l?(>v)e5ZBQx4|Y-Q?nr@Px3?9h(3ZWr3^tj=`TP57gKr87N$ zp2wWee1GRRCwo_xahnw)5cxNPJbCg2L6DV|6`#+yw6v6!mDS$f9-JvFD^n;GQ&UrZ zzh5jCkByB101O60U0q#p_1BM>Cv-vP?&s4@g_((4_1L=L$(a91)0=J91Gas#R{McE znYG^9*0A5YZ>#;~+Wkn(W5B0^yELIYLP!K}mB~<)AM@1&nqekynuaEGqPrzoH|KodRXJy)%+w_fu3nE5>@Bd_b zqC$EQ;{c`T&?EsNO|igL9gC7Ygxv?aQUEXMq?~>wg{EyW;VcJ37CUF#HjrT=KQO_* zS>M9yydXk18D(+QDJ1>r);Lav_uYKp$T?4vr{Q$lTo&pKv^?(>L-)G2*lwH!Ah7k? z7oH<8h-(KTKt5V6$8gF)C7Io&P5=SjTh)=zV=E2EUhQZP##L8S{d%UK>>+y82>+FV+#^BzW7u3F)Bb>=lYQ%%j`F>ASe zo*cw@V#u6T`A2He;70mR(V&iV&-7{qP~=SRf&jm9-T{*ZeZ}$rd0#6c&fLG^xJcf5 z+p<`wJYgW+_s*V{uI$nMB;%8`S_3>PfGOj3Rq}@Cx^+j?rk92fANSFDBYnOqQ>Vdj z)(|$AhP4t&Lb=Gvo2#3Gl%9<=Gv`Mz?Po@P4iLF!x}GUWJICDlFk-hS^Whyh7x~VH z@0vD1>HYD4&e+~yzS*-sFR{9`{QEEZO1zg7>R&7cHts-6j!xHVdA8eI+ZlVzd%`es zJT@$#GX(gvCJ1oJN%yLBK}{V=V;seo;!w|Yte!W1%5qLNFWqvZW>h&IiH+oPT=b@E zPhGzv5=(Un*X>v`>%8h_nj^NdYcE6NHS_ifkCV$*D)Tqrbu`s;<=t<4 zAHNqNV?6(g<1PY-w@#I-WYFViz?9TrkMr)u0g`O`u|>T;k|2sV*YF^punvT;$SuTy{j3Gv)yqD!R_CF>yR)MzmmYS5v+~R zXAdD%ng9?df;wd8GxR#%3O+gz};Vo;)sK%Bj-q>Oq%R7JU-KD?vYu>#2UjaDo z&8$>5xW~?KPD_#XFToU1hIb*VOMidUr6iYiO0N|i-7s`T8!cFT`rN!^1Pt78J93i6 z5HI1wIM$94m{3SLDvISDe6$ZG1;eq_D9RTaaC>=cO{@Bs>$IlPCPJJ$h$)-3vzNUQ6OsN#_zWxey!_9%hxwH2_dEJi=yY|1c7nDm2_Lm!Cof8-R_+9UkS zcBE(o47yE)oMR(Q=dp1a2wTX5KvvGyLqlWTa7V&!A*|w|)ax~1_~aJ0=_Lilg*0iQk7#ZD EAHN$8j{pDw literal 0 HcmV?d00001 diff --git a/templates/calendar.php b/templates/calendar.php index 191d432e..a4a940ab 100644 --- a/templates/calendar.php +++ b/templates/calendar.php @@ -6,7 +6,7 @@    - +
From f52e378f34934d08007f56a0b1429d96197ba7cd Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 12 Sep 2013 10:43:53 +0200 Subject: [PATCH 30/38] fix deleting event and fix php notices --- ajax/event/edit.form.php | 6 ++++++ lib/object.php | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ajax/event/edit.form.php b/ajax/event/edit.form.php index d6a062c3..d4043ad2 100644 --- a/ajax/event/edit.form.php +++ b/ajax/event/edit.form.php @@ -148,6 +148,9 @@ if($data['repeating'] == 1) { $repeat['repeat'] = 'daily'; break; case 'WEEKLY': + if(array_key_exists('BYDAY', $rrulearr) === false) { + $rrulearr['BYDAY'] = ''; + } if($rrulearr['INTERVAL'] % 2 == 0) { $repeat['repeat'] = 'biweekly'; $rrulearr['INTERVAL'] = $rrulearr['INTERVAL'] / 2; @@ -252,6 +255,9 @@ $tmpl->assign('description', $description); $tmpl->assign('repeat', $repeat['repeat']); if($repeat['repeat'] != 'doesnotrepeat') { + if(array_key_exists('weekofmonth', $repeat) === false) { + $repeat['weekofmonth'] = 1; + } $tmpl->assign('repeat_month', isset($repeat['month']) ? $repeat['month'] : 'monthday'); $tmpl->assign('repeat_weekdays', isset($repeat['weekdays']) ? $repeat['weekdays'] : array()); $tmpl->assign('repeat_interval', isset($repeat['interval']) ? $repeat['interval'] : '1'); diff --git a/lib/object.php b/lib/object.php index 69459f9c..9b51d12a 100644 --- a/lib/object.php +++ b/lib/object.php @@ -277,8 +277,6 @@ class OC_Calendar_Object{ OCP\Util::emitHook('OC_Calendar', 'deleteEvent', $id); - OC_Calendar_App::getVCategories()->purgeObject($id); - return true; } From f3575430406a94798e22f6360c7dc44347d7c7fb Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 12 Sep 2013 20:30:03 +0100 Subject: [PATCH 31/38] Don't change timezone of datetime-objects with datetype local --- lib/object.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/object.php b/lib/object.php index 9b51d12a..372bbf7a 100644 --- a/lib/object.php +++ b/lib/object.php @@ -1111,8 +1111,10 @@ class OC_Calendar_Object{ } $return['end'] = $end_dt->format('Y-m-d'); }else{ - $start_dt->setTimezone(new DateTimeZone($tz)); - $end_dt->setTimezone(new DateTimeZone($tz)); + if($dtstart->getDateType() !== Sabre\VObject\Property\DateTime::LOCAL) { + $start_dt->setTimezone(new DateTimeZone($tz)); + $end_dt->setTimezone(new DateTimeZone($tz)); + } $return['start'] = $start_dt->format('Y-m-d H:i:s'); $return['end'] = $end_dt->format('Y-m-d H:i:s'); } From a4109ba969604447ec95de6ff3a52e6e04f2d271 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sat, 28 Sep 2013 14:06:14 +0200 Subject: [PATCH 32/38] improve readability of calendar settings --- css/style.css | 4 ++++ templates/settings.php | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 5789b982..d5cc0dbc 100644 --- a/css/style.css +++ b/css/style.css @@ -144,3 +144,7 @@ margin-bottom:4px; .ui-timepicker-hour-cell *, .ui-timepicker-minute-cell *{ text-overflow: clip !important; } + +.link{ + color:#148cf6; +} \ No newline at end of file diff --git a/templates/settings.php b/templates/settings.php index 0391470f..1000690c 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -84,12 +84,12 @@

t('URLs')); ?>

- t('Calendar CalDAV syncing addresses')); ?> (t('more info')); ?>) + t('Calendar CalDAV syncing addresses')); ?> (t('more info')); ?>)
t('Primary address (Kontact et al)')); ?>
-
+
t('iOS/OS X')); ?>
-
principals//
+
t('Read only iCalendar link(s)')); ?>
-
+
From b8799bd4661a6a5a30faff03f518e8355110df9d Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 29 Sep 2013 00:01:06 -0400 Subject: [PATCH 33/38] [tx-robot] updated from transifex --- l10n/ach/calendar.po | 180 +++++++++++++++---------------- l10n/af_ZA/calendar.po | 202 +++++++++++++++++----------------- l10n/ar.php | 1 - l10n/ar/calendar.po | 182 +++++++++++++++---------------- l10n/be/calendar.po | 210 ++++++++++++++++++------------------ l10n/bg_BG/calendar.po | 182 +++++++++++++++---------------- l10n/bn_BD.php | 1 - l10n/bn_BD/calendar.po | 182 +++++++++++++++---------------- l10n/bs/calendar.po | 180 +++++++++++++++---------------- l10n/ca.php | 1 - l10n/ca/calendar.po | 182 +++++++++++++++---------------- l10n/cs_CZ.php | 1 - l10n/cs_CZ/calendar.po | 184 +++++++++++++++---------------- l10n/cy_GB.php | 1 - l10n/cy_GB/calendar.po | 184 +++++++++++++++---------------- l10n/da.php | 1 - l10n/da/calendar.po | 182 +++++++++++++++---------------- l10n/de.php | 1 - l10n/de/calendar.po | 182 +++++++++++++++---------------- l10n/de_AT/calendar.po | 202 +++++++++++++++++----------------- l10n/de_CH.php | 1 - l10n/de_CH/calendar.po | 184 +++++++++++++++---------------- l10n/de_DE.php | 1 - l10n/de_DE/calendar.po | 182 +++++++++++++++---------------- l10n/el.php | 1 - l10n/el/calendar.po | 182 +++++++++++++++---------------- l10n/en@pirate/calendar.po | 182 +++++++++++++++---------------- l10n/en_GB.php | 1 - l10n/en_GB/calendar.po | 184 +++++++++++++++---------------- l10n/eo.php | 1 - l10n/eo/calendar.po | 184 +++++++++++++++---------------- l10n/es.php | 1 - l10n/es/calendar.po | 184 +++++++++++++++---------------- l10n/es_AR.php | 1 - l10n/es_AR/calendar.po | 182 +++++++++++++++---------------- l10n/es_MX/calendar.po | 180 +++++++++++++++---------------- l10n/et_EE.php | 1 - l10n/et_EE/calendar.po | 184 +++++++++++++++---------------- l10n/eu.php | 1 - l10n/eu/calendar.po | 182 +++++++++++++++---------------- l10n/fa.php | 1 - l10n/fa/calendar.po | 182 +++++++++++++++---------------- l10n/fi_FI.php | 1 - l10n/fi_FI/calendar.po | 184 +++++++++++++++---------------- l10n/fr.php | 1 - l10n/fr/calendar.po | 184 +++++++++++++++---------------- l10n/gl.php | 1 - l10n/gl/calendar.po | 182 +++++++++++++++---------------- l10n/he.php | 1 - l10n/he/calendar.po | 182 +++++++++++++++---------------- l10n/hi/calendar.po | 180 +++++++++++++++---------------- l10n/hr.php | 1 - l10n/hr/calendar.po | 182 +++++++++++++++---------------- l10n/hu_HU.php | 1 - l10n/hu_HU/calendar.po | 182 +++++++++++++++---------------- l10n/hy/calendar.po | 180 +++++++++++++++---------------- l10n/ia/calendar.po | 180 +++++++++++++++---------------- l10n/id.php | 1 - l10n/id/calendar.po | 182 +++++++++++++++---------------- l10n/is/calendar.po | 182 +++++++++++++++---------------- l10n/it.php | 1 - l10n/it/calendar.po | 184 +++++++++++++++---------------- l10n/ja_JP.php | 1 - l10n/ja_JP/calendar.po | 182 +++++++++++++++---------------- l10n/ka/calendar.po | 180 +++++++++++++++---------------- l10n/ka_GE.php | 1 - l10n/ka_GE/calendar.po | 182 +++++++++++++++---------------- l10n/km/calendar.po | 180 +++++++++++++++---------------- l10n/kn/calendar.po | 210 ++++++++++++++++++------------------ l10n/ko.php | 1 - l10n/ko/calendar.po | 184 +++++++++++++++---------------- l10n/ku_IQ/calendar.po | 182 +++++++++++++++---------------- l10n/lb.php | 1 - l10n/lb/calendar.po | 184 +++++++++++++++---------------- l10n/lt_LT.php | 1 - l10n/lt_LT/calendar.po | 184 +++++++++++++++---------------- l10n/lv.php | 1 - l10n/lv/calendar.po | 182 +++++++++++++++---------------- l10n/mk.php | 1 - l10n/mk/calendar.po | 182 +++++++++++++++---------------- l10n/ml_IN/calendar.po | 204 +++++++++++++++++------------------ l10n/ms_MY.php | 1 - l10n/ms_MY/calendar.po | 184 +++++++++++++++---------------- l10n/my_MM/calendar.po | 180 +++++++++++++++---------------- l10n/nb_NO.php | 1 - l10n/nb_NO/calendar.po | 184 +++++++++++++++---------------- l10n/ne/calendar.po | 210 ++++++++++++++++++------------------ l10n/nl.php | 1 - l10n/nl/calendar.po | 182 +++++++++++++++---------------- l10n/nn_NO.php | 1 - l10n/nn_NO/calendar.po | 184 +++++++++++++++---------------- l10n/nqo/calendar.po | 180 +++++++++++++++---------------- l10n/oc.php | 1 - l10n/oc/calendar.po | 182 +++++++++++++++---------------- l10n/pa/calendar.po | 180 +++++++++++++++---------------- l10n/pl.php | 1 - l10n/pl/calendar.po | 182 +++++++++++++++---------------- l10n/pt_BR.php | 1 - l10n/pt_BR/calendar.po | 182 +++++++++++++++---------------- l10n/pt_PT.php | 1 - l10n/pt_PT/calendar.po | 182 +++++++++++++++---------------- l10n/ro.php | 1 - l10n/ro/calendar.po | 182 +++++++++++++++---------------- l10n/ru.php | 1 - l10n/ru/calendar.po | 182 +++++++++++++++---------------- l10n/si_LK.php | 1 - l10n/si_LK/calendar.po | 182 +++++++++++++++---------------- l10n/sk/calendar.po | 210 ++++++++++++++++++------------------ l10n/sk_SK.php | 1 - l10n/sk_SK/calendar.po | 182 +++++++++++++++---------------- l10n/sl.php | 1 - l10n/sl/calendar.po | 184 +++++++++++++++---------------- l10n/sq/calendar.po | 182 +++++++++++++++---------------- l10n/sr.php | 1 - l10n/sr/calendar.po | 182 +++++++++++++++---------------- l10n/sr@latin/calendar.po | 180 +++++++++++++++---------------- l10n/sv.php | 1 - l10n/sv/calendar.po | 182 +++++++++++++++---------------- l10n/sw_KE/calendar.po | 210 ++++++++++++++++++------------------ l10n/ta_LK.php | 1 - l10n/ta_LK/calendar.po | 182 +++++++++++++++---------------- l10n/te/calendar.po | 180 +++++++++++++++---------------- l10n/templates/calendar.pot | 180 +++++++++++++++---------------- l10n/th_TH.php | 1 - l10n/th_TH/calendar.po | 182 +++++++++++++++---------------- l10n/tr.php | 1 - l10n/tr/calendar.po | 182 +++++++++++++++---------------- l10n/ug.php | 1 - l10n/ug/calendar.po | 184 +++++++++++++++---------------- l10n/uk.php | 1 - l10n/uk/calendar.po | 182 +++++++++++++++---------------- l10n/ur_PK/calendar.po | 180 +++++++++++++++---------------- l10n/vi.php | 1 - l10n/vi/calendar.po | 182 +++++++++++++++---------------- l10n/zh_CN.php | 1 - l10n/zh_CN/calendar.po | 182 +++++++++++++++---------------- l10n/zh_HK/calendar.po | 180 +++++++++++++++---------------- l10n/zh_TW.php | 1 - l10n/zh_TW/calendar.po | 184 +++++++++++++++---------------- 139 files changed, 7748 insertions(+), 7803 deletions(-) diff --git a/l10n/ach/calendar.po b/l10n/ach/calendar.po index f7789d7b..bba84a9a 100644 --- a/l10n/ach/calendar.po +++ b/l10n/ach/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-07 04:38-0400\n" -"PO-Revision-Date: 2013-09-07 07:27+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/af_ZA/calendar.po b/l10n/af_ZA/calendar.po index 2bed36b6..031e59f5 100644 --- a/l10n/af_ZA/calendar.po +++ b/l10n/af_ZA/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-31 01:47-0400\n" -"PO-Revision-Date: 2013-07-30 12:11+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -88,240 +88,240 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:68 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:70 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:72 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/ar.php b/l10n/ar.php index 9c1c2061..ce4a11e5 100644 --- a/l10n/ar.php +++ b/l10n/ar.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "ddd M/d", "MMMM yyyy" => "ddd M/d", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "الاحد", "Monday" => "الأثنين", diff --git a/l10n/ar/calendar.po b/l10n/ar/calendar.po index 07c14340..c944a6f8 100644 --- a/l10n/ar/calendar.po +++ b/l10n/ar/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -43,7 +43,7 @@ msgstr "لم يتم العثور على احداث" msgid "Wrong calendar" msgstr "جدول زمني خاطئ" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "ليس لديك الصلاحية لتعديل هذا التقويم." @@ -77,7 +77,7 @@ msgstr "تم تغيير المنطقة الزمنية" msgid "Invalid request" msgstr "طلب غير مفهوم" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "الجدول الزمني" @@ -131,203 +131,203 @@ msgid "MMMM yyyy" msgstr "ddd M/d" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "الاحد" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "الأثنين" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "الثلاثاء" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "الاربعاء" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "الخميس" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "الجمعه" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "السبت" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "أحد" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "أثن." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "ثلا." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "أرب." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "خمي." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "جمع." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "سبت" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "كانون الثاني" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "شباط" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "آذار" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "نيسان" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "أيار" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "حزيران" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "تموز" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "آب" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "أيلول" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "تشرين الاول" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "تشرين الثاني" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "كانون الاول" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "ك2" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "شبا." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "آذا." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "نيس." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "أيا." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "حزي." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "تمو." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "آب" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "أيل." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "ت1" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "ت2" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "ك1" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "كل اليوم " -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "جدول زمني جديد" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "خانات غير صالحة أو خالية من المعلومات" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "عنوان" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "من تاريخ" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "إلى تاريخ" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "إلى يوم" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "إلى وقت" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "هذا الحدث ينتهي قبل أن يبدأ" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "خطأ في قاعدة البيانات" @@ -411,119 +411,119 @@ msgstr "ليس لديك الصلاحية لحذف هذا التقويم." msgid "You do not have the permissions to add to this calendar." msgstr "ليس لديك الصلاحية لإضافة هذا التقويم." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "ليس لديك الصلاحية لإضافة أحداث لهذا التقويم." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "ليس لديك الصلاحية لحذف هذا الحدث." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "مشغول" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "علني" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "خاص" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "سرّي" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "لا يعاد" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "يومي" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "أسبوعي" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "كل نهاية الأسبوع" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "كل اسبوعين" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "شهري" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "سنوي" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "بتاتا" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "حسب تسلسل الحدوث" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "حسب التاريخ" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "حسب يوم الشهر" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "حسب يوم الاسبوع" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "الاحداث باسبوع الشهر" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "أول" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "ثاني" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "ثالث" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "رابع" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "خامس" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "أخير" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "حسب تاريخ الحدث" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "حسب يوم السنه" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "حسب رقم الاسبوع" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "حسب اليوم و الشهر" @@ -855,34 +855,34 @@ msgstr "12 ساعة" msgid "Start week on" msgstr "بداية الأسبوع" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "ذاكرة التخزين المؤقت" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "امسح ذاكرة التخزين المؤقت لتكرار الأحداث" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "عناوين المواقع" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "عنواين التقويم عن بعد المزامنة" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "مزيد من المعلومات" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "العنوان الرئيسي (جهات الإتصال)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "ط ن ت/ ن ت 10" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "اقرأ وصلة(ت) التقويم فقط" diff --git a/l10n/be/calendar.po b/l10n/be/calendar.po index 8c138df9..7e508f19 100644 --- a/l10n/be/calendar.po +++ b/l10n/be/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-05-25 01:47+0200\n" -"PO-Revision-Date: 2013-05-24 13:23+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -88,240 +88,240 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:67 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:69 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:71 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:216 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -389,7 +389,7 @@ msgstr "" msgid "by" msgstr "" -#: lib/app.php:466 +#: lib/app.php:467 msgid "unnamed" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -787,7 +787,7 @@ msgstr "" msgid "Shared with" msgstr "" -#: templates/part.share.php:47 templates/part.share.php:73 +#: templates/part.share.php:47 templates/part.share.php:74 msgid "Unshare" msgstr "" @@ -795,11 +795,11 @@ msgstr "" msgid "Nobody" msgstr "" -#: templates/part.share.php:56 +#: templates/part.share.php:57 msgid "Shared via calendar" msgstr "" -#: templates/part.share.php:79 +#: templates/part.share.php:80 msgid "" "NOTE: Actions on events shared via calendar will affect the entire calendar " "sharing." @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/bg_BG/calendar.po b/l10n/bg_BG/calendar.po index 06c5bfaa..d8a03798 100644 --- a/l10n/bg_BG/calendar.po +++ b/l10n/bg_BG/calendar.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Димитър Кръстев \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,7 +40,7 @@ msgstr "" msgid "Wrong calendar" msgstr "Грешен календар" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -74,7 +74,7 @@ msgstr "Часовата зона е сменена" msgid "Invalid request" msgstr "Невалидна заявка" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Календар" @@ -128,203 +128,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Неделя" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Понеделник" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Вторник" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Сряда" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Четвъртък" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Петък" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Събота" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Януари" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Февруари" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Март" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Април" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Май" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Юни" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Юли" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Август" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Септември" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Октомври" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Ноември" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Декември" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Цял ден" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Нов Календар" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Заглавие" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Начална Дата" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Начално Време" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Крайна Дата" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Крайно Време" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Събитието приключва преди да започне" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Възникна грешка с базата данни" @@ -408,119 +408,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Да не се повтаря" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Дневно" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Седмично" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Всеки делничен ден" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Двуседмично" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Месечно" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Годишно" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "никога" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "по възникване" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "по дата" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "по дата" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "по ден" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -852,34 +852,34 @@ msgstr "12ч" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "Уеб адрес" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/bn_BD.php b/l10n/bn_BD.php index 993454ce..88f39fbf 100644 --- a/l10n/bn_BD.php +++ b/l10n/bn_BD.php @@ -17,7 +17,6 @@ "ddd M/d" => "দিদিদি মা/দি", "dddd M/d" => "দিদিদিদি মা/দি", "MMMM yyyy" => "মামামামা বববব", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "মামামা দি[বববব]{ '—'[মামামা] দি বববব}", "dddd, MMM d, yyyy" => "দিদিদিদি, মামামা দি, বববব", "Sunday" => "রবিবার", "Monday" => "সোমবার", diff --git a/l10n/bn_BD/calendar.po b/l10n/bn_BD/calendar.po index 67940322..91c1043b 100644 --- a/l10n/bn_BD/calendar.po +++ b/l10n/bn_BD/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "কোন ইভেন্ট খুঁজে পাওয়া গেল msgid "Wrong calendar" msgstr "ভুল দিনপঞ্জী" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "সময় এলাকা পরিবর্তিত হয়েছে" msgid "Invalid request" msgstr "অনুরোধটি সঠিক নয়" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "দিনপঞ্জী" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "মামামামা বববব" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "মামামা দি[বববব]{ '—'[মামামা] দি বববব}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "দিদিদিদি, মামামা দি, বববব" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "রবিবার" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "সোমবার" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "মঙ্গলবার" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "বুধবার" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "বৃহস্পতিবার" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "শুক্রবার" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "শনিবার" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "রবি." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "সোম." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "মঙ্গল." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "বুধ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "বৃহঃ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "শুক্র." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "শনি." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "জানুয়ারি" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "ফেব্রুয়ারি" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "মার্চ" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "এপ্রিল" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "মে" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "জুন" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "জুলাই" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "অগাষ্ট" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "সেপ্টেম্বর" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "অক্টোবর" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "নভেম্বর" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "ডিসেম্বর" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "জানু." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "ফেব্রু." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "মার্চ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "এপ্রিল." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "মে." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "জুন." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "জুলাই." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "অগাস্ট." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "সেপ্টে." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "অক্টো." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "নভে." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "ডিসে." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "সমস্ত দিন" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "নতুন দিনপঞ্জী" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "শিরোনাম" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "শুরুর তারিখ" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "শুরুর সময়" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "সমাপ্তির তারিখ" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "সমাপ্তির সময়" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "শুরু হওয়ার পূর্বেই ইভেন্ট টি শেষ হচ্ছে" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "মনে হচ্ছে ডাটাবেজে সমস্যা আছে" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "পূনঃপূন সংঘটিত নয়" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "দৈনিক" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "সাপ্তাহিক" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "প্রতি কর্মদিবসে" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "পাক্ষিক" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "মমাসিক" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "বাৎসরিক" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "কখনোই নয়" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "সংঘটন অনুসারে" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "তারিখ অনুসারে" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "মাসিক দিন অনুসারে" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "সপ্তাহ দিন অনুসারে" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "মাসের মধ্যে ইভেন্ট সপ্তাহ" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "প্রখম" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "দ্বিতীয়" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "তৃতীয়" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "চতুর্থ" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "পঞ্চম" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "সর্বশেষ" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "ইভেন্টের দিন অনুসারে" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "বাৎসরিক দিন অনুযায়ী" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "সপ্তাহসংখ্যা অনুযায়ী" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "দিন এবং মাস অনুসারে" @@ -849,34 +849,34 @@ msgstr "১২ ঘ." msgid "Start week on" msgstr "সপ্তাহ শুরু হয়" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "ক্যাসে" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "পূনঃপূন সংঘটিত ইভেন্টের জন্য ক্যাসে পরিষ্কার কর" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL গুলো" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "দিনপঞ্জী CalDAV সমলয় ঠিকানাসমূহ" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "আরও তথ্য" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "প্রাথমিক ঠিকানা (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "শুধুমাত্র পঠনযোগ্য iCalendar লিংক" diff --git a/l10n/bs/calendar.po b/l10n/bs/calendar.po index 0f3f7fca..44f411fa 100644 --- a/l10n/bs/calendar.po +++ b/l10n/bs/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/ca.php b/l10n/ca.php index fc8c6e38..c6bfb3ac 100644 --- a/l10n/ca.php +++ b/l10n/ca.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d/M", "dddd M/d" => "dddd d/M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "d [MMM ][yyyy ]{'—' d MMM yyyy}", "dddd, MMM d, yyyy" => "dddd, d MMM, yyyy", "Sunday" => "Diumenge", "Monday" => "Dilluns", diff --git a/l10n/ca/calendar.po b/l10n/ca/calendar.po index b117e9f2..202906fa 100644 --- a/l10n/ca/calendar.po +++ b/l10n/ca/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "No s'han trobat events." msgid "Wrong calendar" msgstr "Calendari erroni" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "No teniu permisos per editar aquest esdeveniment." @@ -75,7 +75,7 @@ msgstr "La zona horària ha canviat" msgid "Invalid request" msgstr "Sol·licitud no vàlida" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendari" @@ -129,203 +129,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "d [MMM ][yyyy ]{'—' d MMM yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d MMM, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Diumenge" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Dilluns" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Dimarts" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Dimecres" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Dijous" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Divendres" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Dissabte" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dg." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Dl." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Dm." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Dc." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Dj." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Dv." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Ds." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Gener" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Febrer" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Març" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Abril" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maig" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juny" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juliol" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Agost" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Setembre" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Octubre" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembre" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Desembre" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Gen." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Febr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Març" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Abr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Maig" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Juny" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Ag." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Set." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Oct." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Des." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Tot el dia" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Calendari nou" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Falten camps o no són vàlids" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Títol" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Des de la data" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Des de l'hora" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Fins a la data" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Fins a l'hora" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "L'esdeveniment acaba abans que comenci" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Hi ha un error de base de dades" @@ -409,119 +409,119 @@ msgstr "No teniu permisos per eliminar aquest calendari." msgid "You do not have the permissions to add to this calendar." msgstr "No teniu permisos per afegir en aquest calendari." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "No teniu permisos per afegir esdeveniments en aquest calendari." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "No teniu permisos per eliminar aquest esdeveniment." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Ocupat" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Públic" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidencial" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "No es repeteix" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Diari" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Mensual" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Cada setmana" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Bisetmanalment" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mensualment" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Cada any" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "mai" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "per aparicions" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "per data" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "per dia del mes" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "per dia de la setmana" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "esdeveniments la setmana del mes" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "primer" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "segon" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tercer" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "quart" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "cinquè" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "últim" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "per data d'esdeveniments" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "per ahir(s)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "per número(s) de la setmana" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "per dia del mes" @@ -853,34 +853,34 @@ msgstr "12h" msgid "Start week on" msgstr "Comença la setmana en " -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Memòria de cau" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Neteja la memòria de cau pels esdeveniments amb repetició" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Adreça de sincronització del calendari CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "més informació" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Adreça primària (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "IOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Enllaç(os) iCalendar només de lectura" diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php index 44779bca..4bfeef47 100644 --- a/l10n/cs_CZ.php +++ b/l10n/cs_CZ.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "d. MMM[ yyyy]{ '—' d.[ MMM] yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Neděle", "Monday" => "Pondělí", diff --git a/l10n/cs_CZ/calendar.po b/l10n/cs_CZ/calendar.po index 9087f4a1..ff864b89 100644 --- a/l10n/cs_CZ/calendar.po +++ b/l10n/cs_CZ/calendar.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: pstast \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,7 +42,7 @@ msgstr "Žádné události nenalezeny." msgid "Wrong calendar" msgstr "Nesprávný kalendář" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Nemáte práva upravovat tuto událost." @@ -76,7 +76,7 @@ msgstr "Časové pásmo bylo změněno" msgid "Invalid request" msgstr "Neplatný požadavek" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendář" @@ -130,203 +130,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "d. MMM[ yyyy]{ '—' d.[ MMM] yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Neděle" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Pondělí" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Úterý" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Středa" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Čtvrtek" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Pátek" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sobota" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Ne" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Po" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Út" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "St" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Čt" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Pá" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "So" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Leden" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Únor" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Březen" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Duben" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Květen" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Červen" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Červenec" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Srpen" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Září" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Říjen" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Listopad" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Prosinec" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "leden" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "únor" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "březen" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "duben" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "květen" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "červen" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "červenec" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "srpen" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "září" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "říjen" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "listopad" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "prosinec" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Celý den" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nový kalendář" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Chybějící nebo neplatná pole" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Název" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Od data" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Od" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Do data" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Do" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Událost končí před svým zahájením" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Chyba v databázi" @@ -410,119 +410,119 @@ msgstr "Nemáte práva pro smazání tohoto kalendáře." msgid "You do not have the permissions to add to this calendar." msgstr "Nemáte práva pro přidání do tohoto kalendáře." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Nemáte práva pro přidání událostí do tohoto kalendáře." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Nemáte práva smazat tuto událost." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Zaneprázdněná" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Veřejná" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Soukromá" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Důvěrná" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Neopakuje se" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Denně" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Týdně" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Každý všední den" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Jednou za dva týdny" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Měsíčně" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Ročně" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nikdy" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "podle výskytu" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "podle data" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "podle dne v měsíci" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "podle dne v týdnu" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "týdenní události v měsíci" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "první" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "druhý" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "třetí" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "čtvrtý" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "pátý" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "poslední" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "podle data události" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "po dni (dnech)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "podle čísel týdnů" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "podle dne a měsíce" @@ -854,34 +854,34 @@ msgstr "12h" msgid "Start week on" msgstr "Týden začíná v" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Vyrovnávací paměť" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Vymazat paměť pro opakující se události" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Kalendář CalDAV synchronizuje adresy" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "podrobnosti" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primární adresa (veřejná)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Odkaz(y) kalendáře pouze pro čtení" diff --git a/l10n/cy_GB.php b/l10n/cy_GB.php index 05ede3f9..7a03cbdd 100644 --- a/l10n/cy_GB.php +++ b/l10n/cy_GB.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Sul", "Monday" => "Llun", diff --git a/l10n/cy_GB/calendar.po b/l10n/cy_GB/calendar.po index 1e49373e..f4c2c324 100644 --- a/l10n/cy_GB/calendar.po +++ b/l10n/cy_GB/calendar.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: ubuntucymraeg \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +38,7 @@ msgstr "Heb ganfod digwyddiadau." msgid "Wrong calendar" msgstr "Calendr anghywir" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Nid oes gennych ganiatâd i olygu'r digwyddiad hwn." @@ -72,7 +72,7 @@ msgstr "Newidiwyd cylchfa amser" msgid "Invalid request" msgstr "Cais annilys" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendr" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Sul" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Llun" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Mawrth" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Mercher" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Iau" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Gwener" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sadwrn" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Sul." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Llun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Maw." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mer." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Iau." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Gwe." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sad." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Ionawr" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Chwefror" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mawrth" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Ebrill" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Mehefin" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Gorffennaf" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Awst" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Medi" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Hydref" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Tachwedd" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Rhagfyr" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Ion." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Chwe." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Maw." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Ebr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Meh." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Gor." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aws." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Med." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Hyd." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Tach." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Rhag." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Drwy'r dydd" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Calendr Newydd" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Meysydd gwag neu annilys" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Teitl" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Dyddiad cychwyn" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Amser cychwyn" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Dyddiad gorffen" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Amser gorffen" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Mae'r digwyddiad yn gorffen cyn iddo gychwyn" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Methiant gyda'r gronfa ddata" @@ -406,119 +406,119 @@ msgstr "Nid oes gennych ganiatâd i ddileu'r calendr hwn." msgid "You do not have the permissions to add to this calendar." msgstr "Nid oes gennych ganiatâd i ychwanegu at y calendr hwn." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Nid oes gennych ganiatâd i ychwanegu digwyddiadau i'r calendr hwn." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Nid oes gennych ganiatâd i ddileu'r digwyddiad hwn." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Prysur" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Cyhoeddus" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Preifat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Cyfrinachol" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Ddim yn ailadrodd" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Dyddiol" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Wythnosol" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Bod dydd o'r wythnos" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Eil-wythnosol" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Misol" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Blynyddol" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "byth" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "yn ôl digwyddiadau" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "yn ôl dyddiad" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "yn ôl diwrnod o'r mis" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "yn ôl diwrnod o'r wythnos" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "digwyddiadau wythnos o'r mis" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "cyntaf" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "ail" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "trydydd" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "pedwerydd" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "pumed" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "olaf" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "yn ôl dyddiad digwyddiadau" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "yn ôl diwrnodau'r flwyddyn" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "yn ôl rhif yr wythnos" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "yn ôl dydd a mis" @@ -850,34 +850,34 @@ msgstr "12a" msgid "Start week on" msgstr "Wythnos yn dechrau ar" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Storfa" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Clirio'r storfa ar gyfer digwyddiadau sy'n ailadrodd" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Cyfeiriadau cydweddu CalDAV calendr" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "mwy o wybodaeth" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Prif gyfeiriad (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Dolen(ni) darllen yn unig iCalendar" diff --git a/l10n/da.php b/l10n/da.php index 675cc0bd..a9391d53 100644 --- a/l10n/da.php +++ b/l10n/da.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Søndag", "Monday" => "Mandag", diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po index faf758bc..744d1044 100644 --- a/l10n/da/calendar.po +++ b/l10n/da/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -48,7 +48,7 @@ msgstr "Der blev ikke fundet nogen begivenheder." msgid "Wrong calendar" msgstr "Forkert kalender" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Du har ikke rettigheder til at redigere denne begivenhed." @@ -82,7 +82,7 @@ msgstr "Tidszone ændret" msgid "Invalid request" msgstr "Ugyldig forespørgsel" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalender" @@ -136,203 +136,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Søndag" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Mandag" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Tirsdag" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Onsdag" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Torsdag" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Fredag" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Lørdag" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Søn." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Man." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Tir." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Ons." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Tor." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fre." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Lør." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Marts" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maj" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "December" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Maj" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Hele dagen" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Ny kalender" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Manglende eller ugyldige felter" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titel" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Fra dato" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Fra tidspunkt" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Til dato" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Til tidspunkt" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Begivenheden slutter, inden den begynder" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Der var en fejl i databasen" @@ -416,119 +416,119 @@ msgstr "Du har ikke rettigheder til at slette denne kalender." msgid "You do not have the permissions to add to this calendar." msgstr "Du har ikke rettigheder til at tilføje til denne kalender." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Du har ikke rettigheder til at tilføje begivenheder til denne kalender." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Du har ikke rettigheder til at slette denne begivenhed." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Optaget" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Offentlig" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Fortrolig" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Gentages ikke" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Dagligt" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Ugentligt" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Alle hverdage" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Hver anden uge" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Månedligt" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Årligt" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "aldrig" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "efter forekomster" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "efter dato" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "efter dag i måneden" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "efter ugedag" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "begivenhedens uge i måneden" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "første" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "anden" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tredje" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "fjerde" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "femte" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "sidste" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "efter begivenheders dato" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "efter dag(e) i året" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "efter ugenummer/-numre" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "efter dag og måned" @@ -860,34 +860,34 @@ msgstr "12T" msgid "Start week on" msgstr "Start ugen med" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Ryd cache for gentagende begivenheder" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Adresser til kalendersynkronisering over CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "flere oplysninger" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primær adresse (Kontakt o.a.)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Skrivebeskyttet iCalendar-link(s)" diff --git a/l10n/de.php b/l10n/de.php index 4af73048..2526cd55 100644 --- a/l10n/de.php +++ b/l10n/de.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d.M", "dddd M/d" => "dddd d.M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, d. MMM yyyy", "Sunday" => "Sonntag", "Monday" => "Montag", diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po index 642a9029..2fc68a5f 100644 --- a/l10n/de/calendar.po +++ b/l10n/de/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -53,7 +53,7 @@ msgstr "Keine Termine gefunden." msgid "Wrong calendar" msgstr "Falscher Kalender" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Du besitzt nicht die Berechtigung, diese Veranstaltung zu bearbeiten." @@ -87,7 +87,7 @@ msgstr "Zeitzone geändert" msgid "Invalid request" msgstr "Fehlerhafte Anfrage" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalender" @@ -141,203 +141,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d. MMM yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Sonntag" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Montag" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Dienstag" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Mittwoch" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Donnerstag" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Freitag" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Samstag" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "So" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Mo" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Di" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mi" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Do" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fr" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sa" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "März" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Dezember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mär." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dez." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Ganztägig" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Neuer Kalender" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Fehlende oder ungültige Felder" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titel" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Startdatum" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Startzeit" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Enddatum" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Endzeit" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Der Termin endet, bevor er angefangen hat." -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Es ist ein Datenbankfehler aufgetreten" @@ -421,119 +421,119 @@ msgstr "Du besitzt nicht die Berechtigung, diesen Kalender zu löschen." msgid "You do not have the permissions to add to this calendar." msgstr "Du besitzt nicht die Berechtigung, diesem Kalender etwas hinzuzufügen." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Du besitzt nicht die Berechtigung, diesem Kalender eine Veranstaltung hinzuzufügen." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Du besitzt nicht die Berechtigung, diese Veranstaltung zu löschen." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Beschäftigt" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Öffentlich" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Vertraulich" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "einmalig" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "täglich" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "wöchentlich" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "jeden Wochentag" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "jede zweite Woche" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "monatlich" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "jährlich" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "niemals" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "nach Terminen" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "nach Datum" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "an einem Monatstag" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "an einem Wochentag" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "Woche des Monats des Termins" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "erste" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "zweite" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "dritte" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "vierte" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "fünfte" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "letzte" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "nach Datum des Termins" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "nach Tag des Jahres" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "nach Wochennummer" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "nach Tag und Monat" @@ -865,34 +865,34 @@ msgstr "12 Stunden" msgid "Start week on" msgstr "Erster Wochentag" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Zwischenspeicher" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Lösche den Zwischenspeicher für wiederholende Veranstaltungen" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV-Kalender gleicht Adressen ab" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "weitere Informationen" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primäre Adresse (Kontakt u.a.)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Nur lesende(r) iCalender-Link(s)" diff --git a/l10n/de_AT/calendar.po b/l10n/de_AT/calendar.po index bb3f661a..51ee09b4 100644 --- a/l10n/de_AT/calendar.po +++ b/l10n/de_AT/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-07 08:57-0400\n" -"PO-Revision-Date: 2013-08-07 09:02+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -88,240 +88,240 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:68 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:70 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:72 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/de_CH.php b/l10n/de_CH.php index 424416c6..23e5bded 100644 --- a/l10n/de_CH.php +++ b/l10n/de_CH.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d.M", "dddd M/d" => "dddd d.M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, d. MMM yyyy", "Sunday" => "Sonntag", "Monday" => "Montag", diff --git a/l10n/de_CH/calendar.po b/l10n/de_CH/calendar.po index ddb79bae..c45a6cfc 100644 --- a/l10n/de_CH/calendar.po +++ b/l10n/de_CH/calendar.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: FlorianScholz \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -47,7 +47,7 @@ msgstr "Keine Termine gefunden." msgid "Wrong calendar" msgstr "Falscher Kalender" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Sie besitzen nicht die Berechtigung, diese Veranstaltung zu bearbeiten." @@ -81,7 +81,7 @@ msgstr "Zeitzone geändert" msgid "Invalid request" msgstr "Fehlerhafte Anfrage" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalender" @@ -135,203 +135,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d. MMM yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Sonntag" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Montag" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Dienstag" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Mittwoch" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Donnerstag" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Freitag" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Samstag" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "So" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Mo" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Di" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mi" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Do" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fr" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sa" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "März" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Dezember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mär." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dez." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Ganztägig" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Neuer Kalender" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Fehlende oder ungültige Felder" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titel" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Startdatum" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Startzeit" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Enddatum" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Endzeit" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Der Termin endet, bevor er angefangen hat." -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Es ist ein Datenbankfehler aufgetreten" @@ -415,119 +415,119 @@ msgstr "Sie besitzen nicht die Berechtigung, diesen Kalender zu löschen." msgid "You do not have the permissions to add to this calendar." msgstr "Sie besitzen nicht die Berechtigung, diesem Kalender etwas hinzuzufügen." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Sie besitzen nicht die Berechtigung, diesem Kalender eine Veranstaltung hinzuzufügen." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Sie besitzen nicht die Berechtigung, diese Veranstaltung zu löschen." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Nicht verfügbar" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Öffentlich" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Vertraulich" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "einmalig" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "täglich" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "wöchentlich" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "jeden Wochentag" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "jede zweite Woche" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "monatlich" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "jährlich" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "niemals" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "nach Terminen" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "nach Datum" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "an einem Monatstag" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "an einem Wochentag" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "Woche des Monats des Termins" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "erste" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "zweite" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "dritte" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "vierte" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "fünfte" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "letzte" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "nach Datum des Termins" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "nach Tag des Jahres" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "nach Wochennummer" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "nach Tag und Monat" @@ -859,34 +859,34 @@ msgstr "12 Stunden" msgid "Start week on" msgstr "Erster Wochentag" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Zwischenspeicher" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Lösche den Zwischenspeicher für wiederholende Veranstaltungen" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV-Kalender gleicht Adressen ab" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "weitere Informationen" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primäre Adresse (Kontakt u.a.)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Nur lesende(r) iCalender-Link(s)" diff --git a/l10n/de_DE.php b/l10n/de_DE.php index ff4231ad..0aff98cd 100644 --- a/l10n/de_DE.php +++ b/l10n/de_DE.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d.M", "dddd M/d" => "dddd d.M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, d. MMM yyyy", "Sunday" => "Sonntag", "Monday" => "Montag", diff --git a/l10n/de_DE/calendar.po b/l10n/de_DE/calendar.po index 3f78ccc3..1b8ac368 100644 --- a/l10n/de_DE/calendar.po +++ b/l10n/de_DE/calendar.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" @@ -53,7 +53,7 @@ msgstr "Keine Termine gefunden." msgid "Wrong calendar" msgstr "Falscher Kalender" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Sie besitzen nicht die Berechtigung, diese Veranstaltung zu bearbeiten." @@ -87,7 +87,7 @@ msgstr "Zeitzone geändert" msgid "Invalid request" msgstr "Fehlerhafte Anfrage" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalender" @@ -141,203 +141,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d. MMM yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Sonntag" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Montag" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Dienstag" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Mittwoch" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Donnerstag" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Freitag" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Samstag" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "So" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Mo" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Di" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mi" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Do" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fr" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sa" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "März" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Dezember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mär." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dez." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Ganztägig" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Neuer Kalender" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Fehlende oder ungültige Felder" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titel" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Startdatum" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Startzeit" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Enddatum" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Endzeit" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Der Termin endet, bevor er angefangen hat." -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Es ist ein Datenbankfehler aufgetreten" @@ -421,119 +421,119 @@ msgstr "Sie besitzen nicht die Berechtigung, diesen Kalender zu löschen." msgid "You do not have the permissions to add to this calendar." msgstr "Sie besitzen nicht die Berechtigung, diesem Kalender etwas hinzuzufügen." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Sie besitzen nicht die Berechtigung, diesem Kalender eine Veranstaltung hinzuzufügen." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Sie besitzen nicht die Berechtigung, diese Veranstaltung zu löschen." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Nicht verfügbar" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Öffentlich" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Vertraulich" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "einmalig" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "täglich" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "wöchentlich" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "jeden Wochentag" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "jede zweite Woche" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "monatlich" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "jährlich" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "niemals" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "nach Terminen" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "nach Datum" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "an einem Monatstag" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "an einem Wochentag" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "Woche des Monats des Termins" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "erste" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "zweite" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "dritte" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "vierte" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "fünfte" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "letzte" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "nach Datum des Termins" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "nach Tag des Jahres" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "nach Wochennummer" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "nach Tag und Monat" @@ -865,34 +865,34 @@ msgstr "12 Stunden" msgid "Start week on" msgstr "Erster Wochentag" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Zwischenspeicher" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Lösche den Zwischenspeicher für wiederholende Veranstaltungen" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV-Kalender gleicht Adressen ab" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "weitere Informationen" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primäre Adresse (Kontakt u.a.)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Nur lesende(r) iCalender-Link(s)" diff --git a/l10n/el.php b/l10n/el.php index c23bfc3c..e1a243a5 100644 --- a/l10n/el.php +++ b/l10n/el.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Κυριακή", "Monday" => "Δευτέρα", diff --git a/l10n/el/calendar.po b/l10n/el/calendar.po index 1d3f3b8c..9ea2eaa5 100644 --- a/l10n/el/calendar.po +++ b/l10n/el/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "Δε βρέθηκαν συμβάντα." msgid "Wrong calendar" msgstr "Λάθος ημερολόγιο" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Δεν έχετε δικαιώματα να επεξεργαστείτε αυτό το συμβάν." @@ -79,7 +79,7 @@ msgstr "Η ζώνη ώρας άλλαξε" msgid "Invalid request" msgstr "Μη έγκυρο αίτημα" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Ημερολόγιο" @@ -133,203 +133,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Κυριακή" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Δευτέρα" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Τρίτη" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Τετάρτη" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Πέμπτη" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Παρασκευή" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Σάββατο" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Κυρ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Δευ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Τρί." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Τετ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Πέμ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Παρ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Σάβ." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Ιανουάριος" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Φεβρουάριος" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Μάρτιος" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Απρίλιος" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Μάϊος" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Ιούνιος" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Ιούλιος" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Αύγουστος" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Σεπτέμβριος" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Οκτώβριος" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Νοέμβριος" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Δεκέμβριος" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Ιαν." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Φεβ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Μάρ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Απρ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Μαΐ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Ιούν." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Ιούλ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Αύγ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Σεπ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Οκτ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Νοέ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Δεκ." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Ολοήμερο" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Νέα Ημερολόγιο" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Κενά ή μη έγκυρα πεδία" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Τίτλος" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Από Ημερομηνία" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Από Ώρα" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Έως Ημερομηνία" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Έως Ώρα" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Το συμβάν ολοκληρώνεται πριν από την έναρξή του" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Υπήρξε σφάλμα στη βάση δεδομένων" @@ -413,119 +413,119 @@ msgstr "Δεν έχετε δικαιώματα να διαγράψετε αυτ msgid "You do not have the permissions to add to this calendar." msgstr "Δεν έχετε δικαιώματα να προσθέσετε σε αυτό το ημερολόγιο." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Δεν έχετε δικαιώματα να προσθέστε συμβάντα σε αυτό το ημερολόγιο." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Δεν έχετε δικαιώματα να διαγράψετε αυτό το συμβάν." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Απασχολημένος" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Δημόσιο" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Ιδιωτικό" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Εμπιστευτικό" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Μη επαναλαμβανόμενο" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Καθημερινά" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Εβδομαδιαία" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Κάθε μέρα" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Δύο φορές την εβδομάδα" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Μηνιαία" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Ετήσια" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "ποτέ" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "κατά συχνότητα πρόσβασης" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "κατά ημερομηνία" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "κατά ημέρα" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "κατά εβδομάδα" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "συμβάντα της εβδομάδας του μήνα" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "πρώτο" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "δεύτερο" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "τρίτο" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "τέταρτο" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "πέμπτο" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "τελευταίο" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "κατά ημερομηνία συμβάντων" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "κατά ημέρα(ες) του έτους" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "κατά εβδομάδα(ες)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "κατά ημέρα και μήνα" @@ -857,34 +857,34 @@ msgstr "12ω" msgid "Start week on" msgstr "Πρώτη μέρα της εβδομάδας" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Εκκαθάριση λανθάνουσας μνήμης για επανάληψη συμβάντων" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Διευθύνσεις συγχρονισμού ημερολογίου CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "περισσότερες πλροφορίες" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Κύρια Διεύθυνση(Επαφή και άλλα)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr " iCalendar link(s) μόνο για ανάγνωση" diff --git a/l10n/en@pirate/calendar.po b/l10n/en@pirate/calendar.po index ec036ead..36e9b245 100644 --- a/l10n/en@pirate/calendar.po +++ b/l10n/en@pirate/calendar.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2011-09-03 16:52+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Title" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/en_GB.php b/l10n/en_GB.php index 919aaee6..847aa2b4 100644 --- a/l10n/en_GB.php +++ b/l10n/en_GB.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Sunday", "Monday" => "Monday", diff --git a/l10n/en_GB/calendar.po b/l10n/en_GB/calendar.po index 22a199bc..9cb54599 100644 --- a/l10n/en_GB/calendar.po +++ b/l10n/en_GB/calendar.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: mnestis \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +38,7 @@ msgstr "No events found." msgid "Wrong calendar" msgstr "Wrong calendar" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "You do not have the permissions to edit this event." @@ -72,7 +72,7 @@ msgstr "Timezone changed" msgid "Invalid request" msgstr "Invalid request" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendar" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Sunday" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Monday" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Tuesday" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Wednesday" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Thursday" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Friday" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Saturday" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Sun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Mon." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Tue." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Wed." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Thu." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fri." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sat." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "January" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "February" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "March" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "May" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "June" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "July" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "October" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "December" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "May." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Oct." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "All day" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "New Calendar" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Missing or invalid fields" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Title" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "From Date" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "From Time" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "To Date" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "To Time" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "The event ends before it starts" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "There was a database failure" @@ -406,119 +406,119 @@ msgstr "You do not have the permissions to delete this calendar." msgid "You do not have the permissions to add to this calendar." msgstr "You do not have the permissions to add to this calendar." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "You do not have the permissions to add events to this calendar." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "You do not have the permissions to delete this event." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Busy" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Public" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Private" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidential" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Does not repeat" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Daily" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Weekly" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Every Weekday" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Bi-Weekly" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Monthly" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Yearly" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "never" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "by occurrences" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "by date" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "by day of month" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "by weekday" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "events week of month" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "first" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "second" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "third" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "fourth" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "fifth" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "last" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "by event's date" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "by yearday(s)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "by week number(s)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "by day and month" @@ -850,34 +850,34 @@ msgstr "12h" msgid "Start week on" msgstr "Start week on" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Clear cache for repeating events" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Calendar CalDAV syncing addresses" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "more info" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primary address (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Read only iCalendar link(s)" diff --git a/l10n/eo.php b/l10n/eo.php index 5dc69044..eff8972e 100644 --- a/l10n/eo.php +++ b/l10n/eo.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d/M", "dddd M/d" => "dddd d/M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "d MMM[ yyyy]{ '—'d[ MMM] yyyy}", "dddd, MMM d, yyyy" => "dddd, la d-a de MMM yyyy", "Sunday" => "dimanĉo", "Monday" => "lundo", diff --git a/l10n/eo/calendar.po b/l10n/eo/calendar.po index 848cf473..7385bd04 100644 --- a/l10n/eo/calendar.po +++ b/l10n/eo/calendar.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Baptiste \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,7 +40,7 @@ msgstr "Neniu okazaĵo troviĝis." msgid "Wrong calendar" msgstr "Malĝusta kalendaro" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Vi ne havas la permeson redakti ĉi tiun okazaĵon." @@ -74,7 +74,7 @@ msgstr "La horozono estas ŝanĝita" msgid "Invalid request" msgstr "Nevalida peto" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendaro" @@ -128,203 +128,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "d MMM[ yyyy]{ '—'d[ MMM] yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, la d-a de MMM yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "dimanĉo" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "lundo" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "mardo" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "merkredo" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "ĵaŭdo" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "vendredo" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "sabato" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "dim." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "lun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "mar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "mer." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "ĵaŭ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "ven." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "sab." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januaro" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februaro" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Marto" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Aprilo" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Majo" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Junio" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Julio" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Aŭgusto" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Septembro" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktobro" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembro" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Decembro" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Maj." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aŭg." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "La tuta tago" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nova kalendaro" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Estas mankantaj aŭ nevalidaj kampoj" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titolo" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "ekde la dato" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "ekde la horo" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "ĝis la dato" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "ĝis la horo" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "La okazaĵo finas antaŭ komenci" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Datumbaza malsukceso okazis" @@ -408,119 +408,119 @@ msgstr "Vi ne havas la permeson forigi ĉi tiun kalendaron." msgid "You do not have the permissions to add to this calendar." msgstr "Vi ne havas la permeson aldoni al ĉi tiu kalendaro." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Vi ne havas la permeson aldoni okazaĵojn al ĉi tiu kalendaro." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Vi ne havas la permeson forigi ĉi tiun okazaĵon." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Okupita" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publika" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privata" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Konfidenca" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Ĉi tio ne ripetiĝas" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Tage" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Semajne" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Labortage" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Semajnduope" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Monate" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Jare" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "neniam" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "laŭ aperoj" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "laŭ dato" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "laŭ monattago" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "laŭ semajntago" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "la monatsemajno de la okazaĵo" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "unua" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "dua" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tria" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "kvara" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "kvina" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "lasta" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "laŭ okazaĵdato" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "laŭ jartago(j)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "laŭ semajnnumero(j)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "laŭ tago kaj monato" @@ -852,34 +852,34 @@ msgstr "12h" msgid "Start week on" msgstr "Komenci semajnon je" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Kaŝmemoro" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Forviŝi kaŝmemoron por ripeto de okazaĵoj" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL-oj" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "sinkronigaj adresoj por CalDAV-kalendaroj" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "pli da informo" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Ĉefa adreso (Kontact kaj aliaj)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Nurlegebla(j) iCalendar-ligilo(j)" diff --git a/l10n/es.php b/l10n/es.php index 9cf8a39c..172f0e4f 100644 --- a/l10n/es.php +++ b/l10n/es.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Domingo", "Monday" => "Lunes", diff --git a/l10n/es/calendar.po b/l10n/es/calendar.po index c9fe548d..8744c340 100644 --- a/l10n/es/calendar.po +++ b/l10n/es/calendar.po @@ -21,9 +21,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Korrosivo \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -51,7 +51,7 @@ msgstr "No se encuentran eventos." msgid "Wrong calendar" msgstr "Calendario erróneo" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "No tiene los permisos para editar este evento." @@ -85,7 +85,7 @@ msgstr "Zona horaria cambiada" msgid "Invalid request" msgstr "Petición no válida" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendario" @@ -139,203 +139,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Domingo" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Lunes" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Martes" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Miércoles" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Jueves" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Viernes" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sábado" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dom." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Lun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Mar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mier." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Jue." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Vie." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sab." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Enero" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Febrero" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Marzo" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Abril" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mayo" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Junio" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Julio" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Agosto" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Septiembre" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Octubre" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Noviembre" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Diciembre" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Ene." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Abr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "May." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Ago." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Oct." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dic." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Todo el día" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nuevo calendario" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Campos inválidos o faltantes" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Título" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Desde la fecha" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Desde la hora" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Hasta la fecha" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Hasta la hora" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "El evento termina antes de comenzar" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Se produjo un error en la base de datos" @@ -419,119 +419,119 @@ msgstr "No tiene los permisos para eliminar este calendario." msgid "You do not have the permissions to add to this calendar." msgstr "No tiene los permisos para añadir a este calendario." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "No tiene los permisos para añadir eventos a este calendario." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "No tiene los permisos para eliminar este evento." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Ocupado" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publico" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privado" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidencial" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "No se repite" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Diariamente" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Semanalmente" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Todos los días laborables" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Cada 2 semanas" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mensualmente" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Anualmente" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nunca" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "por ocurrencias" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "por fecha" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "por día del mes" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "por día de la semana" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "eventos de la semana del mes" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "primero" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "segundo" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tercer" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "cuarto" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "quinto" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "último" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "por fecha de eventos" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "por día(s) del año" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "por número(s) de semana" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "por día y mes" @@ -863,34 +863,34 @@ msgstr "12h" msgid "Start week on" msgstr "Comenzar semana el" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Caché" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Limpiar caché de eventos recurrentes" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Direcciones de sincronización de calendario CalDAV:" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "Más información" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Dirección principal (Kontact y otros)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Enlace(s) iCalendar de sólo lectura" diff --git a/l10n/es_AR.php b/l10n/es_AR.php index 11042e8c..42fd59c9 100644 --- a/l10n/es_AR.php +++ b/l10n/es_AR.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Domingo", "Monday" => "Lunes", diff --git a/l10n/es_AR/calendar.po b/l10n/es_AR/calendar.po index 96348a9c..10a02925 100644 --- a/l10n/es_AR/calendar.po +++ b/l10n/es_AR/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -40,7 +40,7 @@ msgstr "No se encontraron eventos." msgid "Wrong calendar" msgstr "Calendario incorrecto" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "No tenés permisos suficientes para editar este evento." @@ -74,7 +74,7 @@ msgstr "Zona horaria cambiada" msgid "Invalid request" msgstr "Pedido no válido" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendario" @@ -128,203 +128,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Domingo" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Lunes" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Martes" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Miércoles" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Jueves" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Viernes" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sábado" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "dom." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "lun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "mar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "miér." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "jue." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "vie." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "sáb." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "enero" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "febrero" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "marzo" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "abril" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "mayo" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "junio" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "julio" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "agosto" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "septiembre" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "octubre" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "noviembre" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "diciembre" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "ene." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "abr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "may." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "ago." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "oct." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "dic." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Todo el día" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Calendario nuevo" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Campos faltantes o inválidos" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Título" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Desde la fecha" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Desde la hora" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Hasta la fecha" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Hasta la hora" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "El evento termina antes de comiezar" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Se ha producido un error en la base de datos" @@ -408,119 +408,119 @@ msgstr "No tenés permisos suficientes para eliminar este calendario." msgid "You do not have the permissions to add to this calendar." msgstr "No tenés permisos suficientes para añadir a este calendario." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "No tenés permisos suficientes para añadir eventos a este calendario." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "No tenés permisos suficientes para eliminar este evento." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Ocupado" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publico" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privado" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidencial" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "No se repite" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Diariamente" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Semanalmente" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Días laborables" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Cada 2 semanas" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mensualmente" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Anualmente" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nunca" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "por ocurrencias" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "por fecha" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "por día del mes" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "por día de la semana" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "eventos de la semana dentro del mes" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "primer" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "segundo" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tercer" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "cuarto" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "quinto" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "último" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "por fecha de los eventos" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "por día(s) del año" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "por número(s) de semana" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "por día y mes" @@ -852,34 +852,34 @@ msgstr "12h" msgid "Start week on" msgstr "La semana comienza el" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Caché" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Limpiar caché de eventos recurrentes" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Direcciones de sincronización de calendario CalDAV:" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "más información" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Dirección principal (Kontact y semejantes)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Enlace(s) iCalendar de sólo lectura" diff --git a/l10n/es_MX/calendar.po b/l10n/es_MX/calendar.po index bacf2eb6..b6dc4ab2 100644 --- a/l10n/es_MX/calendar.po +++ b/l10n/es_MX/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-07 04:38-0400\n" -"PO-Revision-Date: 2013-09-07 07:27+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/et_EE.php b/l10n/et_EE.php index 64d6c9ad..51fd6267 100644 --- a/l10n/et_EE.php +++ b/l10n/et_EE.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Pühapäev", "Monday" => "Esmaspäev", diff --git a/l10n/et_EE/calendar.po b/l10n/et_EE/calendar.po index ba8c1140..513856b7 100644 --- a/l10n/et_EE/calendar.po +++ b/l10n/et_EE/calendar.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Rivo Zängov \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +38,7 @@ msgstr "Üritusi ei leitud." msgid "Wrong calendar" msgstr "Vale kalender" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Sul pole õigusi selle ürituse muutmiseks." @@ -72,7 +72,7 @@ msgstr "Ajavöönd on muudetud" msgid "Invalid request" msgstr "Vigane päring" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalender" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Pühapäev" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Esmaspäev" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Teisipäev" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Kolmapäev" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Neljapäev" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Reede" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Laupäev" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "P" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "E" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "T" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "K" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "N" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "R" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "L" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Jaanuar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Veebruar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Märts" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Aprill" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juuni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juuli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktoober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Detsember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jaan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Veebr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mär." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sept." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dets." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Kogu päev" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Uus kalender" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Puuduvad või vigased väljad" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Pealkiri" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Alates kuupäevast" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Alates kellaajast" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Kuni kuupäevani" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Kuni kellaajani" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Üritus lõpeb enne, kui see algab" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Tekkis andmebaasi viga" @@ -406,119 +406,119 @@ msgstr "Sul pole õigusi selle kalendri kustutamiseks." msgid "You do not have the permissions to add to this calendar." msgstr "Sul pole õigusi selle kalendri lisamiseks." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Sul pole õigusi sellesse kalendrisse ürituste lisamiseks." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Sul pole õigusi selle ürituse kustutamiseks." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Hõivatud" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Avalik" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privaatne" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Konfitentsiaalne" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Ei kordu" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Iga päev" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Iga nädal" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Igal nädalapäeval" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Üle nädala" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Igal kuul" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Igal aastal" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "mitte kunagi" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "toimumiskordade järgi" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "kuupäeva järgi" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "kuu päeva järgi" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "nädalapäeva järgi" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "ürituse kuu nädal" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "esimene" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "teine" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "kolmas" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "neljas" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "viies" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "viimane" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "ürituste kuupäeva järgi" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "aasta päeva(de) järgi" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "nädala numbri(te) järgi" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "kuu ja päeva järgi" @@ -850,34 +850,34 @@ msgstr "12h" msgid "Start week on" msgstr "Nädal algab päevaga" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Puhver" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Tühjenda korduvate ürituste puhver" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL-id" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Kalendri CalDAV sünkroniseerimise aadressid" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "lisainfo" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Peamine aadress (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr " iCalendar lingid ainult loetavana" diff --git a/l10n/eu.php b/l10n/eu.php index 194b9370..89d44ebe 100644 --- a/l10n/eu.php +++ b/l10n/eu.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "yyyy MMMM", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "[ yyyy] MMM d{ '—'yyyy [ MMM] d}", "dddd, MMM d, yyyy" => "yyyy, MMM d, dddd", "Sunday" => "Igandea", "Monday" => "Astelehena", diff --git a/l10n/eu/calendar.po b/l10n/eu/calendar.po index 3f0ccca0..de79fb36 100644 --- a/l10n/eu/calendar.po +++ b/l10n/eu/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "Ez da gertaerarik aurkitu." msgid "Wrong calendar" msgstr "Egutegi okerra" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Gertaera hau editatzeko baimenik ez daukazu." @@ -75,7 +75,7 @@ msgstr "Ordu-zonaldea aldatuta" msgid "Invalid request" msgstr "Baliogabeko eskaera" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Egutegia" @@ -129,203 +129,203 @@ msgid "MMMM yyyy" msgstr "yyyy MMMM" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "[ yyyy] MMM d{ '—'yyyy [ MMM] d}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "yyyy, MMM d, dddd" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Igandea" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Astelehena" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Asteartea" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Asteazkena" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Osteguna" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Ostirala" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Larunbata" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "ig." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "al." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "ar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "az." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "og." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "ol." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "lr." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Urtarrila" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Otsaila" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Martxoa" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Apirila" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maiatza" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Ekaina" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Uztaila" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Abuztua" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Iraila" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Urria" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Azaroa" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Abendua" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "urt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "ots." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "api." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "eka." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "uzt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "abu." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "ira." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "urr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "aza." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "abe." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Egun guztia" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Egutegi berria" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Eremuak falta dira edo gaizki daude" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Izenburua" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Hasierako Data" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Hasierako Ordua" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Bukaerako Data" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Bukaerako Ordua" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Gertaera hasi baino lehen bukatzen da" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Datu-baseak huts egin du" @@ -409,119 +409,119 @@ msgstr "Egutegi hau ezabatzeko baimenik ez daukazu." msgid "You do not have the permissions to add to this calendar." msgstr "Egutegi honetan gehitzeko baimenik ez daukazu." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Egutegi honetan gertaerak gehitzeko baimenik ez daukazu." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Gertaera hau ezabatzeko baimenik ez daukazu." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Lanpetuta" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publikoa" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Pribatua" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Konfidentziala" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Ez da errepikatzen" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Egunero" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Astero" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Asteko egun guztietan" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Bi-Astero" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Hilabetero" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Urtero" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "inoiz" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "errepikapen kopuruagatik" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "dataren arabera" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "hileko egunaren arabera" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "asteko egunaren arabera" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "gertaeraren hilabeteko astea" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "lehenengoa" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "bigarrean" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "hirugarrena" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "laugarrena" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "bostgarrena" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "azkena" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "gertaeren dataren arabera" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "urteko egunaren arabera" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "aste zenbaki(ar)en arabera" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "eguna eta hilabetearen arabera" @@ -853,34 +853,34 @@ msgstr "12h" msgid "Start week on" msgstr "Astea hasteko eguna" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Ezabatu gertaera errepikakorren cachea" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLak" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Egutegiaren CalDAV sinkronizazio helbideak" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "informazio gehiago" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Helbide nagusia" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Bakarrik irakurtzeko iCalendar lotura(k)" diff --git a/l10n/fa.php b/l10n/fa.php index 73ccb477..726095b5 100644 --- a/l10n/fa.php +++ b/l10n/fa.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "DDD m[ yyyy]{ '—'[ DDD] m yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "یکشنبه", "Monday" => "دوشنبه", diff --git a/l10n/fa/calendar.po b/l10n/fa/calendar.po index 4b6b0c2d..84846a97 100644 --- a/l10n/fa/calendar.po +++ b/l10n/fa/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -39,7 +39,7 @@ msgstr "هیچ رویدادی پیدا نشد" msgid "Wrong calendar" msgstr "تقویم اشتباه" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "شما دسترسی مجاز برای اصلاح این رویداد را ندارید." @@ -73,7 +73,7 @@ msgstr "زمان محلی تغییر یافت" msgid "Invalid request" msgstr "درخواست نامعتبر" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "تقویم" @@ -127,203 +127,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "DDD m[ yyyy]{ '—'[ DDD] m yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "یکشنبه" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "دوشنبه" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "سه شنبه" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "چهارشنبه" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "پنجشنبه" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "جمعه" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "شنبه" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "یکشنبه" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "دوشنبه" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "سه شنبه" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "چهارشنبه" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "پنج شنبه" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "جمعه" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "شنبه" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "ژانویه" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "فبریه" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "مارس" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "آوریل" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "می" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "ژوءن" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "جولای" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "آگوست" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "سپتامبر" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "اکتبر" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "نوامبر" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "دسامبر" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "ژانویه" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "فوریه" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "مارچ" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "آوریل" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "می" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "ژوئن" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "جولای" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "آگوست" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "سپتامبر" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "اکتبر" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "نوامبر" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "دسامبر" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "هرروز" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "تقویم جدید" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "فیلدهای گم شده یا نامعتبر" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "عنوان" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "از تاریخ" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "از ساعت" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "به تاریخ" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "به ساعت" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "رویداد قبل از شروع شدن تمام شده!" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "یک پایگاه داده فرو مانده است" @@ -407,119 +407,119 @@ msgstr "شما دسترسی مجاز برای حذف این تقویم را ند msgid "You do not have the permissions to add to this calendar." msgstr "شما دسترسی مجاز برای ایجاد این تقویم را ندارید." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "شما دسترسی مجاز برای افزودن رویداد به این تقویم را ندارید." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "شما دسترسی مجاز برای حذف این رویداد را ندارید." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "درحال کار" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "عمومی" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "خصوصی" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "محرمانه" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "تکرار نکنید" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "روزانه" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "هفتهگی" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "هرروز هفته" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "دوهفته" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "ماهانه" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "سالانه" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "هرگز" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "به وسیله ظهور" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "به وسیله تاریخ" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "به وسیله روزهای ماه" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "به وسیله روز های هفته" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "رویداد های هفته هایی از ماه" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "اولین" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "دومین" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "سومین" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "چهارمین" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "پنجمین" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "آخرین" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "به وسیله رویداد های روزانه" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "به وسیله روز های سال(ها)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "به وسیله شماره هفته(ها)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "به وسیله روز و ماه" @@ -851,34 +851,34 @@ msgstr "12 ساعت" msgid "Start week on" msgstr "شروع هفته از" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "ذخیره ی موقتی" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "ذخیره ی موقتی برای رویدادهای تکراری پاک شود" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "آدرس ها" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "آدرس های همگام سازی تقویم CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "اطلاعات بیشتر" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "نشانی اولیه" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X " -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "اتصالات فقط خواندنی iCalendar" diff --git a/l10n/fi_FI.php b/l10n/fi_FI.php index 6c9cf2fd..e3fc2b1e 100644 --- a/l10n/fi_FI.php +++ b/l10n/fi_FI.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d.M.", "dddd M/d" => "dddd d.M.", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "d. MMMM'ta'[ yyyy]{ – d. [MMMM'ta' ]yyyy}", "dddd, MMM d, yyyy" => "dddd, d. MMMM'ta' yyyy", "Sunday" => "sunnuntai", "Monday" => "maanantai", diff --git a/l10n/fi_FI/calendar.po b/l10n/fi_FI/calendar.po index 4bf24809..ab77cbf2 100644 --- a/l10n/fi_FI/calendar.po +++ b/l10n/fi_FI/calendar.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Larso \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,7 +42,7 @@ msgstr "Tapahtumia ei löytynyt." msgid "Wrong calendar" msgstr "Väärä kalenteri" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Käyttöoikeutesi eivät riitä tämän tapahtuman muokkaukseen." @@ -76,7 +76,7 @@ msgstr "Aikavyöhyke vaihdettu" msgid "Invalid request" msgstr "Virheellinen pyyntö" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalenteri" @@ -130,203 +130,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "d. MMMM'ta'[ yyyy]{ – d. [MMMM'ta' ]yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d. MMMM'ta' yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "sunnuntai" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "maanantai" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "tiistai" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "keskiviikko" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "torstai" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "perjantai" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "lauantai" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "su" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "ma" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "ti" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "ke" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "to" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "pe" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "la" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "tammikuu" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "helmikuu" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "maaliskuu" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "huhtikuu" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "toukokuu" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "kesäkuu" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "heinäkuu" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "elokuu" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "syyskuu" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "lokakuu" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "marraskuu" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "joulukuu" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "tammi" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "helmi" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "maalis" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "huhti" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "touko" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "kesä" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "heinä" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "elo" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "syys" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "loka" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "marras" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "joulu" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Koko päivä" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Uusi kalenteri" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Puuttuvia tai virheellisiä kenttiä" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Otsikko" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Päivämäärästä" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Alkuaika" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Päivämäärään" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Loppuaika" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Tapahtuma päättyy ennen alkamistaan" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Tapahtui tietokantavirhe" @@ -410,119 +410,119 @@ msgstr "Käyttöoikeutesi eivät riitä tämän kalenterin poistamiseen." msgid "You do not have the permissions to add to this calendar." msgstr "Käyttöoikeutesi eivät riitä lisäämiseen tähän kalenteriin." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Käyttöoikeutesi eivät riitä tapahtumien lisäämiseen tähän kalenteriin." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Käyttöoikeutesi eivät riitä tämän tapahtuman poistamiseen." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Kiireinen" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Julkinen" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Yksityinen" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Luottamuksellinen" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Ei toistoa" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Päivittäin" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Viikottain" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Arkipäivisin" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Joka toinen viikko" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Kuukausittain" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Vuosittain" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "Ei koskaan" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "esiintymisten mukaan" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "päivämäärän mukaan" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "kuukaudenpäivän mukaan" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "viikonpäivän mukaan" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "tapahtumat kuukauden viikolla" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "ensimmäinen" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "toinen" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "kolmas" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "neljäs" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "viides" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "viimeinen" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "tapahtumien päivämäärän mukaan" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "vuoden päivän mukaan" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "viikkonumero(ide)n mukaan" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "päivän ja kuukauden mukaan" @@ -854,34 +854,34 @@ msgstr "12-tuntinen" msgid "Start week on" msgstr "Viikon alkamispäivä" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Välimuisti" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Tyhjennä välimuisti toistuvista tapahtumista" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Kalenterin CalDAV-synkronointiosoitteet" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "lisätietoja" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Ensisijainen osoite (Kontact ja muut vastaavat)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "iCalendar linkit, jotka ovat vain lukuoikeuksilla" diff --git a/l10n/fr.php b/l10n/fr.php index c675e743..ab56c012 100644 --- a/l10n/fr.php +++ b/l10n/fr.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d/M", "dddd M/d" => "dddd d/M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, d MMM, yyyy", "Sunday" => "Dimanche", "Monday" => "Lundi", diff --git a/l10n/fr/calendar.po b/l10n/fr/calendar.po index d3e75760..ed4da7af 100644 --- a/l10n/fr/calendar.po +++ b/l10n/fr/calendar.po @@ -20,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: plachance \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,7 +50,7 @@ msgstr "Aucun événement n'a été trouvé." msgid "Wrong calendar" msgstr "Mauvais calendrier" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Vous n'avez pas les droits suffisants pour éditer cet événement." @@ -84,7 +84,7 @@ msgstr "Fuseau horaire modifié" msgid "Invalid request" msgstr "Requête invalide" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendrier" @@ -138,203 +138,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d MMM, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Dimanche" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Lundi" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Mardi" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Mercredi" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Jeudi" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Vendredi" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Samedi" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dim." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Lun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Mar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mer." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Jeu." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Ven." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sam." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Janvier" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Février" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mars" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Avril" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juin" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juillet" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Août" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Septembre" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Octobre" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembre" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Décembre" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Fév." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mars" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Avr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Juin" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Juil." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Août" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Oct." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Déc." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Journée entière" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nouveau calendrier" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Champs manquants ou invalides" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titre" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "De la date" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "De l'heure" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "À la date" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "À l'heure" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "L'événement se termine avant qu'il ne commence" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Il y a eu un échec dans la base de données" @@ -418,119 +418,119 @@ msgstr "Vous n'avez pas les droits suffisants pour supprimer ce calendrier." msgid "You do not have the permissions to add to this calendar." msgstr "Vous n'avez pas les droits suffisants pour ajouter du contenu à ce calendrier." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Vous n'avez pas les droits suffisants pour ajouter des événements à ce calendrier." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Vous n'avez pas les droits suffisants pour supprimer cet événement." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Occupé" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publique" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privé" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidentiel" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Pas de répétition" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Quotidien" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Hebdomadaire" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Du lundi au vendredi" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Bi-hebdomadaire" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mensuel" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Annuel" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "jamais" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "par occurrences" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "par date" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "par jour du mois" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "par jour de la semaine" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "événements du mois par semaine" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "premier" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "deuxième" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "troisième" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "quatrième" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "cinquième" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "dernier" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "par date d’événement" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "par jour(s) de l'année" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "par numéro(s) de semaine(s)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "par jour et mois" @@ -862,34 +862,34 @@ msgstr "12h" msgid "Start week on" msgstr "Les semaines commencent le" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Nettoyer le cache des événements répétitifs" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Adresses de synchronisation des calendriers CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "plus d'infos" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Adresses principales (Kontact et assimilés)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "lien(s) iCalendar en lecture seule" diff --git a/l10n/gl.php b/l10n/gl.php index 2920bb82..33b76faf 100644 --- a/l10n/gl.php +++ b/l10n/gl.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "d MMM[ yyyy]{ '—'d [ MMM] yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d,yyyy", "Sunday" => "Domingo", "Monday" => "Luns", diff --git a/l10n/gl/calendar.po b/l10n/gl/calendar.po index 0084ad9d..a5db3c87 100644 --- a/l10n/gl/calendar.po +++ b/l10n/gl/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -40,7 +40,7 @@ msgstr "Non se atoparon actividades." msgid "Wrong calendar" msgstr "Calendario trabucado" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Non ten permiso para editar esta actividade." @@ -74,7 +74,7 @@ msgstr "Cambiouse o fuso horario" msgid "Invalid request" msgstr "Petición incorrecta" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendario" @@ -128,203 +128,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "d MMM[ yyyy]{ '—'d [ MMM] yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d,yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Domingo" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Luns" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Martes" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Mércores" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Xoves" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Venres" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sábado" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dom." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Lun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Mar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mér." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Xov." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Ven." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sáb." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "xaneiro" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "febreiro" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "marzo" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "abril" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "maio" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "xuño" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "xullo" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "agosto" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "setembro" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "outubro" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "novembro" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "decembro" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "xan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "abr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "xuñ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "xul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "ago." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "set." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "out." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Todo o dia" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Novo calendario" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Faltan ou son campos incorrectos" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Título" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Desde a data" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Desde a hora" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Para a data" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Para a hora" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "A actividade remata antes de iniciarse" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Produciuse un erro na base de datos" @@ -408,119 +408,119 @@ msgstr "Non ten permiso para eliminar este calendario." msgid "You do not have the permissions to add to this calendar." msgstr "Non ten permiso para engadir este calendario." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Non ten permiso para engadir novas actividades neste calendario." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Non ten permiso para eliminar esta actividade." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Ocupado" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Público" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privado" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidencial" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Non se repite" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Diariamente" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Semanalmente" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Todas as semanas" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Cada dúas semanas" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mensual" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Anual" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nunca" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "por acontecementos" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "por data" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "por día do mes" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "por día da semana" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "actividades semanais do mes" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "primeiro" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "segundo" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "terceiro" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "cuarto" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "quinto" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "último" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "por data das actividades" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "por dia(s) do ano" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "por número(s) de semana" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "por día e mes" @@ -852,34 +852,34 @@ msgstr "12h" msgid "Start week on" msgstr "Comezar a semana o " -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Caché" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Limpar a caché para as actividades que se repiten" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Enderezos de sincronización do calendario CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "máis información" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Enderezo primario (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Ligazón(s) ao(s) iCalendarios de só lectura" diff --git a/l10n/he.php b/l10n/he.php index 53e2d7c8..aa44ab48 100644 --- a/l10n/he.php +++ b/l10n/he.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "d MMM [ yyyy]{ '—'d[ MMM] yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "יום ראשון", "Monday" => "יום שני", diff --git a/l10n/he/calendar.po b/l10n/he/calendar.po index 4ae74cab..58fcd87f 100644 --- a/l10n/he/calendar.po +++ b/l10n/he/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgstr "לא נמצאו אירועים." msgid "Wrong calendar" msgstr "לוח שנה לא נכון" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "אין לך הרשאות לערוך את האירוע הזה." @@ -78,7 +78,7 @@ msgstr "אזור זמן השתנה" msgid "Invalid request" msgstr "בקשה לא חוקית" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "לוח שנה" @@ -132,203 +132,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "d MMM [ yyyy]{ '—'d[ MMM] yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "יום ראשון" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "יום שני" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "יום שלישי" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "יום רביעי" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "יום חמישי" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "יום שישי" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "שבת" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "א" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "ב" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "ג" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "ד" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "ה" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "ו" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "ש" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "ינואר" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "פברואר" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "מרץ" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "אפריל" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "מאי" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "יוני" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "יולי" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "אוגוסט" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "ספטמבר" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "אוקטובר" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "נובמבר" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "דצמבר" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "ינו׳" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "פבר׳" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "מרץ" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "אפר׳" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "מאי" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "יונ׳" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "יול׳" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "אוג׳" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "ספט׳" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "אוק׳" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "נוב׳" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "דצמ׳" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "היום" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "לוח שנה חדש" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "שדות שגויים או חסרים" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "כותרת" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "מתאריך" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "משעה" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "עד תאריך" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "עד שעה" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "האירוע מסתיים עוד לפני שהתחיל" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "אירע כשל במסד הנתונים" @@ -412,119 +412,119 @@ msgstr "אין לך הרשאות למחוק את לוח השנה הזה." msgid "You do not have the permissions to add to this calendar." msgstr "אין לך הרשאות להוסיף את לוח השנה הזה." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "אין לך הרשאות להוספת אירועים ללוח השנה הזה." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "אין לך הרשאות למחוק את האירוע הזה." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "עסוק" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "ציבורי" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "פרטי" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "חסוי" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "ללא חזרה" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "יומי" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "שבועי" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "כל יום עבודה" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "דו שבועי" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "חודשי" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "שנתי" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "לעולם לא" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "לפי מופעים" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "לפי תאריך" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "לפי היום בחודש" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "לפי היום בשבוע" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "שבוע בחודש לציון הפעילות" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "ראשון" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "שני" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "שלישי" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "רביעי" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "חמישי" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "אחרון" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "לפי תאריכי האירועים" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "לפי ימים בשנה" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "לפי מספרי השבועות" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "לפי יום וחודש" @@ -856,34 +856,34 @@ msgstr "12 שעות" msgid "Start week on" msgstr "שבוע מתחיל ביום" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "מטמון" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "נקה מטמון עבור אירועים חוזרים" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "כתובות" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "כתובות סנכרון ללוח שנה CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "מידע נוסף" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "כתובת ראשית (קונטקט ואחרים)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "קרא רק קישורי iCalendar" diff --git a/l10n/hi/calendar.po b/l10n/hi/calendar.po index dbedb0e9..da05fc7e 100644 --- a/l10n/hi/calendar.po +++ b/l10n/hi/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "रविवार" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "सोमवार" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "मंगलवार" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "बुधवार" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "बृहस्पतिवार" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "शुक्रवार" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "शनिवार" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "जनवरी" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "फरवरी" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "मार्च" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "अप्रैल" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "मई" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "जून" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "जुलाई" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "अगस्त" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "सितम्बर" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "अक्टूबर" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "नवंबर" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "दिसम्बर" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/hr.php b/l10n/hr.php index 53f337e4..941ceca7 100644 --- a/l10n/hr.php +++ b/l10n/hr.php @@ -7,7 +7,6 @@ "Invalid request" => "Neispravan zahtjev", "Calendar" => "Kalendar", "Editable" => "Može se uređivati", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "Sunday" => "nedelja", "Monday" => "ponedeljak", "Tuesday" => "utorak", diff --git a/l10n/hr/calendar.po b/l10n/hr/calendar.po index 020ce14b..df5ba886 100644 --- a/l10n/hr/calendar.po +++ b/l10n/hr/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -40,7 +40,7 @@ msgstr "Događaj nije pronađen." msgid "Wrong calendar" msgstr "Pogrešan kalendar" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -74,7 +74,7 @@ msgstr "Vremenska zona promijenjena" msgid "Invalid request" msgstr "Neispravan zahtjev" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendar" @@ -128,203 +128,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "nedelja" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "ponedeljak" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "utorak" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "srijeda" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "četvrtak" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "petak" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "subota" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "siječanj" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "veljača" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "ožujak" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "travanj" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "svibanj" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "lipanj" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "srpanj" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "kolovoz" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "rujan" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "listopad" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "studeni" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "prosinac" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Cijeli dan" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Novi kalendar" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Naslov" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Datum od" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Vrijeme od" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Datum do" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Vrijeme do" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Događaj završava prije nego počinje" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Pogreška u bazi podataka" @@ -408,119 +408,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Ne ponavlja se" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Dnevno" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Tjedno" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Svakog radnog dana" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Dvotjedno" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mjesečno" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Godišnje" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nikad" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "po pojavama" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "po datum" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "po dana mjeseca" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "po tjednu" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "prvi" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "drugi" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "treći" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "četvrti" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "peti" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "zadnji" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "po datumu događaja" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "po godini(-nama)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "po broju tjedna(-ana)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "po danu i mjeseca" @@ -852,34 +852,34 @@ msgstr "12h" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "više informacija" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/hu_HU.php b/l10n/hu_HU.php index 325ee96e..b450e03b 100644 --- a/l10n/hu_HU.php +++ b/l10n/hu_HU.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M.d.", "dddd M/d" => "dddd M.d.", "MMMM yyyy" => "yyyy MMMM", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "vasárnap", "Monday" => "hétfő", diff --git a/l10n/hu_HU/calendar.po b/l10n/hu_HU/calendar.po index 9151815a..8f39e3a6 100644 --- a/l10n/hu_HU/calendar.po +++ b/l10n/hu_HU/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgstr "Nem található esemény" msgid "Wrong calendar" msgstr "Hibás naptár" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Nincs joga ahhoz, hogy módosítsa ezt az eseményt." @@ -78,7 +78,7 @@ msgstr "Az időzóna megváltozott" msgid "Invalid request" msgstr "Érvénytelen kérés" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Naptár" @@ -132,203 +132,203 @@ msgid "MMMM yyyy" msgstr "yyyy MMMM" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "vasárnap" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "hétfő" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "kedd" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "szerda" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "csütörtök" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "péntek" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "szombat" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "V." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "H." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "K." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Sze." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Cs." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "P." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Szo." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "január" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "február" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "március" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "április" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "május" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "június" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "július" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "augusztus" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "szeptember" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "október" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "november" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "december" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "márc." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "ápr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "máj." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "jún." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "júl." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "szept." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Egész nap" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Új naptár" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Kitöltetlen vagy érvénytelenül kitöltött mezők" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Cím" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Napjától" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Időtől" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Napig" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Ideig" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Az esemény a kezdete előtt ér véget." -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Adatbázis hiba történt" @@ -412,119 +412,119 @@ msgstr "Nincs joga ahhoz, hogy törölje ezt a naptárat." msgid "You do not have the permissions to add to this calendar." msgstr "Nincs joga ahhoz, hogy hozzáadjon ehhez a naptárhoz." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Nincs joga ahhoz, hogy eseményeket illesszen ebbe a naptárba." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Nincs joga ahhoz, hogy törölje ezt az eseményt." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Elfoglalt" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publikus" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Személyes" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Bizalmas" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Nem ismétlődik" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Naponta" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Hetente" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Minden hétköznap" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Kéthetente" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Havonta" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Évente" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "soha" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "előfordulások száma szerint" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "dátum szerint" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "hónap napja szerint" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "hét napja szerint" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "hónap heteinek sorszáma" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "első" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "második" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "harmadik" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "negyedik" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "ötödik" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "utolsó" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "az esemény napja szerint" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "az év napja(i) szerint" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "a hét sorszáma szerint" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "nap és hónap szerint" @@ -856,34 +856,34 @@ msgstr "12h" msgid "Start week on" msgstr "A hét első napja" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Gyorsítótár" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Az ismétlődő eseményeknél a gyorsítótár törlése" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL-ek" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "A naptár CaIDAV szinkronizálási címe" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "további információ" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Elsődleges cím (Kontact és már programok)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "iCalendar cím (csak olvasásra)" diff --git a/l10n/hy/calendar.po b/l10n/hy/calendar.po index 3a179cf0..ba85cbc6 100644 --- a/l10n/hy/calendar.po +++ b/l10n/hy/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-18 11:43-0400\n" -"PO-Revision-Date: 2013-09-18 14:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -38,7 +38,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -72,7 +72,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Օրացույց" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Կիրակի" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Երկուշաբթի" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Երեքշաբթի" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Չորեքշաբթի" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Հինգշաբթի" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Ուրբաթ" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Շաբաթ" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Կիր." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Երկ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Երք." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Չոր." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Հնգ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Ուրբ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Շաբ." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Հունվար" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Փետրվար" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Մարտ" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Ապրիլ" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Մայիս" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Հունիս" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Հուլիս" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Օգոստոս" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Սեպտեմբեր" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Հոկտեմբեր" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Նոյեմբեր" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Դեկտեմբեր" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -406,119 +406,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -850,34 +850,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/ia/calendar.po b/l10n/ia/calendar.po index 419ec20c..bcce285c 100644 --- a/l10n/ia/calendar.po +++ b/l10n/ia/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -38,7 +38,7 @@ msgstr "Nulle eventos trovate." msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -72,7 +72,7 @@ msgstr "" msgid "Invalid request" msgstr "Requesta invalide." -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendario" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Dominica" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Lunedi" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Martedi" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Mercuridi" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Jovedi" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Venerdi" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sabbato" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dom." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Lun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Mar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mer." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Jov." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Ven." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sab." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "januario" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februario" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Martio" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Junio" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Julio" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Augusto" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Septembre" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Octobre" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembre" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Decembre" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Omne die" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nove calendario" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titulo" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Data de initio" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Hora de initio" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Data de fin" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Hora de fin" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -406,119 +406,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Non repite" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Quotidian" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Septimanal" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Cata die" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mensual" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Cata anno" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nunquam" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "per data" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "prime" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "secunde" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tertie" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "ultime" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "per data de eventos" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "per dia e mense" @@ -850,34 +850,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "plus info" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/id.php b/l10n/id.php index 6b51abb7..fe00c639 100644 --- a/l10n/id.php +++ b/l10n/id.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d/M", "dddd M/d" => "dddd d/M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}", "dddd, MMM d, yyyy" => "dddd, d MMM yyyy", "Sunday" => "Minggu", "Monday" => "Senin", diff --git a/l10n/id/calendar.po b/l10n/id/calendar.po index ac14e327..472cf216 100644 --- a/l10n/id/calendar.po +++ b/l10n/id/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -43,7 +43,7 @@ msgstr "Tidak ada agenda ditemukan" msgid "Wrong calendar" msgstr "Kalender salah" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Anda tidak memiliki izin untuk mengubah agenda ini" @@ -77,7 +77,7 @@ msgstr "Zona waktu telah diubah" msgid "Invalid request" msgstr "Permintaan tidak valid" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalender" @@ -131,203 +131,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d MMM yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Minggu" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Senin" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Selasa" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Rabu" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Kamis" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Jumat" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sabtu" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Min." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Sen." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Sel." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Rab." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Kam." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Jum." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sab." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januari" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februari" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Maret" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mei" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Agustus" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Desember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mei" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Agu." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Des." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Sepanjang hari" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Kalendar Baru" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Isian tidak terisi atau tidak valid" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Judul" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Dari tanggal" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Dari Jam" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Hingga Tanggal" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Hingga Jam" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Agenda berakhir sebelum dimulai" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Terjadi kesalahan basis data" @@ -411,119 +411,119 @@ msgstr "Anda tidak memiliki izin untuk menghapus kalender ini" msgid "You do not have the permissions to add to this calendar." msgstr "Anda tidak memiliki izin untuk menambahkan ke kalender ini" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Anda tidak memiliki izin untuk menambahkan agenda ke kalender ini" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Anda tidak memiliki izin untuk menghapus agenda ini" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Sibuk" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publik" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Pribadi" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Rahasia" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Tidak berulang" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Harian" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Mingguan" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Tiap Hari Minggu" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Dwi-mingguan" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Bulanan" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Tahunan" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "tidak pernah" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "berdasarkan kejadian" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "berdasarkan tanggal" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "berdasarkan hari bulanan" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "berdasarkan hari kerja" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "agenda mingguan dalam bulan" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "pertama" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "kedua" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "ketiga" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "keempat" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "kelima" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "terakhir" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "berdasarkan tanggal agenda" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "berdasarkan hari dalam tahun" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "berdasarkan minggu ke" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "berdasarkan hari dan bulan" @@ -855,34 +855,34 @@ msgstr "12 jam" msgid "Start week on" msgstr "Mulai pekan pada" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Tembolok" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Bersihkan tembolok untuk agenda yang berulang" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Alamat sinkronisasi kalender CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "lebih lanjut" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Alamat utama (Kontak dsb)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Tautan iCalendar hanya-baca" diff --git a/l10n/is/calendar.po b/l10n/is/calendar.po index 2c38cce7..7caf92c8 100644 --- a/l10n/is/calendar.po +++ b/l10n/is/calendar.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Magnus Magnusson \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +38,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -72,7 +72,7 @@ msgstr "" msgid "Invalid request" msgstr "Ógild fyrirspurn" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Dagatal" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "MMMM áááá" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, áááá" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Sunnudagur" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Mánudagur" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Þriðjudagur" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Miðvikudagur" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Fimmtudagur" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Föstudagur" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Laugardagur" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Sun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Mán." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Þri." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mið." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Fim." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fös." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Lau." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Janúar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Febrúar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mars" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Apríl" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maí" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Júní" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Júlí" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Ágúst" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Október" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Nóvember" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Desember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Maí." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jún." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Júl." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Ágú." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nóv." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Des." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Allan daginn" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nýtt dagatal" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titill" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Frá dags" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Frá klukkan" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Til dags" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Til klukkan" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -406,119 +406,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Upptekin" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Daglega" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Vikulega" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mánaðarlega" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Árlega" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "aldrei" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "fyrsta" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "annan" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "þriðja" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "fjórða" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "fimmta" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "síðasta" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -850,34 +850,34 @@ msgstr "12 tíma" msgid "Start week on" msgstr "Vikan byrjar á" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "fleiri upplýsingar" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/it.php b/l10n/it.php index 195f5d1c..111ebf5a 100644 --- a/l10n/it.php +++ b/l10n/it.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d/M", "dddd M/d" => "dddd d/M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, d MMM yyyy", "Sunday" => "Domenica", "Monday" => "Lunedì", diff --git a/l10n/it/calendar.po b/l10n/it/calendar.po index 68379a7e..77670c15 100644 --- a/l10n/it/calendar.po +++ b/l10n/it/calendar.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Vincenzo Reale \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,7 +46,7 @@ msgstr "Nessun evento trovato." msgid "Wrong calendar" msgstr "Calendario sbagliato" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Non hai i permessi per modificare questo evento." @@ -80,7 +80,7 @@ msgstr "Fuso orario cambiato" msgid "Invalid request" msgstr "Richiesta non valida" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendario" @@ -134,203 +134,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d MMM yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Domenica" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Lunedì" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Martedì" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Mercoledì" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Giovedì" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Venerdì" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sabato" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dom." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Lun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Mar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mer." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Gio." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Ven." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sab." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Gennaio" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Febbraio" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Marzo" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Aprile" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maggio" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Giugno" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Luglio" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Agosto" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Settembre" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Ottobre" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembre" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Dicembre" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Gen." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mag." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Giu." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Lug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Ago." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Set." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Ott." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dic." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Tutti il giorno" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nuovo calendario" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Campi mancanti o non validi" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titolo" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Dal giorno" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Ora iniziale" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Al giorno" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Ora finale" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "L'evento finisce prima d'iniziare" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Si è verificato un errore del database" @@ -414,119 +414,119 @@ msgstr "Non hai i permessi per eliminare questo calendario." msgid "You do not have the permissions to add to this calendar." msgstr "Non hai i permessi per aggiungere a questo calendario." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Non hai i permessi per aggiungere eventi a questo calendario." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Non hai i permessi per eliminare questo evento." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Occupato" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Pubblico" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privato" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidenziale" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Non ripetere" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Giornaliero" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Settimanale" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Ogni giorno della settimana" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Ogni due settimane" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mensile" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Annuale" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "mai" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "per occorrenze" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "per data" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "per giorno del mese" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "per giorno della settimana" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "settimana del mese degli eventi" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "primo" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "secondo" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "terzo" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "quarto" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "quinto" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "ultimo" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "per data evento" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "per giorno/i dell'anno" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "per numero/i settimana" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "per giorno e mese" @@ -858,34 +858,34 @@ msgstr "12h" msgid "Start week on" msgstr "La settimana inizia il" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Cancella gli eventi che si ripetono dalla cache" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Indirizzi di sincronizzazione calendari CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "ulteriori informazioni" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Indirizzo principale (Kontact e altri)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Collegamento(i) iCalendar sola lettura" diff --git a/l10n/ja_JP.php b/l10n/ja_JP.php index 29da582f..40aba118 100644 --- a/l10n/ja_JP.php +++ b/l10n/ja_JP.php @@ -25,7 +25,6 @@ "ddd M/d" => "M月d日 (dddd)", "dddd M/d" => "M月d日 (dddd)", "MMMM yyyy" => "yyyy年M月", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "yyyy年M月d日{ '~' [yyyy年][M月]d日}", "dddd, MMM d, yyyy" => "yyyy年M月d日 (dddd)", "Sunday" => "日", "Monday" => "月", diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po index 153bc79e..24c4c962 100644 --- a/l10n/ja_JP/calendar.po +++ b/l10n/ja_JP/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -40,7 +40,7 @@ msgstr "イベントが見つかりませんでした。" msgid "Wrong calendar" msgstr "誤ったカレンダーです" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "このイベントを編集する権限がありません。" @@ -74,7 +74,7 @@ msgstr "タイムゾーンが変更されました" msgid "Invalid request" msgstr "無効なリクエストです" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "カレンダー" @@ -128,203 +128,203 @@ msgid "MMMM yyyy" msgstr "yyyy年M月" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "yyyy年M月d日{ '~' [yyyy年][M月]d日}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "yyyy年M月d日 (dddd)" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "日" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "月" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "火" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "水" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "木" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "金" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "土" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "日" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "月" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "火" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "水" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "木" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "金" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "土" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "1月" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "2月" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "3月" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "4月" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "5月" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "6月" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "7月" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "8月" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "9月" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "10月" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "11月" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "12月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "1月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "2月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "3月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "4月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "5月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "6月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "7月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "8月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "9月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "10月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "11月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "12月" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "終日" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "新しくカレンダーを作成" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "不明もしくは無効なフィールド" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "タイトル" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "開始日" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "開始時間" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "終了日" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "終了時間" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "イベント終了時間が開始時間より先です" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "データベースのエラーがありました" @@ -408,119 +408,119 @@ msgstr "このカレンダーを削除する権限がありません。" msgid "You do not have the permissions to add to this calendar." msgstr "このカレンダーに追加する権限がありません。" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "このカレンダーにイベントを追加する権限がありません。" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "このイベントを削除する権限がありません。" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "多忙" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "公開" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "プライベート" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "秘密" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "繰り返さない" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "毎日" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "毎週" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "毎平日" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "2週間ごと" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "毎月" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "毎年" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "無し" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "回数で指定" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "日付で指定" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "日にちで指定" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "曜日で指定" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "予定のある週を指定" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "1週目" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "2週目" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "3週目" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "4週目" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "5週目" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "最終週" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "日付で指定" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "日番号で指定" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "週番号で指定" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "月と日で指定" @@ -852,34 +852,34 @@ msgstr "12h" msgid "Start week on" msgstr "1週間の初めの曜日" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "キャッシュ" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "繰り返しイベントのキャッシュをクリア" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAVカレンダーの同期用アドレス" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "さらに" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "プライマリアドレス(コンタクト等)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "読み取り専用のiCalendarリンク" diff --git a/l10n/ka/calendar.po b/l10n/ka/calendar.po index 36121840..d6d9e549 100644 --- a/l10n/ka/calendar.po +++ b/l10n/ka/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:03-0400\n" -"PO-Revision-Date: 2013-08-19 18:20+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/ka_GE.php b/l10n/ka_GE.php index 1074061a..fef6b9c9 100644 --- a/l10n/ka_GE.php +++ b/l10n/ka_GE.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "კვირა", "Monday" => "ორშაბათი", diff --git a/l10n/ka_GE/calendar.po b/l10n/ka_GE/calendar.po index c212b2c1..11782e16 100644 --- a/l10n/ka_GE/calendar.po +++ b/l10n/ka_GE/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -39,7 +39,7 @@ msgstr "ივენთი არ იქნა ნაპოვნი." msgid "Wrong calendar" msgstr "არასწორი კალენდარი" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "თქვენ არ გაქვთ მოცემული ივენთის რედაქტირების უფლება." @@ -73,7 +73,7 @@ msgstr "დროის სარტყელი შეცვლილია" msgid "Invalid request" msgstr "დაუშვებელი მოთხოვნა" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "კალენდარი" @@ -127,203 +127,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "კვირა" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "ორშაბათი" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "სამშაბათი" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "ოთხშაბათი" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "ხუთშაბათი" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "პარასკევი" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "შაბათი" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "კვ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "ორშ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "სამ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "ოთხ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "ხუთ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "პარ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "შაბ." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "იანვარი" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "თებერვალი" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "მარტი" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "აპრილი" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "მაისი" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "ივნისი" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "ივლისი" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "აგვისტო" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "სექტემბერი" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "ოქტომბერი" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "ნოემბერი" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "დეკემბერი" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "იან." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "თებ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "მარ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "აპრ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "მაი." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "ივნ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "ივლ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "აგვ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "სექ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "ოქტ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "ნოე." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "დეკ." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "ყოველ დღე" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "ახალი კალენდარი" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "გამოტოვებული ველები" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "სახელი" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "საწყისი თარიღი" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "საწყისი დრო" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "დღემდე" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "დრომდე" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "ივენთი გაუქმდა სანამ დაიწყებოდა" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "ბაზის შეცდომა" @@ -407,119 +407,119 @@ msgstr "თქვენ არ გაქვთ კალენდარის msgid "You do not have the permissions to add to this calendar." msgstr "თქვენ არ გაქვთ კალენდარის დამატების უფლება." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "თქვენ არ გაქვთ ივენთის დამატების უფლება კალენდარში." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "თქვენ არ გაქვთ მოცემული ივენთის წაშლის უფლება." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "დაკავებული" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "საჯარო" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "პირადი" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "კონფიდენციალური" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "არ უნდა გამეორდეს" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "ყოველდღიური" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "ყოველკვირეული" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "ყოველ კვირის დღეს" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Bi-Weekly" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "ყოველთვიური" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "ყოველწლიური" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "არასდროს" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "მოვლენების მიხედვით" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "დროის მიხედვით" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "თვის დღეების მიხედვით" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "კვირის დღეების მიხედვით" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "კვირის ას თვის ივენთები" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "პირველი" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "მეორე" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "მესამე" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "მეოთხე" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "მეხუთე" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "ბოლო" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "ივენთების დროის მიხედვით" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "ჭლის დღის(დღეების) მიხედვით" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "კვირის ნომრების მიხედვით" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "დღის ან თვის მიხედვით" @@ -851,34 +851,34 @@ msgstr "12სთ" msgid "Start week on" msgstr "დაიწყე კვირა აქედან" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "ქეში" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "განმეორებადი ივენთების წაშლა ქეშიდან" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "კალენდარის CalDAV სინქრონიზაციის მისამართი" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "უფრო მეტი ინფორმაცია" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "პირველადი მისამართი (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "წაიკითხე მხოლოდ iCalendar ლინკი(ები)" diff --git a/l10n/km/calendar.po b/l10n/km/calendar.po index 233c4bc6..100e140d 100644 --- a/l10n/km/calendar.po +++ b/l10n/km/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-13 21:44-0400\n" -"PO-Revision-Date: 2013-09-12 11:11+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/kn/calendar.po b/l10n/kn/calendar.po index efa42917..71a77f2e 100644 --- a/l10n/kn/calendar.po +++ b/l10n/kn/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-05-25 01:47+0200\n" -"PO-Revision-Date: 2013-05-24 13:23+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -88,240 +88,240 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:67 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:69 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:71 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:216 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -389,7 +389,7 @@ msgstr "" msgid "by" msgstr "" -#: lib/app.php:466 +#: lib/app.php:467 msgid "unnamed" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -787,7 +787,7 @@ msgstr "" msgid "Shared with" msgstr "" -#: templates/part.share.php:47 templates/part.share.php:73 +#: templates/part.share.php:47 templates/part.share.php:74 msgid "Unshare" msgstr "" @@ -795,11 +795,11 @@ msgstr "" msgid "Nobody" msgstr "" -#: templates/part.share.php:56 +#: templates/part.share.php:57 msgid "Shared via calendar" msgstr "" -#: templates/part.share.php:79 +#: templates/part.share.php:80 msgid "" "NOTE: Actions on events shared via calendar will affect the entire calendar " "sharing." @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/ko.php b/l10n/ko.php index 4cc4a482..cc79c7f2 100644 --- a/l10n/ko.php +++ b/l10n/ko.php @@ -25,7 +25,6 @@ "ddd M/d" => "M/d ddd", "dddd M/d" => "M/d dddd", "MMMM yyyy" => "yyyy MMMM", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "[yyyy] MMM d{ '—' [yyyy] MMM d}", "dddd, MMM d, yyyy" => "yyyy MMM d dddd", "Sunday" => "일요일", "Monday" => "월요일", diff --git a/l10n/ko/calendar.po b/l10n/ko/calendar.po index 0c411337..50251c1d 100644 --- a/l10n/ko/calendar.po +++ b/l10n/ko/calendar.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Shinjo Park \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -45,7 +45,7 @@ msgstr "일정이 없습니다." msgid "Wrong calendar" msgstr "잘못된 달력" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "이 일정을 편집할 수 있는 권한이 없습니다." @@ -79,7 +79,7 @@ msgstr "시간대 변경됨" msgid "Invalid request" msgstr "잘못된 요청" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "달력" @@ -133,203 +133,203 @@ msgid "MMMM yyyy" msgstr "yyyy MMMM" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "[yyyy] MMM d{ '—' [yyyy] MMM d}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "yyyy MMM d dddd" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "일요일" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "월요일" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "화요일" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "수요일" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "목요일" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "금요일" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "토요일" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "일" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "월" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "화" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "수" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "목" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "금" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "토" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "1월" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "2월" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "3월" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "4월" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "5월" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "6월" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "7월" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "8월" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "9월" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "10월" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "11월" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "12월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "1월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "2월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "3월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "4월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "5월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "6월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "7월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "8월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "9월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "10월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "11월" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "12월" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "매일" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "새 달력" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "누락되었거나 잘못된 필드" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "제목" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "시작 날짜" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "시작 시간" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "종료 날짜" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "종료 시간" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "종료 일시가 시작 일시보다 빠름" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "데이터베이스 오류가 발생함" @@ -413,119 +413,119 @@ msgstr "이 달력을 삭제할 수 있는 권한이 없습니다." msgid "You do not have the permissions to add to this calendar." msgstr "이 달력에 추가할 수 있는 권한이 없습니다." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "이 달력에 일정을 추가할 수 있는 권한이 없습니다." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "이 일정을 삭제할 수 있는 권한이 없습니다." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "바쁨" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "공개" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "개인" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "비밀" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "반복 없음" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "매일" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "매주" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "매주 특정 요일" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "2주마다" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "매월" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "매년" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "없음" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "특정 횟수 이후" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "지정한 날짜까지" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "지정한 달까지" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "지정한 요일까지" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "이달의 한 주 일정" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "첫번째" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "두번째" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "세번째" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "네번째" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "다섯번째" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "마지막" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "이벤트 날짜 순" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "날짜 번호 순" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "주 번호 순" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "날짜 순" @@ -857,34 +857,34 @@ msgstr "12시간" msgid "Start week on" msgstr "주 시작 요일" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "캐시" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "일정 반복을 위한 캐시 삭제" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV 달력 동기화 주소" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "더 많은 정보" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "기본 주소 (Kontact 등)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "iCalendar 링크만 읽기" diff --git a/l10n/ku_IQ/calendar.po b/l10n/ku_IQ/calendar.po index 80d8f4dc..ef933c21 100644 --- a/l10n/ku_IQ/calendar.po +++ b/l10n/ku_IQ/calendar.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-20 09:50-0400\n" -"PO-Revision-Date: 2013-09-20 12:00+0000\n" -"Last-Translator: Ahmad Saber \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +38,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -72,7 +72,7 @@ msgstr "هەرێمی کاتی گۆڕدرا" msgid "Invalid request" msgstr "داواکارى نادروستە" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "ڕۆژژمێر" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "هەموو ڕۆژ" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "ناونیشان" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -406,119 +406,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -850,34 +850,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/lb.php b/l10n/lb.php index da2d7d65..54eeb2d7 100644 --- a/l10n/lb.php +++ b/l10n/lb.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Sonndes", "Monday" => "Méindes", diff --git a/l10n/lb/calendar.po b/l10n/lb/calendar.po index 604d4951..f80cddf4 100644 --- a/l10n/lb/calendar.po +++ b/l10n/lb/calendar.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: llaera \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,7 +41,7 @@ msgstr "Keng Evenementer fonnt." msgid "Wrong calendar" msgstr "Falschen Kalenner" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Dir hudd keng Rechter fir deen Event ze editeieren." @@ -75,7 +75,7 @@ msgstr "Zäitzon geännert" msgid "Invalid request" msgstr "Ongülteg Aktioun" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalenner" @@ -129,203 +129,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Sonndes" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Méindes" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Dënschdes" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Mëttwoch" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Donneschdes" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Freides" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Samschdes" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "So. " -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Méin. " -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Dën." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mëtt." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Do." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fr." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sam." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mäerz" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Abrëll" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mee" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Dezember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mär." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Abr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mäi." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dez." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "All Dag" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Neien Kalenner" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Fehlend oder falsch Informatiounen" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titel" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Vun Datum" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Vun Zäit" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Bis Datum" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Bis Zäit" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "D'Evenement hält op ier et ufänkt" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "En Datebank Feeler ass opgetrueden" @@ -409,119 +409,119 @@ msgstr "Dir hudd keng Rechter fir deen Kalenner ze läschen." msgid "You do not have the permissions to add to this calendar." msgstr "Dir hudd keng Rechter fir een Kalenner beizefügen." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Dir hudd keng Rechter fir Events an dessem Kalenner ze schreiwen. " -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Dir hudd keng Rechter fir den Event ze läschen." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Beschäftegt" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Ëffentlech" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidentiel" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Widderhëlt sech net" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Deeglech" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "All Woch" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "All Wochendag" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "All zweet Woch" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "All Mount" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "All Joer" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "ni" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "no Virkommes" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "no Datum" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "no Mount-Dag" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "no Wochendag" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "Events Woch vum mount" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "éischt" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "Sekonn" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "Drëtt" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "Féiert" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "Fënneft" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "Läscht" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "no Events Datum" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "no Joerdag/deeg" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "no Wochenummer(en)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "no Dag a Mount" @@ -853,34 +853,34 @@ msgstr "12h" msgid "Start week on" msgstr "Woch ufänken um" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Cash läschen fir wiederhueldend Events" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV Kalenner Synchronisatioun's Adress:" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "méi Informatiounen" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primair address (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Nemmen iCalendar link(s) liesen" diff --git a/l10n/lt_LT.php b/l10n/lt_LT.php index 502546dc..73e2a32a 100644 --- a/l10n/lt_LT.php +++ b/l10n/lt_LT.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Sekmadienis", "Monday" => "Pirmadienis", diff --git a/l10n/lt_LT/calendar.po b/l10n/lt_LT/calendar.po index bbfcfb9a..27e08e73 100644 --- a/l10n/lt_LT/calendar.po +++ b/l10n/lt_LT/calendar.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: mambuta \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,7 +41,7 @@ msgstr "Įvykių nerasta." msgid "Wrong calendar" msgstr "Ne tas kalendorius" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Jūs neturite leidimo redaguoti šį įvykį." @@ -75,7 +75,7 @@ msgstr "Laiko zona pakeista" msgid "Invalid request" msgstr "Klaidinga užklausa" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendorius" @@ -129,203 +129,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Sekmadienis" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Pirmadienis" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Antradienis" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Trečiadienis" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Ketvirtadienis" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Penktadienis" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Šeštadienis" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Sek." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Pr." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "An." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Tr." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Ket." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Pen." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Šešt." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Sausis" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Vasaris" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Kovas" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Balandis" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Gegužė" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Birželis" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Liepa" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Rugpjūtis" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Rugsėjis" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Spalis" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Lapkritis" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Gruodis" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Sau." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Vas." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Kov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Bal." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Geg." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Bir." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Lie." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Rugp." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Rugs." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Spa." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Lap." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Groud." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Visa diena" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Naujas kalendorius" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Trūksta būtinos informacijos" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Pavadinimas" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Nuo datos" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Nuo laiko" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Iki datos" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Iki laiko" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Įvykis baigiasi anksčiau nei jis prasideda" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Įvyko duomenų bazės klaida" @@ -409,119 +409,119 @@ msgstr "Jūs neturite leidimo ištrinti šį kalendorių." msgid "You do not have the permissions to add to this calendar." msgstr "Jūs neturite leidimo prijungti prie šio kalendoriaus." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Jūs neturite leidimo pridėti įvykių į šį kalendorių." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Jūs neturite leidimo ištrinti šį įvykį." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Užimtas" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Viešas" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privatus" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Konfidencialus" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Nekartoti" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Kasdien" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Kiekvieną savaitę" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Kiekvieną savaitės dieną" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Kas dvi savaites" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Kiekvieną mėnesį" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Kiekvienais metais" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "niekada" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "pagal įvykius" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "pagal datą" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "pagal mėnesio dieną" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "pagal savaitės dieną" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "menėsio įvykių savaitė" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "pirmas" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "antras" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "trečias" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "ketvirtas" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "penktas" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "paskutinis" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "pagal įvykių datą" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "pagal metų diena(s)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "pagal savaitę(es)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "pagal dieną ir mėnesį" @@ -853,34 +853,34 @@ msgstr "12val" msgid "Start week on" msgstr "Savaitę pradėti nuo" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Kešavimas" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Išvalyti kešuotus ir pasikartojančius įvykius" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "Nuorodos" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV kalendoriaus synchronizavimo adresas" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "daugiau informacijos" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Pirminis adresas" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "iCalendar nuoroda(os) tik skaitymui" diff --git a/l10n/lv.php b/l10n/lv.php index b11445c1..e6c4365b 100644 --- a/l10n/lv.php +++ b/l10n/lv.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Svētdiena", "Monday" => "Pirmdiena", diff --git a/l10n/lv/calendar.po b/l10n/lv/calendar.po index 4c2fd0ef..09983a46 100644 --- a/l10n/lv/calendar.po +++ b/l10n/lv/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -39,7 +39,7 @@ msgstr "Nav atrastu notikumu." msgid "Wrong calendar" msgstr "Nepareizs kalendārs" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Jums nav tiesību rediģēt šo notikumu." @@ -73,7 +73,7 @@ msgstr "Laika josla ir nomainīta" msgid "Invalid request" msgstr "Nederīgs vaicājums" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendārs" @@ -127,203 +127,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Svētdiena" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Pirmdiena" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Otrdiena" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Trešdiena" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Ceturtdiena" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Piektdiena" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sestdiena" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Sv." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Pr." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Ot." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Tr." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Ce." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Pk." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Se." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Janvāris" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februāris" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Marts" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Aprīlis" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maijs" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Jūnijs" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Jūlijs" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Augusts" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Septembris" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktobris" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembris" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Decembris" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jūn." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jūl." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Visu dienu" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Jauns kalendārs" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Trūkstoši vai nederīgi lauki" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Nosaukums" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Sākuma datums" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Sākuma laiks" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Beigu datums" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Beigu laiks" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Notikums beidzas vēl nesācies" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Datubāzes kļūme" @@ -407,119 +407,119 @@ msgstr "Jums nav tiesību dzēst šo kalendāru." msgid "You do not have the permissions to add to this calendar." msgstr "Jums nav tiesību pievienot šim kalendāram." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Jums nav tiesību pievienot notikumus šim kalendāram." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Jums nav tiesību dzēst šo notikumu." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Aizņemts" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publisks" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privāts" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Konfidenciāls" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Neatkārtojas" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Katru dienu" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Katru nedēļu" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Katrā nedēļas dienā" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Katru otro nedēļu" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Katru mēnesi" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Katru gadu" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nekad" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "pēc reižu skaita" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "līdz datumam" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "pēc mēneša dienas" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "pēc nedēļas dienas" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "notikuma mēneša nedēļa" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "pirmais" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "otrais" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "trešais" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "ceturtais" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "piektais" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "pēdējais" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "pēc notikumu datuma" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "pēc gada dienas(-ām)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "pēc nedēļas numura(-iem)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "pēc dienas un mēneša" @@ -851,34 +851,34 @@ msgstr "12h" msgid "Start week on" msgstr "Sākt nedēļu ar" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Kešatmiņa" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Attīrīt kešatmiņu no notikumiem, kas atkārtojas" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Kalendāra CalDAV sinhronizēšanas adreses" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "vairāk informācijas" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primārā adrese" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Lasīt tikai iCalendar saiti(-es)" diff --git a/l10n/mk.php b/l10n/mk.php index 3de40522..fc4e35c4 100644 --- a/l10n/mk.php +++ b/l10n/mk.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Недела", "Monday" => "Понеделник", diff --git a/l10n/mk/calendar.po b/l10n/mk/calendar.po index f2ce532d..8f1d1852 100644 --- a/l10n/mk/calendar.po +++ b/l10n/mk/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -40,7 +40,7 @@ msgstr "Не се најдени настани." msgid "Wrong calendar" msgstr "Погрешен календар" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Немате привилегија да го уредувате настанов." @@ -74,7 +74,7 @@ msgstr "Временската зона е променета" msgid "Invalid request" msgstr "Неправилно барање" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Календар" @@ -128,203 +128,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Недела" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Понеделник" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Вторник" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Среда" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Четврток" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Петок" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Сабота" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Нед." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Пон." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Вто." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Сре." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Чет." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Пет." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Саб." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Јануари" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Февруари" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Март" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Април" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Мај" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Јуни" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Јули" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Август" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Септември" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Октомври" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Ноември" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Декември" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Јан." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Фев." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Мар." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Апр." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Мај." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Јун." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Јул." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Авг." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Сеп." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Окт." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Ное." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Дек." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Цел ден" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Нов календар" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Непостоечки или неправилни полиња" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Наслов" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Од датум" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Од време" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "До датум" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "До време" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Овој настан завршува пред за почне" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Имаше проблем со базата" @@ -408,119 +408,119 @@ msgstr "Немате привилегија да го избришете кал msgid "You do not have the permissions to add to this calendar." msgstr "Немате привилегија да додадете во календаров." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Немате привилегија да додавате настани во овој календар." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Немате привилегија да го избришете настанов." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Не се повторува" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Дневно" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Седмично" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Секој работен ден" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Дво-седмично" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Месечно" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Годишно" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "никогаш" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "по настан" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "по датум" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "по ден во месецот" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "по работен ден" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "седмични настани од месец" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "прв" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "втор" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "трет" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "четврт" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "пет" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "последен" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "по датумот на настанот" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "по вчерашните" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "по број на седмицата" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "по ден и месец" @@ -852,34 +852,34 @@ msgstr "12ч" msgid "Start week on" msgstr "Почни седмица со" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Кеш" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Избриши го кешот за повторувачки настани" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV адреси за синхронизирање со календар" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "повеќе информации" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Примарна адреса" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "iCalenar врска(и) само за читање" diff --git a/l10n/ml_IN/calendar.po b/l10n/ml_IN/calendar.po index e531b61b..012cab69 100644 --- a/l10n/ml_IN/calendar.po +++ b/l10n/ml_IN/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-06 01:50+0200\n" -"PO-Revision-Date: 2013-07-05 08:25+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -88,240 +88,240 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:68 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:70 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:72 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -389,7 +389,7 @@ msgstr "" msgid "by" msgstr "" -#: lib/app.php:466 +#: lib/app.php:467 msgid "unnamed" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/ms_MY.php b/l10n/ms_MY.php index 76804577..2c46ee8a 100644 --- a/l10n/ms_MY.php +++ b/l10n/ms_MY.php @@ -14,7 +14,6 @@ "ddd M/d" => "dd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyy", "Sunday" => "Ahad", "Monday" => "Isnin", diff --git a/l10n/ms_MY/calendar.po b/l10n/ms_MY/calendar.po index 09ad362c..3eda4201 100644 --- a/l10n/ms_MY/calendar.po +++ b/l10n/ms_MY/calendar.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: smkso \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -43,7 +43,7 @@ msgstr "Tiada agenda dijumpai." msgid "Wrong calendar" msgstr "Silap kalendar" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -77,7 +77,7 @@ msgstr "Zon waktu diubah" msgid "Invalid request" msgstr "Permintaan tidak sah" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendar" @@ -131,203 +131,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Ahad" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Isnin" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Selasa" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Rabu" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Khamis" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Jumaat" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sabtu" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Ahad" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Isnin" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Selasa" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Rabu " -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Khamis" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Jumaat" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sabtu" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januari" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februari" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mac" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mei" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Jun" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Julai" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Ogos" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Disember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mac." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "May." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Ogos." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sept." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dis." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Sepanjang hari" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Kalendar baru" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Tajuk" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Dari tarikh" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Masa Dari" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Sehingga kini" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Semasa" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Peristiwa berakhir sebelum bermula" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Terdapat kegagalan pada pengkalan data" @@ -411,119 +411,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Tidak berulang" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Harian" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Mingguan" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Setiap hari minggu" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Dua kali seminggu" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Bulanan" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Tahunan" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "jangan" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "dari kekerapan" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "dari tarikh" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "dari haribulan" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "dari hari minggu" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "event minggu dari bulan" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "pertama" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "kedua" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "ketiga" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "keempat" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "kelima" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "akhir" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "dari tarikh event" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "dari tahun" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "dari nombor minggu" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "dari hari dan bulan" @@ -855,34 +855,34 @@ msgstr "12h" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "maklumat lanjut" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Alamat utama" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/my_MM/calendar.po b/l10n/my_MM/calendar.po index 095e53de..872e37eb 100644 --- a/l10n/my_MM/calendar.po +++ b/l10n/my_MM/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -38,7 +38,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -72,7 +72,7 @@ msgstr "အချိန်ဇုံပြောင်းလဲသည်" msgid "Invalid request" msgstr "တောင်းဆိုချက်မမှန်ကန်ပါ" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "ပြက္ခဒိန်" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "ဇန်နဝါရီ" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "ဖေဖော်ဝါရီ" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "မတ်" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "ဧပြီ" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "မေ" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "ဇွန်" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "ဇူလိုင်" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "ဩဂုတ်" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "စက်တင်ဘာ" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "အောက်တိုဘာ" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "နိုဝင်ဘာ" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "ဒီဇင်ဘာ" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "နေ့တိုင်း" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "ခေါင်းစဉ်" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -406,119 +406,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "နေ့တိုင်း" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "အပတ်တိုင်း" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -850,34 +850,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php index 931504f1..bf73dd21 100644 --- a/l10n/nb_NO.php +++ b/l10n/nb_NO.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Søndag", "Monday" => "Mandag", diff --git a/l10n/nb_NO/calendar.po b/l10n/nb_NO/calendar.po index f3b3ef27..b0f5ad02 100644 --- a/l10n/nb_NO/calendar.po +++ b/l10n/nb_NO/calendar.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Hans Nesse <>\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -44,7 +44,7 @@ msgstr "Ingen hendelser funnet" msgid "Wrong calendar" msgstr "Feil kalender" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Du har ikke tilgang til å endre dette eventet" @@ -78,7 +78,7 @@ msgstr "Tidssone endret" msgid "Invalid request" msgstr "Ugyldig forespørsel" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalender" @@ -132,203 +132,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Søndag" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Mandag" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Tirsdag" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Onsdag" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Torsdag" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Fredag" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Lørdag" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Sø." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Ma." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Ti." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "On." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "To." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fr." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Lø." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mars" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Desember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Des." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Hele dagen " -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Ny kalender" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Manglende eller ugyldig felt" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Tittel" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Fra dato" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Fra tidspunkt" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Til dato" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Til tidspunkt" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "En hendelse kan ikke slutte før den har begynt." -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Det oppstod en databasefeil." @@ -412,119 +412,119 @@ msgstr "Du har ikke tilgang til å slette denne kalenderen" msgid "You do not have the permissions to add to this calendar." msgstr "Du har ikke tilgang til å legge til noe i denne kalenderen" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Du har ikke rettigheter til å legge til hendelser i denne kalender." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Du har ikke tilgang til å slette dette eventet" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Opptatt" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Offentlig" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Konfidensielt" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Gjentas ikke" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Daglig" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Ukentlig" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Hver ukedag" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Annenhver uke" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Månedlig" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Årlig" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "aldri" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "etter hyppighet" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "etter dato" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "etter dag i måned" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "etter ukedag" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "begivenhetens uke denne måneden" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "første" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "andre" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tredje" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "fjerde" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "femte" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "siste" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "etter hendelsenes dato" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "etter dag i året" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "etter ukenummer/-numre" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "etter dag og måned" @@ -856,34 +856,34 @@ msgstr "12 t" msgid "Start week on" msgstr "Start uke på" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Buffer" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Fjern gjentagende hendelser fra mellomlager" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Kalender CalDAV adresser" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "mer info" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primær adresse (kontakt osv)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Kun les iCalender link(er)" diff --git a/l10n/ne/calendar.po b/l10n/ne/calendar.po index d7f3429e..e6750dcf 100644 --- a/l10n/ne/calendar.po +++ b/l10n/ne/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-05-25 01:47+0200\n" -"PO-Revision-Date: 2013-05-24 13:23+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -88,240 +88,240 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:67 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:69 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:71 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:216 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -389,7 +389,7 @@ msgstr "" msgid "by" msgstr "" -#: lib/app.php:466 +#: lib/app.php:467 msgid "unnamed" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -787,7 +787,7 @@ msgstr "" msgid "Shared with" msgstr "" -#: templates/part.share.php:47 templates/part.share.php:73 +#: templates/part.share.php:47 templates/part.share.php:74 msgid "Unshare" msgstr "" @@ -795,11 +795,11 @@ msgstr "" msgid "Nobody" msgstr "" -#: templates/part.share.php:56 +#: templates/part.share.php:57 msgid "Shared via calendar" msgstr "" -#: templates/part.share.php:79 +#: templates/part.share.php:80 msgid "" "NOTE: Actions on events shared via calendar will affect the entire calendar " "sharing." @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/nl.php b/l10n/nl.php index 6a37cd18..10f24b06 100644 --- a/l10n/nl.php +++ b/l10n/nl.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d.M", "dddd M/d" => "dddd d.M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "d[ MMM][ yyyy]{ '—' d MMM yyyy}", "dddd, MMM d, yyyy" => "dddd, d. MMM yyyy", "Sunday" => "Zondag", "Monday" => "Maandag", diff --git a/l10n/nl/calendar.po b/l10n/nl/calendar.po index b18317af..66f9ed29 100644 --- a/l10n/nl/calendar.po +++ b/l10n/nl/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -46,7 +46,7 @@ msgstr "Geen gebeurtenissen gevonden." msgid "Wrong calendar" msgstr "Verkeerde agenda" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "U heeft geen permissie om deze gebeurtenis te bewerken." @@ -80,7 +80,7 @@ msgstr "Tijdzone is veranderd" msgid "Invalid request" msgstr "Ongeldige aanvraag" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Agenda" @@ -134,203 +134,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "d[ MMM][ yyyy]{ '—' d MMM yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d. MMM yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Zondag" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Maandag" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Dinsdag" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Woensdag" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Donderdag" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Vrijdag" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Zaterdag" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Zon." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Maa." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Din." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Woe." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Don." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Vrij." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Zat." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januari" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februari" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Maart" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mei" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Augustus" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "December" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Maa." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mei." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Hele dag" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nieuwe agenda" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Missende of ongeldige velden" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titel" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Begindatum" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Begintijd" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Einddatum" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Eindtijd" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "De gebeurtenis eindigt voor het begin" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Er was een databasefout" @@ -414,119 +414,119 @@ msgstr "U heeft geen permissie om deze agenda te verwijderen." msgid "You do not have the permissions to add to this calendar." msgstr "U heeft geen permissie om deze agenda toe te voegen." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "U heeft geen permissie om gebeurtenissen aan deze agenda toe te voegen." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "U heeft geen permissie om deze gebeurtenis te verwijderen." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Bezig" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Openbaar" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privé" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Vertrouwelijk" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Geen" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Dagelijks" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Wekelijks" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Elke weekdag" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Tweewekelijks" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Maandelijks" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Jaarlijks" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "geen" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "volgens gebeurtenissen" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "op datum" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "per dag van de maand" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "op weekdag" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "gebeurtenissen week van maand" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "eerste" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "tweede" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "derde" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "vierde" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "vijfde" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "laatste" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "volgens gebeurtenisdatum" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "volgens jaardag(en)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "volgens weeknummer(s)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "per dag en maand" @@ -858,34 +858,34 @@ msgstr "12uur" msgid "Start week on" msgstr "Begin de week op" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Leeg cache voor repeterende gebeurtenissen" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Agenda CalDAV synchronisatie adres" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "meer informatie" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primary adres (voor Kontact en dergelijke)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Alleen lezen iCalendar link(en)" diff --git a/l10n/nn_NO.php b/l10n/nn_NO.php index 87dd72b5..71d7fdde 100644 --- a/l10n/nn_NO.php +++ b/l10n/nn_NO.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd d. M", "dddd M/d" => "dddd d. M", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "d. MMM[ yyyy]{ '—'d.[ MMM] yyyy}", "dddd, MMM d, yyyy" => "dddd, d. MMM, yyyy", "Sunday" => "Søndag", "Monday" => "Måndag", diff --git a/l10n/nn_NO/calendar.po b/l10n/nn_NO/calendar.po index 268d078d..948f2498 100644 --- a/l10n/nn_NO/calendar.po +++ b/l10n/nn_NO/calendar.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: unhammer \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,7 +41,7 @@ msgstr "Fann inga hendingar." msgid "Wrong calendar" msgstr "Feil kalender" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Du har ikkje tilgang til å endra denne kalenderen." @@ -75,7 +75,7 @@ msgstr "Endra tidssone" msgid "Invalid request" msgstr "Ugyldig førespurnad" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalender" @@ -129,203 +129,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "d. MMM[ yyyy]{ '—'d.[ MMM] yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d. MMM, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Søndag" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Måndag" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Tysdag" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Onsdag" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Torsdag" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Fredag" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Laurdag" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Søn." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Mån." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Tys." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Ons." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Tor." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fre." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Lau." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mars" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Desember" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar," -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Des." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Heile dagen" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Ny kalender" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Manglande eller ugyldige felt" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Tittel" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Frå dato" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Frå tid" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Til dato" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Til tid" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Hendinga endar før den startar" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Det oppstod ein databasefeil" @@ -409,119 +409,119 @@ msgstr "Du har ikkje tilgang til å sletta denne kalenderen." msgid "You do not have the permissions to add to this calendar." msgstr "Du har ikkje tilgang til å leggja til i denne kalenderen." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Du har ikkje tilgang til å leggja til hendingar i denne kalenderen." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Du har ikkje tilgang til å sletta denne hendinga." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Oppteken" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Offentleg" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Konfidensiell" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Ikkje gjenta" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Kvar dag" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Kvar veke" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Kvar vekedag" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Annakvar veke" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Kvar månad" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Kvart år" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "aldri" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "av førekomstar" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "av dato" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "av månadsdag" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "av vekedag" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "hendingas veke av månad" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "første" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "andre" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tredje" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "fjerde" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "femte" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "siste" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "av hendingsdato" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "av årsdag(ar)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "av vekenummer" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "av dag og månad" @@ -853,34 +853,34 @@ msgstr "12t" msgid "Start week on" msgstr "Start veka på" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Mellomlager" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Tøm mellomlager for gjentakande hendingar" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "Nettadresser" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV kalendersynkroniseringsadresser" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "meir info" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Hovudadresse (Kontact osb.)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "iCalendar lenkje(r), berre lesbare" diff --git a/l10n/nqo/calendar.po b/l10n/nqo/calendar.po index 56c2062f..b21db3a3 100644 --- a/l10n/nqo/calendar.po +++ b/l10n/nqo/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-07 04:38-0400\n" -"PO-Revision-Date: 2013-09-07 07:28+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/oc.php b/l10n/oc.php index b88d8c04..e8c9aef4 100644 --- a/l10n/oc.php +++ b/l10n/oc.php @@ -23,7 +23,6 @@ "ddd M/d" => "jjj M/j", "dddd M/d" => "jjjj M/j", "MMMM yyyy" => "MMMM aaaa", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM j[ aaaa]{ '—'[ MMM] j aaaa}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Dimenge", "Monday" => "Diluns", diff --git a/l10n/oc/calendar.po b/l10n/oc/calendar.po index 62930c5b..8f368a6f 100644 --- a/l10n/oc/calendar.po +++ b/l10n/oc/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -38,7 +38,7 @@ msgstr "Cap d'eveniment trobat." msgid "Wrong calendar" msgstr "Calendièr pas corrècte" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Sias pas permés d'editar aqueste eveniment." @@ -72,7 +72,7 @@ msgstr "Zona cambiada" msgid "Invalid request" msgstr "Demanda invalida" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendièr" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "MMMM aaaa" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM j[ aaaa]{ '—'[ MMM] j aaaa}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Dimenge" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Diluns" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Dimarç" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Dimecres" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Dijòus" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Divendres" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Dissabte" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dim." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Luns." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Març." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mec." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Jòu." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Ven." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sab." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "genièr" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "febrièr" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "març" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "abril" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "junh" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "julhet" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "agost" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "septembre" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "octobre" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembre" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Decembre" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Gen." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Abr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Ago." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Oct." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Totes los jorns" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Calendièr novèl" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Títol" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Dempuèi (data)" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Dempuèi (ora) " -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Cap a ~data~" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Cap a ~ora~" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "L'eveniment s'acaba avans sa debuta" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "I a agut un fracàs de basa de donadas" @@ -406,119 +406,119 @@ msgstr "Sias pas permés d'escafar aqueste calendièr." msgid "You do not have the permissions to add to this calendar." msgstr "Sias pas permés d'apondre a 'n aqueste calendièr." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Sias pas permés d'apondre eveniments a 'n aqueste calendièr." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Sias pas permés d'escafar aqueste eveniment." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Torna pas far" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Jornalièr" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Setmanièr" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Cada jorn de la setmana" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Dos setmanièr" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mesadièr" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Annadièr" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "jamai" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "per ocurenças" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "per data" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "per jorn del mes" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "per jorn de setmana" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "eveniments setmanièrs del mes" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "primièr" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "second" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tresen" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "quatren" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "cinquen" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "darrièr" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "per data d'eveniments" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "per jorn(s) d'annada" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "per numero(s) de setmana" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "per jorn e mes" @@ -850,34 +850,34 @@ msgstr "12h" msgid "Start week on" msgstr "La setmana comença lo" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Voida lo cache per los eveniments repetitius" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Calendar CalDAV syncing addresses" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "mai d'entresenhes" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Adreiças primarias (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Ligam(s) iCalendar en lectura sola" diff --git a/l10n/pa/calendar.po b/l10n/pa/calendar.po index 7884babd..17db2efe 100644 --- a/l10n/pa/calendar.po +++ b/l10n/pa/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "ਕੈਲੰਡ" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "ਐਤਵਾਰ" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "ਸੋਮਵਾਰ" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "ਮੰਗਲਵਾਰ" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "ਬੁੱਧਵਾਰ" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "ਵੀਰਵਾਰ" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "ਸ਼ੁੱਕਰਵਾਰ" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "ਸ਼ਨਿੱਚਰਵਾਰ" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "ਜਨਵਰੀ" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "ਫਰਵਰੀ" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "ਮਾਰਚ" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "ਅਪਰੈ" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "ਮਈ" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "ਜੂਨ" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "ਜੁਲਾਈ" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "ਅਗਸਤ" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "ਸਤੰਬ" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "ਅਕਤੂਬਰ" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "ਨਵੰਬ" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "ਦਸੰਬਰ" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/pl.php b/l10n/pl.php index 5e26de05..09476290 100644 --- a/l10n/pl.php +++ b/l10n/pl.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Niedziela", "Monday" => "Poniedziałek", diff --git a/l10n/pl/calendar.po b/l10n/pl/calendar.po index 0fb0b2bf..1ffe76d5 100644 --- a/l10n/pl/calendar.po +++ b/l10n/pl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgstr "Nie znaleziono wydarzeń." msgid "Wrong calendar" msgstr "Nieprawidłowy kalendarz" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Nie masz uprawnień, aby edytować to wydarzenie." @@ -78,7 +78,7 @@ msgstr "Zmieniono strefę czasową" msgid "Invalid request" msgstr "Nieprawidłowe żądanie" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendarz" @@ -132,203 +132,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Niedziela" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Poniedziałek" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Wtorek" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Środa" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Czwartek" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Piątek" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sobota" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "N." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Pn." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Wt." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Śr." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Cz." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Pt." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "S." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Styczeń" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Luty" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Marzec" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Kwiecień" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maj" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Czerwiec" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Lipiec" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Sierpień" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Wrzesień" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Październik" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Listopad" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Grudzień" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Sty." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Lut." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Kwi." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Maj." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Cze." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Lip." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Sie." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Wrz." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Paź." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Lis." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Gru." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Cały dzień" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nowy kalendarz" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Brak lub niewłaściwe pola" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Tytuł" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Od daty" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Od czasu" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Do daty" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Do czasu" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Wydarzenie kończy się przed rozpoczęciem" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Awaria bazy danych" @@ -412,119 +412,119 @@ msgstr "Nie masz uprawnień, aby usunąć ten kalendarz." msgid "You do not have the permissions to add to this calendar." msgstr "Nie masz uprawnień, aby dodawać do tego kalendarza." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Nie masz uprawnień, aby dodać wydarzenia do tego kalendarza." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Nie masz uprawnień, aby usunąć to wydarzenie." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Zajęty" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publiczne" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Prywatny" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Poufne" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Nie powtarza się" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Codziennie" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Cotygodniowo" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Każdego dnia tygodnia" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Co dwa tygodnie" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Comiesięcznie" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Corocznie" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nigdy" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "po wystąpieniach" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "po dacie" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "po dniu miesiąca" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "po dniu tygodnia" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "wydarzenia miesiąca" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "pierwszy" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "drugi" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "trzeci" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "czwarty" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "piąty" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "ostatni" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "po datach wydarzeń" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "po dniach roku" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "po tygodniach" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "po dniu i miesiącu" @@ -856,34 +856,34 @@ msgstr "12-godzinny" msgid "Start week on" msgstr "Zaczynaj tydzień od" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Pamięć podręczna" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Wyczyść pamięć podręczną dla powtarzających się zdarzeń" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "Adresy URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Adres synchronizacji kalendarza CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "więcej informacji" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Podstawowy adres" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Odnośniki iCalendar tylko do odczytu" diff --git a/l10n/pt_BR.php b/l10n/pt_BR.php index a2c44e12..9413c226 100644 --- a/l10n/pt_BR.php +++ b/l10n/pt_BR.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Domingo", "Monday" => "Segunda-feira", diff --git a/l10n/pt_BR/calendar.po b/l10n/pt_BR/calendar.po index 5864c752..14b01e4c 100644 --- a/l10n/pt_BR/calendar.po +++ b/l10n/pt_BR/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -46,7 +46,7 @@ msgstr "Nenhum evento encontrado." msgid "Wrong calendar" msgstr "Calendário incorreto" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Você não tem permissões para editar esse evento." @@ -80,7 +80,7 @@ msgstr "Fuso horário alterado" msgid "Invalid request" msgstr "Pedido inválido" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendário" @@ -134,203 +134,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Domingo" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Segunda-feira" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Terça-feira" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Quarta-feira" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Quinta-feira" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Sexta-feira" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sábado" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dom." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Seg." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Ter." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Qua." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Qui." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Sex." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sáb." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Janeiro" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Fevereiro" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Março" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Abril" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maio" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Junho" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Julho" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Agosto" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Setembro" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Outubro" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembro" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Dezembro" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Fev." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Abr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Ago." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Set." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Out." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dez." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Todo o dia" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Novo Calendário" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Campos faltando ou inválidos" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Título" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Desde a Data" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Desde a Hora" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Até a Data" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Até a Hora" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "O evento termina antes de começar" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Houve uma falha de banco de dados" @@ -414,119 +414,119 @@ msgstr "Você não tem permissões para remover esse calendário." msgid "You do not have the permissions to add to this calendar." msgstr "Você não tem permissões para adicionar esse calendário." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Você não tem permissões para adicionar eventos nesse calendário." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Você não tem permissões para remover esse evento." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Ocupado" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Público" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privado" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidencial" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Não repetir" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Diariamente" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Semanal" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Cada dia da semana" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "De duas em duas semanas" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mensal" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Anual" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nunca" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "por ocorrências" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "por data" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "por dia do mês" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "por dia da semana" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "semana do evento no mês" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "primeiro" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "segundo" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "terceiro" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "quarto" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "quinto" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "último" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "eventos por data" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "por dia(s) do ano" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "por número(s) da semana" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "por dia e mês" @@ -858,34 +858,34 @@ msgstr "12h" msgid "Start week on" msgstr "Começar semana em" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Apagar cache para eventos contínuos" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Sincronização de endereços do calendário CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "mais informações" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Endereço primário (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "iCalendar link(s) somente leitura" diff --git a/l10n/pt_PT.php b/l10n/pt_PT.php index 97ca7335..2d676d63 100644 --- a/l10n/pt_PT.php +++ b/l10n/pt_PT.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Domingo", "Monday" => "Segunda", diff --git a/l10n/pt_PT/calendar.po b/l10n/pt_PT/calendar.po index 7613bc7b..17b84e0e 100644 --- a/l10n/pt_PT/calendar.po +++ b/l10n/pt_PT/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -43,7 +43,7 @@ msgstr "Nenhum evento encontrado." msgid "Wrong calendar" msgstr "Calendário errado" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Não tem permissões para alterar este evento." @@ -77,7 +77,7 @@ msgstr "Zona horária alterada" msgid "Invalid request" msgstr "Pedido inválido" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendário" @@ -131,203 +131,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Domingo" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Segunda" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Terça" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Quarta" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Quinta" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Sexta" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sábado" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dom." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Seg." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "ter." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Qua." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Qui." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Sex." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sáb." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Janeiro" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Fevereiro" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Março" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Abril" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maio" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Junho" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Julho" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Agosto" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Setembro" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Outubro" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembro" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Dezembro" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Fev," -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Abr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Ago." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Set." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Out." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dez." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Todo o dia" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Novo Calendário" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Campos em falta, ou inválidos!" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Título" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Da Data" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Da Hora" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Para Data" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Para Hora" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "O evento acaba antes de começar" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Houve uma falha de base de dados" @@ -411,119 +411,119 @@ msgstr "Não tem permissões para apagar este calendário." msgid "You do not have the permissions to add to this calendar." msgstr "Não tem permissões para acrescentar a este calendário." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Não tem permissões para acrescentar eventos a este calendário." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Não tem permissões para apagar este evento." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Ocupado" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Público" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privado" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidencial" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Não repete" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Diário" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Semanal" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Todos os dias da semana" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Bi-semanal" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mensal" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Anual" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nunca" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "por ocorrências" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "por data" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "por dia do mês" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "por dia da semana" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "Eventos da semana do mês" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "primeiro" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "segundo" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "terçeiro" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "quarto" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "quinto" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "último" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "por data de evento" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "por dia(s) do ano" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "por número(s) da semana" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "por dia e mês" @@ -855,34 +855,34 @@ msgstr "12h" msgid "Start week on" msgstr "Começar semana em" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Memória de pré-carregamento" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Limpar a memória de pré carregamento para eventos recorrentes" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "Endereço(s) web" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Endereços de sincronização de calendários CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "mais informação" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Endereço principal (Kontact et al.)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Ligaç(ão/ões) só de leitura do iCalendar" diff --git a/l10n/ro.php b/l10n/ro.php index e8d0bd82..c32e0cfa 100644 --- a/l10n/ro.php +++ b/l10n/ro.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "LLL z[aaaa]{'—'[LLL] z aaaa}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Duminică", "Monday" => "Luni", diff --git a/l10n/ro/calendar.po b/l10n/ro/calendar.po index bc3cc9d7..1e30d70e 100644 --- a/l10n/ro/calendar.po +++ b/l10n/ro/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgstr "Nici un eveniment găsit." msgid "Wrong calendar" msgstr "Calendar greșit" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Nu ai permisiunile necesare pentru a edita acest eveniment." @@ -78,7 +78,7 @@ msgstr "Fus orar schimbat" msgid "Invalid request" msgstr "Cerere eronată" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Calendar" @@ -132,203 +132,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "LLL z[aaaa]{'—'[LLL] z aaaa}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Duminică" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Luni" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Marți" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Miercuri" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Joi" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Vineri" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sâmbătă" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Dum." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Lun." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Mar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Mie." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Joi" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Vin." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sâm." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Ianuarie" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februarie" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Martie" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Aprilie" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mai" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Iunie" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Iulie" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Septembrie" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Octombrie" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Noiembrie" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Decembrie" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Ian." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Mai" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Iun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Iul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Oct." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Noi." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Toată ziua" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Calendar nou" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Campuri necompletate sau invalide" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titlu" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Începând cu" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "De la" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Până pe" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "La" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Evenimentul se termină înainte să înceapă" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "A avut loc o eroare a bazei de date" @@ -412,119 +412,119 @@ msgstr "Nu ai permisiunile necesare pentru a așterge acest calendar." msgid "You do not have the permissions to add to this calendar." msgstr "Nu ai permisiuni pentru a face adăugiri în acest calendar." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Nu ai permisiunile necesare pentru a adăuga evenimente la acest calendar." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Nu ai permisiunile necesare pentru a șterge acest eveniment." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Ocupat" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Public" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Confidential" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Nerepetabil" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Zilnic" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Săptămânal" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "În fiecare zii a săptămânii" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "La fiecare două săptămâni" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Lunar" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Anual" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "niciodată" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "după repetiție" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "după dată" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "după ziua lunii" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "după ziua săptămânii" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "evenimentele săptămânii din luna" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "primul" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "al doilea" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "al treilea" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "al patrulea" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "al cincilea" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "ultimul" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "după data evenimentului" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "după ziua(zilele) anului" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "după numărul săptămânii" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "după zi și lună" @@ -856,34 +856,34 @@ msgstr "12h" msgid "Start week on" msgstr "Începe săptămâna cu" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Curăță cache pentru evenimente repetate" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "linkuri" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Adrese de sincronizare calendar CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "mai multe informații" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Adresa primară (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Citeste numai linkuri iCalendar" diff --git a/l10n/ru.php b/l10n/ru.php index 8ee250c6..03a616df 100644 --- a/l10n/ru.php +++ b/l10n/ru.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Воскресенье", "Monday" => "Понедельник", diff --git a/l10n/ru/calendar.po b/l10n/ru/calendar.po index c4d38f92..93f63fa6 100644 --- a/l10n/ru/calendar.po +++ b/l10n/ru/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -48,7 +48,7 @@ msgstr "События не найдены." msgid "Wrong calendar" msgstr "Неверный календарь" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "У вас нет права редактировать это событие." @@ -82,7 +82,7 @@ msgstr "Часовой пояс изменён" msgid "Invalid request" msgstr "Неверный запрос" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Календарь" @@ -136,203 +136,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Воскресенье" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Понедельник" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Вторник" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Среда" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Четверг" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Пятница" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Суббота" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Вс." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Пн." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Вт." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Ср." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Чт." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Пт." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Сб." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Январь" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Февраль" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Март" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Апрель" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Май" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Июнь" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Июль" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Август" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Сентябрь" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Октябрь" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Ноябрь" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Декабрь" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Янв." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Фев." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Мар." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Апр." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Май." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Июн." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Июл." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Авг." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Сен." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Окт." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Ноя." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Дек." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Весь день" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Новый Календарь" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Некоторые поля отсутствуют или некорректны" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Название" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Дата начала" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Время начала" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Дата окончания" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Время окончания" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Окончание события раньше, чем его начало" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Ошибка базы данных" @@ -416,119 +416,119 @@ msgstr "У вас нет права удалять этот календарь" msgid "You do not have the permissions to add to this calendar." msgstr "У вас нет права добавлять в этот календарь." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "У вас нет права создавать события в этом календаре." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "У вас нет права удалить это событие." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Занято" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Общедоступно" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Частное" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Конфиденциально" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Не повторяется" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Ежедневно" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Еженедельно" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "По будням" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Каждые две недели" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Каждый месяц" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Каждый год" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "никогда" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "по числу повторений" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "по дате" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "по дню месяца" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "по дню недели" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "неделя месяца" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "первая" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "вторая" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "третья" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "червётрая" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "пятая" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "последняя" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "по дате событий" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "по дням недели" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "по номерам недели" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "по дню и месяцу" @@ -860,34 +860,34 @@ msgstr "12ч" msgid "Start week on" msgstr "Начало недели" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Кэш" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Очистить кэш повторяющихся событий" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Адрес синхронизации CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "подробнее" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Основной адрес (Kontact и др.)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Читать только ссылки iCalendar" diff --git a/l10n/si_LK.php b/l10n/si_LK.php index 44f1286d..dc019f6f 100644 --- a/l10n/si_LK.php +++ b/l10n/si_LK.php @@ -25,7 +25,6 @@ "ddd M/d" => "දිදිදි මා/දි", "dddd M/d" => "දිදිදිදි මා/දි", "MMMM yyyy" => "මාමාමාමා වවවව", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "මාමාමා දි[ වවවව]{ '—'[ මාමාමා] දි වවවව}", "dddd, MMM d, yyyy" => "දිදිදිදි, මාමාමා දි, වවවව", "Sunday" => "ඉරිදා", "Monday" => "සඳුදා", diff --git a/l10n/si_LK/calendar.po b/l10n/si_LK/calendar.po index 2963fdf5..b44a9c33 100644 --- a/l10n/si_LK/calendar.po +++ b/l10n/si_LK/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -40,7 +40,7 @@ msgstr "සිදුවීම් හමුවී නැත." msgid "Wrong calendar" msgstr "වැරදි දිනදසුනක්" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "මෙම සිදුවීම සංස්කරණය කිරීම සදහා ඔබට අවසර නොමැත." @@ -74,7 +74,7 @@ msgstr "වේලා කලාපය වෙනස්කරන ලදී." msgid "Invalid request" msgstr "අවලංගු අයැදුමක්" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "දිනදසුන" @@ -128,203 +128,203 @@ msgid "MMMM yyyy" msgstr "මාමාමාමා වවවව" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "මාමාමා දි[ වවවව]{ '—'[ මාමාමා] දි වවවව}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "දිදිදිදි, මාමාමා දි, වවවව" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "ඉරිදා" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "සඳුදා" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "අඟහරුවාදා" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "බදාදා" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "බ්‍රහස්පතින්දා" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "සිකුරාදා" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "සෙනසුරාදා" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "ඉරිදා" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "සඳුදා" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "අඟ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "බදාදා" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "බ්‍රහස්." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "සිකු." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "සෙන." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "ජනවාරි" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "පෙබරවාරි" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "මාර්තු" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "අප්‍රේල්" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "මැයි" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "ජූනි" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "ජූලි" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "අගෝස්තු" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "සැප්තැම්බර්" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "ඔක්තෝබර" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "නොවැම්බර්" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "දෙසැම්බර්" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "ජන." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "පෙබ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "මාර්තු" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "අප්‍රේල්" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "මැයි" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "ජුනි" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "ජුලි" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "අගෝ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "සැප්." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "ඔක්." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "නොවැ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "දෙසැ." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "සියලු දින" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "නව දිනදසුන" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "මාතෘකාව" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "දින සිට" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "වේලාවේ සිට" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "දින දක්වා" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "වේලාව දක්වා" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "සිදුවීම ආරම්භකිරීමට පෙර අවසන්වුනි" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "දත්ත සමුදායේ දෝෂයක්" @@ -408,119 +408,119 @@ msgstr "මෙම දින දසුන මකාදැමිම සදහා msgid "You do not have the permissions to add to this calendar." msgstr "මෙම දින දසුනට එකතු කිරීම සදහා ඔබට අවසර නොමැත" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "මෙම දින දසුනට සිදුවීම් එකතු කිරීම සදහා ඔබට අවසර නොමැත" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "මෙම සිදුවීම මකාදැමීම සදහා ඔබට අවසර නොමැත." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "කාර්යබහුල" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "පොදු" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "පෞද්ගලික" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "රහස්‍ය" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "පුනරාවර්ථන නොවේ" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "දිනපතා" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "සතිපතා" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "සෑම වැඩකරන දිනකම" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "දෙසතියකට වරක්" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "මාසික" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "වාර්ෂික" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "කවදාවත්" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "සිදුවීම් අනුව" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "නව දිනදසුන" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "මාසයේ දින අනුව" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "සතියේ දින අනුව" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "මාසයකදී සතියක තිබෙන සිදුවීම්" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "පළමු" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "දෙවන " -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "තෙවන" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "සිව්වන" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "පස්වන" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "අවසාන" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "සිදුවීම් දිනය අනුව" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "වර්ශයේ දිනයන් අනුව" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "සතියේ අංකය අනුව" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "දිනය හා මාසය අනුව" @@ -852,34 +852,34 @@ msgstr "පැය 12" msgid "Start week on" msgstr "ආරම්භකරන සතිය" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "හැඹිලිය" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "පුනරාවර්ථන සිදුවීම් සදහා හැඹිලිය හිස් කරන්න" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "දිනදසුන CalDAV syncing ලිපිනය" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "වැඩිදුරටත්" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "ප්‍රාථමික ලිපිනය(හැම විටම සම්බන්ධ කරගත හැක)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "iදින දසුන(න්) කියවීම සදහා පමණි " diff --git a/l10n/sk/calendar.po b/l10n/sk/calendar.po index 2721dcc0..9732ce42 100644 --- a/l10n/sk/calendar.po +++ b/l10n/sk/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-05-25 01:47+0200\n" -"PO-Revision-Date: 2013-05-24 13:23+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -88,240 +88,240 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:67 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:69 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:71 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:216 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -389,7 +389,7 @@ msgstr "" msgid "by" msgstr "" -#: lib/app.php:466 +#: lib/app.php:467 msgid "unnamed" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -787,7 +787,7 @@ msgstr "" msgid "Shared with" msgstr "" -#: templates/part.share.php:47 templates/part.share.php:73 +#: templates/part.share.php:47 templates/part.share.php:74 msgid "Unshare" msgstr "" @@ -795,11 +795,11 @@ msgstr "" msgid "Nobody" msgstr "" -#: templates/part.share.php:56 +#: templates/part.share.php:57 msgid "Shared via calendar" msgstr "" -#: templates/part.share.php:79 +#: templates/part.share.php:80 msgid "" "NOTE: Actions on events shared via calendar will affect the entire calendar " "sharing." @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/sk_SK.php b/l10n/sk_SK.php index 55d822ff..4cb861aa 100644 --- a/l10n/sk_SK.php +++ b/l10n/sk_SK.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "d. MMM[ yyyy]{ '—' d.[ MMM] yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Nedeľa", "Monday" => "Pondelok", diff --git a/l10n/sk_SK/calendar.po b/l10n/sk_SK/calendar.po index ab8f3aab..bf638634 100644 --- a/l10n/sk_SK/calendar.po +++ b/l10n/sk_SK/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "Nenašla sa žiadna udalosť." msgid "Wrong calendar" msgstr "Zlý kalendár" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Nemáte oprávnenie pre úpravu tejto udalosti." @@ -76,7 +76,7 @@ msgstr "Časové pásmo zmenené" msgid "Invalid request" msgstr "Neplatná požiadavka" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendár" @@ -130,203 +130,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "d. MMM[ yyyy]{ '—' d.[ MMM] yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Nedeľa" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Pondelok" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Utorok" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Streda" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Štvrtok" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Piatok" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Sobota" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Ned." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Pon." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Uto." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Str." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Štv." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Pia." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sob." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Január" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Február" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Marec" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Apríl" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Máj" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Jún" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Júl" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "August" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Október" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "December" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Máj." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jún." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Júl." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Celý deň" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nový kalendár" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Chýbajúce alebo neplatné polia" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Nadpis" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Od dátumu" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Od času" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Do dátumu" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Do času" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Udalosť končí ešte pred tým než začne" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Nastala chyba databázy" @@ -410,119 +410,119 @@ msgstr "Nemáte oprávnenie pre odstránenie kalendára." msgid "You do not have the permissions to add to this calendar." msgstr "Nemáte oprávnenie pre pridanie do tohto kalendára." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Nemáte oprávnenie pre pridanie udalostí do tohto kalendára." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Nemáte oprávnenie pre odstránenie tejto udalosti." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Zaneprázdený" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Verejný" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Súkromný" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Tajný" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Neopakovať" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Denne" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Týždenne" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Každý deň v týždni" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Každý druhý týždeň" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mesačne" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Ročne" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nikdy" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "podľa výskytu" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "podľa dátumu" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "podľa dňa v mesiaci" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "podľa dňa v týždni" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "týždenné udalosti v mesiaci" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "prvý" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "druhý" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tretí" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "štvrtý" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "piaty" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "posledný" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "podľa dátumu udalosti" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "po dňoch" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "podľa čísel týždňov" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "podľa dňa a mesiaca" @@ -854,34 +854,34 @@ msgstr "12h" msgid "Start week on" msgstr "Týždeň začína v " -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Vyrovnávacia pamäť" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Vymazať vyrovnávaciu pamäť pre opakujúce sa udalosti" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "Odkazy URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Kalendár CalDAV synchronizuje adresy" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "viac informácií" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primárna adresa" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Odkazy na iCalendar (iba na čítanie)" diff --git a/l10n/sl.php b/l10n/sl.php index f64ae656..bd2ab958 100644 --- a/l10n/sl.php +++ b/l10n/sl.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd, d. M.", "dddd M/d" => "dddd, d. M.", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, d. MMM, yyyy", "Sunday" => "nedelja", "Monday" => "ponedeljek", diff --git a/l10n/sl/calendar.po b/l10n/sl/calendar.po index 7a7f91d4..dd42f44c 100644 --- a/l10n/sl/calendar.po +++ b/l10n/sl/calendar.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: mateju <>\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -44,7 +44,7 @@ msgstr "Ni najdenih dogodkov." msgid "Wrong calendar" msgstr "Napačen koledar" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Ni ustreznih dovoljenj za urejanje tega dogodka." @@ -78,7 +78,7 @@ msgstr "Časovni pas je spremenjen" msgid "Invalid request" msgstr "Neveljavna zahteva" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Koledar" @@ -132,203 +132,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, d. MMM, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "nedelja" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "ponedeljek" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "torek" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "sreda" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "četrtek" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "petek" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "sobota" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "ned" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "pon" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "tor" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "sre" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "čet" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "pet" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "sob" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "januar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "februar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "marec" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "april" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "maj" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "junij" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "julij" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "avgust" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "september" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "november" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "december" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "jan" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "feb" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "mar" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "apr" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "maj" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "jun" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "jul" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "avg" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "sep" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "okt" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "nov" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "dec" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Cel dan" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Nov koledar" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Manjkajoča ali neveljavna polja" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Naslov" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Od datuma" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Od časa" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Do datuma" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Do časa" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Dogodek se konča preden se začne" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Napaka v podatkovni zbirki" @@ -412,119 +412,119 @@ msgstr "Ni ustreznih dovoljenj za izbris tega koledarja." msgid "You do not have the permissions to add to this calendar." msgstr "Ni ustreznih dovoljenj za dodajanje tega koledarja." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Ni ustreznih dovoljenj za dodajanje dogodkov v ta koledar." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Ni ustreznih dovoljenj za izbris tega dogodka." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Zasedeno" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Javno" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Zasebno" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Zaupno" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Se ne ponavlja" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Dnevno" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Tedensko" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Vsak dan v tednu" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Dvakrat mesečno" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mesečno" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Letno" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "nikoli" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "po pojavljanju" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "po datumu" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "po dnevu v mesecu" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "po dnevu v tednu" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "dogodki tedna v mesecu" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "prvi" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "drugi" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tretji" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "četrti" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "peti" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "zadnji" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "po datumu dogodka" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "po številu let" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "po tednu v letu" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "po dnevu in mesecu" @@ -856,34 +856,34 @@ msgstr "12 ur" msgid "Start week on" msgstr "Začni teden na" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Predpomnilnik" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Počisti predpomnilnik ponavljajočih se dogodkov" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "Naslovi URL" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Naslov CalDAV za usklajevanje koledarjev" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "več podrobnosti" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Osnovni naslov (za stik)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Povezave iCalendar le za branje" diff --git a/l10n/sq/calendar.po b/l10n/sq/calendar.po index b6d9dd82..6e12597a 100644 --- a/l10n/sq/calendar.po +++ b/l10n/sq/calendar.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Odeen \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +38,7 @@ msgstr "" msgid "Wrong calendar" msgstr "Kalendari i gabuar" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -72,7 +72,7 @@ msgstr "Zona kohore u ndryshua" msgid "Invalid request" msgstr "Kërkesë e pavlefshme" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendari" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "E djelë" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "E hënë" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "E martë" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "E mërkurë" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "E enjte" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "E premte" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "E shtunë" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Janar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Shkurt" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mars" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Prill" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maj" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Qershor" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Korrik" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Gusht" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Shtator" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Tetor" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Nëntor" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Dhjetor" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Gjithë ditën" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Kalendar i Ri" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Titulli" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Nga data" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Nga ora" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Deri në datën" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Deri në orën" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Ngjarja përfundon para se të fillojë" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Pati një dështim të database-it" @@ -406,119 +406,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Nuk përsëritet" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Ditore" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Javore" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Çdo ditë jave" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Dyjavore" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Mujore" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Vjetore" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "kurrë" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "nga rastisjet" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "nga data" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "nga dita e muajit" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "nga dita e javës" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "java e ngjarjeve të muajit" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "i pari" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "i dyti" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "i treti" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "i katërti" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "i pesti" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "i fundit" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "nga data e ngjarjeve" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "nga dita(ët) e vitit" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "nga numri i javës(ve)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "nga dita dhe muaji" @@ -850,34 +850,34 @@ msgstr "12 orë" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/sr.php b/l10n/sr.php index e3bb1bb2..7d1eefbd 100644 --- a/l10n/sr.php +++ b/l10n/sr.php @@ -23,7 +23,6 @@ "ddd M/d" => "ддд М/д", "dddd M/d" => "дддд M/д", "MMMM yyyy" => "MMMM гггг", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM д[ гггг]{ '—'[ MMM] д гггг}", "dddd, MMM d, yyyy" => "дддд, MMM д, гггг", "Sunday" => "Недеља", "Monday" => "Понедељак", diff --git a/l10n/sr/calendar.po b/l10n/sr/calendar.po index b4489439..bd58b443 100644 --- a/l10n/sr/calendar.po +++ b/l10n/sr/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "Није пронађен ниједан догађај." msgid "Wrong calendar" msgstr "Погрешан календар" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Немате дозволу да мењате овај догађај" @@ -75,7 +75,7 @@ msgstr "Временска зона је промењена" msgid "Invalid request" msgstr "Неисправан захтев" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Календар" @@ -129,203 +129,203 @@ msgid "MMMM yyyy" msgstr "MMMM гггг" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM д[ гггг]{ '—'[ MMM] д гггг}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "дддд, MMM д, гггг" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Недеља" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Понедељак" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Уторак" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Среда" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Четвртак" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Петак" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Субота" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Нед" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Пон" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Уто" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Сре" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Чет" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Пет" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Суб" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Јануар" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Фебруар" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Март" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Април" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Мај" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Јун" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Јул" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Август" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Септембар" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Октобар" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Новембар" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Децембар" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Јан" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Феб" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Мар" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Апр" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Мај." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Јун" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Јул" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Авг" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Сеп" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Окт" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Нов" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Дец" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Цео дан" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Нови календар" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Недостајућа или неисправна поља" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Наслов" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Од датума" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Од времена" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "До датума" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "До времена" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Догађај се завршава пре него што треба да почне" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Грешка у бази" @@ -409,119 +409,119 @@ msgstr "Немате дозволу да избришете овај кален msgid "You do not have the permissions to add to this calendar." msgstr "Немате дозволу да додате у овај календар" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Немате дозволу да додате догађаје у овај календар" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Немате дозволу да избришете овај догађај" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Заузето" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Јавно" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Приватно" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Тајно" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Не понавља се" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "дневно" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "недељно" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "сваког дана у недељи" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "двонедељно" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "месечно" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "годишње" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "никада" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "по учестаности појављивања" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "по датуму" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "по месецу" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "по викенду" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "први" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "други" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "трећи" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "четврти" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "пети" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "последњи" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "по датуму догађаја" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "по години(ама)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "по недељи(ама)" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "по дану и месецу" @@ -853,34 +853,34 @@ msgstr "12 часова" msgid "Start week on" msgstr "Недеља почиње од" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Кеш" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Избриши кеш за поновљене догађаје" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "УРЛ" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "више информација" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/sr@latin/calendar.po b/l10n/sr@latin/calendar.po index b9918ff0..74d94131 100644 --- a/l10n/sr@latin/calendar.po +++ b/l10n/sr@latin/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -38,7 +38,7 @@ msgstr "" msgid "Wrong calendar" msgstr "Pogrešan kalendar" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -72,7 +72,7 @@ msgstr "Vremenska zona je promenjena" msgid "Invalid request" msgstr "Neispravan zahtev" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalendar" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Nedelja" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Ponedeljak" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Utorak" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Sreda" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Četvrtak" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Petak" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Subota" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Ned" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Pon" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Uto" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Sre" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Čet" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Pet" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Sub" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januar" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februar" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mart" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maj" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Jun" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Jul" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Avgust" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Septembar" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktobar" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Novembar" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Decembar" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Maj." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Avg" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Ceo dan" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Novi kalendar" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Naslov" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -406,119 +406,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Ne ponavlja se" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "dnevno" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "nedeljno" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "svakog dana u nedelji" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "dvonedeljno" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "mesečno" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "godišnje" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -850,34 +850,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/sv.php b/l10n/sv.php index b2399282..9f29d692 100644 --- a/l10n/sv.php +++ b/l10n/sv.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "ddd, MMM d, yyyy", "Sunday" => "Söndag", "Monday" => "Måndag", diff --git a/l10n/sv/calendar.po b/l10n/sv/calendar.po index 654b2a54..6736cc88 100644 --- a/l10n/sv/calendar.po +++ b/l10n/sv/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "Inga händelser funna." msgid "Wrong calendar" msgstr "Fel kalender" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Du har inte behörighet att ändra denna händelse." @@ -76,7 +76,7 @@ msgstr "Tidszon ändrad" msgid "Invalid request" msgstr "Ogiltig begäran" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Kalender" @@ -130,203 +130,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "ddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Söndag" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Måndag" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Tisdag" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Onsdag" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Torsdag" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Fredag" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Lördag" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Sön." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Mån." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Tis." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Ons." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Tor." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Fre." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Lör." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Januari" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Februari" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mars" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "April" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Maj" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Juni" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Juli" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Augusti" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "September" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Oktober" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "November" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "December" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Jan." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Feb." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Apr." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Maj." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Jun." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Jul." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Aug." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Sep." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Okt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Nov." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Dec." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Hela dagen" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Ny kalender" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Saknade eller ogiltiga fält" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Rubrik" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Från datum" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Från tid" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Till datum" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Till tid" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Händelsen slutar innan den börjar" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Det blev ett databasfel" @@ -410,119 +410,119 @@ msgstr "Du har inte behörighet att radera denna kalender." msgid "You do not have the permissions to add to this calendar." msgstr "Du har inte behörighet att lägga till denna kalender." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Du har inte behörighet att lägga till händelser till denna kalender." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Du har inte behörighet att radera denna händelse." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Upptagen" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Publik" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Privat" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Konfidentiell" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Upprepas inte" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Dagligen" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Varje vecka" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Varje vardag" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Varannan vecka" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Varje månad" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Årligen" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "aldrig" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "efter händelser" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "efter datum" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "efter dag i månaden" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "efter veckodag" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "händelse vecka av månad" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "första" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "andra" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "tredje" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "fjärde" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "femte" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "sist" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "efter händelsedatum" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "efter årsdag(ar)" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "efter veckonummer" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "efter dag och månad" @@ -854,34 +854,34 @@ msgstr "12h" msgid "Start week on" msgstr "Starta veckan på" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Cache" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Töm cache för upprepade händelser" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL:er" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Kalender CalDAV synkroniserar adresser" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "mer info" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Primary address (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Read only iCalendar link(s)" diff --git a/l10n/sw_KE/calendar.po b/l10n/sw_KE/calendar.po index 205cd0fb..742b24a7 100644 --- a/l10n/sw_KE/calendar.po +++ b/l10n/sw_KE/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-05-25 01:47+0200\n" -"PO-Revision-Date: 2013-05-24 13:23+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -88,240 +88,240 @@ msgstr "" msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "user" msgstr "" -#: js/calendar.js:598 +#: js/calendar.js:602 msgid "group" msgstr "" -#: js/calendar.js:599 templates/part.share.php:41 templates/part.share.php:67 +#: js/calendar.js:603 templates/part.share.php:41 templates/part.share.php:68 msgid "Editable" msgstr "" -#: js/calendar.js:600 templates/part.share.php:43 templates/part.share.php:69 +#: js/calendar.js:604 templates/part.share.php:43 templates/part.share.php:70 msgid "Shareable" msgstr "" -#: js/calendar.js:601 templates/part.share.php:45 templates/part.share.php:71 +#: js/calendar.js:605 templates/part.share.php:45 templates/part.share.php:72 msgid "Deletable" msgstr "" -#: js/calendar.js:871 +#: js/calendar.js:875 msgid "ddd" msgstr "" -#: js/calendar.js:872 +#: js/calendar.js:876 msgid "ddd M/d" msgstr "" -#: js/calendar.js:873 +#: js/calendar.js:877 msgid "dddd M/d" msgstr "" -#: js/calendar.js:876 +#: js/calendar.js:880 msgid "MMMM yyyy" msgstr "" -#: js/calendar.js:878 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +#: js/calendar.js:882 +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" -#: js/calendar.js:880 +#: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:216 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -389,7 +389,7 @@ msgstr "" msgid "by" msgstr "" -#: lib/app.php:466 +#: lib/app.php:467 msgid "unnamed" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -787,7 +787,7 @@ msgstr "" msgid "Shared with" msgstr "" -#: templates/part.share.php:47 templates/part.share.php:73 +#: templates/part.share.php:47 templates/part.share.php:74 msgid "Unshare" msgstr "" @@ -795,11 +795,11 @@ msgstr "" msgid "Nobody" msgstr "" -#: templates/part.share.php:56 +#: templates/part.share.php:57 msgid "Shared via calendar" msgstr "" -#: templates/part.share.php:79 +#: templates/part.share.php:80 msgid "" "NOTE: Actions on events shared via calendar will affect the entire calendar " "sharing." @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/ta_LK.php b/l10n/ta_LK.php index e4210c7f..55e25f62 100644 --- a/l10n/ta_LK.php +++ b/l10n/ta_LK.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "ddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "ஞாயிற்றுக்கிழமை", "Monday" => "திங்கட்கிழமை", diff --git a/l10n/ta_LK/calendar.po b/l10n/ta_LK/calendar.po index 2610489c..defbff3d 100644 --- a/l10n/ta_LK/calendar.po +++ b/l10n/ta_LK/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -38,7 +38,7 @@ msgstr "நிகழ்வுகள் எதுவும் கண்டறி msgid "Wrong calendar" msgstr "பிழையான நாட்காட்டி" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "இந்த நிகழ்வை தொகுப்பதற்கு உங்களுக்கு அனுமதி இல்லை " @@ -72,7 +72,7 @@ msgstr "நேர மண்டலம் மாறியுள்ளது" msgid "Invalid request" msgstr "செல்லுபடியற்ற வேண்டுகோள்" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "நாட்காட்டி" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "ஞாயிற்றுக்கிழமை" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "திங்கட்கிழமை" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "செவ்வாய்க்கிழமை" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "புதன்கிழமை" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "வியாழக்கிழமை" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "வெள்ளிக்கிழமை" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "சனிக்கிழமை" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "ஞாயிறு" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "திங்கள்" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "செவ்வாய்" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "புதன்" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "வியாழன்" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "வெள்ளி" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "சனி" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "தை" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "மாசி" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "பங்குனி" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "சித்திரை" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "வைகாசி" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "ஆனி" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "ஆடி" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "ஆவணி" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "புரட்டாசி" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "ஐப்பசி" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "கார்த்திகை" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "மார்கழி" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "தை" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "மாசி" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "பங்குனி" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "சித்திரை" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "வைகாசி" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "ஆனி" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "ஆடி" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "ஆவணி" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "புரட்டாதி" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "ஐப்பசி" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "கார்த்திகை" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "மார்கழி" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "அனைத்து நாட்களும்" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "புதிய நாட்காட்டி" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "விடுபட்ட அல்லது செல்லுபடியற்ற புலங்கள்" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "தலைப்பு" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "திகதியிலிருந்து" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "நேரத்திலிருந்து" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "திகதி வரை" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "நேரம் வரை" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "அது தொடங்குவதற்கு முன்பு நிகழ்வு முடிந்துவிடும்" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "தரவுத்தள பிழை ஒன்று உள்ளது" @@ -406,119 +406,119 @@ msgstr "இந்த நாட்காட்டியை நீக்குவ msgid "You do not have the permissions to add to this calendar." msgstr "இந்த நாட்காட்டியை சேர்ப்பதற்கு உங்களுக்கு அனுமதி இல்லை" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "இந்த நாட்காட்டிக்கு நிகழ்வுகளை சேர்க்க உங்களுக்கு அனுமதி இல்லை" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "இந்த நிகழ்வை அழிப்பதற்கு உங்களுக்கு அனுமதி இல்லை " -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "மீண்டும் இல்லாமல்" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "ஒவ்வொரு நாளும்" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "வாரந்தோறும்" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "ஒவ்வொரு வாரநாளும்" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "இரு வாரத்திற்கு ஒரு முறை" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "மாதந்தோரும்" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "வருடந்தோறும்" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "ஒருபோதும்" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "நிகழ்வுகள் மூலம்" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "திகதியினால்" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "மாதநாளில்" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "வாரநாளில்" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "மாதத்தின் நிகழ்வு வாரங்கள்" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "முதலாவது" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "இரண்டாவது" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "மூன்றாவது" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "நான்காவது" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "ஐந்தாவது" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "இறுதி" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "நிகழ்வை கொண்ட திகதி" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "வருட நாள் (கள்) மூலம்" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "வார எண்ணிக்கை (கள்) மூலம்" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "நாள் மற்றும் மாதம் மூலம்" @@ -850,34 +850,34 @@ msgstr "12ஆம்" msgid "Start week on" msgstr "தொடங்கும் வாரம்" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "இடைமாற்றுநினைவகம்" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "மீள் நிகழ்ச்சிக்கான இடைமாற்றுநினைவகத்தை சுத்தப்படுத்துக" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV நாட்காட்டியின் ஒத்திசை முகவரிகள்" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "மேலதிக தகவல்" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "முதன்மை முகவரி (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "வாசிக்க மட்டும் கூடிய iCalendar இணைப்பு (கள்)" diff --git a/l10n/te/calendar.po b/l10n/te/calendar.po index 81fb579f..a0a611a0 100644 --- a/l10n/te/calendar.po +++ b/l10n/te/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "ఆదివారం" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "సోమవారం" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "మంగళవారం" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "బుధవారం" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "గురువారం" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "శుక్రవారం" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "శనివారం" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "జనవరి" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "ఫిబ్రవరి" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "మార్చి" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "ఏప్రిల్" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "మే" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "జూన్" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "జూలై" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "ఆగస్ట్" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "సెప్టెంబర్" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "అక్టోబర్" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "నవంబర్" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "డిసెంబర్" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index c1ac3da6..6f199067 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,13 +8,13 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-26 23:59-0400\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ajax/cache/status.php:19 @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/th_TH.php b/l10n/th_TH.php index 21558261..805cc267 100644 --- a/l10n/th_TH.php +++ b/l10n/th_TH.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "วันอาทิตย์", "Monday" => "วันจันทร์", diff --git a/l10n/th_TH/calendar.po b/l10n/th_TH/calendar.po index d1b20b79..def5ecbc 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -39,7 +39,7 @@ msgstr "ไม่พบกิจกรรมที่ต้องการ" msgid "Wrong calendar" msgstr "ปฏิทินไม่ถูกต้อง" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "คุณไม่ได้รับสิทธิ์ให้แก้ไขกิจกรรมนี้" @@ -73,7 +73,7 @@ msgstr "โซนเวลาถูกเปลี่ยนแล้ว" msgid "Invalid request" msgstr "คำร้องขอไม่ถูกต้อง" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "ปฏิทิน" @@ -127,203 +127,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "วันอาทิตย์" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "วันจันทร์" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "วันอังคาร" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "วันพุธ" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "วันพฤหัสบดี" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "วันศุกร์" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "วันเสาร์" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "อา." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "จ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "อ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "พ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "พฤ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "ศ." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "ส." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "มกราคม" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "กุมภาพันธ์" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "มีนาคม" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "เมษายน" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "พฤษภาคม" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "มิถุนายน" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "กรกฏาคม" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "สิงหาคม" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "กันยายน" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "ตุลาคม" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "พฤศจิกายน" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "ธันวาคม" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "ม.ค." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "ก.พ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "มี.ค." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "เม.ย." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "พ.ค." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "มิ.ย." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "ก.ค." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "ส.ค." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "ก.ย." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "ต.ค." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "พ.ย." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "ธ.ค." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "ทั้งวัน" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "สร้างปฏิทินใหม่" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "ช่องข้อมูลไม่ถูกต้องหรือเกิดการสูญหาย" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "ชื่อกิจกรรม" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "จากวันที่" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "ตั้งแต่เวลา" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "ถึงวันที่" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "ถึงเวลา" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "วันที่สิ้นสุดกิจกรรมดังกล่าวอยู่ก่อนวันเริ่มต้น" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "เกิดความล้มเหลวกับฐานข้อมูล" @@ -407,119 +407,119 @@ msgstr "คุณไม่ได้รับสิทธิ์ให้ลบป msgid "You do not have the permissions to add to this calendar." msgstr "คุณไม่ได้รับสิทธิ์ให้เพิ่มปฏิทินนี้" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "คุณไม่ได้รับสิทธิ์ให้เพิ่มกิจกรรมเข้าไปในปฏิทินนี้" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "คุณไม่ได้รับสิทธิ์ให้ลบกิจกรรมนี้" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "ไม่ว่าง" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "สาธารณะ" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "ส่วนตัว" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "ความลับ" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "ไม่ต้องทำซ้ำ" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "รายวัน" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "รายสัปดาห์" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "ทุกวันหยุด" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "รายปักษ์" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "รายเดือน" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "รายปี" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "ไม่ต้องเลย" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "ตามจำนวนที่ปรากฏ" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "ตามวันที่" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "จากเดือน" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "จากสัปดาห์" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "สัปดาห์ที่มีกิจกรรมของเดือน" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "ลำดับแรก" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "ลำดับที่สอง" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "ลำดับที่สาม" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "ลำดับที่สี่" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "ลำดับที่ห้า" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "ลำดับสุดท้าย" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "ตามวันที่จัดกิจกรรม" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "ของเมื่อวานนี้" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "จากหมายเลขของสัปดาห์" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "ตามวันและเดือน" @@ -851,34 +851,34 @@ msgstr "12 ช.ม." msgid "Start week on" msgstr "เริ่มต้นสัปดาห์ด้วย" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "หน่วยความจำแคช" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "ล้างข้อมูลในหน่วยความจำแคชสำหรับกิจกรรมที่ซ้ำซ้อน" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "ที่อยู่ที่ใช้สำหรับเชื่อมข้อมูลปฏิทิน CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "ข้อมูลเพิ่มเติม" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "ที่อยู่หลัก (Kontact et al)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "อ่านเฉพาะลิงก์ iCalendar เท่านั้น" diff --git a/l10n/tr.php b/l10n/tr.php index 75a2cb90..636ff70f 100644 --- a/l10n/tr.php +++ b/l10n/tr.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "AAA g[ yyyy]{ '—'[ AAA] g yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Pazar", "Monday" => "Pazartesi", diff --git a/l10n/tr/calendar.po b/l10n/tr/calendar.po index ef27f13f..b6263fec 100644 --- a/l10n/tr/calendar.po +++ b/l10n/tr/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "Etkinlik yok." msgid "Wrong calendar" msgstr "Yanlış takvim" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Bu olayı düzeltme yetkisine sahip değilsiniz." @@ -79,7 +79,7 @@ msgstr "Zaman dilimi değiştirildi" msgid "Invalid request" msgstr "Geçersiz istek" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Takvim" @@ -133,203 +133,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "AAA g[ yyyy]{ '—'[ AAA] g yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Pazar" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Pazartesi" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Salı" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Çarşamba" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Perşembe" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Cuma" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Cumartesi" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Paz." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Pzt." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Sal." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Çar." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Per." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Cum." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Cmt." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Ocak" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Şubat" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Mart" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Nisan" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Mayıs" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Haziran" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Temmuz" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Ağustos" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Eylül" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Ekim" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Kasım" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Aralık" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Oca." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Şbt." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Mar." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Nis" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "May." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Haz." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Tem." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Agu." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Eyl." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Eki." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Kas." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Ara." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Tüm gün" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Yeni Takvim" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Eksik veya geçersiz alan" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Başlık" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Bu Tarihten" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Bu Saatten" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Bu Tarihe" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Bu Saate" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Olay başlamadan önce bitiyor" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Bir veritabanı başarısızlığı oluştu" @@ -413,119 +413,119 @@ msgstr "Bu takvimi silme yetkisine sahip değilsiniz." msgid "You do not have the permissions to add to this calendar." msgstr "Bu takvime ekleme yetkisine sahip değilsiniz." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Bu takvime olay ekleme yetkisine sahip değilsiniz." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Bu olayı silme yetkisine sahip değilsiniz." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Meşgul" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Halka açık" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Özel" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Gizli" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Tekrar etmiyor" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Günlük" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Haftalı" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Haftaiçi Her gün" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "İki haftada bir" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Aylık" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Yıllı" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "asla" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "sıklığa göre" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "tarihe göre" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "ay günlerine göre" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "hafta günlerine göre" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "ayın etkinlikler haftası" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "birinci" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "ikinci" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "üçüncü" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "dördüncü" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "beşinci" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "sonuncu" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "olay tarihine göre" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "yıl gün(ler)ine göre" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "hafta sayı(lar)ına göre" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "gün ve aya göre" @@ -857,34 +857,34 @@ msgstr "12s" msgid "Start week on" msgstr "Haftabaşı" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Önbellek" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Tekrar eden etkinlikler için ön belleği temizle." -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL'ler" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "CalDAV takvimi adresleri senkronize ediyor." -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "daha fazla bilgi" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Öncelikli adres" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Sadece okunabilir iCalendar link(ler)i" diff --git a/l10n/ug.php b/l10n/ug.php index a758c524..69543347 100644 --- a/l10n/ug.php +++ b/l10n/ug.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "يەكشەنبە", "Monday" => "دۈشەنبە", diff --git a/l10n/ug/calendar.po b/l10n/ug/calendar.po index 4a577e85..82c4a760 100644 --- a/l10n/ug/calendar.po +++ b/l10n/ug/calendar.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: Abduqadir Abliz \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Uighur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +38,7 @@ msgstr "ھادىسە تېپىلمىدى." msgid "Wrong calendar" msgstr "خاتا يىلنامە" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "بۇ يىلنامەنى تەھرىرلەش ھوقۇقىڭىز يوق." @@ -72,7 +72,7 @@ msgstr "ۋاقىت رايونى ئۆزگەردى" msgid "Invalid request" msgstr "ئىناۋەتسىز ئىلتىماس" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "يىلنامە" @@ -126,203 +126,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "يەكشەنبە" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "دۈشەنبە" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "سەيشەنبە" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "چارشەنبە" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "پەيشەنبە" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "جۈمە" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "شەنبە" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "يەك" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "دۈش" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "سەي" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "چار" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "پەي" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "جۈم" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "شەن" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "قەھرىتان" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "ھۇت" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "نەۋرۇز" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "ئۇمۇت" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "باھار" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "سەپەر" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "چىللە" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "تومۇز" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "مىزان" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "ئوغۇز" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "ئوغلاق" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "كۆنەك" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "قەھرىتان" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "ھۇت" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "نەۋرۇز" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "ئۇمۇت" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "باھار" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "سەپەر" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "چىللە" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "تومۇز" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "مىزان" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "ئوغۇز" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "ئوغلاق" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "كۆنەك" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "پۈتۈن كۈن" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "يېڭى يىلنامە" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "كەم ياكى ئىناۋەتسىز سۆز بۆلىكى" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "ماۋزۇ" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "باشلانغان چېسلا" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "باشلانغان ۋاقىت" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "ئاخىرلاشقان ۋاقىت" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "ئاخىرلاشقان ۋاقىت" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "پائالىيەت باشلىنىشتىن ئىلگىرى ئاخىرلاشقان" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "سانداننى زىيارەت قىلالمىدى" @@ -406,119 +406,119 @@ msgstr "بۇ يىلنەمەنى ئۆچۈرۈش ھوقۇقىڭىز يوق" msgid "You do not have the permissions to add to this calendar." msgstr "بۇ يىلنەمەگە قوشۇش ھوقۇقىڭىز يوق." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "بۇ يىلنامەگە پائالىيەت قوشۇش ھوقۇقىڭىز يوق" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "بۇ پائالىيەتنى ئۆچۈرۈش ھوقۇقىڭىز يوق." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "ئالدىراش" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "ئاممىۋى" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "خۇسۇسىي" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "مەخپىي" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "تەكرارلىما" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "ھەر كۈنى" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "ھەر ھەپتىدە" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "ھەر مىنھەپتە كۈنى" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "ئىككى ھەپتىدە بىر" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "ھەر ئايدا" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "ھەر يىلى" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "ھەرگىز" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "يۈز بېرىش قېتىم سانى بويىچە" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "چېسلا بويىچە" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "ئايدىكى كۈن بويىچە" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "مىنھەپتە كۈنى بويىچە" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "پائالىيەت ئاينىڭ قانچىنچى ھەپتىسى" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "بىرىنچى" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "ئىككىنچى" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "ئۈچىنچى" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "تۆتىنچى" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "بەشىنچى" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "ئاخىرقى" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "پائالىيەت چېسلاسى بويىچە" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "ھەر يىلنىڭ مەلۇم كۈن(لەر)ى بويىچە" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "ھەپتە سان(لار)ى بويىچە" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "كۈن ۋە ئاي بويىچە" @@ -850,34 +850,34 @@ msgstr "12h" msgid "Start week on" msgstr "ھەپتە باشلىنىشى" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "غەملەك" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "تەكرارلانغان پائالىيەتلەرنىڭ غەملىكىنى تازىلا" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "يىلنامە CalDAV قەدەمداشلاش ئادرېسى" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "تېخىمۇ كۆپ ئۇچۇرلار" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "ئاساسىي ئادرېس (ئالاقە ئۇچۇرى قاتارلىق)" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "ئوقۇشقىلا بولىدىغان iCalendar ئۇلانما(لار)" diff --git a/l10n/uk.php b/l10n/uk.php index 40aa7ea2..ca4b881c 100644 --- a/l10n/uk.php +++ b/l10n/uk.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Неділя", "Monday" => "Понеділок", diff --git a/l10n/uk/calendar.po b/l10n/uk/calendar.po index a365b4b7..27636caa 100644 --- a/l10n/uk/calendar.po +++ b/l10n/uk/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -39,7 +39,7 @@ msgstr "Подій не знайдено." msgid "Wrong calendar" msgstr "Невірний календар" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "У вас немає прав редагувати цю подію." @@ -73,7 +73,7 @@ msgstr "Часовий пояс змінено" msgid "Invalid request" msgstr "Некоректний запит" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Календар" @@ -127,203 +127,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Неділя" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Понеділок" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Вівторок" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Середа" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Четвер" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "П'ятниця" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Субота" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Нед." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Пн." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Вт." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Ср." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Чт." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Пт." -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Сб." -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Січень" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Лютий" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Березень" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Квітень" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Травень" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Червень" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Липень" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Серпень" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Вересень" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Жовтень" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Листопад" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Грудень" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Січ." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Лют." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Бер." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Кві." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Тра." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Чер." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Лип." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Сер." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Вер." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Жов." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Лис." -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Гру." -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Увесь день" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Новий Календар" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Відсутні або невірні поля" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Назва" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Від Дати" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "З Часу" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "До Часу" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "По Дату" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Подія завершається до її початку" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Сталася помилка бази даних" @@ -407,119 +407,119 @@ msgstr "У вас немає прав видаляти цей календар." msgid "You do not have the permissions to add to this calendar." msgstr "У вас немає прав додавати у цей календар." -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "У вас немає прав додавати події у цей календар." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "У вас немає прав видалити цю подію." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Зайнято" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Загально" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Приватно" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Конфіденційно" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Не повторювати" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Щоденно" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Щотижня" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "По будням" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Кожні дві неділі" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Щомісяця" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Щорічно" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "ніколи" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "по нагодах" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "по датах" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "по днях місяця" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "по днях тижня" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "подій тижня місяця" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "перший" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "другий" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "третій" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "четвертий" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "п'ятий" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "останній" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "по датах подій" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "по днях року" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "по номеру тижня" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "по дню та місяцю" @@ -851,34 +851,34 @@ msgstr "12Рі" msgid "Start week on" msgstr "Тиждень починається з" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Кеш" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Чистити кеш для подій, що повторюються" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URL-ів" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Адреси синхронізації CalDAV Календаря" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "більше інформації" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Початкова адреса" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Читати лише iCalendar з'єднання" diff --git a/l10n/ur_PK/calendar.po b/l10n/ur_PK/calendar.po index 3b106781..a3bf017f 100644 --- a/l10n/ur_PK/calendar.po +++ b/l10n/ur_PK/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "جنوری" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "فرورئ" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "مارچ" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "اپریل" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "مئی" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "جون" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "جولائی" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "اگست" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "ستمبر" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "اکتوبر" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "نومبر" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "دسمبر" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/vi.php b/l10n/vi.php index 0544916a..2c49e0e4 100644 --- a/l10n/vi.php +++ b/l10n/vi.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Chủ nhật", "Monday" => "Thứ 2", diff --git a/l10n/vi/calendar.po b/l10n/vi/calendar.po index 35bbadbc..d90ff7ba 100644 --- a/l10n/vi/calendar.po +++ b/l10n/vi/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "Không tìm thấy sự kiện nào" msgid "Wrong calendar" msgstr "Sai lịch" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "Bạn không có quyền chỉnh sửa sự kiện này." @@ -76,7 +76,7 @@ msgstr "Thay đổi múi giờ" msgid "Invalid request" msgstr "Yêu cầu không hợp lệ" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "Lịch" @@ -130,203 +130,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "Chủ nhật" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "Thứ 2" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "Thứ 3" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "Thứ 4" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "Thứ 5" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "Thứ " -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "Thứ 7" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "Chủ nhật" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "Thứ hai" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "Thứ ba" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "Thứ tư" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "Thứ năm" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "Thứ sáu" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "Thứ bảy" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "Tháng 1" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "Tháng 2" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "Tháng 3" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "Tháng 4" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "Tháng 5" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "Tháng 6" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "Tháng 7" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "Tháng 8" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "Tháng 9" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "Tháng 10" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "Tháng 11" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "Tháng 12" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "Tháng 1" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "Tháng 2" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "Tháng 3" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "Tháng 4" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "Tháng 5" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "Tháng 6" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "Tháng 7" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "Tháng 8" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "Tháng 9" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "Tháng 10" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "Tháng 11" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "Tháng 12" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "Tất cả các ngày" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "Lịch mới" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "Thông tin thiếu hoặc không hợp lệ" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "Tiêu đề" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "Từ ngày" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "Từ thời gian" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "Tới ngày" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "Tới thời gian" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "Sự kiện này kết thúc trước khi nó bắt đầu" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "Lỗi truy xuất cơ sở dữ liệu" @@ -410,119 +410,119 @@ msgstr "Bạn không có quyền xóa lịch này" msgid "You do not have the permissions to add to this calendar." msgstr "Bạn không có quyền thêm lịch này" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "Bạn không có quyền thêm các sự kiện vào lịch này." -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "Bạn không có quyền xóa sự kiện này." -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "Bận" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "Công khai" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "Riêng tư" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "Mật" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "Không lặp lại" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "Hàng ngày" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "Hàng tuần" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "Mỗi ngày trong tuần" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "Hai tuần một lần" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "Hàng tháng" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "Hàng năm" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "không thay đổi" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "bởi sự kiện" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "bởi ngày" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "bởi ngày trong tháng" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "bởi ngày trong tuần" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "sự kiện trong tuần của tháng" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "đầu tiên" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "Thứ hai" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "Thứ ba" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "Thứ tư" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "Thứ năm" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "sau" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "Theo ngày tháng sự kiện" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "Theo ngày trong năm" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "Theo số tuần" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "Theo ngày, tháng" @@ -854,34 +854,34 @@ msgstr "12h" msgid "Start week on" msgstr "Ngày bắt đầu trong tuần" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "Bộ nhớ đệm" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "Xóa bộ nhớ đệm cho các sự kiện lặp đi lặp lại" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "Đồng bộ địa chỉ lịch CalDAV" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "thông tin thêm" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "Địa chỉ chính (Kontact et al) " -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "Chỉ đọc iCalendar link(s)" diff --git a/l10n/zh_CN.php b/l10n/zh_CN.php index e3b17b9b..fef25eba 100644 --- a/l10n/zh_CN.php +++ b/l10n/zh_CN.php @@ -25,7 +25,6 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "星期日", "Monday" => "星期一", diff --git a/l10n/zh_CN/calendar.po b/l10n/zh_CN/calendar.po index d2d66da6..e526c78d 100644 --- a/l10n/zh_CN/calendar.po +++ b/l10n/zh_CN/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgstr "无法找到事件。" msgid "Wrong calendar" msgstr "错误的日历" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "您没有权限编辑此日历" @@ -78,7 +78,7 @@ msgstr "时区已修改" msgid "Invalid request" msgstr "非法请求" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "日历" @@ -132,203 +132,203 @@ msgid "MMMM yyyy" msgstr "MMMM yyyy" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "dddd, MMM d, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "星期日" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "星期一" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "星期二" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "星期三" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "星期四" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "星期五" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "星期六" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "星期天" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "星期一" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "星期二" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "星期三" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "星期四" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "星期五" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "星期六" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "一月" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "二月" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "三月" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "四月" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "五月" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "六月" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "七月" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "八月" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "九月" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "十月" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "十一月" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "十二月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "一月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "二月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "三月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "四月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "五月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "六月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "七月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "八月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "九月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "十月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "十一月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "十二月" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "全天" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "新日历" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "缺少或无效的字段" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "标题" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "从" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "从" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "至" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "至" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "事件在开始前已结束" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "数据库访问失败" @@ -412,119 +412,119 @@ msgstr "您没有权限删除此日历" msgid "You do not have the permissions to add to this calendar." msgstr "您没有权限增加到此日历" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "您没有权限增加事项到此日历" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "您没有权限删除此事件" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "忙碌" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "公共" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "私人" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "证书" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "不重复" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "每天" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "每周" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "每个工作日" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "每两周" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "每月" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "每年" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "从不" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "按发生次数" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "按日期" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "按月的某天" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "按星期的某天" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "事件在每月的第几个星期" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "第一" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "第二" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "第三" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "第四" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "第五" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "最后" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "按事件日期" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "按每年的某天" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "按星期数" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "按天和月份" @@ -856,34 +856,34 @@ msgstr "12小时" msgid "Start week on" msgstr "一周开始于" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "缓存" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "清理重复事件的缓存" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "网址" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "日历 CalDAV 同步地址" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "更多信息" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "主地址" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "只读 iCanlendar 连接" diff --git a/l10n/zh_HK/calendar.po b/l10n/zh_HK/calendar.po index 2ae254b0..09696533 100644 --- a/l10n/zh_HK/calendar.po +++ b/l10n/zh_HK/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "" msgid "Wrong calendar" msgstr "" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "日曆" @@ -125,203 +125,203 @@ msgid "MMMM yyyy" msgstr "" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "星期日" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "星期一" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "星期二" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "星期三" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "星期四" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "星期五" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "星期六" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "一月" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "二月" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "三月" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "四月" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "五月" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "六月" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "七月" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "八月" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "九月" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "十月" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "十一月" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "十二月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "標題" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "" @@ -405,119 +405,119 @@ msgstr "" msgid "You do not have the permissions to add to this calendar." msgstr "" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "" @@ -849,34 +849,34 @@ msgstr "" msgid "Start week on" msgstr "" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "更多" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "主要地址" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OSX" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "" diff --git a/l10n/zh_TW.php b/l10n/zh_TW.php index 5ea1c475..3d728ac0 100644 --- a/l10n/zh_TW.php +++ b/l10n/zh_TW.php @@ -25,7 +25,6 @@ "ddd M/d" => "M/d ddd", "dddd M/d" => "M/d dddd", "MMMM yyyy" => "yyyy MMMM", -"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "MMM d, dddd, yyyy", "Sunday" => "週日", "Monday" => "週一", diff --git a/l10n/zh_TW/calendar.po b/l10n/zh_TW/calendar.po index 88df4350..94753f40 100644 --- a/l10n/zh_TW/calendar.po +++ b/l10n/zh_TW/calendar.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-22 12:47-0400\n" -"PO-Revision-Date: 2013-09-20 15:00+0000\n" -"Last-Translator: pellaeon \n" +"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -45,7 +45,7 @@ msgstr "沒有活動" msgid "Wrong calendar" msgstr "錯誤的日曆" -#: ajax/event/edit.form.php:221 lib/object.php:197 lib/object.php:233 +#: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233 msgid "You do not have the permissions to edit this event." msgstr "您沒有權限編輯這個活動。" @@ -79,7 +79,7 @@ msgstr "時區已變更" msgid "Invalid request" msgstr "無效請求" -#: appinfo/app.php:38 js/l10n.php:55 templates/part.eventform.php:30 +#: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:30 #: templates/part.showevent.php:37 msgid "Calendar" msgstr "日曆" @@ -133,203 +133,203 @@ msgid "MMMM yyyy" msgstr "yyyy MMMM" #: js/calendar.js:882 -msgid "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" -msgstr "MMM d[ yyyy]{ '—'[ MMM] d yyyy}" +msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" +msgstr "" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" msgstr "MMM d, dddd, yyyy" -#: js/l10n.php:45 lib/object.php:590 templates/settings.php:69 +#: js/l10n.php:77 lib/object.php:588 templates/settings.php:69 msgid "Sunday" msgstr "週日" -#: js/l10n.php:45 lib/object.php:584 templates/settings.php:68 +#: js/l10n.php:77 lib/object.php:582 templates/settings.php:68 msgid "Monday" msgstr "週一" -#: js/l10n.php:45 lib/object.php:585 +#: js/l10n.php:77 lib/object.php:583 msgid "Tuesday" msgstr "週二" -#: js/l10n.php:45 lib/object.php:586 +#: js/l10n.php:77 lib/object.php:584 msgid "Wednesday" msgstr "週三" -#: js/l10n.php:45 lib/object.php:587 +#: js/l10n.php:77 lib/object.php:585 msgid "Thursday" msgstr "週四" -#: js/l10n.php:45 lib/object.php:588 +#: js/l10n.php:77 lib/object.php:586 msgid "Friday" msgstr "週五" -#: js/l10n.php:45 lib/object.php:589 +#: js/l10n.php:77 lib/object.php:587 templates/settings.php:70 msgid "Saturday" msgstr "週六" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sun." msgstr "日" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Mon." msgstr "一" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Tue." msgstr "二" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Wed." msgstr "三" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Thu." msgstr "四" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Fri." msgstr "五" -#: js/l10n.php:46 +#: js/l10n.php:78 msgid "Sat." msgstr "六" -#: js/l10n.php:47 lib/object.php:640 +#: js/l10n.php:79 lib/object.php:638 msgid "January" msgstr "一月" -#: js/l10n.php:47 lib/object.php:641 +#: js/l10n.php:79 lib/object.php:639 msgid "February" msgstr "二月" -#: js/l10n.php:47 lib/object.php:642 +#: js/l10n.php:79 lib/object.php:640 msgid "March" msgstr "三月" -#: js/l10n.php:47 lib/object.php:643 +#: js/l10n.php:79 lib/object.php:641 msgid "April" msgstr "四月" -#: js/l10n.php:47 lib/object.php:644 +#: js/l10n.php:79 lib/object.php:642 msgid "May" msgstr "五月" -#: js/l10n.php:47 lib/object.php:645 +#: js/l10n.php:79 lib/object.php:643 msgid "June" msgstr "六月" -#: js/l10n.php:47 lib/object.php:646 +#: js/l10n.php:79 lib/object.php:644 msgid "July" msgstr "七月" -#: js/l10n.php:47 lib/object.php:647 +#: js/l10n.php:79 lib/object.php:645 msgid "August" msgstr "八月" -#: js/l10n.php:47 lib/object.php:648 +#: js/l10n.php:79 lib/object.php:646 msgid "September" msgstr "九月" -#: js/l10n.php:47 lib/object.php:649 +#: js/l10n.php:79 lib/object.php:647 msgid "October" msgstr "十月" -#: js/l10n.php:47 lib/object.php:650 +#: js/l10n.php:79 lib/object.php:648 msgid "November" msgstr "十一月" -#: js/l10n.php:47 lib/object.php:651 +#: js/l10n.php:79 lib/object.php:649 msgid "December" msgstr "十二月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jan." msgstr "一月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Feb." msgstr "二月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Mar." msgstr "三月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Apr." msgstr "四月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "May." msgstr "五月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jun." msgstr "六月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Jul." msgstr "七月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Aug." msgstr "八月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Sep." msgstr "九月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Oct." msgstr "十月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Nov." msgstr "十一月" -#: js/l10n.php:48 +#: js/l10n.php:80 msgid "Dec." msgstr "十二月" -#: js/l10n.php:51 +#: js/l10n.php:83 msgid "All day" msgstr "整天" -#: js/l10n.php:52 lib/import.php:214 templates/part.choosecalendar.php:23 +#: js/l10n.php:84 lib/import.php:214 templates/part.choosecalendar.php:23 msgid "New Calendar" msgstr "新日曆" -#: js/l10n.php:53 +#: js/l10n.php:85 msgid "Missing or invalid fields" msgstr "欄位沒有填寫或無效的資料" -#: js/l10n.php:54 templates/part.eventform.php:16 +#: js/l10n.php:86 templates/part.eventform.php:16 #: templates/part.showevent.php:11 msgid "Title" msgstr "標題" -#: js/l10n.php:56 +#: js/l10n.php:88 msgid "From Date" msgstr "自日期" -#: js/l10n.php:57 +#: js/l10n.php:89 msgid "From Time" msgstr "自時間" -#: js/l10n.php:58 +#: js/l10n.php:90 msgid "To Date" msgstr "至日期" -#: js/l10n.php:59 +#: js/l10n.php:91 msgid "To Time" msgstr "至時間" -#: js/l10n.php:60 +#: js/l10n.php:92 msgid "The event ends before it starts" msgstr "活動的結束在開始之前" -#: js/l10n.php:61 +#: js/l10n.php:93 msgid "There was a database fail" msgstr "資料庫錯誤" @@ -413,119 +413,119 @@ msgstr "您沒有權限刪除這個日曆。" msgid "You do not have the permissions to add to this calendar." msgstr "您沒有權限在這個日曆建立活動。" -#: lib/object.php:122 lib/object.php:162 lib/object.php:319 +#: lib/object.php:122 lib/object.php:162 lib/object.php:317 msgid "You do not have the permissions to add events to this calendar." msgstr "您沒有權限在這個日曆建立活動。" -#: lib/object.php:267 lib/object.php:299 +#: lib/object.php:267 lib/object.php:297 msgid "You do not have the permissions to delete this event." msgstr "您沒有權限刪除這個活動。" -#: lib/object.php:493 +#: lib/object.php:491 msgid "Busy" msgstr "忙碌" -#: lib/object.php:533 +#: lib/object.php:531 msgid "Public" msgstr "公開" -#: lib/object.php:534 +#: lib/object.php:532 msgid "Private" msgstr "私人" -#: lib/object.php:535 +#: lib/object.php:533 msgid "Confidential" msgstr "私密" -#: lib/object.php:545 +#: lib/object.php:543 msgid "Does not repeat" msgstr "不重覆" -#: lib/object.php:546 +#: lib/object.php:544 msgid "Daily" msgstr "每日" -#: lib/object.php:547 +#: lib/object.php:545 msgid "Weekly" msgstr "每週" -#: lib/object.php:548 +#: lib/object.php:546 msgid "Every Weekday" msgstr "每週一至週五" -#: lib/object.php:549 +#: lib/object.php:547 msgid "Bi-Weekly" msgstr "每隔一週" -#: lib/object.php:550 +#: lib/object.php:548 msgid "Monthly" msgstr "每月" -#: lib/object.php:551 +#: lib/object.php:549 msgid "Yearly" msgstr "每年" -#: lib/object.php:561 +#: lib/object.php:559 msgid "never" msgstr "永不" -#: lib/object.php:562 +#: lib/object.php:560 msgid "by occurrences" msgstr "由次數" -#: lib/object.php:563 +#: lib/object.php:561 msgid "by date" msgstr "由日期" -#: lib/object.php:573 +#: lib/object.php:571 msgid "by monthday" msgstr "依月份日期" -#: lib/object.php:574 +#: lib/object.php:572 msgid "by weekday" msgstr "由平日" -#: lib/object.php:600 +#: lib/object.php:598 msgid "events week of month" msgstr "月份中活動週" -#: lib/object.php:601 +#: lib/object.php:599 msgid "first" msgstr "第一" -#: lib/object.php:602 +#: lib/object.php:600 msgid "second" msgstr "第二" -#: lib/object.php:603 +#: lib/object.php:601 msgid "third" msgstr "第三" -#: lib/object.php:604 +#: lib/object.php:602 msgid "fourth" msgstr "第四" -#: lib/object.php:605 +#: lib/object.php:603 msgid "fifth" msgstr "第五" -#: lib/object.php:606 +#: lib/object.php:604 msgid "last" msgstr "最後" -#: lib/object.php:661 +#: lib/object.php:659 msgid "by events date" msgstr "由活動日期" -#: lib/object.php:662 +#: lib/object.php:660 msgid "by yearday(s)" msgstr "依年份日期" -#: lib/object.php:663 +#: lib/object.php:661 msgid "by weeknumber(s)" msgstr "由週數" -#: lib/object.php:664 +#: lib/object.php:662 msgid "by day and month" msgstr "由日與月" @@ -857,34 +857,34 @@ msgstr "12小時制" msgid "Start week on" msgstr "一週起始於" -#: templates/settings.php:75 +#: templates/settings.php:76 msgid "Cache" msgstr "快取" -#: templates/settings.php:79 +#: templates/settings.php:80 msgid "Clear cache for repeating events" msgstr "清除重覆發生活動的快取" -#: templates/settings.php:84 +#: templates/settings.php:85 msgid "URLs" msgstr "URLs" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" msgstr "日曆的 CalDAV 同步地址" -#: templates/settings.php:86 +#: templates/settings.php:87 msgid "more info" msgstr "更多資訊" -#: templates/settings.php:88 +#: templates/settings.php:89 msgid "Primary address (Kontact et al)" msgstr "主要地址" -#: templates/settings.php:90 +#: templates/settings.php:91 msgid "iOS/OS X" msgstr "iOS/OS X" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "Read only iCalendar link(s)" msgstr "唯讀的 iCalendar 連結" From 566c13e6321d320e3ebd648f615b2077eac0abc0 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Mon, 30 Sep 2013 10:02:24 -0400 Subject: [PATCH 34/38] [tx-robot] updated from transifex --- l10n/de.php | 1 + l10n/de/calendar.po | 9 +++++---- l10n/de_DE.php | 1 + l10n/de_DE/calendar.po | 9 +++++---- l10n/es.php | 1 + l10n/es/calendar.po | 9 +++++---- l10n/gl.php | 1 + l10n/gl/calendar.po | 8 ++++---- l10n/hu_HU.php | 1 + l10n/hu_HU/calendar.po | 9 +++++---- l10n/it.php | 1 + l10n/it/calendar.po | 10 +++++----- l10n/ja_JP.php | 1 + l10n/ja_JP/calendar.po | 10 +++++----- l10n/lt_LT.php | 8 ++++---- l10n/lt_LT/calendar.po | 15 ++++++++------- l10n/pl.php | 1 + l10n/pl/calendar.po | 8 ++++---- l10n/pt_BR.php | 1 + l10n/pt_BR/calendar.po | 9 +++++---- l10n/templates/calendar.pot | 2 +- 21 files changed, 65 insertions(+), 50 deletions(-) diff --git a/l10n/de.php b/l10n/de.php index 2526cd55..2c174769 100644 --- a/l10n/de.php +++ b/l10n/de.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd d.M", "dddd M/d" => "dddd d.M", "MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, d. MMM yyyy", "Sunday" => "Sonntag", "Monday" => "Montag", diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po index 2fc68a5f..19315cf5 100644 --- a/l10n/de/calendar.po +++ b/l10n/de/calendar.po @@ -13,6 +13,7 @@ # Jan-Christoph Borchardt , 2011 # Jan-Christoph Borchardt , 2011 # Marcel Kühlhorn , 2012-2013 +# Mario Siegmann , 2013 # JamFX , 2012 # peddn , 2012 # Phi Lieb <>, 2012 @@ -23,9 +24,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-29 09:07+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -142,7 +143,7 @@ msgstr "MMMM yyyy" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" diff --git a/l10n/de_DE.php b/l10n/de_DE.php index 0aff98cd..548f040d 100644 --- a/l10n/de_DE.php +++ b/l10n/de_DE.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd d.M", "dddd M/d" => "dddd d.M", "MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, d. MMM yyyy", "Sunday" => "Sonntag", "Monday" => "Montag", diff --git a/l10n/de_DE/calendar.po b/l10n/de_DE/calendar.po index 1b8ac368..eab16f4c 100644 --- a/l10n/de_DE/calendar.po +++ b/l10n/de_DE/calendar.po @@ -13,6 +13,7 @@ # Jan-Christoph Borchardt , 2011 # Jan-Christoph Borchardt , 2011 # Marcel Kühlhorn , 2012-2013 +# Mario Siegmann , 2013 # JamFX , 2012 # peddn , 2012 # Phi Lieb <>, 2012 @@ -23,9 +24,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-29 09:06+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -142,7 +143,7 @@ msgstr "MMMM yyyy" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" diff --git a/l10n/es.php b/l10n/es.php index 172f0e4f..ad2c85e0 100644 --- a/l10n/es.php +++ b/l10n/es.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Domingo", "Monday" => "Lunes", diff --git a/l10n/es/calendar.po b/l10n/es/calendar.po index 8744c340..80ccaef1 100644 --- a/l10n/es/calendar.po +++ b/l10n/es/calendar.po @@ -4,6 +4,7 @@ # # Translators: # Agustin Ferrario , 2012 +# Art O. Pal , 2013 # telco2011 , 2012 # ggam , 2013 # Javier Llorente , 2012 @@ -21,9 +22,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-29 19:03+0000\n" +"Last-Translator: Art O. Pal \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -140,7 +141,7 @@ msgstr "MMMM yyyy" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" diff --git a/l10n/gl.php b/l10n/gl.php index 33b76faf..4a8e239a 100644 --- a/l10n/gl.php +++ b/l10n/gl.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d,yyyy", "Sunday" => "Domingo", "Monday" => "Luns", diff --git a/l10n/gl/calendar.po b/l10n/gl/calendar.po index a5db3c87..026d510e 100644 --- a/l10n/gl/calendar.po +++ b/l10n/gl/calendar.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-29 12:12+0000\n" +"Last-Translator: mbouzada \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -129,7 +129,7 @@ msgstr "MMMM yyyy" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" diff --git a/l10n/hu_HU.php b/l10n/hu_HU.php index b450e03b..aded6b26 100644 --- a/l10n/hu_HU.php +++ b/l10n/hu_HU.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd M.d.", "dddd M/d" => "dddd M.d.", "MMMM yyyy" => "yyyy MMMM", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "vasárnap", "Monday" => "hétfő", diff --git a/l10n/hu_HU/calendar.po b/l10n/hu_HU/calendar.po index 8f39e3a6..dbd82e61 100644 --- a/l10n/hu_HU/calendar.po +++ b/l10n/hu_HU/calendar.po @@ -5,6 +5,7 @@ # Translators: # Adam Toth , 2012 # Csaba Orban , 2012 +# ebela , 2013 # gyeben , 2013 # gyeben , 2013 # Laszlo Tornoci , 2013 @@ -14,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-30 00:23+0000\n" +"Last-Translator: ebela \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -133,7 +134,7 @@ msgstr "yyyy MMMM" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" diff --git a/l10n/it.php b/l10n/it.php index 111ebf5a..dda937d8 100644 --- a/l10n/it.php +++ b/l10n/it.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd d/M", "dddd M/d" => "dddd d/M", "MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "d MMM[ yyyy]{ '–'d [ MMM] yyyy}", "dddd, MMM d, yyyy" => "dddd, d MMM yyyy", "Sunday" => "Domenica", "Monday" => "Lunedì", diff --git a/l10n/it/calendar.po b/l10n/it/calendar.po index 77670c15..c3b21a99 100644 --- a/l10n/it/calendar.po +++ b/l10n/it/calendar.po @@ -11,14 +11,14 @@ # ufic , 2011, 2012 # polxmod , 2012 # RColombo , 2011 -# Vincenzo Reale , 2012 +# Vincenzo Reale , 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-30 12:09+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -135,7 +135,7 @@ msgstr "MMMM yyyy" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "d MMM[ yyyy]{ '–'d [ MMM] yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" diff --git a/l10n/ja_JP.php b/l10n/ja_JP.php index 40aba118..f4418dad 100644 --- a/l10n/ja_JP.php +++ b/l10n/ja_JP.php @@ -25,6 +25,7 @@ "ddd M/d" => "M月d日 (dddd)", "dddd M/d" => "M月d日 (dddd)", "MMMM yyyy" => "yyyy年M月", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "yyyy年MMMMd日{ '~' yyyy年MMMMd日}", "dddd, MMM d, yyyy" => "yyyy年M月d日 (dddd)", "Sunday" => "日", "Monday" => "月", diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po index 24c4c962..20834083 100644 --- a/l10n/ja_JP/calendar.po +++ b/l10n/ja_JP/calendar.po @@ -4,15 +4,15 @@ # # Translators: # Daisuke Deguchi , 2012 -# Daisuke Deguchi , 2012 +# Daisuke Deguchi , 2012-2013 # tt yn , 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-30 06:36+0000\n" +"Last-Translator: Daisuke Deguchi \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -129,7 +129,7 @@ msgstr "yyyy年M月" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "yyyy年MMMMd日{ '~' yyyy年MMMMd日}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" diff --git a/l10n/lt_LT.php b/l10n/lt_LT.php index 73e2a32a..36ac39df 100644 --- a/l10n/lt_LT.php +++ b/l10n/lt_LT.php @@ -33,13 +33,13 @@ "Thursday" => "Ketvirtadienis", "Friday" => "Penktadienis", "Saturday" => "Šeštadienis", -"Sun." => "Sek.", +"Sun." => "Sk.", "Mon." => "Pr.", "Tue." => "An.", "Wed." => "Tr.", -"Thu." => "Ket.", -"Fri." => "Pen.", -"Sat." => "Šešt.", +"Thu." => "Kt.", +"Fri." => "Pn.", +"Sat." => "Št.", "January" => "Sausis", "February" => "Vasaris", "March" => "Kovas", diff --git a/l10n/lt_LT/calendar.po b/l10n/lt_LT/calendar.po index 27e08e73..ee75a582 100644 --- a/l10n/lt_LT/calendar.po +++ b/l10n/lt_LT/calendar.po @@ -4,6 +4,7 @@ # # Translators: # Dr. ROX , 2011, 2012 +# Liudas Ališauskas , 2013 # mambuta , 2013 # Min2liz , 2013 # fizikiukas , 2013 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-29 08:40+0000\n" +"Last-Translator: Liudas Ališauskas \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -166,7 +167,7 @@ msgstr "Šeštadienis" #: js/l10n.php:78 msgid "Sun." -msgstr "Sek." +msgstr "Sk." #: js/l10n.php:78 msgid "Mon." @@ -182,15 +183,15 @@ msgstr "Tr." #: js/l10n.php:78 msgid "Thu." -msgstr "Ket." +msgstr "Kt." #: js/l10n.php:78 msgid "Fri." -msgstr "Pen." +msgstr "Pn." #: js/l10n.php:78 msgid "Sat." -msgstr "Šešt." +msgstr "Št." #: js/l10n.php:79 lib/object.php:638 msgid "January" diff --git a/l10n/pl.php b/l10n/pl.php index 09476290..48b72c46 100644 --- a/l10n/pl.php +++ b/l10n/pl.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Niedziela", "Monday" => "Poniedziałek", diff --git a/l10n/pl/calendar.po b/l10n/pl/calendar.po index 1ffe76d5..ceb1f77e 100644 --- a/l10n/pl/calendar.po +++ b/l10n/pl/calendar.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-30 12:21+0000\n" +"Last-Translator: Cyryl Sochacki \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -133,7 +133,7 @@ msgstr "MMMM yyyy" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" diff --git a/l10n/pt_BR.php b/l10n/pt_BR.php index 9413c226..d0fc1ab7 100644 --- a/l10n/pt_BR.php +++ b/l10n/pt_BR.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Domingo", "Monday" => "Segunda-feira", diff --git a/l10n/pt_BR/calendar.po b/l10n/pt_BR/calendar.po index 14b01e4c..ade760df 100644 --- a/l10n/pt_BR/calendar.po +++ b/l10n/pt_BR/calendar.po @@ -4,6 +4,7 @@ # # Translators: # dudanogueira , 2012 +# Flávio Veras , 2013 # FredMaranhao , 2012 # Guilherme Maluf Balzana , 2012 # sedir , 2012 @@ -16,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"PO-Revision-Date: 2013-09-29 11:44+0000\n" +"Last-Translator: Flávio Veras \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -135,7 +136,7 @@ msgstr "MMMM yyyy" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 6f199067..a34d8c54 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" +"POT-Creation-Date: 2013-09-30 10:01-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From 6916dae3e6875ae8de6989b91e12d2490d0e1d99 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Wed, 2 Oct 2013 10:05:36 -0400 Subject: [PATCH 35/38] [tx-robot] updated from transifex --- l10n/ach/calendar.po | 12 ++++++++---- l10n/af_ZA/calendar.po | 12 ++++++++---- l10n/ar/calendar.po | 12 ++++++++---- l10n/be/calendar.po | 12 ++++++++---- l10n/bg_BG/calendar.po | 12 ++++++++---- l10n/bn_BD/calendar.po | 12 ++++++++---- l10n/bs/calendar.po | 12 ++++++++---- l10n/ca.php | 1 + l10n/ca/calendar.po | 15 ++++++++++----- l10n/cs_CZ/calendar.po | 12 ++++++++---- l10n/cy_GB/calendar.po | 12 ++++++++---- l10n/da/calendar.po | 12 ++++++++---- l10n/de/calendar.po | 14 +++++++++----- l10n/de_AT/calendar.po | 12 ++++++++---- l10n/de_CH/calendar.po | 12 ++++++++---- l10n/de_DE/calendar.po | 14 +++++++++----- l10n/el/calendar.po | 12 ++++++++---- l10n/en@pirate/calendar.po | 12 ++++++++---- l10n/en_GB/calendar.po | 12 ++++++++---- l10n/eo/calendar.po | 12 ++++++++---- l10n/es/calendar.po | 14 +++++++++----- l10n/es_AR/calendar.po | 12 ++++++++---- l10n/es_MX/calendar.po | 12 ++++++++---- l10n/et_EE/calendar.po | 12 ++++++++---- l10n/eu/calendar.po | 12 ++++++++---- l10n/fa/calendar.po | 12 ++++++++---- l10n/fi_FI/calendar.po | 12 ++++++++---- l10n/fr/calendar.po | 12 ++++++++---- l10n/gl/calendar.po | 14 +++++++++----- l10n/he/calendar.po | 12 ++++++++---- l10n/hi/calendar.po | 12 ++++++++---- l10n/hr/calendar.po | 12 ++++++++---- l10n/hu_HU/calendar.po | 14 +++++++++----- l10n/hy/calendar.po | 12 ++++++++---- l10n/ia/calendar.po | 12 ++++++++---- l10n/id/calendar.po | 12 ++++++++---- l10n/is/calendar.po | 12 ++++++++---- l10n/it/calendar.po | 14 +++++++++----- l10n/ja_JP/calendar.po | 14 +++++++++----- l10n/ka/calendar.po | 12 ++++++++---- l10n/ka_GE/calendar.po | 12 ++++++++---- l10n/km/calendar.po | 12 ++++++++---- l10n/kn/calendar.po | 12 ++++++++---- l10n/ko/calendar.po | 12 ++++++++---- l10n/ku_IQ/calendar.po | 12 ++++++++---- l10n/lb/calendar.po | 12 ++++++++---- l10n/lt_LT/calendar.po | 14 +++++++++----- l10n/lv/calendar.po | 12 ++++++++---- l10n/mk.php | 6 ++++++ l10n/mk/calendar.po | 26 +++++++++++++++----------- l10n/ml_IN/calendar.po | 12 ++++++++---- l10n/ms_MY/calendar.po | 12 ++++++++---- l10n/my_MM/calendar.po | 12 ++++++++---- l10n/nb_NO/calendar.po | 12 ++++++++---- l10n/ne/calendar.po | 12 ++++++++---- l10n/nl/calendar.po | 12 ++++++++---- l10n/nn_NO/calendar.po | 12 ++++++++---- l10n/nqo/calendar.po | 12 ++++++++---- l10n/oc/calendar.po | 12 ++++++++---- l10n/pa/calendar.po | 12 ++++++++---- l10n/pl/calendar.po | 14 +++++++++----- l10n/pt_BR/calendar.po | 14 +++++++++----- l10n/pt_PT/calendar.po | 12 ++++++++---- l10n/ro/calendar.po | 12 ++++++++---- l10n/ru/calendar.po | 12 ++++++++---- l10n/si_LK/calendar.po | 12 ++++++++---- l10n/sk/calendar.po | 12 ++++++++---- l10n/sk_SK/calendar.po | 12 ++++++++---- l10n/sl/calendar.po | 12 ++++++++---- l10n/sq/calendar.po | 12 ++++++++---- l10n/sr/calendar.po | 12 ++++++++---- l10n/sr@latin/calendar.po | 12 ++++++++---- l10n/sv/calendar.po | 12 ++++++++---- l10n/sw_KE/calendar.po | 12 ++++++++---- l10n/ta_LK/calendar.po | 12 ++++++++---- l10n/te/calendar.po | 12 ++++++++---- l10n/templates/calendar.pot | 10 +++++++--- l10n/th_TH/calendar.po | 12 ++++++++---- l10n/tr/calendar.po | 12 ++++++++---- l10n/ug/calendar.po | 12 ++++++++---- l10n/uk/calendar.po | 12 ++++++++---- l10n/ur_PK/calendar.po | 12 ++++++++---- l10n/vi/calendar.po | 12 ++++++++---- l10n/zh_CN/calendar.po | 12 ++++++++---- l10n/zh_HK/calendar.po | 12 ++++++++---- l10n/zh_TW/calendar.po | 12 ++++++++---- 86 files changed, 697 insertions(+), 353 deletions(-) diff --git a/l10n/ach/calendar.po b/l10n/ach/calendar.po index bba84a9a..7447a37f 100644 --- a/l10n/ach/calendar.po +++ b/l10n/ach/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/af_ZA/calendar.po b/l10n/af_ZA/calendar.po index 031e59f5..664ec34c 100644 --- a/l10n/af_ZA/calendar.po +++ b/l10n/af_ZA/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/ar/calendar.po b/l10n/ar/calendar.po index c944a6f8..ac7bdafe 100644 --- a/l10n/ar/calendar.po +++ b/l10n/ar/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -391,11 +391,11 @@ msgstr "اسئلة" msgid "Work" msgstr "العمل" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "من قبل" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "غير مسمى" @@ -527,6 +527,10 @@ msgstr "حسب رقم الاسبوع" msgid "by day and month" msgstr "حسب اليوم و الشهر" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "تاريخ" diff --git a/l10n/be/calendar.po b/l10n/be/calendar.po index 7e508f19..56e359df 100644 --- a/l10n/be/calendar.po +++ b/l10n/be/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/bg_BG/calendar.po b/l10n/bg_BG/calendar.po index d8a03798..adea3f0c 100644 --- a/l10n/bg_BG/calendar.po +++ b/l10n/bg_BG/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -388,11 +388,11 @@ msgstr "Въпроси" msgid "Work" msgstr "Работен" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "от" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -524,6 +524,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Дата" diff --git a/l10n/bn_BD/calendar.po b/l10n/bn_BD/calendar.po index 91c1043b..2d641119 100644 --- a/l10n/bn_BD/calendar.po +++ b/l10n/bn_BD/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "প্রশ্ন" msgid "Work" msgstr "কর্মস্থল" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "কর্তৃক" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "অজ্ঞাতনামা" @@ -521,6 +521,10 @@ msgstr "সপ্তাহসংখ্যা অনুযায়ী" msgid "by day and month" msgstr "দিন এবং মাস অনুসারে" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "তারিখ" diff --git a/l10n/bs/calendar.po b/l10n/bs/calendar.po index 44f411fa..8047c434 100644 --- a/l10n/bs/calendar.po +++ b/l10n/bs/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datum" diff --git a/l10n/ca.php b/l10n/ca.php index c6bfb3ac..10b568b3 100644 --- a/l10n/ca.php +++ b/l10n/ca.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd d/M", "dddd M/d" => "dddd d/M", "MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, d MMM, yyyy", "Sunday" => "Diumenge", "Monday" => "Dilluns", diff --git a/l10n/ca/calendar.po b/l10n/ca/calendar.po index 202906fa..c0c43c57 100644 --- a/l10n/ca/calendar.po +++ b/l10n/ca/calendar.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# rogerc, 2013 # gosgroc , 2013 # jmontane , 2012 # Josep Tomàs , 2012 @@ -11,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -130,7 +131,7 @@ msgstr "MMMM yyyy" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" @@ -389,11 +390,11 @@ msgstr "Preguntes" msgid "Work" msgstr "Feina" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "per" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "sense nom" @@ -525,6 +526,10 @@ msgstr "per número(s) de la setmana" msgid "by day and month" msgstr "per dia del mes" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/cs_CZ/calendar.po b/l10n/cs_CZ/calendar.po index ff864b89..ea24bc31 100644 --- a/l10n/cs_CZ/calendar.po +++ b/l10n/cs_CZ/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -390,11 +390,11 @@ msgstr "Dotazy" msgid "Work" msgstr "Práce" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "od" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "nepojmenováno" @@ -526,6 +526,10 @@ msgstr "podle čísel týdnů" msgid "by day and month" msgstr "podle dne a měsíce" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datum" diff --git a/l10n/cy_GB/calendar.po b/l10n/cy_GB/calendar.po index f4c2c324..8c4d30a4 100644 --- a/l10n/cy_GB/calendar.po +++ b/l10n/cy_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "Cwestiynau" msgid "Work" msgstr "Gwaith" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "gan" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "heb enw" @@ -522,6 +522,10 @@ msgstr "yn ôl rhif yr wythnos" msgid "by day and month" msgstr "yn ôl dydd a mis" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Dyddiad" diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po index 744d1044..0823d42d 100644 --- a/l10n/da/calendar.po +++ b/l10n/da/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -396,11 +396,11 @@ msgstr "Spørgsmål" msgid "Work" msgstr "Arbejde" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "af" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "unavngivet" @@ -532,6 +532,10 @@ msgstr "efter ugenummer/-numre" msgid "by day and month" msgstr "efter dag og måned" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Dato" diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po index 19315cf5..be66c2e4 100644 --- a/l10n/de/calendar.po +++ b/l10n/de/calendar.po @@ -24,9 +24,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-29 09:07+0000\n" -"Last-Translator: Mario Siegmann \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -402,11 +402,11 @@ msgstr "Fragen" msgid "Work" msgstr "Arbeit" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "von" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "unbenannt" @@ -538,6 +538,10 @@ msgstr "nach Wochennummer" msgid "by day and month" msgstr "nach Tag und Monat" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datum" diff --git a/l10n/de_AT/calendar.po b/l10n/de_AT/calendar.po index 51ee09b4..772e9e36 100644 --- a/l10n/de_AT/calendar.po +++ b/l10n/de_AT/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/de_CH/calendar.po b/l10n/de_CH/calendar.po index c45a6cfc..676fb70a 100644 --- a/l10n/de_CH/calendar.po +++ b/l10n/de_CH/calendar.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -395,11 +395,11 @@ msgstr "Fragen" msgid "Work" msgstr "Arbeit" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "von" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "unbenannt" @@ -531,6 +531,10 @@ msgstr "nach Wochennummer" msgid "by day and month" msgstr "nach Tag und Monat" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datum" diff --git a/l10n/de_DE/calendar.po b/l10n/de_DE/calendar.po index eab16f4c..953291d6 100644 --- a/l10n/de_DE/calendar.po +++ b/l10n/de_DE/calendar.po @@ -24,9 +24,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-29 09:06+0000\n" -"Last-Translator: Mario Siegmann \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -402,11 +402,11 @@ msgstr "Fragen" msgid "Work" msgstr "Arbeit" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "von" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "unbenannt" @@ -538,6 +538,10 @@ msgstr "nach Wochennummer" msgid "by day and month" msgstr "nach Tag und Monat" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datum" diff --git a/l10n/el/calendar.po b/l10n/el/calendar.po index 9ea2eaa5..f9cf6bb2 100644 --- a/l10n/el/calendar.po +++ b/l10n/el/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -393,11 +393,11 @@ msgstr "Ερωτήσεις" msgid "Work" msgstr "Εργασία" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "από" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "ανώνυμο" @@ -529,6 +529,10 @@ msgstr "κατά εβδομάδα(ες)" msgid "by day and month" msgstr "κατά ημέρα και μήνα" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Ημερομηνία" diff --git a/l10n/en@pirate/calendar.po b/l10n/en@pirate/calendar.po index 36e9b245..593a6aba 100644 --- a/l10n/en@pirate/calendar.po +++ b/l10n/en@pirate/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/en_GB/calendar.po b/l10n/en_GB/calendar.po index 9cb54599..e9abc91b 100644 --- a/l10n/en_GB/calendar.po +++ b/l10n/en_GB/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "Questions" msgid "Work" msgstr "Work" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "by" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "unnamed" @@ -522,6 +522,10 @@ msgstr "by week number(s)" msgid "by day and month" msgstr "by day and month" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Date" diff --git a/l10n/eo/calendar.po b/l10n/eo/calendar.po index 7385bd04..f91d8a8a 100644 --- a/l10n/eo/calendar.po +++ b/l10n/eo/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -388,11 +388,11 @@ msgstr "Demandoj" msgid "Work" msgstr "Laboro" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "de" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "nenomita" @@ -524,6 +524,10 @@ msgstr "laŭ semajnnumero(j)" msgid "by day and month" msgstr "laŭ tago kaj monato" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Dato" diff --git a/l10n/es/calendar.po b/l10n/es/calendar.po index 80ccaef1..699b4604 100644 --- a/l10n/es/calendar.po +++ b/l10n/es/calendar.po @@ -22,9 +22,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-29 19:03+0000\n" -"Last-Translator: Art O. Pal \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -400,11 +400,11 @@ msgstr "Preguntas" msgid "Work" msgstr "Trabajo" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "por" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "Sin nombre" @@ -536,6 +536,10 @@ msgstr "por número(s) de semana" msgid "by day and month" msgstr "por día y mes" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Fecha" diff --git a/l10n/es_AR/calendar.po b/l10n/es_AR/calendar.po index 10a02925..e9c92fb4 100644 --- a/l10n/es_AR/calendar.po +++ b/l10n/es_AR/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -388,11 +388,11 @@ msgstr "Preguntas" msgid "Work" msgstr "Trabajo" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "por" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "sin nombre" @@ -524,6 +524,10 @@ msgstr "por número(s) de semana" msgid "by day and month" msgstr "por día y mes" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Fecha" diff --git a/l10n/es_MX/calendar.po b/l10n/es_MX/calendar.po index b6dc4ab2..6268a924 100644 --- a/l10n/es_MX/calendar.po +++ b/l10n/es_MX/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/et_EE/calendar.po b/l10n/et_EE/calendar.po index 513856b7..e90b6983 100644 --- a/l10n/et_EE/calendar.po +++ b/l10n/et_EE/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "Küsimused" msgid "Work" msgstr "Töö" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "lisas" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "nimetu" @@ -522,6 +522,10 @@ msgstr "nädala numbri(te) järgi" msgid "by day and month" msgstr "kuu ja päeva järgi" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Kuupäev" diff --git a/l10n/eu/calendar.po b/l10n/eu/calendar.po index de79fb36..e39edfb9 100644 --- a/l10n/eu/calendar.po +++ b/l10n/eu/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -389,11 +389,11 @@ msgstr "Galderak" msgid "Work" msgstr "Lana" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr " Egilea:" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "izengabea" @@ -525,6 +525,10 @@ msgstr "aste zenbaki(ar)en arabera" msgid "by day and month" msgstr "eguna eta hilabetearen arabera" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/fa/calendar.po b/l10n/fa/calendar.po index 84846a97..5cd5ae0b 100644 --- a/l10n/fa/calendar.po +++ b/l10n/fa/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -387,11 +387,11 @@ msgstr "سوالات" msgid "Work" msgstr "کار" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "با" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "نام گذاری نشده" @@ -523,6 +523,10 @@ msgstr "به وسیله شماره هفته(ها)" msgid "by day and month" msgstr "به وسیله روز و ماه" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "تاریخ" diff --git a/l10n/fi_FI/calendar.po b/l10n/fi_FI/calendar.po index ab77cbf2..88cd9454 100644 --- a/l10n/fi_FI/calendar.po +++ b/l10n/fi_FI/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -390,11 +390,11 @@ msgstr "Kysymykset" msgid "Work" msgstr "Työ" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "toimesta:" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "nimetön" @@ -526,6 +526,10 @@ msgstr "viikkonumero(ide)n mukaan" msgid "by day and month" msgstr "päivän ja kuukauden mukaan" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Päivämäärä" diff --git a/l10n/fr/calendar.po b/l10n/fr/calendar.po index ed4da7af..ec33b17f 100644 --- a/l10n/fr/calendar.po +++ b/l10n/fr/calendar.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -398,11 +398,11 @@ msgstr "Questions" msgid "Work" msgstr "Travail" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "par" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "sans nom" @@ -534,6 +534,10 @@ msgstr "par numéro(s) de semaine(s)" msgid "by day and month" msgstr "par jour et mois" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Date" diff --git a/l10n/gl/calendar.po b/l10n/gl/calendar.po index 026d510e..e4dbb300 100644 --- a/l10n/gl/calendar.po +++ b/l10n/gl/calendar.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-29 12:12+0000\n" -"Last-Translator: mbouzada \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -388,11 +388,11 @@ msgstr "Preguntas" msgid "Work" msgstr "Traballo" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "por" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "sen nome" @@ -524,6 +524,10 @@ msgstr "por número(s) de semana" msgid "by day and month" msgstr "por día e mes" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/he/calendar.po b/l10n/he/calendar.po index 58fcd87f..194d14ea 100644 --- a/l10n/he/calendar.po +++ b/l10n/he/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -392,11 +392,11 @@ msgstr "שאלות" msgid "Work" msgstr "עבודה" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "מאת" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "ללא שם" @@ -528,6 +528,10 @@ msgstr "לפי מספרי השבועות" msgid "by day and month" msgstr "לפי יום וחודש" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "תאריך" diff --git a/l10n/hi/calendar.po b/l10n/hi/calendar.po index da05fc7e..b3a356b7 100644 --- a/l10n/hi/calendar.po +++ b/l10n/hi/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/hr/calendar.po b/l10n/hr/calendar.po index df5ba886..b565f497 100644 --- a/l10n/hr/calendar.po +++ b/l10n/hr/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -388,11 +388,11 @@ msgstr "Pitanja" msgid "Work" msgstr "Posao" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "preko" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "bezimeno" @@ -524,6 +524,10 @@ msgstr "po broju tjedna(-ana)" msgid "by day and month" msgstr "po danu i mjeseca" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "datum" diff --git a/l10n/hu_HU/calendar.po b/l10n/hu_HU/calendar.po index dbd82e61..9a0818cd 100644 --- a/l10n/hu_HU/calendar.po +++ b/l10n/hu_HU/calendar.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-30 00:23+0000\n" -"Last-Translator: ebela \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -393,11 +393,11 @@ msgstr "Kérdések" msgid "Work" msgstr "Munka" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "tőle" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "névtelen" @@ -529,6 +529,10 @@ msgstr "a hét sorszáma szerint" msgid "by day and month" msgstr "nap és hónap szerint" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Dátum" diff --git a/l10n/hy/calendar.po b/l10n/hy/calendar.po index ba85cbc6..c8a391a7 100644 --- a/l10n/hy/calendar.po +++ b/l10n/hy/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -522,6 +522,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/ia/calendar.po b/l10n/ia/calendar.po index bcce285c..50a9a314 100644 --- a/l10n/ia/calendar.po +++ b/l10n/ia/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "Demandas" msgid "Work" msgstr "Travalio" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "per" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "sin nomine" @@ -522,6 +522,10 @@ msgstr "" msgid "by day and month" msgstr "per dia e mense" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/id/calendar.po b/l10n/id/calendar.po index 472cf216..a28a2998 100644 --- a/l10n/id/calendar.po +++ b/l10n/id/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -391,11 +391,11 @@ msgstr "Pertanyaan" msgid "Work" msgstr "Kantor" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "oleh" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "tanpa nama" @@ -527,6 +527,10 @@ msgstr "berdasarkan minggu ke" msgid "by day and month" msgstr "berdasarkan hari dan bulan" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Tanggal" diff --git a/l10n/is/calendar.po b/l10n/is/calendar.po index 7caf92c8..5d22224f 100644 --- a/l10n/is/calendar.po +++ b/l10n/is/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "af" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -522,6 +522,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/it/calendar.po b/l10n/it/calendar.po index c3b21a99..99f15c55 100644 --- a/l10n/it/calendar.po +++ b/l10n/it/calendar.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-30 12:09+0000\n" -"Last-Translator: Vincenzo Reale \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -394,11 +394,11 @@ msgstr "Domande" msgid "Work" msgstr "Lavoro" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "da" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "senza nome" @@ -530,6 +530,10 @@ msgstr "per numero/i settimana" msgid "by day and month" msgstr "per giorno e mese" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po index 20834083..42fd346c 100644 --- a/l10n/ja_JP/calendar.po +++ b/l10n/ja_JP/calendar.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-30 06:36+0000\n" -"Last-Translator: Daisuke Deguchi \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -388,11 +388,11 @@ msgstr "質問事項" msgid "Work" msgstr "週の始まり" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "による" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "無名" @@ -524,6 +524,10 @@ msgstr "週番号で指定" msgid "by day and month" msgstr "月と日で指定" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "日付" diff --git a/l10n/ka/calendar.po b/l10n/ka/calendar.po index d6d9e549..001675be 100644 --- a/l10n/ka/calendar.po +++ b/l10n/ka/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/ka_GE/calendar.po b/l10n/ka_GE/calendar.po index 11782e16..eaee058e 100644 --- a/l10n/ka_GE/calendar.po +++ b/l10n/ka_GE/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -387,11 +387,11 @@ msgstr "შეკითხვები" msgid "Work" msgstr "სამსახური" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "მიერ" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "უსახელო" @@ -523,6 +523,10 @@ msgstr "კვირის ნომრების მიხედვით" msgid "by day and month" msgstr "დღის ან თვის მიხედვით" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "დრო" diff --git a/l10n/km/calendar.po b/l10n/km/calendar.po index 100e140d..9a6eacff 100644 --- a/l10n/km/calendar.po +++ b/l10n/km/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/kn/calendar.po b/l10n/kn/calendar.po index 71a77f2e..0e8719c2 100644 --- a/l10n/kn/calendar.po +++ b/l10n/kn/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/ko/calendar.po b/l10n/ko/calendar.po index 50251c1d..f7f573db 100644 --- a/l10n/ko/calendar.po +++ b/l10n/ko/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -393,11 +393,11 @@ msgstr "질문" msgid "Work" msgstr "작업" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "로" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "이름 없음" @@ -529,6 +529,10 @@ msgstr "주 번호 순" msgid "by day and month" msgstr "날짜 순" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "날짜" diff --git a/l10n/ku_IQ/calendar.po b/l10n/ku_IQ/calendar.po index ef933c21..7c437d62 100644 --- a/l10n/ku_IQ/calendar.po +++ b/l10n/ku_IQ/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "بێ ناو" @@ -522,6 +522,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/lb/calendar.po b/l10n/lb/calendar.po index f80cddf4..5a29b559 100644 --- a/l10n/lb/calendar.po +++ b/l10n/lb/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -389,11 +389,11 @@ msgstr "Froen" msgid "Work" msgstr "Aarbecht" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "vun" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "ouni Numm" @@ -525,6 +525,10 @@ msgstr "no Wochenummer(en)" msgid "by day and month" msgstr "no Dag a Mount" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datum" diff --git a/l10n/lt_LT/calendar.po b/l10n/lt_LT/calendar.po index ee75a582..eaa93866 100644 --- a/l10n/lt_LT/calendar.po +++ b/l10n/lt_LT/calendar.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-29 08:40+0000\n" -"Last-Translator: Liudas Ališauskas \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -390,11 +390,11 @@ msgstr "Klausimai" msgid "Work" msgstr "Darbas" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr " " -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "be pavadinimo" @@ -526,6 +526,10 @@ msgstr "pagal savaitę(es)" msgid "by day and month" msgstr "pagal dieną ir mėnesį" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/lv/calendar.po b/l10n/lv/calendar.po index 09983a46..2ef8d73e 100644 --- a/l10n/lv/calendar.po +++ b/l10n/lv/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -387,11 +387,11 @@ msgstr "Jautājumi" msgid "Work" msgstr "Darbs" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "līdz" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "nenosaukts" @@ -523,6 +523,10 @@ msgstr "pēc nedēļas numura(-iem)" msgid "by day and month" msgstr "pēc dienas un mēneša" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datums" diff --git a/l10n/mk.php b/l10n/mk.php index fc4e35c4..31a5a869 100644 --- a/l10n/mk.php +++ b/l10n/mk.php @@ -25,6 +25,7 @@ "ddd M/d" => "ddd M/d", "dddd M/d" => "dddd M/d", "MMMM yyyy" => "MMMM yyyy", +"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}", "dddd, MMM d, yyyy" => "dddd, MMM d, yyyy", "Sunday" => "Недела", "Monday" => "Понеделник", @@ -96,6 +97,10 @@ "You do not have the permissions to add to this calendar." => "Немате привилегија да додадете во календаров.", "You do not have the permissions to add events to this calendar." => "Немате привилегија да додавате настани во овој календар.", "You do not have the permissions to delete this event." => "Немате привилегија да го избришете настанов.", +"Busy" => "Зафатено", +"Public" => "Јавен", +"Private" => "Приватен", +"Confidential" => "Доверливо", "Does not repeat" => "Не се повторува", "Daily" => "Дневно", "Weekly" => "Седмично", @@ -151,6 +156,7 @@ "Category" => "Категорија", "Separate categories with commas" => "Одвоете ги категориите со запирка", "Edit categories" => "Уреди категории", +"Access Class" => "Пристапна класа", "All Day Event" => "Целодневен настан", "From" => "Од", "To" => "До", diff --git a/l10n/mk/calendar.po b/l10n/mk/calendar.po index 8f1d1852..0291114b 100644 --- a/l10n/mk/calendar.po +++ b/l10n/mk/calendar.po @@ -5,13 +5,13 @@ # Translators: # Georgi Stanojevski , 2012 # Miroslav Jovanovic , 2012 -# Miroslav Jovanovic , 2012 +# miroj , 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -129,7 +129,7 @@ msgstr "MMMM yyyy" #: js/calendar.js:882 msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" -msgstr "" +msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}" #: js/calendar.js:884 msgid "dddd, MMM d, yyyy" @@ -388,11 +388,11 @@ msgstr "Прашања" msgid "Work" msgstr "Работа" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "од" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "неименувано" @@ -418,19 +418,19 @@ msgstr "Немате привилегија да го избришете нас #: lib/object.php:491 msgid "Busy" -msgstr "" +msgstr "Зафатено" #: lib/object.php:531 msgid "Public" -msgstr "" +msgstr "Јавен" #: lib/object.php:532 msgid "Private" -msgstr "" +msgstr "Приватен" #: lib/object.php:533 msgid "Confidential" -msgstr "" +msgstr "Доверливо" #: lib/object.php:543 msgid "Does not repeat" @@ -524,6 +524,10 @@ msgstr "по број на седмицата" msgid "by day and month" msgstr "по ден и месец" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Датум" @@ -657,7 +661,7 @@ msgstr "Уреди категории" #: templates/part.eventform.php:47 templates/part.showevent.php:50 msgid "Access Class" -msgstr "" +msgstr "Пристапна класа" #: templates/part.eventform.php:64 templates/part.showevent.php:66 msgid "All Day Event" diff --git a/l10n/ml_IN/calendar.po b/l10n/ml_IN/calendar.po index 012cab69..0993658a 100644 --- a/l10n/ml_IN/calendar.po +++ b/l10n/ml_IN/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/ms_MY/calendar.po b/l10n/ms_MY/calendar.po index 3eda4201..94cf5385 100644 --- a/l10n/ms_MY/calendar.po +++ b/l10n/ms_MY/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -391,11 +391,11 @@ msgstr "Soalan" msgid "Work" msgstr "Kerja" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "oleh" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "tiada nama" @@ -527,6 +527,10 @@ msgstr "dari nombor minggu" msgid "by day and month" msgstr "dari hari dan bulan" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Tarikh" diff --git a/l10n/my_MM/calendar.po b/l10n/my_MM/calendar.po index 872e37eb..16984289 100644 --- a/l10n/my_MM/calendar.po +++ b/l10n/my_MM/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -522,6 +522,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/nb_NO/calendar.po b/l10n/nb_NO/calendar.po index b0f5ad02..3b31e951 100644 --- a/l10n/nb_NO/calendar.po +++ b/l10n/nb_NO/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -392,11 +392,11 @@ msgstr "Spørsmål" msgid "Work" msgstr "Arbeid" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "av" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "uten navn" @@ -528,6 +528,10 @@ msgstr "etter ukenummer/-numre" msgid "by day and month" msgstr "etter dag og måned" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Dato" diff --git a/l10n/ne/calendar.po b/l10n/ne/calendar.po index e6750dcf..ca23080f 100644 --- a/l10n/ne/calendar.po +++ b/l10n/ne/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/nl/calendar.po b/l10n/nl/calendar.po index 66f9ed29..7abfe8ac 100644 --- a/l10n/nl/calendar.po +++ b/l10n/nl/calendar.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -394,11 +394,11 @@ msgstr "Vragen" msgid "Work" msgstr "Werk" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "door" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "onbekend" @@ -530,6 +530,10 @@ msgstr "volgens weeknummer(s)" msgid "by day and month" msgstr "per dag en maand" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datum" diff --git a/l10n/nn_NO/calendar.po b/l10n/nn_NO/calendar.po index 948f2498..031e2a77 100644 --- a/l10n/nn_NO/calendar.po +++ b/l10n/nn_NO/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -389,11 +389,11 @@ msgstr "Spørsmål" msgid "Work" msgstr "Arbeid" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "av" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "utan namn" @@ -525,6 +525,10 @@ msgstr "av vekenummer" msgid "by day and month" msgstr "av dag og månad" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Dato" diff --git a/l10n/nqo/calendar.po b/l10n/nqo/calendar.po index b21db3a3..df156866 100644 --- a/l10n/nqo/calendar.po +++ b/l10n/nqo/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/oc/calendar.po b/l10n/oc/calendar.po index 8f368a6f..389bcd8c 100644 --- a/l10n/oc/calendar.po +++ b/l10n/oc/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "Questions" msgid "Work" msgstr "Trabalh" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "per" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "pas nomenat" @@ -522,6 +522,10 @@ msgstr "per numero(s) de setmana" msgid "by day and month" msgstr "per jorn e mes" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/pa/calendar.po b/l10n/pa/calendar.po index 17db2efe..228349da 100644 --- a/l10n/pa/calendar.po +++ b/l10n/pa/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/pl/calendar.po b/l10n/pl/calendar.po index ceb1f77e..cc100ae7 100644 --- a/l10n/pl/calendar.po +++ b/l10n/pl/calendar.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-30 12:21+0000\n" -"Last-Translator: Cyryl Sochacki \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -392,11 +392,11 @@ msgstr "Pytania" msgid "Work" msgstr "Zawodowe" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "przez" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "nienazwany" @@ -528,6 +528,10 @@ msgstr "po tygodniach" msgid "by day and month" msgstr "po dniu i miesiącu" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/pt_BR/calendar.po b/l10n/pt_BR/calendar.po index ade760df..8dce5d6d 100644 --- a/l10n/pt_BR/calendar.po +++ b/l10n/pt_BR/calendar.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" -"PO-Revision-Date: 2013-09-29 11:44+0000\n" -"Last-Translator: Flávio Veras \n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -395,11 +395,11 @@ msgstr "Perguntas" msgid "Work" msgstr "Trabalho" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "por" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "sem nome" @@ -531,6 +531,10 @@ msgstr "por número(s) da semana" msgid "by day and month" msgstr "por dia e mês" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/pt_PT/calendar.po b/l10n/pt_PT/calendar.po index 17b84e0e..5a6c8800 100644 --- a/l10n/pt_PT/calendar.po +++ b/l10n/pt_PT/calendar.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -391,11 +391,11 @@ msgstr "Perguntas" msgid "Work" msgstr "Trabalho" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "por" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "não definido" @@ -527,6 +527,10 @@ msgstr "por número(s) da semana" msgid "by day and month" msgstr "por dia e mês" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/ro/calendar.po b/l10n/ro/calendar.po index 1e30d70e..7a3021a2 100644 --- a/l10n/ro/calendar.po +++ b/l10n/ro/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -392,11 +392,11 @@ msgstr "Întrebări" msgid "Work" msgstr "Servici" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "după" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "fără nume" @@ -528,6 +528,10 @@ msgstr "după numărul săptămânii" msgid "by day and month" msgstr "după zi și lună" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/ru/calendar.po b/l10n/ru/calendar.po index 93f63fa6..95e772e0 100644 --- a/l10n/ru/calendar.po +++ b/l10n/ru/calendar.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -396,11 +396,11 @@ msgstr "Вопросы" msgid "Work" msgstr "Работа" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "до свидания" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "без имени" @@ -532,6 +532,10 @@ msgstr "по номерам недели" msgid "by day and month" msgstr "по дню и месяцу" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Дата" diff --git a/l10n/si_LK/calendar.po b/l10n/si_LK/calendar.po index b44a9c33..f0958dd3 100644 --- a/l10n/si_LK/calendar.po +++ b/l10n/si_LK/calendar.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -388,11 +388,11 @@ msgstr "ප්‍රශ්න" msgid "Work" msgstr "කාර්යය" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "විසින්" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "නිර්නාමික" @@ -524,6 +524,10 @@ msgstr "සතියේ අංකය අනුව" msgid "by day and month" msgstr "දිනය හා මාසය අනුව" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "දිනය" diff --git a/l10n/sk/calendar.po b/l10n/sk/calendar.po index 9732ce42..1bddbe48 100644 --- a/l10n/sk/calendar.po +++ b/l10n/sk/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/sk_SK/calendar.po b/l10n/sk_SK/calendar.po index bf638634..ddeb5158 100644 --- a/l10n/sk_SK/calendar.po +++ b/l10n/sk_SK/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -390,11 +390,11 @@ msgstr "Otázky" msgid "Work" msgstr "Práca" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "od" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "nepomenovaný" @@ -526,6 +526,10 @@ msgstr "podľa čísel týždňov" msgid "by day and month" msgstr "podľa dňa a mesiaca" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Dátum" diff --git a/l10n/sl/calendar.po b/l10n/sl/calendar.po index dd42f44c..02d3dd32 100644 --- a/l10n/sl/calendar.po +++ b/l10n/sl/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -392,11 +392,11 @@ msgstr "Vprašanja" msgid "Work" msgstr "Delo" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "od" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "neimenovano" @@ -528,6 +528,10 @@ msgstr "po tednu v letu" msgid "by day and month" msgstr "po dnevu in mesecu" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datum" diff --git a/l10n/sq/calendar.po b/l10n/sq/calendar.po index 6e12597a..d7e3a5ba 100644 --- a/l10n/sq/calendar.po +++ b/l10n/sq/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "Pyetjet" msgid "Work" msgstr "Punë" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -522,6 +522,10 @@ msgstr "nga numri i javës(ve)" msgid "by day and month" msgstr "nga dita dhe muaji" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Data" diff --git a/l10n/sr/calendar.po b/l10n/sr/calendar.po index bd58b443..5f6be672 100644 --- a/l10n/sr/calendar.po +++ b/l10n/sr/calendar.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -389,11 +389,11 @@ msgstr "Питања" msgid "Work" msgstr "Посао" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "од" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "безимени" @@ -525,6 +525,10 @@ msgstr "по недељи(ама)" msgid "by day and month" msgstr "по дану и месецу" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Датум" diff --git a/l10n/sr@latin/calendar.po b/l10n/sr@latin/calendar.po index 74d94131..9af8ce7c 100644 --- a/l10n/sr@latin/calendar.po +++ b/l10n/sr@latin/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "Pitanja" msgid "Work" msgstr "Posao" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "od" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -522,6 +522,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/sv/calendar.po b/l10n/sv/calendar.po index 6736cc88..28b4eb42 100644 --- a/l10n/sv/calendar.po +++ b/l10n/sv/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -390,11 +390,11 @@ msgstr "Frågor" msgid "Work" msgstr "Arbetet" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "av" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "Namn saknas" @@ -526,6 +526,10 @@ msgstr "efter veckonummer" msgid "by day and month" msgstr "efter dag och månad" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Datum" diff --git a/l10n/sw_KE/calendar.po b/l10n/sw_KE/calendar.po index 742b24a7..999323df 100644 --- a/l10n/sw_KE/calendar.po +++ b/l10n/sw_KE/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/ta_LK/calendar.po b/l10n/ta_LK/calendar.po index defbff3d..ee780a08 100644 --- a/l10n/ta_LK/calendar.po +++ b/l10n/ta_LK/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "கேள்விகள்" msgid "Work" msgstr "வேலை" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "மூலம்" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "பெயரிடப்படவில்லை" @@ -522,6 +522,10 @@ msgstr "வார எண்ணிக்கை (கள்) மூலம்" msgid "by day and month" msgstr "நாள் மற்றும் மாதம் மூலம்" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "திகதி" diff --git a/l10n/te/calendar.po b/l10n/te/calendar.po index a0a611a0..4b6390ba 100644 --- a/l10n/te/calendar.po +++ b/l10n/te/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index a34d8c54..efa69775 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud calendar 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-09-30 10:01-0400\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/th_TH/calendar.po b/l10n/th_TH/calendar.po index def5ecbc..45f74591 100644 --- a/l10n/th_TH/calendar.po +++ b/l10n/th_TH/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -387,11 +387,11 @@ msgstr "คำถาม" msgid "Work" msgstr "งาน" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "โดย" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "ไม่มีชื่อ" @@ -523,6 +523,10 @@ msgstr "จากหมายเลขของสัปดาห์" msgid "by day and month" msgstr "ตามวันและเดือน" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "วันที่" diff --git a/l10n/tr/calendar.po b/l10n/tr/calendar.po index b6263fec..28383589 100644 --- a/l10n/tr/calendar.po +++ b/l10n/tr/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -393,11 +393,11 @@ msgstr "Sorular" msgid "Work" msgstr "İş" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "hazırlayan" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "isimsiz" @@ -529,6 +529,10 @@ msgstr "hafta sayı(lar)ına göre" msgid "by day and month" msgstr "gün ve aya göre" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Tarih" diff --git a/l10n/ug/calendar.po b/l10n/ug/calendar.po index 82c4a760..fd831b1f 100644 --- a/l10n/ug/calendar.po +++ b/l10n/ug/calendar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Uighur \n" "MIME-Version: 1.0\n" @@ -386,11 +386,11 @@ msgstr "سوئاللار" msgid "Work" msgstr "ئىش" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "سەنئەتكار" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "ئاتسىز" @@ -522,6 +522,10 @@ msgstr "ھەپتە سان(لار)ى بويىچە" msgid "by day and month" msgstr "كۈن ۋە ئاي بويىچە" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "چېسلا" diff --git a/l10n/uk/calendar.po b/l10n/uk/calendar.po index 27636caa..229ba6cc 100644 --- a/l10n/uk/calendar.po +++ b/l10n/uk/calendar.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -387,11 +387,11 @@ msgstr "Запитання" msgid "Work" msgstr "Робота" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "по" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "неназваний" @@ -523,6 +523,10 @@ msgstr "по номеру тижня" msgid "by day and month" msgstr "по дню та місяцю" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Дата" diff --git a/l10n/ur_PK/calendar.po b/l10n/ur_PK/calendar.po index a3bf017f..d9337734 100644 --- a/l10n/ur_PK/calendar.po +++ b/l10n/ur_PK/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/vi/calendar.po b/l10n/vi/calendar.po index d90ff7ba..70759fa0 100644 --- a/l10n/vi/calendar.po +++ b/l10n/vi/calendar.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -390,11 +390,11 @@ msgstr "Câu hỏi" msgid "Work" msgstr "Công việc" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "bởi" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "Không tên" @@ -526,6 +526,10 @@ msgstr "Theo số tuần" msgid "by day and month" msgstr "Theo ngày, tháng" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "Ngày" diff --git a/l10n/zh_CN/calendar.po b/l10n/zh_CN/calendar.po index e526c78d..48a4d324 100644 --- a/l10n/zh_CN/calendar.po +++ b/l10n/zh_CN/calendar.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -392,11 +392,11 @@ msgstr "问题" msgid "Work" msgstr "工作" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "被" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "未命名" @@ -528,6 +528,10 @@ msgstr "按星期数" msgid "by day and month" msgstr "按天和月份" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "日期" diff --git a/l10n/zh_HK/calendar.po b/l10n/zh_HK/calendar.po index 09696533..fcbe7f8f 100644 --- a/l10n/zh_HK/calendar.po +++ b/l10n/zh_HK/calendar.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -385,11 +385,11 @@ msgstr "" msgid "Work" msgstr "工作" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "" @@ -521,6 +521,10 @@ msgstr "" msgid "by day and month" msgstr "" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "" diff --git a/l10n/zh_TW/calendar.po b/l10n/zh_TW/calendar.po index 94753f40..18df8f0f 100644 --- a/l10n/zh_TW/calendar.po +++ b/l10n/zh_TW/calendar.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-09-28 23:59-0400\n" -"PO-Revision-Date: 2013-09-29 03:59+0000\n" +"POT-Creation-Date: 2013-10-02 10:04-0400\n" +"PO-Revision-Date: 2013-10-02 14:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -393,11 +393,11 @@ msgstr "問題" msgid "Work" msgstr "工作" -#: lib/app.php:403 +#: lib/app.php:407 msgid "by" msgstr "由" -#: lib/app.php:467 +#: lib/app.php:470 msgid "unnamed" msgstr "未命名" @@ -529,6 +529,10 @@ msgstr "由週數" msgid "by day and month" msgstr "由日與月" +#: lib/sabre/backend.php:66 +msgid "Contact birthdays" +msgstr "" + #: lib/search.php:35 lib/search.php:37 lib/search.php:40 msgid "Date" msgstr "日期" From 17cd9b0c0ec50d15f6014c7cbc018cd57f06d790 Mon Sep 17 00:00:00 2001 From: Steffen Lindner Date: Fri, 27 Sep 2013 16:25:49 +0200 Subject: [PATCH 36/38] Make event sharing more robust - Helps Fix #142 --- lib/share/event.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/share/event.php b/lib/share/event.php index 9934282d..682e7a70 100644 --- a/lib/share/event.php +++ b/lib/share/event.php @@ -32,9 +32,15 @@ class OC_Share_Backend_Event implements OCP\Share_Backend { if ($format == self::FORMAT_EVENT) { foreach ($items as $item) { $event = OC_Calendar_Object::find($item['item_source']); - $event['summary'] = $item['item_target']; - $event['permissions'] = $item['permissions']; - $events[] = $event; + if ($event == False) { + error_log(var_export($item['item_target'], true)); + \OCP\Util::writeLog('calendar', __METHOD__.', Missing event: ' . $item['item_target'], \OCP\Util::DEBUG); + } + else { + $event['summary'] = $item['item_target']; + $event['permissions'] = $item['permissions']; + $events[] = $event; + } } } return $events; From 6231c2b1bcdc015105f7edfd104caa5c9274da0b Mon Sep 17 00:00:00 2001 From: Steffen Lindner Date: Fri, 27 Sep 2013 16:41:22 +0200 Subject: [PATCH 37/38] Fix indent --- lib/share/event.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/share/event.php b/lib/share/event.php index 682e7a70..b128248d 100644 --- a/lib/share/event.php +++ b/lib/share/event.php @@ -30,11 +30,10 @@ class OC_Share_Backend_Event implements OCP\Share_Backend { public function formatItems($items, $format, $parameters = null) { $events = array(); if ($format == self::FORMAT_EVENT) { - foreach ($items as $item) { - $event = OC_Calendar_Object::find($item['item_source']); - if ($event == False) { - error_log(var_export($item['item_target'], true)); - \OCP\Util::writeLog('calendar', __METHOD__.', Missing event: ' . $item['item_target'], \OCP\Util::DEBUG); + foreach ($items as $item) { + $event = OC_Calendar_Object::find($item['item_source']); + if ($event == False) { + \OCP\Util::writeLog('calendar', __METHOD__.', Missing event: ' . $item['item_target'], \OCP\Util::DEBUG); } else { $event['summary'] = $item['item_target']; From 2efca8ed717b06263c9d6cb2581f73e9f47b0195 Mon Sep 17 00:00:00 2001 From: Steffen Lindner Date: Fri, 27 Sep 2013 16:46:21 +0200 Subject: [PATCH 38/38] Fix indent, please --- lib/share/event.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/share/event.php b/lib/share/event.php index b128248d..0aa6effd 100644 --- a/lib/share/event.php +++ b/lib/share/event.php @@ -30,16 +30,16 @@ class OC_Share_Backend_Event implements OCP\Share_Backend { public function formatItems($items, $format, $parameters = null) { $events = array(); if ($format == self::FORMAT_EVENT) { - foreach ($items as $item) { - $event = OC_Calendar_Object::find($item['item_source']); - if ($event == False) { - \OCP\Util::writeLog('calendar', __METHOD__.', Missing event: ' . $item['item_target'], \OCP\Util::DEBUG); - } - else { - $event['summary'] = $item['item_target']; - $event['permissions'] = $item['permissions']; - $events[] = $event; - } + foreach ($items as $item) { + $event = OC_Calendar_Object::find($item['item_source']); + if ($event == False) { + \OCP\Util::writeLog('calendar', __METHOD__.', Missing event: ' . $item['item_target'], \OCP\Util::DEBUG); + } + else { + $event['summary'] = $item['item_target']; + $event['permissions'] = $item['permissions']; + $events[] = $event; + } } } return $events;