summaryrefslogtreecommitdiffstats
path: root/apps/calendar
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-24 02:07:18 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-24 02:07:18 +0200
commit07a889631eeecfbf6a4c0e94220c4179748eb1ff (patch)
tree8e459828be90547dce244f3c75d67cd94fa7c0da /apps/calendar
parent2cffcfbc03dfa4463bdfd72de0341000509bcec3 (diff)
downloadnextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.tar.gz
nextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/l10n/ar.php48
-rw-r--r--apps/calendar/l10n/de.php16
-rw-r--r--apps/calendar/l10n/fi_FI.php6
-rw-r--r--apps/calendar/l10n/pt_PT.php42
4 files changed, 103 insertions, 9 deletions
diff --git a/apps/calendar/l10n/ar.php b/apps/calendar/l10n/ar.php
index 524def22f74..1ca5e0ead5d 100644
--- a/apps/calendar/l10n/ar.php
+++ b/apps/calendar/l10n/ar.php
@@ -1,9 +1,19 @@
<?php $TRANSLATIONS = array(
+"Not all calendars are completely cached" => "ليس جميع الجداول الزمنيه محفوضه مؤقة",
+"Everything seems to be completely cached" => "كل شيء محفوض مؤقة",
+"No calendars found." => "لم يتم العثور على جدول الزمني",
+"No events found." => "لم يتم العثور على احداث",
"Wrong calendar" => "جدول زمني خاطئ",
"New Timezone:" => "التوقيت الجديد",
"Timezone changed" => "تم تغيير المنطقة الزمنية",
"Invalid request" => "طلب غير مفهوم",
"Calendar" => "الجدول الزمني",
+"ddd" => "ddd",
+"ddd M/d" => "ddd M/d",
+"dddd M/d" => "ddd M/d",
+"MMMM yyyy" => "ddd M/d",
+"MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}",
+"dddd, MMM d, yyyy" => "dddd, MMM d, yyyy",
"Birthday" => "عيد ميلاد",
"Business" => "عمل",
"Call" => "إتصال",
@@ -19,6 +29,8 @@
"Projects" => "مشاريع",
"Questions" => "اسئلة",
"Work" => "العمل",
+"by" => "من قبل",
+"unnamed" => "غير مسمى",
"New Calendar" => "جدول زمني جديد",
"Does not repeat" => "لا يعاد",
"Daily" => "يومي",
@@ -64,6 +76,18 @@
"by day and month" => "حسب اليوم و الشهر",
"Date" => "تاريخ",
"Cal." => "تقويم",
+"Sun." => "أحد",
+"Mon." => "أثن.",
+"Tue." => "ثلا.",
+"Wed." => "أرب.",
+"Thu." => "خمي.",
+"Fri." => "جمع.",
+"Sat." => "سبت",
+"Jan." => "ك2",
+"Feb." => "شبا.",
+"Mar." => "آذا.",
+"Apr." => "نيس.",
+"May." => "أيا.",
"All day" => "كل النهار",
"Missing fields" => "خانات خالية من المعلومات",
"Title" => "عنوان",
@@ -77,10 +101,15 @@
"Month" => "شهر",
"List" => "قائمة",
"Today" => "اليوم",
+"Your calendars" => "جداولك الزمنيه",
"CalDav Link" => "وصلة CalDav",
+"Shared calendars" => "جداول زمنيه مشتركه",
+"No shared calendars" => "لا يوجد جداول زمنيه مشتركه",
+"Share Calendar" => "شارك الجدول الزمني",
"Download" => "تحميل",
"Edit" => "تعديل",
"Delete" => "حذف",
+"shared with you by" => "مشاركه من قبل",
"New calendar" => "جدول زمني جديد",
"Edit calendar" => "عادل الجدول الزمني",
"Displayname" => "الاسم المرئي",
@@ -91,8 +120,15 @@
"Cancel" => "إلغاء",
"Edit an event" => "عادل حدث",
"Export" => "تصدير المعلومات",
+"Eventinfo" => "تفاصيل الحدث",
+"Repeating" => "يعاد",
+"Alarm" => "تنبيه",
+"Attendees" => "الحضور",
+"Share" => "شارك",
"Title of the Event" => "عنوان الحدث",
"Category" => "فئة",
+"Separate categories with commas" => "افصل الفئات بالفواصل",
+"Edit categories" => "عدل الفئات",
"All Day Event" => "حدث في يوم كامل",
"From" => "من",
"To" => "إلى",
@@ -119,7 +155,17 @@
"Import" => "إدخال",
"Close Dialog" => "أغلق الحوار",
"Create a new event" => "إضافة حدث جديد",
+"View an event" => "شاهد الحدث",
+"No categories selected" => "لم يتم اختيار الفئات",
+"of" => "من",
+"at" => "في",
"Timezone" => "المنطقة الزمنية",
"24h" => "24 ساعة",
-"12h" => "12 ساعة"
+"12h" => "12 ساعة",
+"Users" => "المستخدمين",
+"select users" => "اختر المستخدمين",
+"Editable" => "يمكن تعديله",
+"Groups" => "مجموعات",
+"select groups" => "اختر المجموعات",
+"make public" => "حدث عام"
);
diff --git a/apps/calendar/l10n/de.php b/apps/calendar/l10n/de.php
index cd148d757f7..223e80effb0 100644
--- a/apps/calendar/l10n/de.php
+++ b/apps/calendar/l10n/de.php
@@ -1,10 +1,10 @@
<?php $TRANSLATIONS = array(
"Not all calendars are completely cached" => "Noch sind nicht alle Kalender zwischengespeichert.",
"Everything seems to be completely cached" => "Es sieht so aus, als wäre alles vollständig zwischengespeichert.",
-"No calendars found." => "Keine Kalender gefunden",
-"No events found." => "Keine Termine gefunden",
+"No calendars found." => "Keine Kalender gefunden.",
+"No events found." => "Keine Termine gefunden.",
"Wrong calendar" => "Falscher Kalender",
-"The file contained either no events or all events are already saved in your calendar." => "Entweder enthielt die Datei keine Termine oder alle Termine waren schon im Kalender gespeichert.",
+"The file contained either no events or all events are already saved in your calendar." => "Entweder enthielt die Datei keine Termine oder alle Termine waren bereits im Kalender gespeichert.",
"events has been saved in the new calendar" => "Der Termin wurde im neuen Kalender gespeichert.",
"Import failed" => "Import fehlgeschlagen",
"events has been saved in your calendar" => "Der Termin wurde im Kalender gespeichert.",
@@ -115,7 +115,7 @@
"Settings" => "Einstellungen",
"Your calendars" => "Deine Kalender",
"CalDav Link" => "CalDAV-Link",
-"Shared calendars" => "geteilte Kalender",
+"Shared calendars" => "Geteilte Kalender",
"No shared calendars" => "Keine geteilten Kalender",
"Share Calendar" => "Kalender teilen",
"Download" => "Herunterladen",
@@ -162,11 +162,11 @@
"End" => "Ende",
"occurrences" => "Termine",
"create a new calendar" => "Neuen Kalender anlegen",
-"Import a calendar file" => "Kalenderdatei Importieren",
+"Import a calendar file" => "Kalenderdatei importieren",
"Please choose a calendar" => "Wählen Sie bitte einen Kalender.",
"Name of new calendar" => "Kalendername",
"Take an available name!" => "Wählen Sie einen verfügbaren Namen.",
-"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Ein Kalender mit diesem Namen existiert schon. Sollten Sie fortfahren, werden die beiden Kalender zusammengeführt.",
+"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Ein Kalender mit diesem Namen existiert bereits. Sollten Sie fortfahren, werden die beiden Kalender zusammengeführt.",
"Import" => "Importieren",
"Close Dialog" => "Dialog schließen",
"Create a new event" => "Neues Ereignis",
@@ -178,8 +178,8 @@
"Timezone" => "Zeitzone",
"Update timezone automatically" => "Zeitzone automatisch aktualisieren",
"Time format" => "Zeitformat",
-"24h" => "24h",
-"12h" => "12h",
+"24h" => "24 Stunden",
+"12h" => "12 Stunden",
"Start week on" => "Erster Wochentag",
"Cache" => "Zwischenspeicher",
"Clear cache for repeating events" => "Lösche den Zwischenspeicher für wiederholende Veranstaltungen",
diff --git a/apps/calendar/l10n/fi_FI.php b/apps/calendar/l10n/fi_FI.php
index 1faa161e658..c4c9df3588a 100644
--- a/apps/calendar/l10n/fi_FI.php
+++ b/apps/calendar/l10n/fi_FI.php
@@ -87,6 +87,7 @@
"Month" => "Kuukausi",
"List" => "Lista",
"Today" => "Tänään",
+"Settings" => "Asetukset",
"Your calendars" => "Omat kalenterisi",
"CalDav Link" => "CalDav-linkki",
"Shared calendars" => "Jaetut kalenterit",
@@ -139,10 +140,15 @@
"Create a new event" => "Luo uusi tapahtuma",
"View an event" => "Avaa tapahtuma",
"No categories selected" => "Luokkia ei ole valittu",
+"General" => "Yleiset",
"Timezone" => "Aikavyöhyke",
+"Update timezone automatically" => "Päivitä aikavyöhykkeet automaattisesti",
+"Time format" => "Ajan näyttömuoto",
"24h" => "24 tuntia",
"12h" => "12 tuntia",
+"Start week on" => "Viikon alkamispäivä",
"Calendar CalDAV syncing addresses" => "Kalenterin CalDAV-synkronointiosoitteet",
+"Primary address (Kontact et al)" => "Ensisijainen osoite (Kontact ja muut vastaavat)",
"iOS/OS X" => "iOS/OS X",
"Users" => "Käyttäjät",
"select users" => "valitse käyttäjät",
diff --git a/apps/calendar/l10n/pt_PT.php b/apps/calendar/l10n/pt_PT.php
index cf816d8b347..d5ead9fd43f 100644
--- a/apps/calendar/l10n/pt_PT.php
+++ b/apps/calendar/l10n/pt_PT.php
@@ -1,7 +1,13 @@
<?php $TRANSLATIONS = array(
+"Not all calendars are completely cached" => "Nem todos os calendários estão completamente pré-carregados",
+"Everything seems to be completely cached" => "Parece que tudo está completamente pré-carregado",
"No calendars found." => "Nenhum calendário encontrado.",
"No events found." => "Nenhum evento encontrado.",
"Wrong calendar" => "Calendário errado",
+"The file contained either no events or all events are already saved in your calendar." => "O ficheiro não continha nenhuns eventos ou então todos os eventos já estavam carregados no seu calendário",
+"events has been saved in the new calendar" => "Os eventos foram guardados no novo calendário",
+"Import failed" => "Falha na importação",
+"events has been saved in your calendar" => "Os eventos foram guardados no seu calendário",
"New Timezone:" => "Nova zona horária",
"Timezone changed" => "Zona horária alterada",
"Invalid request" => "Pedido inválido",
@@ -27,6 +33,7 @@
"Projects" => "Projetos",
"Questions" => "Perguntas",
"Work" => "Trabalho",
+"by" => "por",
"unnamed" => "não definido",
"New Calendar" => "Novo calendário",
"Does not repeat" => "Não repete",
@@ -73,6 +80,25 @@
"by day and month" => "por dia e mês",
"Date" => "Data",
"Cal." => "Cal.",
+"Sun." => "Dom.",
+"Mon." => "Seg.",
+"Tue." => "ter.",
+"Wed." => "Qua.",
+"Thu." => "Qui.",
+"Fri." => "Sex.",
+"Sat." => "Sáb.",
+"Jan." => "Jan.",
+"Feb." => "Fev,",
+"Mar." => "Mar.",
+"Apr." => "Abr.",
+"May." => "Mai.",
+"Jun." => "Jun.",
+"Jul." => "Jul.",
+"Aug." => "Ago.",
+"Sep." => "Set.",
+"Oct." => "Out.",
+"Nov." => "Nov.",
+"Dec." => "Dez.",
"All day" => "Todo o dia",
"Missing fields" => "Falta campos",
"Title" => "Título",
@@ -86,6 +112,7 @@
"Month" => "Mês",
"List" => "Lista",
"Today" => "Hoje",
+"Settings" => "Configurações",
"Your calendars" => "Os seus calendários",
"CalDav Link" => "Endereço CalDav",
"Shared calendars" => "Calendários partilhados",
@@ -136,7 +163,10 @@
"occurrences" => "ocorrências",
"create a new calendar" => "criar novo calendário",
"Import a calendar file" => "Importar um ficheiro de calendário",
+"Please choose a calendar" => "Escolha um calendário por favor",
"Name of new calendar" => "Nome do novo calendário",
+"Take an available name!" => "Escolha um nome disponível!",
+"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Já existe um Calendário com esse nome. Se mesmo assim continuar, esses calendários serão fundidos.",
"Import" => "Importar",
"Close Dialog" => "Fechar diálogo",
"Create a new event" => "Criar novo evento",
@@ -144,9 +174,21 @@
"No categories selected" => "Nenhuma categoria seleccionada",
"of" => "de",
"at" => "em",
+"General" => "Geral",
"Timezone" => "Zona horária",
+"Update timezone automatically" => "Actualizar automaticamente o fuso horário",
+"Time format" => "Formato da hora",
"24h" => "24h",
"12h" => "12h",
+"Start week on" => "Começar semana em",
+"Cache" => "Memória de pré-carregamento",
+"Clear cache for repeating events" => "Limpar a memória de pré carregamento para eventos recorrentes",
+"URLs" => "Endereço(s) web",
+"Calendar CalDAV syncing addresses" => "Endereços de sincronização de calendários CalDAV",
+"more info" => "mais informação",
+"Primary address (Kontact et al)" => "Endereço principal (contactos et al.)",
+"iOS/OS X" => "iOS/OS X",
+"Read only iCalendar link(s)" => "Ligaç(ão/ões) só de leitura do iCalendar",
"Users" => "Utilizadores",
"select users" => "Selecione utilizadores",
"Editable" => "Editavel",