From 6e46bd73733e9b7168ba08f8d8edfcf5a92ead60 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 23 Sep 2011 20:38:19 +0200 Subject: integrated and updated calendar translations --- apps/calendar/l10n/bg_BG.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/ca.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/da.php | 80 ++++++++++++++++++++++++++++ apps/calendar/l10n/de.php | 114 ++++++++++++++++++---------------------- apps/calendar/l10n/el.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/es.php | 87 +++++++++++++++++------------- apps/calendar/l10n/et_EE.php | 23 ++++---- apps/calendar/l10n/fr.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/id.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/it.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/lb.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/ms_MY.php | 23 ++++---- apps/calendar/l10n/nb_NO.php | 81 ++++++++++++++++++++++++++++ apps/calendar/l10n/nl.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/pl.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/pt_BR.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/ro.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/ru.php | 83 +++++++++++++++++++++++++++++ apps/calendar/l10n/sr.php | 23 ++++---- apps/calendar/l10n/sr@latin.php | 23 ++++---- apps/calendar/l10n/zh_CN.php | 83 +++++++++++++++++++++++++++++ 21 files changed, 1381 insertions(+), 152 deletions(-) create mode 100644 apps/calendar/l10n/bg_BG.php create mode 100644 apps/calendar/l10n/ca.php create mode 100644 apps/calendar/l10n/da.php create mode 100644 apps/calendar/l10n/el.php create mode 100644 apps/calendar/l10n/fr.php create mode 100644 apps/calendar/l10n/id.php create mode 100644 apps/calendar/l10n/it.php create mode 100644 apps/calendar/l10n/lb.php create mode 100644 apps/calendar/l10n/nb_NO.php create mode 100644 apps/calendar/l10n/nl.php create mode 100644 apps/calendar/l10n/pl.php create mode 100644 apps/calendar/l10n/pt_BR.php create mode 100644 apps/calendar/l10n/ro.php create mode 100644 apps/calendar/l10n/ru.php create mode 100644 apps/calendar/l10n/zh_CN.php (limited to 'apps/calendar') diff --git a/apps/calendar/l10n/bg_BG.php b/apps/calendar/l10n/bg_BG.php new file mode 100644 index 00000000000..0c0b8604fb6 --- /dev/null +++ b/apps/calendar/l10n/bg_BG.php @@ -0,0 +1,83 @@ + "Проблем с идентификацията", +"Timezone changed" => "Часовата зона е сменена", +"Invalid request" => "Невалидна заявка", +"Calendar" => "Календар", +"Does not repeat" => "Не се повтаря", +"Daily" => "Дневно", +"Weekly" => "Седмично", +"Every Weekday" => "Всеки делничен ден", +"Bi-Weekly" => "Двуседмично", +"Monthly" => "Месечно", +"Yearly" => "Годишно", +"All day" => "Всички дни", +"Sunday" => "Неделя", +"Monday" => "Понеделник", +"Tuesday" => "Вторник", +"Wednesday" => "Сряда", +"Thursday" => "Четвъртък", +"Friday" => "Петък", +"Saturday" => "Събота", +"Sun." => "Нед.", +"Mon." => "Пон.", +"Tue." => "Втр.", +"Wed." => "Сря.", +"Thu." => "Чет.", +"Fri." => "Пет.", +"Sat." => "Съб.", +"January" => "Януари", +"February" => "Февруари", +"March" => "Март", +"April" => "Април", +"May" => "Май", +"June" => "Юни", +"July" => "Юли", +"August" => "Август", +"September" => "Септември", +"October" => "Октомври", +"November" => "Ноември", +"December" => "Декември", +"Jan." => "Ян.", +"Feb." => "Фв.", +"Mar." => "Март", +"Apr." => "Апр.", +"Jun." => "Юни", +"Jul." => "Юли", +"Aug." => "Авг.", +"Sep." => "Сеп.", +"Oct." => "Окт.", +"Nov." => "Ное.", +"Dec." => "Дек.", +"Week" => "Седмица", +"Weeks" => "Седмици", +"Day" => "Ден", +"Month" => "Месец", +"Today" => "Днес", +"Calendars" => "Календари", +"Time" => "Час", +"There was a fail, while parsing the file." => "Възникна проблем с разлистването на файла.", +"Choose active calendars" => "Изберете активен календар", +"Download" => "Изтегляне", +"Edit" => "Промяна", +"Edit calendar" => "Промени календар", +"Displayname" => "Екранно име", +"Active" => "Активен", +"Description" => "Описание", +"Calendar color" => "Цвят на календара", +"Submit" => "Продължи", +"Edit an event" => "Промяна на събитие", +"Title" => "Заглавие", +"Title of the Event" => "Наименование", +"Location" => "Локация", +"Location of the Event" => "Локация", +"Category" => "Категория", +"All Day Event" => "Целодневно събитие", +"From" => "От", +"To" => "До", +"Repeat" => "Повтори", +"Attendees" => "Присъстващи", +"Description of the Event" => "Описание", +"Close" => "Затвори", +"Create a new event" => "Ново събитие", +"Timezone" => "Часова зона" +); diff --git a/apps/calendar/l10n/ca.php b/apps/calendar/l10n/ca.php new file mode 100644 index 00000000000..13affe320f0 --- /dev/null +++ b/apps/calendar/l10n/ca.php @@ -0,0 +1,83 @@ + "Error d'autenticació", +"Timezone changed" => "La zona horària ha canviat", +"Invalid request" => "Sol.licitud no vàlida", +"Calendar" => "Calendari", +"Does not repeat" => "No es repeteix", +"Daily" => "Diari", +"Weekly" => "Mensual", +"Every Weekday" => "Cada setmana", +"Bi-Weekly" => "Bisetmanalment", +"Monthly" => "Mensualment", +"Yearly" => "Cada any", +"All day" => "Tot el dia", +"Sunday" => "Diumenge", +"Monday" => "Dilluns", +"Tuesday" => "Dimarts", +"Wednesday" => "Dimecres", +"Thursday" => "Dijous", +"Friday" => "Divendres", +"Saturday" => "Dissabte", +"Sun." => "dg.", +"Mon." => "dl.", +"Tue." => "dm.", +"Wed." => "dc.", +"Thu." => "dj.", +"Fri." => "dv.", +"Sat." => "ds.", +"January" => "Gener", +"February" => "Febrer", +"March" => "Març", +"April" => "Abril", +"May" => "Maig", +"June" => "Juny", +"July" => "Juliol", +"August" => "Agost", +"September" => "Setembre", +"October" => "Octubre", +"November" => "Novembre", +"December" => "Desembre", +"Jan." => "gen.", +"Feb." => "febr.", +"Mar." => "març", +"Apr." => "abr.", +"Jun." => "juny", +"Jul." => "jul.", +"Aug." => "ag.", +"Sep." => "set.", +"Oct." => "oct.", +"Nov." => "nov.", +"Dec." => "des.", +"Week" => "Setmana", +"Weeks" => "Setmanes", +"Day" => "Dia", +"Month" => "Mes", +"Today" => "Avui", +"Calendars" => "Calendaris", +"Time" => "Hora", +"There was a fail, while parsing the file." => "S'ha produït un error en analitzar el fitxer.", +"Choose active calendars" => "Seleccioneu calendaris actius", +"Download" => "Baixa", +"Edit" => "Edita", +"Edit calendar" => "Edita el calendari", +"Displayname" => "Mostra el nom", +"Active" => "Actiu", +"Description" => "Descripció", +"Calendar color" => "Color del calendari", +"Submit" => "Tramet", +"Edit an event" => "Edició d'un esdeveniment", +"Title" => "Títol", +"Title of the Event" => "Títol de l'esdeveniment", +"Location" => "Ubicació", +"Location of the Event" => "Ubicació de l'esdeveniment", +"Category" => "Categoria", +"All Day Event" => "Esdeveniment de tot el dia", +"From" => "Des de", +"To" => "Fins a", +"Repeat" => "Repeteix", +"Attendees" => "Assistents", +"Description of the Event" => "Descripció de l'esdeveniment", +"Close" => "Tanca", +"Create a new event" => "Crea un nou esdeveniment", +"Timezone" => "Zona horària" +); diff --git a/apps/calendar/l10n/da.php b/apps/calendar/l10n/da.php new file mode 100644 index 00000000000..faff139642d --- /dev/null +++ b/apps/calendar/l10n/da.php @@ -0,0 +1,80 @@ + "Godkendelsesfejl", +"Timezone changed" => "Tidszone ændret", +"Invalid request" => "Ugyldig forespørgsel", +"Calendar" => "Kalender", +"Does not repeat" => "Gentages ikke", +"Daily" => "Daglig", +"Weekly" => "Ugentlig", +"Every Weekday" => "Alle hverdage", +"Monthly" => "Månedlige", +"Yearly" => "Årlig", +"All day" => "Hele dagen", +"Sunday" => "Søndag", +"Monday" => "Mandag", +"Tuesday" => "Tirsdag", +"Wednesday" => "Onsdag", +"Thursday" => "Torsdag", +"Friday" => "Fredag", +"Saturday" => "Lørdag", +"Sun." => "Søn.", +"Mon." => "Man.", +"Tue." => "Tir.", +"Wed." => "Ons.", +"Thu." => "Tor.", +"Fri." => "Fre.", +"Sat." => "Lør.", +"January" => "Januar", +"February" => "Februar", +"March" => "Marts", +"April" => "April", +"May" => "Maj", +"June" => "Juni", +"July" => "Juli", +"August" => "August", +"September" => "September", +"October" => "Oktober", +"November" => "November", +"December" => "December", +"Jan." => "Jan.", +"Feb." => "Feb.", +"Mar." => "Mar.", +"Apr." => "Apr.", +"Jun." => "Jun.", +"Jul." => "Jul.", +"Aug." => "Aug.", +"Sep." => "Sep.", +"Oct." => "Oct.", +"Nov." => "Nov.", +"Dec." => "Dec.", +"Week" => "Uge", +"Weeks" => "Uger", +"Day" => "Dag", +"Month" => "Måned", +"Today" => "I dag", +"Calendars" => "Kalendere", +"Time" => "Tid", +"Choose active calendars" => "Vælg aktiv kalendere", +"Download" => "Hent", +"Edit" => "Rediger", +"Edit calendar" => "Rediger kalender", +"Active" => "Aktiv", +"Description" => "Beskrivelse", +"Calendar color" => "Kalender farve", +"Submit" => "Send", +"Edit an event" => "Redigér en begivenhed", +"Title" => "Titel", +"Title of the Event" => "Titel på begivenheden", +"Location" => "Sted", +"Location of the Event" => "Placering af begivenheden", +"Category" => "Kategori", +"All Day Event" => "Heldagsarrangement", +"From" => "Fra", +"To" => "Til", +"Repeat" => "Gentag", +"Attendees" => "Deltagere", +"Description of the Event" => "Beskrivelse af begivenheden", +"Close" => "Luk", +"Create a new event" => "Opret en ny begivenhed", +"Timezone" => "Tidszone" +); diff --git a/apps/calendar/l10n/de.php b/apps/calendar/l10n/de.php index 80cb18cdd94..3d099030b19 100644 --- a/apps/calendar/l10n/de.php +++ b/apps/calendar/l10n/de.php @@ -1,36 +1,30 @@ "Anmeldefehler", +"Timezone changed" => "Zeitzone geändert", +"Invalid request" => "Anfragefehler", "Calendar" => "Kalender", -"Location" => "Ort", -"Category" => "Kategorie", -"Create a new event" => "Neuen Termin erstellen", -"Title of the Event" => "Titel des Termins", -"Location of the Event" => "Ort des Termins", -"All Day Event" => "Ganztägig", -"From" => "Von", -"To" => "Bis", -"Repeat" => "Wiederhol.", -"Attendees" => "Teilnehmer", -"Description" => "Beschreibung", -"Submit" => "Speichern", -"Save" => "Speichern", -"Cancel" => "Abbrechen", -"Title" => "Titel", +"Does not repeat" => "einmalig", +"Daily" => "täglich", +"Weekly" => "wöchentlich", +"Every Weekday" => "jeden Wochentag", +"Bi-Weekly" => "jede zweite Woche", +"Monthly" => "monatlich", +"Yearly" => "jährlich", +"All day" => "Ganztags", "Sunday" => "Sonntag", "Monday" => "Montag", "Tuesday" => "Dienstag", -"Wednesday" => "Mittwoch", -"Thursday" => "Donnerstag", -"Friday" => "Freitag", -"Saturday" => "Samstag", -"CW" => "KW", -"CWs" => "KW", -"Sun." => "So.", -"Mon." => "Mo.", -"Tue." => "Di.", -"Wed." => "Mi.", -"Thu." => "Do.", -"Fri." => "Fr.", -"Sat." => "Sa.", +"Wednesday" => "Mittwoch", +"Thursday" => "Donnerstag", +"Friday" => "Freitag", +"Saturday" => "Samstag", +"Sun." => "Son.", +"Mon." => "Mon.", +"Tue." => "Die.", +"Wed." => "Mit.", +"Thu." => "Don.", +"Fri." => "Fre.", +"Sat." => "Sam.", "January" => "Januar", "February" => "Februar", "March" => "März", @@ -45,53 +39,45 @@ "December" => "Dezember", "Jan." => "Jan.", "Feb." => "Feb.", -"Mar." => "März", +"Mar." => "Mär.", "Apr." => "Apr.", -"May" => "Mai", -"Jun." => "Juni", -"Jul." => "Juli", +"Jun." => "Jun.", +"Jul." => "Jul.", "Aug." => "Aug.", "Sep." => "Sep.", "Oct." => "Okt.", "Nov." => "Nov.", "Dec." => "Dez.", -"Day" => "Tag", "Week" => "Woche", "Weeks" => "Wochen", +"Day" => "Tag", "Month" => "Monat", -"Listview" => "Liste", "Today" => "Heute", "Calendars" => "Kalender", -"Time" => "Uhrzeit", -"All day" => "Ganztägig", -"Does not repeat" => "Keine Wiederholung", -"Daily" => "Täglich", -"Weekly" => "Wöchentlich", -"Every Weekday" => "jeden Wochentag", -"Bi-Weekly" => "jede 2. Woche", -"Monthly" => "Monatlich", -"Yearly" => "Jährlich", -"Description of the Event" => "Beschreibung des Termins", -"None" => "Keine", -"Birthday" => "Geburtstag", -"Business" => "Geschäftlich", -"Call" => "Anrufen", -"Clients" => "Kunden", -"Deliverer" => "Lieferanten", -"Holidays" => "Ferien", -"Ideas" => "Ideen", -"Journey" => "Reise", -"Jubilee" => "Jubiläum", -"Meeting" => "Treffen", -"Other" => "Andere", -"Personal" => "Persönlich", -"Projects" => "Projekte", -"Questions" => "Fragen", -"Work" => "Arbeit", -"New Calendar" => "Neuer Kalender", +"Time" => "Zeit", +"There was a fail, while parsing the file." => "Fehler beim Einlesen der Datei.", +"Choose active calendars" => "Aktive Kalender wählen", +"Download" => "Herunterladen", +"Edit" => "Bearbeiten", +"Edit calendar" => "Kalender bearbeiten", "Displayname" => "Anzeigename", +"Active" => "Aktiv", +"Description" => "Beschreibung", "Calendar color" => "Kalenderfarbe", -"" => "", -"" => "" +"Submit" => "Bestätigen", +"Edit an event" => "Ereignis bearbeiten", +"Title" => "Titel", +"Title of the Event" => "Name", +"Location" => "Ort", +"Location of the Event" => "Ort", +"Category" => "Kategorie", +"All Day Event" => "Ganztägiges Ereignis", +"From" => "von", +"To" => "bis", +"Repeat" => "wiederholen", +"Attendees" => "Teilnehmer", +"Description of the Event" => "Beschreibung", +"Close" => "Schließen", +"Create a new event" => "Neues Ereignis", +"Timezone" => "Zeitzone" ); -?> \ No newline at end of file diff --git a/apps/calendar/l10n/el.php b/apps/calendar/l10n/el.php new file mode 100644 index 00000000000..78db597ea6a --- /dev/null +++ b/apps/calendar/l10n/el.php @@ -0,0 +1,83 @@ + "Σφάλμα ταυτοποίησης", +"Timezone changed" => "Η ζώνη ώρας άλλαξε", +"Invalid request" => "Μη έγκυρο αίτημα", +"Calendar" => "Ημερολόγιο", +"Does not repeat" => "Μη επαναλαμβανόμενο", +"Daily" => "Καθημερινά", +"Weekly" => "Εβδομαδιαία", +"Every Weekday" => "Κάθε μέρα", +"Bi-Weekly" => "Δύο φορές την εβδομάδα", +"Monthly" => "Μηνιαία", +"Yearly" => "Ετήσια", +"All day" => "Ολοήμερο", +"Sunday" => "Κυριακή", +"Monday" => "Δευτέρα", +"Tuesday" => "Τρίτη", +"Wednesday" => "Τετάρτη", +"Thursday" => "Πέμπτη", +"Friday" => "Παρασκευή", +"Saturday" => "Σάββατο", +"Sun." => "Κυρ.", +"Mon." => "Δευτ.", +"Tue." => "Τρ.", +"Wed." => "Τετ.", +"Thu." => "Πέμ.", +"Fri." => "Παρ.", +"Sat." => "Σάβ.", +"January" => "Ιανουάριος", +"February" => "Φεβρουάριος", +"March" => "Μάρτιος", +"April" => "Απρίλιος", +"May" => "Μάιος", +"June" => "Ιούνιος", +"July" => "Ιούλιος", +"August" => "Αύγουστος", +"September" => "Σεπτέμβριος", +"October" => "Οκτώβριος", +"November" => "Νοέμβριος", +"December" => "Δεκέμβριος", +"Jan." => "Ιαν.", +"Feb." => "Φεβ.", +"Mar." => "Μαρ.", +"Apr." => "Απρ.", +"Jun." => "Ιούν.", +"Jul." => "Ιούλ.", +"Aug." => "Αύγ.", +"Sep." => "Σεπ.", +"Oct." => "Οκτ.", +"Nov." => "Νοέ.", +"Dec." => "Δεκ.", +"Week" => "Εβδομάδα", +"Weeks" => "Εβδομάδες", +"Day" => "Ημέρα", +"Month" => "Μήνας", +"Today" => "Σήμερα", +"Calendars" => "Ημερολόγια", +"Time" => "Ώρα", +"There was a fail, while parsing the file." => "Υπήρχε μια αποτυχία, κατά την ανάλυση του αρχείου.", +"Choose active calendars" => "Επιλέξτε τα ενεργά ημερολόγια", +"Download" => "Λήψη", +"Edit" => "Επεξεργασία", +"Edit calendar" => "Επεξεργασία ημερολογίου", +"Displayname" => "Προβολή ονόματος", +"Active" => "Ενεργό", +"Description" => "Περιγραφή", +"Calendar color" => "Χρώμα ημερολογίου", +"Submit" => "Υποβολή", +"Edit an event" => "Επεξεργασία ενός γεγονότος", +"Title" => "Τίτλος", +"Title of the Event" => "Τίτλος συμβάντος", +"Location" => "Τοποθεσία", +"Location of the Event" => "Τοποθεσία συμβάντος", +"Category" => "Κατηγορία", +"All Day Event" => "Ολοήμερο συμβάν", +"From" => "Από", +"To" => "Έως", +"Repeat" => "Επαναλαμβανόμενο", +"Attendees" => "Παρευρισκόμενοι", +"Description of the Event" => "Περιγραφή του συμβάντος", +"Close" => "Κλείσιμο", +"Create a new event" => "Δημιουργήστε ένα νέο συμβάν", +"Timezone" => "Ζώνη ώρας" +); diff --git a/apps/calendar/l10n/es.php b/apps/calendar/l10n/es.php index f20230fe17f..75650ee14fb 100644 --- a/apps/calendar/l10n/es.php +++ b/apps/calendar/l10n/es.php @@ -1,35 +1,30 @@ "Error de autentificación", +"Timezone changed" => "Zona horaria cambiada", +"Invalid request" => "Petición no válida", "Calendar" => "Calendario", -"Location" => "Lugar", -"Category" => "Categoría", -"Create a new event" => "Crea un plazo", -"Title of the Event" => "Título del plazo", -"Location of the Event" => "Lugar del plazo", -"All Day Event" => "todo el día", -"From" => "Desde", -"To" => "Hasta", -"Repeat" => "Repetición", -"Attendees" => "Participante", -"Description" => "Descripción", -"Submit" => "Guarda", -"Reset" => "Repone", -"Title" => "Título", +"Does not repeat" => "No se repite", +"Daily" => "Diariamente", +"Weekly" => "Semanalmente", +"Every Weekday" => "Una vez a la semana", +"Bi-Weekly" => "Dos veces a la semana", +"Monthly" => "Mensualmente", +"Yearly" => "Anualmente", +"All day" => "Todo el día", "Sunday" => "Domingo", "Monday" => "Lunes", "Tuesday" => "Martes", -"Wednesday" => "Miércoles", -"Thursday" => "Jueves", -"Friday" => "Viernes", -"Saturday" => "Sábado", -"CW" => "Semana", -"CWs" => "Semanas", -"Sun." => "Do.", -"Mon." => "Lu.", -"Tue." => "Ma.", -"Wed." => "Mi.", -"Thu." => "Ju.", -"Fri." => "Vi.", -"Sat." => "Sá.", +"Wednesday" => "Miércoles", +"Thursday" => "Jueves", +"Friday" => "Viernes", +"Saturday" => "Sábado", +"Sun." => "Dom.", +"Mon." => "Lun.", +"Tue." => "Mar.", +"Wed." => "Mie.", +"Thu." => "Jue.", +"Fri." => "Vie.", +"Sat." => "Sáb.", "January" => "Enero", "February" => "Febrero", "March" => "Marzo", @@ -41,28 +36,48 @@ "September" => "Septiembre", "October" => "Octubre", "November" => "Noviembre", -"December" => "Deciembre", +"December" => "Diciembre", "Jan." => "Ene.", "Feb." => "Feb.", -"Mar." => "Mär.", +"Mar." => "Mar.", "Apr." => "Abr.", -"May" => "May.", "Jun." => "Jun.", "Jul." => "Jul.", "Aug." => "Ago.", "Sep." => "Sep.", "Oct." => "Oct.", "Nov." => "Nov.", -"Dec." => "Dec.", -"Day" => "Día", +"Dec." => "Dic.", "Week" => "Semana", "Weeks" => "Semanas", +"Day" => "Día", "Month" => "Mes", -"Listview" => "Lista", "Today" => "Hoy", "Calendars" => "Calendarios", "Time" => "Hora", -"All day" => "todo el día", -"" => "" +"There was a fail, while parsing the file." => "Hubo un fallo al analizar el archivo.", +"Choose active calendars" => "Elige los calendarios activos", +"Download" => "Descargar", +"Edit" => "Editar", +"Edit calendar" => "Editar calendario", +"Displayname" => "Nombre", +"Active" => "Activo", +"Description" => "Descripción", +"Calendar color" => "Color del calendario", +"Submit" => "Guardar", +"Edit an event" => "Editar un evento", +"Title" => "Título", +"Title of the Event" => "Título del evento", +"Location" => "Lugar", +"Location of the Event" => "Lugar del Evento", +"Category" => "Categoría", +"All Day Event" => "Todo el día", +"From" => "Desde", +"To" => "Hasta", +"Repeat" => "Repetir", +"Attendees" => "Asistentes", +"Description of the Event" => "Descripción del evento", +"Close" => "Cerrar", +"Create a new event" => "Crear un nuevo evento", +"Timezone" => "Zona horaria" ); -?> \ No newline at end of file diff --git a/apps/calendar/l10n/et_EE.php b/apps/calendar/l10n/et_EE.php index 92c06203599..c66638f2b4c 100644 --- a/apps/calendar/l10n/et_EE.php +++ b/apps/calendar/l10n/et_EE.php @@ -3,7 +3,13 @@ "Timezone changed" => "Ajavöönd on muudetud", "Invalid request" => "Vigane päring", "Calendar" => "Kalender", -"You can't open more than one dialog per site!" => "Sa saad avada saidi kohta ainult ühe dialoogi.", +"Does not repeat" => "Ei kordu", +"Daily" => "Iga päev", +"Weekly" => "Iga nädal", +"Every Weekday" => "Igal nädalapäeval", +"Bi-Weekly" => "Üle nädala", +"Monthly" => "Igal kuul", +"Yearly" => "Igal aastal", "All day" => "Kogu päev", "Sunday" => "Pühapäev", "Monday" => "Esmaspäev", @@ -46,11 +52,9 @@ "Weeks" => "Nädalat", "Day" => "Päev", "Month" => "Kuu", -"Listview" => "Nimekirja vaade", "Today" => "Täna", "Calendars" => "Kalendrid", "Time" => "Kellaaeg", -"CW" => "CW", "There was a fail, while parsing the file." => "Faili parsimisel tekkis viga.", "Choose active calendars" => "Vali aktiivsed kalendrid", "Download" => "Lae alla", @@ -63,24 +67,17 @@ "Submit" => "OK", "Edit an event" => "Muuda sündmust", "Title" => "Pealkiri", +"Title of the Event" => "Sündmuse pealkiri", "Location" => "Asukoht", +"Location of the Event" => "Sündmuse toimumiskoht", "Category" => "Kategooria", "All Day Event" => "Kogu päeva sündmus", "From" => "Alates", "To" => "Kuni", "Repeat" => "Korda", "Attendees" => "Osalejad", +"Description of the Event" => "Sündmuse kirjeldus", "Close" => "Sulge", "Create a new event" => "Loo sündmus", -"Title of the Event" => "Sündmuse pealkiri", -"Location of the Event" => "Sündmuse toimumiskoht", -"Does not repeat" => "Ei kordu", -"Daily" => "Iga päev", -"Weekly" => "Iga nädal", -"Every Weekday" => "Igal nädalapäeval", -"Bi-Weekly" => "Üle nädala", -"Monthly" => "Igal kuul", -"Yearly" => "Igal aastal", -"Description of the Event" => "Sündmuse kirjeldus", "Timezone" => "Ajavöönd" ); diff --git a/apps/calendar/l10n/fr.php b/apps/calendar/l10n/fr.php new file mode 100644 index 00000000000..21c6af78f69 --- /dev/null +++ b/apps/calendar/l10n/fr.php @@ -0,0 +1,83 @@ + "Erreur d'authentification", +"Timezone changed" => "Fuseau horaire modifié", +"Invalid request" => "Requête invalide", +"Calendar" => "Calendrier", +"Does not repeat" => "Pas de répétition", +"Daily" => "Tous les jours", +"Weekly" => "Toutes les semaines", +"Every Weekday" => "Chaque jour de la semaine", +"Bi-Weekly" => "Bimestriel", +"Monthly" => "Tous les mois", +"Yearly" => "Tous les ans", +"All day" => "Tous les jours", +"Sunday" => "Dimanche", +"Monday" => "Lundi", +"Tuesday" => "Mardi", +"Wednesday" => "Mercredi", +"Thursday" => "Jeudi", +"Friday" => "Vendredi", +"Saturday" => "Samedi", +"Sun." => "Dim.", +"Mon." => "Lun.", +"Tue." => "Mar.", +"Wed." => "Mer.", +"Thu." => "Jeu.", +"Fri." => "Ven.", +"Sat." => "Sam.", +"January" => "Janvier", +"February" => "Février", +"March" => "Mars", +"April" => "Avril", +"May" => "Mai", +"June" => "Juin", +"July" => "Juillet", +"August" => "Août", +"September" => "Septembre", +"October" => "Octobre", +"November" => "Novembre", +"December" => "Décembre", +"Jan." => "Jan.", +"Feb." => "Fév.", +"Mar." => "Mar.", +"Apr." => "Avr.", +"Jun." => "Juin", +"Jul." => "Juil.", +"Aug." => "Aoû.", +"Sep." => "Sep.", +"Oct." => "Oct.", +"Nov." => "Nov.", +"Dec." => "Déc.", +"Week" => "Semaine", +"Weeks" => "Semaines", +"Day" => "Jour", +"Month" => "Mois", +"Today" => "Aujourd'hui", +"Calendars" => "Calendriers", +"Time" => "Heure", +"There was a fail, while parsing the file." => "Une erreur est survenue pendant la lecture du fichier.", +"Choose active calendars" => "Choix des calendriers actifs", +"Download" => "Télécharger", +"Edit" => "Éditer", +"Edit calendar" => "Éditer le calendrier", +"Displayname" => "Nom d'affichage", +"Active" => "Actif", +"Description" => "Description", +"Calendar color" => "Couleur du calendrier", +"Submit" => "Soumettre", +"Edit an event" => "Éditer un événement", +"Title" => "Titre", +"Title of the Event" => "Titre de l'événement", +"Location" => "Localisation", +"Location of the Event" => "Localisation de l'événement", +"Category" => "Catégorie", +"All Day Event" => "Événement de toute une journée", +"From" => "De", +"To" => "À", +"Repeat" => "Répétition", +"Attendees" => "Personnes présentes", +"Description of the Event" => "Description de l'événement", +"Close" => "Fermer", +"Create a new event" => "Créer un nouvel événement", +"Timezone" => "Fuseau horaire" +); diff --git a/apps/calendar/l10n/id.php b/apps/calendar/l10n/id.php new file mode 100644 index 00000000000..5cb95d0b358 --- /dev/null +++ b/apps/calendar/l10n/id.php @@ -0,0 +1,83 @@ + "Kesalahan otentikasi", +"Timezone changed" => "Zona waktu telah diubah", +"Invalid request" => "Permintaan tidak sah", +"Calendar" => "Kalender", +"Does not repeat" => "Tidak akan mengulangi", +"Daily" => "Harian", +"Weekly" => "Mingguan", +"Every Weekday" => "Setiap Hari Minggu", +"Bi-Weekly" => "Dwi-mingguan", +"Monthly" => "Bulanan", +"Yearly" => "Tahunan", +"All day" => "Semua Hari", +"Sunday" => "Minggu", +"Monday" => "Senin", +"Tuesday" => "Selasa", +"Wednesday" => "Rabu", +"Thursday" => "Kamis", +"Friday" => "Jumat", +"Saturday" => "Sabtu", +"Sun." => "Min.", +"Mon." => "Sen.", +"Tue." => "Sel.", +"Wed." => "Rab.", +"Thu." => "Kam.", +"Fri." => "Jum.", +"Sat." => "Sab.", +"January" => "Januari", +"February" => "Februari", +"March" => "Maret", +"April" => "April", +"May" => "Mei", +"June" => "Juni", +"July" => "Juli", +"August" => "Agustus", +"September" => "September", +"October" => "Oktober", +"November" => "November", +"December" => "Desember", +"Jan." => "Jan.", +"Feb." => "Feb.", +"Mar." => "Mar.", +"Apr." => "Apr.", +"Jun." => "Jun.", +"Jul." => "Jul.", +"Aug." => "Agu.", +"Sep." => "Sep.", +"Oct." => "Okt.", +"Nov." => "Nov.", +"Dec." => "Des.", +"Week" => "Minggu", +"Weeks" => "Minggu", +"Day" => "Hari", +"Month" => "Bulan", +"Today" => "Hari ini", +"Calendars" => "Kalender", +"Time" => "Waktu", +"There was a fail, while parsing the file." => "Terjadi kesalahan, saat mengurai berkas.", +"Choose active calendars" => "Pilih kalender aktif", +"Download" => "Unduh", +"Edit" => "Sunting", +"Edit calendar" => "Sunting kalender", +"Displayname" => "Namatampilan", +"Active" => "Aktif", +"Description" => "Deskripsi", +"Calendar color" => "Warna kalender", +"Submit" => "Sampaikan", +"Edit an event" => "Sunting agenda", +"Title" => "Judul", +"Title of the Event" => "Judul Agenda", +"Location" => "Lokasi", +"Location of the Event" => "Lokasi Agenda", +"Category" => "Kategori", +"All Day Event" => "Agenda di Semua Hari", +"From" => "Dari", +"To" => "Ke", +"Repeat" => "Ulangi", +"Attendees" => "Yang menghadiri", +"Description of the Event" => "Deskripsi dari Agenda", +"Close" => "Tutup", +"Create a new event" => "Buat agenda baru", +"Timezone" => "Zonawaktu" +); diff --git a/apps/calendar/l10n/it.php b/apps/calendar/l10n/it.php new file mode 100644 index 00000000000..11b59a149cb --- /dev/null +++ b/apps/calendar/l10n/it.php @@ -0,0 +1,83 @@ + "Errore di autenticazione", +"Timezone changed" => "Fuso orario cambiato", +"Invalid request" => "Richiesta non validia", +"Calendar" => "Calendario", +"Does not repeat" => "Non ripetere", +"Daily" => "Giornaliero", +"Weekly" => "Settimanale", +"Every Weekday" => "Ogni settimana", +"Bi-Weekly" => "Ogni due settimane", +"Monthly" => "Mensile", +"Yearly" => "Annuale", +"All day" => "Tutti i giorni", +"Sunday" => "Domenica", +"Monday" => "Lunedì", +"Tuesday" => "Martedì", +"Wednesday" => "Mercoledì", +"Thursday" => "Giovedì", +"Friday" => "Venerdì", +"Saturday" => "Sabato", +"Sun." => "Dom.", +"Mon." => "Lun.", +"Tue." => "Mar.", +"Wed." => "Mer.", +"Thu." => "Gio.", +"Fri." => "Ven.", +"Sat." => "Sab.", +"January" => "Gennaio", +"February" => "Febbraio", +"March" => "Marzo", +"April" => "Aprile", +"May" => "Maggio", +"June" => "Giugno", +"July" => "Luglio", +"August" => "Agosto", +"September" => "Settembre", +"October" => "Ottobre", +"November" => "Novembre", +"December" => "Dicembre", +"Jan." => "Gen.", +"Feb." => "Feb.", +"Mar." => "Mar.", +"Apr." => "Apr.", +"Jun." => "Giu.", +"Jul." => "Lug.", +"Aug." => "Ago.", +"Sep." => "Set.", +"Oct." => "Ott.", +"Nov." => "Nov.", +"Dec." => "Dic.", +"Week" => "Settimana", +"Weeks" => "Settimane", +"Day" => "Giorno", +"Month" => "Mese", +"Today" => "Oggi", +"Calendars" => "Calendari", +"Time" => "Ora", +"There was a fail, while parsing the file." => "C'è statao un errore nel parsing del file.", +"Choose active calendars" => "Selezionare calendari attivi", +"Download" => "Download", +"Edit" => "Modifica", +"Edit calendar" => "Modifica calendario", +"Displayname" => "Mostra nome", +"Active" => "Attivo", +"Description" => "Descrizione", +"Calendar color" => "Colore calendario", +"Submit" => "Invia", +"Edit an event" => "Modifica evento", +"Title" => "Titolo", +"Title of the Event" => "Titolo evento", +"Location" => "Luogo", +"Location of the Event" => "Luogo evento", +"Category" => "Categoria", +"All Day Event" => "Tutti gli eventi del giorno", +"From" => "Da", +"To" => "A", +"Repeat" => "Ripeti", +"Attendees" => "Partecipanti", +"Description of the Event" => "Descrizione evento", +"Close" => "Chiuso", +"Create a new event" => "Crea evento", +"Timezone" => "Timezone" +); diff --git a/apps/calendar/l10n/lb.php b/apps/calendar/l10n/lb.php new file mode 100644 index 00000000000..82cdac133fa --- /dev/null +++ b/apps/calendar/l10n/lb.php @@ -0,0 +1,83 @@ + "Authentifizéierung's Feeler", +"Timezone changed" => "Zäitzon geännert", +"Invalid request" => "Ongülteg Requête", +"Calendar" => "Kalenner", +"Does not repeat" => "Widderhëlt sech net", +"Daily" => "Deeglech", +"Weekly" => "All Woch", +"Every Weekday" => "All Wochendag", +"Bi-Weekly" => "All zweet Woch", +"Monthly" => "All Mount", +"Yearly" => "All Joer", +"All day" => "All Dag", +"Sunday" => "Sonnden", +"Monday" => "Méinden", +"Tuesday" => "Dënschden", +"Wednesday" => "Mëttwoch", +"Thursday" => "Donneschden", +"Friday" => "Freiden", +"Saturday" => "Samschden", +"Sun." => "So. ", +"Mon." => "Méin. ", +"Tue." => "Dën.", +"Wed." => "Mëtt.", +"Thu." => "Do.", +"Fri." => "Fr.", +"Sat." => "Sam.", +"January" => "Januar", +"February" => "Februar", +"March" => "Mäerz", +"April" => "Abrëll", +"May" => "Mäi", +"June" => "Juni", +"July" => "Juli", +"August" => "August", +"September" => "September", +"October" => "Oktober", +"November" => "November", +"December" => "Dezember", +"Jan." => "Jan.", +"Feb." => "Feb.", +"Mar." => "Mär.", +"Apr." => "Abr.", +"Jun." => "Jun.", +"Jul." => "Jul.", +"Aug." => "Aug.", +"Sep." => "Sep.", +"Oct." => "Okt.", +"Nov." => "Nov.", +"Dec." => "Dez.", +"Week" => "Woch", +"Weeks" => "Wochen", +"Day" => "Dag", +"Month" => "Mount", +"Today" => "Haut", +"Calendars" => "Kalenneren", +"Time" => "Zäit", +"There was a fail, while parsing the file." => "Feeler beim lueden vum Fichier.", +"Choose active calendars" => "Wiel aktiv Kalenneren aus", +"Download" => "Eroflueden", +"Edit" => "Editéieren", +"Edit calendar" => "Kalenner editéieren", +"Displayname" => "Numm", +"Active" => "Aktiv", +"Description" => "Beschreiwung", +"Calendar color" => "Fuerf vum Kalenner", +"Submit" => "Fortschécken", +"Edit an event" => "Evenement editéieren", +"Title" => "Titel", +"Title of the Event" => "Titel vum Evenement", +"Location" => "Uert", +"Location of the Event" => "Uert vum Evenement", +"Category" => "Kategorie", +"All Day Event" => "Ganz-Dag Evenement", +"From" => "Vun", +"To" => "Fir", +"Repeat" => "Widderhuelen", +"Attendees" => "Participanten", +"Description of the Event" => "Beschreiwung vum Evenement", +"Close" => "Zoumaachen", +"Create a new event" => "En Evenement maachen", +"Timezone" => "Zäitzon" +); diff --git a/apps/calendar/l10n/ms_MY.php b/apps/calendar/l10n/ms_MY.php index aacad509337..625422a8582 100644 --- a/apps/calendar/l10n/ms_MY.php +++ b/apps/calendar/l10n/ms_MY.php @@ -3,7 +3,13 @@ "Timezone changed" => "Zon waktu diubah", "Invalid request" => "Permintaan tidak sah", "Calendar" => "Kalendar", -"You can't open more than one dialog per site!" => "Anda tidak dibenarkan membuka lebih dari satu laman dialog", +"Does not repeat" => "Tidak berulang", +"Daily" => "Harian", +"Weekly" => "Mingguan", +"Every Weekday" => "Setiap hari minggu", +"Bi-Weekly" => "Dua kali seminggu", +"Monthly" => "Bulanan", +"Yearly" => "Tahunan", "All day" => "Sepanjang hari", "Sunday" => "Ahad", "Monday" => "Isnin", @@ -46,11 +52,9 @@ "Weeks" => "Minggu", "Day" => "Hari", "Month" => "Bulan", -"Listview" => "Senarai paparan", "Today" => "Hari ini", "Calendars" => "Kalendar", "Time" => "Waktu", -"CW" => "Bilangan minggu", "There was a fail, while parsing the file." => "Berlaku kegagalan ketika penguraian fail. ", "Choose active calendars" => "Pilih kalendar yang aktif", "Download" => "Muat turun", @@ -63,24 +67,17 @@ "Submit" => "Hantar", "Edit an event" => "Edit agenda", "Title" => "Tajuk", +"Title of the Event" => "Tajuk agenda", "Location" => "Lokasi", +"Location of the Event" => "Lokasi agenda", "Category" => "kategori", "All Day Event" => "Agenda di sepanjang hari ", "From" => "Dari", "To" => "ke", "Repeat" => "Ulang", "Attendees" => "Hadirin", +"Description of the Event" => "Huraian agenda", "Close" => "Tutup", "Create a new event" => "Buat agenda baru", -"Title of the Event" => "Tajuk agenda", -"Location of the Event" => "Lokasi agenda", -"Does not repeat" => "Tidak berulang", -"Daily" => "Harian", -"Weekly" => "Mingguan", -"Every Weekday" => "Setiap hari minggu", -"Bi-Weekly" => "Dua kali seminggu", -"Monthly" => "Bulanan", -"Yearly" => "Tahunan", -"Description of the Event" => "Huraian agenda", "Timezone" => "Zon waktu" ); diff --git a/apps/calendar/l10n/nb_NO.php b/apps/calendar/l10n/nb_NO.php new file mode 100644 index 00000000000..95e555bc852 --- /dev/null +++ b/apps/calendar/l10n/nb_NO.php @@ -0,0 +1,81 @@ + "Autentifikasjonsfeil", +"Timezone changed" => "Tidssone endret", +"Invalid request" => "Ugyldig forespørsel", +"Calendar" => "Kalender", +"Does not repeat" => "Gjentas ikke", +"Daily" => "Daglig", +"Weekly" => "Ukentlig", +"Every Weekday" => "Hver ukedag", +"Monthly" => "Månedlig", +"Yearly" => "Årlig", +"All day" => "Hele dagen ", +"Sunday" => "Søndag", +"Monday" => "Mandag", +"Tuesday" => "Tirsdag", +"Wednesday" => "Onsdag", +"Thursday" => "Torsdag", +"Friday" => "Fredag", +"Saturday" => "Lørdag", +"Sun." => "Sø.", +"Mon." => "Ma.", +"Tue." => "Ti.", +"Wed." => "On.", +"Thu." => "To.", +"Fri." => "Fr.", +"Sat." => "Lø.", +"January" => "Januar", +"February" => "Februar", +"March" => "Mars", +"April" => "April", +"May" => "Mai", +"June" => "Juni", +"July" => "Juli", +"August" => "August", +"September" => "September", +"October" => "Oktober", +"November" => "November", +"December" => "Desember", +"Jan." => "jan.", +"Feb." => "feb.", +"Mar." => "mar.", +"Apr." => "apr.", +"Jun." => "jun.", +"Jul." => "jul.", +"Aug." => "aug.", +"Sep." => "sep.", +"Oct." => "okt.", +"Nov." => "nov.", +"Dec." => "des.", +"Week" => "Uke", +"Weeks" => "Uke", +"Day" => "Dag", +"Month" => "ned", +"Today" => "I dag", +"Calendars" => "Kalendre", +"Time" => "Tid", +"Choose active calendars" => "Velg en aktiv kalender", +"Download" => "Last ned", +"Edit" => "Endre", +"Edit calendar" => "Rediger kalender", +"Displayname" => "Visningsnavn", +"Active" => "Aktiv", +"Description" => "Beskrivelse", +"Calendar color" => "Kalenderfarge", +"Submit" => "Lagre", +"Edit an event" => "Rediger en hendelse", +"Title" => "Tittel", +"Title of the Event" => "Hendelsestittel", +"Location" => "Sted", +"Location of the Event" => "Hendelsessted", +"Category" => "Kategori", +"All Day Event" => "Hele dagen-hendelse", +"From" => "Fra", +"To" => "Til", +"Repeat" => "Gjenta", +"Attendees" => "Deltakere", +"Description of the Event" => "Hendelesebeskrivelse", +"Close" => "Lukk", +"Create a new event" => "Opprett en ny hendelse", +"Timezone" => "Tidssone" +); diff --git a/apps/calendar/l10n/nl.php b/apps/calendar/l10n/nl.php new file mode 100644 index 00000000000..3f7ebfe274e --- /dev/null +++ b/apps/calendar/l10n/nl.php @@ -0,0 +1,83 @@ + "Foute aanvraag", +"Timezone changed" => "U kunt maar een venster tegelijk openen.", +"Invalid request" => "Ongeldige aanvraag", +"Calendar" => "Weergavenaam", +"Does not repeat" => "Wordt niet herhaald", +"Daily" => "Dagelijks", +"Weekly" => "Wekelijks", +"Every Weekday" => "Elke weekdag", +"Bi-Weekly" => "Tweewekelijks", +"Monthly" => "Maandelijks", +"Yearly" => "Jaarlijks", +"All day" => "Tweewekelijks", +"Sunday" => "Zondag", +"Monday" => "Maandag", +"Tuesday" => "Dinsdag", +"Wednesday" => "Woensdag", +"Thursday" => "Donderdag", +"Friday" => "Vrijdag", +"Saturday" => "Zaterdag", +"Sun." => "Zo", +"Mon." => "Ma", +"Tue." => "Di", +"Wed." => "Wo", +"Thu." => "Do", +"Fri." => "Vr", +"Sat." => "Za", +"January" => "Januari", +"February" => "Februari", +"March" => "Maart", +"April" => "April", +"May" => "Mei", +"June" => "Juni", +"July" => "Juli", +"August" => "Augustus", +"September" => "September", +"October" => "Oktober", +"November" => "November", +"December" => "December", +"Jan." => "Jan", +"Feb." => "Feb", +"Mar." => "Maa", +"Apr." => "Apr", +"Jun." => "Jun", +"Jul." => "Jul", +"Aug." => "Aug", +"Sep." => "Sept", +"Oct." => "Okt", +"Nov." => "Nov", +"Dec." => "Dec", +"Week" => "Week", +"Weeks" => "Weken", +"Day" => "Dag", +"Month" => "Maand", +"Today" => "Vandaag", +"Calendars" => "Kalenders", +"Time" => "Tijd", +"There was a fail, while parsing the file." => "Er is een fout opgetreden bij het verwerken van het bestand.", +"Choose active calendars" => "Kies actieve kalenders", +"Download" => "Download", +"Edit" => "Bewerken", +"Edit calendar" => "Bewerk kalender", +"Displayname" => "Weergavenaam", +"Active" => "Actief", +"Description" => "Beschrijving", +"Calendar color" => "Kalender kleur", +"Submit" => "Opslaan", +"Edit an event" => "Bewerken een evenement", +"Title" => "Titel", +"Title of the Event" => "Titel van het evenement", +"Location" => "Locatie", +"Location of the Event" => "Locatie van het evenement", +"Category" => "Categorie", +"All Day Event" => "Hele dag", +"From" => "Van", +"To" => "Aan", +"Repeat" => "Herhalen", +"Attendees" => "Deelnemers", +"Description of the Event" => "Beschrijving van het evenement", +"Close" => "Sluiten", +"Create a new event" => "Maak een nieuw evenement", +"Timezone" => "Tijdzone" +); diff --git a/apps/calendar/l10n/pl.php b/apps/calendar/l10n/pl.php new file mode 100644 index 00000000000..0f53806d78d --- /dev/null +++ b/apps/calendar/l10n/pl.php @@ -0,0 +1,83 @@ + "Błąd uwierzytelniania", +"Timezone changed" => "Strefa czasowa została zmieniona", +"Invalid request" => "Nieprawidłowe żądanie", +"Calendar" => "Kalendarz", +"Does not repeat" => "Nie powtarza się", +"Daily" => "Codziennie", +"Weekly" => "Tygodniowo", +"Every Weekday" => "Każdy dzień tygodnia", +"Bi-Weekly" => "Dwa razy w tygodniu", +"Monthly" => "Miesięcznie", +"Yearly" => "Rocznie", +"All day" => "Cały dzień", +"Sunday" => "Niedziela", +"Monday" => "Poniedziałek", +"Tuesday" => "Wtorek", +"Wednesday" => "Środa", +"Thursday" => "Czwartek", +"Friday" => "Piątek", +"Saturday" => "Sobota", +"Sun." => "Nie.", +"Mon." => "Po.", +"Tue." => "Wt.", +"Wed." => "Śr.", +"Thu." => "Cz..", +"Fri." => "Pią.", +"Sat." => "So.", +"January" => "Styczeń", +"February" => "Luty", +"March" => "Marzec", +"April" => "Kwiecień", +"May" => "Maj", +"June" => "Czerwiec", +"July" => "Lipiec", +"August" => "Sierpień", +"September" => "Wrzesień", +"October" => "Październik", +"November" => "Listopad", +"December" => "Grudzień", +"Jan." => "Sty.", +"Feb." => "Lut.", +"Mar." => "Mar.", +"Apr." => "Kwi.", +"Jun." => "Cze.", +"Jul." => "Lip.", +"Aug." => "Sie.", +"Sep." => "Wrz.", +"Oct." => "Paź.", +"Nov." => "Lis.", +"Dec." => "Gru.", +"Week" => "Tydzień", +"Weeks" => "Tygodnie", +"Day" => "Dzień", +"Month" => "Miesiąc", +"Today" => "Dzisiaj", +"Calendars" => "Kalendarze", +"Time" => "Czas", +"There was a fail, while parsing the file." => "Nastąpił problem przy parsowaniu pliku..", +"Choose active calendars" => "Wybierz aktywne kalendarze", +"Download" => "Pobierz", +"Edit" => "Edytuj", +"Edit calendar" => "Edycja kalendarza", +"Displayname" => "Displayname", +"Active" => "Aktywny", +"Description" => "Opis", +"Calendar color" => "Kalendarz kolor", +"Submit" => "Prześlij", +"Edit an event" => "Edycja zdarzenia", +"Title" => "Tytuł", +"Title of the Event" => "Tytuł zdarzenia", +"Location" => "Lokalizacja", +"Location of the Event" => "Lokalizacja zdarzenia", +"Category" => "Kategoria", +"All Day Event" => "Całodniowe wydarzenie", +"From" => "Z", +"To" => "Do", +"Repeat" => "Powtórz", +"Attendees" => "Uczestnicy", +"Description of the Event" => "Opis zdarzenia", +"Close" => "Zamknij", +"Create a new event" => "Stwórz nowe wydarzenie", +"Timezone" => "Strefa czasowa" +); diff --git a/apps/calendar/l10n/pt_BR.php b/apps/calendar/l10n/pt_BR.php new file mode 100644 index 00000000000..91db5210438 --- /dev/null +++ b/apps/calendar/l10n/pt_BR.php @@ -0,0 +1,83 @@ + "Erro de autenticação", +"Timezone changed" => "Fuso horário alterado", +"Invalid request" => "Pedido inválido", +"Calendar" => "Calendário", +"Does not repeat" => "Não repetir", +"Daily" => "Diariamente", +"Weekly" => "Semanal", +"Every Weekday" => "Cada dia da semana", +"Bi-Weekly" => "De duas em duas semanas", +"Monthly" => "Mensal", +"Yearly" => "Anual", +"All day" => "Todo o dia", +"Sunday" => "Domingo", +"Monday" => "Segunda-feira", +"Tuesday" => "Terça-feira", +"Wednesday" => "Quarta-feira", +"Thursday" => "Quinta-feira", +"Friday" => "Sexta-feira", +"Saturday" => "Sábado", +"Sun." => "Dom.", +"Mon." => "Seg.", +"Tue." => "Ter.", +"Wed." => "Qua.", +"Thu." => "Qui.", +"Fri." => "Sex.", +"Sat." => "Sáb.", +"January" => "Janeiro", +"February" => "Fevereiro", +"March" => "Março", +"April" => "Abril", +"May" => "Maio", +"June" => "Junho", +"July" => "Julho", +"August" => "Agosto", +"September" => "Setembro", +"October" => "Outubro", +"November" => "Novembro", +"December" => "Dezembro", +"Jan." => "Jan.", +"Feb." => "Fev.", +"Mar." => "Mar.", +"Apr." => "Abr.", +"Jun." => "Jun.", +"Jul." => "Jul.", +"Aug." => "Ago.", +"Sep." => "Set.", +"Oct." => "Out.", +"Nov." => "Nov.", +"Dec." => "Dez.", +"Week" => "Semana", +"Weeks" => "Semanas", +"Day" => "Dia", +"Month" => "Mês", +"Today" => "Hoje", +"Calendars" => "Calendários", +"Time" => "Tempo", +"There was a fail, while parsing the file." => "Houve uma falha, ao analisar o arquivo.", +"Choose active calendars" => "Escolha calendários ativos", +"Download" => "Baixar", +"Edit" => "Editar", +"Edit calendar" => "Editar calendário", +"Displayname" => "Mostrar Nome", +"Active" => "Ativo", +"Description" => "Descrição", +"Calendar color" => "Cor do Calendário", +"Submit" => "Submeter", +"Edit an event" => "Editar um evento", +"Title" => "Título", +"Title of the Event" => "Título do evento", +"Location" => "Local", +"Location of the Event" => "Local do evento", +"Category" => "Categoria", +"All Day Event" => "Evento de dia inteiro", +"From" => "De", +"To" => "Para", +"Repeat" => "Repetir", +"Attendees" => "Participantes", +"Description of the Event" => "Descrição do Evento", +"Close" => "Fechar", +"Create a new event" => "Criar um novo evento", +"Timezone" => "Fuso horário" +); diff --git a/apps/calendar/l10n/ro.php b/apps/calendar/l10n/ro.php new file mode 100644 index 00000000000..75e8a715ea0 --- /dev/null +++ b/apps/calendar/l10n/ro.php @@ -0,0 +1,83 @@ + "Eroare de autentificare", +"Timezone changed" => "A fost schimbat fusul orar", +"Invalid request" => "Cerere eronată", +"Calendar" => "Calendar", +"Does not repeat" => "Nu se repetă", +"Daily" => "Zilnic", +"Weekly" => "Săptămânal", +"Every Weekday" => "În fiecare săptămână", +"Bi-Weekly" => "Din două în două săptămâni", +"Monthly" => "Lunar", +"Yearly" => "Anual", +"All day" => "Toată ziua", +"Sunday" => "Duminică", +"Monday" => "Luni", +"Tuesday" => "Marți", +"Wednesday" => "Miercuri", +"Thursday" => "Joi", +"Friday" => "Vineri", +"Saturday" => "Sâmbătă", +"Sun." => "Dum.", +"Mon." => "Lun.", +"Tue." => "Mar.", +"Wed." => "Mie.", +"Thu." => "Joi.", +"Fri." => "Vin.", +"Sat." => "Sâm.", +"January" => "Ianuarie", +"February" => "Februarie", +"March" => "Martie", +"April" => "Aprilie", +"May" => "Mai", +"June" => "Iunie", +"July" => "Iulie", +"August" => "August", +"September" => "Septembrie", +"October" => "Octombrie", +"November" => "Noiembrie", +"December" => "Decembrie", +"Jan." => "Ian.", +"Feb." => "Feb.", +"Mar." => "Mar.", +"Apr." => "Apr.", +"Jun." => "Iun.", +"Jul." => "Iul.", +"Aug." => "Aug.", +"Sep." => "Sep.", +"Oct." => "Oct.", +"Nov." => "Nov.", +"Dec." => "Dec.", +"Week" => "Săptămâna", +"Weeks" => "Săptămâni", +"Day" => "Zi", +"Month" => "Luna", +"Today" => "Astăzi", +"Calendars" => "Calendare", +"Time" => "Ora", +"There was a fail, while parsing the file." => "A fost întâmpinată o eroare în procesarea fișierului", +"Choose active calendars" => "Alege activitățile din calendar", +"Download" => "Descarcă", +"Edit" => "Modifică", +"Edit calendar" => "Modifcă acest calendar", +"Displayname" => "Nume", +"Active" => "Activ", +"Description" => "Descriere", +"Calendar color" => "Culoare calendar", +"Submit" => "Trimite", +"Edit an event" => "Modifică un eveniment", +"Title" => "Titlu", +"Title of the Event" => "Numele evenimentului", +"Location" => "Localizare", +"Location of the Event" => "Localizarea evenimentului", +"Category" => "Categorie", +"All Day Event" => "Toată ziua", +"From" => "De la", +"To" => "Către", +"Repeat" => "Repetă", +"Attendees" => "Participanți", +"Description of the Event" => "Descrierea evenimentului", +"Close" => "Închide", +"Create a new event" => "Crează un evenimetn nou", +"Timezone" => "Fus orar" +); diff --git a/apps/calendar/l10n/ru.php b/apps/calendar/l10n/ru.php new file mode 100644 index 00000000000..752326ec4b7 --- /dev/null +++ b/apps/calendar/l10n/ru.php @@ -0,0 +1,83 @@ + "Ошибка аутентификации", +"Timezone changed" => "Часовой пояс изменён", +"Invalid request" => "Неверный запрос", +"Calendar" => "Календарь", +"Does not repeat" => "Не повторяется", +"Daily" => "Ежедневно", +"Weekly" => "Еженедельно", +"Every Weekday" => "По будням", +"Bi-Weekly" => "Каждые две недели", +"Monthly" => "Каждый месяц", +"Yearly" => "Каждый год", +"All day" => "Весь день", +"Sunday" => "Воскресенье", +"Monday" => "Понедельник", +"Tuesday" => "Вторник", +"Wednesday" => "Среда", +"Thursday" => "Четверг", +"Friday" => "Пятница", +"Saturday" => "Суббота", +"Sun." => "Вс.", +"Mon." => "Пн.", +"Tue." => "Вт.", +"Wed." => "Ср.", +"Thu." => "Чт.", +"Fri." => "Пт.", +"Sat." => "Сб.", +"January" => "Январь", +"February" => "Февраль", +"March" => "Март", +"April" => "Апрель", +"May" => "Май", +"June" => "Июнь", +"July" => "Июль", +"August" => "Август", +"September" => "Сентябрь", +"October" => "Октябрь", +"November" => "Ноябрь", +"December" => "Декабрь", +"Jan." => "Янв.", +"Feb." => "Фев.", +"Mar." => "Мар.", +"Apr." => "Апр.", +"Jun." => "Июн.", +"Jul." => "Июл.", +"Aug." => "Авг.", +"Sep." => "Сен.", +"Oct." => "Окт.", +"Nov." => "Ноя.", +"Dec." => "Дек.", +"Week" => "Неделя", +"Weeks" => "Недели", +"Day" => "День", +"Month" => "Месяц", +"Today" => "Сегодня", +"Calendars" => "Календари", +"Time" => "Время", +"There was a fail, while parsing the file." => "Не удалось обработать файл.", +"Choose active calendars" => "Выберите активные календари", +"Download" => "Скачать", +"Edit" => "Редактировать", +"Edit calendar" => "Редактировать календарь", +"Displayname" => "Отображаемое имя", +"Active" => "Активен", +"Description" => "Описание", +"Calendar color" => "Цвет календаря", +"Submit" => "Отправить", +"Edit an event" => "Редактировать событие", +"Title" => "Название", +"Title of the Event" => "Название событие", +"Location" => "Место", +"Location of the Event" => "Место события", +"Category" => "Категория", +"All Day Event" => "Событие на весь день", +"From" => "От", +"To" => "До", +"Repeat" => "Повтор", +"Attendees" => "Присутствующие", +"Description of the Event" => "Описание события", +"Close" => "Закрыть", +"Create a new event" => "Создать новое событие", +"Timezone" => "Часовой пояс" +); diff --git a/apps/calendar/l10n/sr.php b/apps/calendar/l10n/sr.php index 050d05f67d9..67027204953 100644 --- a/apps/calendar/l10n/sr.php +++ b/apps/calendar/l10n/sr.php @@ -3,7 +3,13 @@ "Timezone changed" => "Временска зона је промењена", "Invalid request" => "Неисправан захтев", "Calendar" => "Календар", -"You can't open more than one dialog per site!" => "Не можете да отворите више од једног дијалога по сајту!", +"Does not repeat" => "Не понавља се", +"Daily" => "дневно", +"Weekly" => "недељно", +"Every Weekday" => "сваког дана у недељи", +"Bi-Weekly" => "двонедељно", +"Monthly" => "месечно", +"Yearly" => "годишње", "All day" => "Цео дан", "Sunday" => "Недеља", "Monday" => "Понедељак", @@ -46,11 +52,9 @@ "Weeks" => "Недеља", "Day" => "Дан", "Month" => "Месец", -"Listview" => "Приказ спика", "Today" => "Данас", "Calendars" => "Календари", "Time" => "Време", -"CW" => "ТН", "There was a fail, while parsing the file." => "дошло је до грешке при расчлањивању фајла.", "Choose active calendars" => "Изаберите активне календаре", "Download" => "Преузми", @@ -63,24 +67,17 @@ "Submit" => "Пошаљи", "Edit an event" => "Уреди догађај", "Title" => "Наслов", +"Title of the Event" => "Наслов догађаја", "Location" => "Локација", +"Location of the Event" => "Локација догађаја", "Category" => "Категорија", "All Day Event" => "Целодневни догађај", "From" => "Од", "To" => "До", "Repeat" => "Понављај", "Attendees" => "Присутни", +"Description of the Event" => "Опис догађаја", "Close" => "Затвори", "Create a new event" => "Направи нови догађај", -"Title of the Event" => "Наслов догађаја", -"Location of the Event" => "Локација догађаја", -"Does not repeat" => "Не понавља се", -"Daily" => "дневно", -"Weekly" => "недељно", -"Every Weekday" => "сваког дана у недељи", -"Bi-Weekly" => "двонедељно", -"Monthly" => "месечно", -"Yearly" => "годишње", -"Description of the Event" => "Опис догађаја", "Timezone" => "Временска зона" ); diff --git a/apps/calendar/l10n/sr@latin.php b/apps/calendar/l10n/sr@latin.php index 524d00b866e..55df4e21ba8 100644 --- a/apps/calendar/l10n/sr@latin.php +++ b/apps/calendar/l10n/sr@latin.php @@ -3,7 +3,13 @@ "Timezone changed" => "Vremenska zona je promenjena", "Invalid request" => "Neispravan zahtev", "Calendar" => "Kalendar", -"You can't open more than one dialog per site!" => "Ne možete da otvorite više od jednog dijaloga po sajtu!", +"Does not repeat" => "Ne ponavlja se", +"Daily" => "dnevno", +"Weekly" => "nedeljno", +"Every Weekday" => "svakog dana u nedelji", +"Bi-Weekly" => "dvonedeljno", +"Monthly" => "mesečno", +"Yearly" => "godišnje", "All day" => "Ceo dan", "Sunday" => "Nedelja", "Monday" => "Ponedeljak", @@ -46,11 +52,9 @@ "Weeks" => "Nedelja", "Day" => "Dan", "Month" => "Mesec", -"Listview" => "Prikaz spika", "Today" => "Danas", "Calendars" => "Kalendari", "Time" => "Vreme", -"CW" => "TN", "There was a fail, while parsing the file." => "došlo je do greške pri rasčlanjivanju fajla.", "Choose active calendars" => "Izaberite aktivne kalendare", "Download" => "Preuzmi", @@ -63,24 +67,17 @@ "Submit" => "Pošalji", "Edit an event" => "Uredi događaj", "Title" => "Naslov", +"Title of the Event" => "Naslov događaja", "Location" => "Lokacija", +"Location of the Event" => "Lokacija događaja", "Category" => "Kategorija", "All Day Event" => "Celodnevni događaj", "From" => "Od", "To" => "Do", "Repeat" => "Ponavljaj", "Attendees" => "Prisutni", +"Description of the Event" => "Opis događaja", "Close" => "Zatvori", "Create a new event" => "Napravi novi događaj", -"Title of the Event" => "Naslov događaja", -"Location of the Event" => "Lokacija događaja", -"Does not repeat" => "Ne ponavlja se", -"Daily" => "dnevno", -"Weekly" => "nedeljno", -"Every Weekday" => "svakog dana u nedelji", -"Bi-Weekly" => "dvonedeljno", -"Monthly" => "mesečno", -"Yearly" => "godišnje", -"Description of the Event" => "Opis događaja", "Timezone" => "Vremenska zona" ); diff --git a/apps/calendar/l10n/zh_CN.php b/apps/calendar/l10n/zh_CN.php new file mode 100644 index 00000000000..2b7dc5677a4 --- /dev/null +++ b/apps/calendar/l10n/zh_CN.php @@ -0,0 +1,83 @@ + "验证错误", +"Timezone changed" => "时区已修改", +"Invalid request" => "非法请求", +"Calendar" => "日历", +"Does not repeat" => "不重复", +"Daily" => "每天", +"Weekly" => "每周", +"Every Weekday" => "每个工作日", +"Bi-Weekly" => "每两周", +"Monthly" => "每月", +"Yearly" => "每年", +"All day" => "全天", +"Sunday" => "星期日", +"Monday" => "星期一", +"Tuesday" => "星期二", +"Wednesday" => "星期三", +"Thursday" => "星期四", +"Friday" => "星期五", +"Saturday" => "星期六", +"Sun." => "日", +"Mon." => "一", +"Tue." => "二", +"Wed." => "三", +"Thu." => "四", +"Fri." => "五", +"Sat." => "六", +"January" => "1月", +"February" => "2月", +"March" => "3月", +"April" => "4月", +"May" => "5月", +"June" => "6月", +"July" => "7月", +"August" => "8月", +"September" => "9月", +"October" => "10月", +"November" => "11月", +"December" => "12月", +"Jan." => "1月", +"Feb." => "2月", +"Mar." => "3月", +"Apr." => "4月", +"Jun." => "6月", +"Jul." => "7月", +"Aug." => "8月", +"Sep." => "9月", +"Oct." => "10月", +"Nov." => "11月", +"Dec." => "12月", +"Week" => "星期", +"Weeks" => "星期", +"Day" => "天", +"Month" => "月", +"Today" => "今天", +"Calendars" => "日历", +"Time" => "时间", +"There was a fail, while parsing the file." => "解析文件失败", +"Choose active calendars" => "选择活动日历", +"Download" => "下载", +"Edit" => "编辑", +"Edit calendar" => "编辑日历", +"Displayname" => "显示名称", +"Active" => "激活", +"Description" => "描述", +"Calendar color" => "日历颜色", +"Submit" => "提交", +"Edit an event" => "编辑事件", +"Title" => "标题", +"Title of the Event" => "事件标题", +"Location" => "地点", +"Location of the Event" => "事件地点", +"Category" => "分类", +"All Day Event" => "全天事件", +"From" => "自", +"To" => "至", +"Repeat" => "重复", +"Attendees" => "参加者", +"Description of the Event" => "事件描述", +"Close" => "关闭", +"Create a new event" => "创建新事件", +"Timezone" => "时区" +); -- cgit v1.2.3