summaryrefslogtreecommitdiff
path: root/libgpl/localization
diff options
context:
space:
mode:
Diffstat (limited to 'libgpl/localization')
-rw-r--r--libgpl/localization/cs_CZ.inc48
-rw-r--r--libgpl/localization/en_US.inc36
-rw-r--r--libgpl/localization/es_ES.inc48
-rw-r--r--libgpl/localization/fi_FI.inc48
-rw-r--r--libgpl/localization/fr_FR.inc51
-rw-r--r--libgpl/localization/revision.inc.php11
6 files changed, 242 insertions, 0 deletions
diff --git a/libgpl/localization/cs_CZ.inc b/libgpl/localization/cs_CZ.inc
new file mode 100644
index 0000000..eca44df
--- /dev/null
+++ b/libgpl/localization/cs_CZ.inc
@@ -0,0 +1,48 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/libgpl/localization/cs_CZ.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: tachec - 01/22/2015 08:02:38
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['calendar_caldav'] = 'CalDAV kalendář';
+$labels['calendar_kolab'] = 'Kolab kalendář';
+$labels['calendar_database'] = 'lokální kalendář';
+$labels['calendar_ical'] = 'iCAL kalendář';
+$labels['calendar_google_xml'] = 'Google XML kalendář';
+$labels['sync_interval'] = 'Synchronizovat každých';
+$labels['minute_s'] = 'minut(y)';
+$labels['tasks'] = 'Úkoly';
+$labels['errorimportingtask'] = 'Nepodařilo se naimportovat úkoly';
+$labels['treat_as_allday'] = 'Zobrazit událost jako celodenní pokud trvá déle než';
+$labels['hours'] = 'Hodin';
+$labels['movetotasks'] = 'Přesunout do úkolů';
+$labels['movetocalendar'] = 'Přesunout do kalendáře';
+$labels['emailevent'] = 'Poslat událost';
+$labels['emailnote'] = 'Poslat poznámku';
+$labels['emailtask'] = 'Poslat úkol';
+$labels['movetonotes'] = 'Přesunout do poznámek';
+$labels['quit'] = 'Ukončit';
+$labels['eventaction'] = 'Akce události...';
+$labels['googledisabled'] = 'Povolte prosím přístup k vašemu účtu Google (přejděte na "Nastavení" -> "Správa účtu" -> "Další nastavení účtu" a proveďte patřičná nastavení).';
+$labels['googledisabled_redirect'] = 'Povolte prosím přístup k vašemu účtu Google.';
+$labels['allowfreebusy'] = 'Povolit požadavek na obsazenost';
+$labels['freebusy'] = 'Obsazenost';
+$labels['unabletoadddefaultcalendars'] = 'Nelze přidat výchozí kalendář';
+$labels['taskaction'] = 'Akce úkolu...';
+$labels['due'] = ' ';
+$labels['is_subtask'] = 'Dílčí úkol';
+$labels['subscribe'] = 'Abyste mohli vytvářet úkoly, tak si je prosím povolte ve svém kalendáři.';
+$labels['subscribed'] = 'Přihlášeno';
+$labels['tags'] = 'Kategorie';
+$labels['list'] = 'Kalendář';
+$labels['editlist'] = 'Upravit kalendář';
+
+?> \ No newline at end of file
diff --git a/libgpl/localization/en_US.inc b/libgpl/localization/en_US.inc
new file mode 100644
index 0000000..22c7c1b
--- /dev/null
+++ b/libgpl/localization/en_US.inc
@@ -0,0 +1,36 @@
+<?php
+$labels = array();
+$labels['calendar_caldav'] = 'CalDAV Calendar';
+$labels['calendar_kolab'] = 'Kolab Calendar';
+$labels['calendar_database'] = 'Local Calendar';
+$labels['calendar_ical'] = 'iCAL Calendar';
+$labels['calendar_google_xml'] = 'Google XML Calendar';
+$labels['sync_interval'] = 'Synchronization every';
+$labels['minute_s'] = 'minute(s)';
+$labels['tasks'] = 'Tasks';
+$labels['errorimportingtask'] = 'Failed to import the task';
+$labels['treat_as_allday'] = 'Show event as all-day if it takes more than';
+$labels['hours'] = 'Hours';
+$labels['movetotasks'] = 'Move to tasks';
+$labels['movetocalendar'] = 'Move to calendar';
+$labels['emailevent'] = 'Email event';
+$labels['emailnote'] = 'Email note';
+$labels['emailtask'] = 'Email task';
+$labels['movetonotes'] = 'Move to notes';
+$labels['quit'] = 'Quit';
+$labels['eventaction'] = 'Event action...';
+$labels['googledisabled'] = 'Please authorize access to your Google account (browse to <i>"Settings"</i> -> <i>"Account Administration" </i> -> <i>"Other account\'s settings"</i> and proceed).';
+$labels['googledisabled_redirect'] = 'Please authorize access to your Google account.';
+$labels['allowfreebusy'] = 'Allow freebusy requests';
+$labels['freebusy'] = 'Freebusy';
+$labels['unabletoadddefaultcalendars'] = 'Unable to add default calendars';
+$labels['taskaction'] = 'Task action...';
+$labels['due'] = 'due';
+$labels['is_subtask'] = 'Subtask';
+$labels['subscribe'] = 'Please subscribe to a calendar in order to create a task.';
+$labels['subscribed'] = 'Subscribed';
+$labels['tags'] = 'Categories';
+$labels['list'] = 'Calendar';
+$labels['editlist'] = 'Edit calendar';
+
+?> \ No newline at end of file
diff --git a/libgpl/localization/es_ES.inc b/libgpl/localization/es_ES.inc
new file mode 100644
index 0000000..d84590b
--- /dev/null
+++ b/libgpl/localization/es_ES.inc
@@ -0,0 +1,48 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/libgpl/localization/es_ES.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Yoni - 01/10/2015 10:46:25
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['calendar_caldav'] = 'Calendario CalDAV';
+$labels['calendar_kolab'] = 'Calendario Kolab';
+$labels['calendar_database'] = 'Calendario Local';
+$labels['calendar_ical'] = 'Calendario iCAL';
+$labels['calendar_google_xml'] = 'Calendario Google XML';
+$labels['sync_interval'] = 'Sincronización cada';
+$labels['minute_s'] = 'minuto(s)';
+$labels['tasks'] = 'Tareas';
+$labels['errorimportingtask'] = 'No se pudo importar la tarea';
+$labels['treat_as_allday'] = 'Mostrar evento como \'todo el día\' si toma más de';
+$labels['hours'] = 'Horas';
+$labels['movetotasks'] = 'Mover a tareas';
+$labels['movetocalendar'] = 'Mover al calendario';
+$labels['emailevent'] = 'Enviar evento por correo';
+$labels['emailnote'] = 'Enviar nota por correo';
+$labels['emailtask'] = 'Enviar tarea por correo';
+$labels['movetonotes'] = 'Mover a notas';
+$labels['quit'] = 'Salir';
+$labels['eventaction'] = 'Acción de evento...';
+$labels['googledisabled'] = 'Please authorize access to your Google account (browse to "Settings" -> "Account Administration" -> "Other account\'s settings" and proceed). Por favor, autorizar el acceso a su cuenta de Google (vaya a "Configuración" -> "Administración de Cuenta" -> "Otros ajustes de cuentas" y proceda).';
+$labels['googledisabled_redirect'] = 'Por favor, autorizar el acceso a su cuenta de Google.';
+$labels['allowfreebusy'] = 'Permitir solicitudes Libre/Ocupado';
+$labels['freebusy'] = 'Libre/Ocupado';
+$labels['unabletoadddefaultcalendars'] = 'No se pudo agregar calendarios predeterminados';
+$labels['taskaction'] = 'Acción de tarea...';
+$labels['due'] = 'debido el';
+$labels['is_subtask'] = 'Subtarea';
+$labels['subscribe'] = 'Por favor, suscribirse a un calendario para poder crear tarea.';
+$labels['subscribed'] = 'Suscrito';
+$labels['tags'] = 'Categorías';
+$labels['list'] = 'Calendario';
+$labels['editlist'] = 'Editar calendario';
+
+?> \ No newline at end of file
diff --git a/libgpl/localization/fi_FI.inc b/libgpl/localization/fi_FI.inc
new file mode 100644
index 0000000..021ab3d
--- /dev/null
+++ b/libgpl/localization/fi_FI.inc
@@ -0,0 +1,48 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/libgpl/localization/fi_FI.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Markku Virtanen - 01/12/2015 07:37:20
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['calendar_caldav'] = 'CalDAV kalenteri';
+$labels['calendar_kolab'] = 'Kolab kalenteri';
+$labels['calendar_database'] = 'Paikallinen kalenteri';
+$labels['calendar_ical'] = 'iCal kalenteri';
+$labels['calendar_google_xml'] = 'Google XML kalenteri';
+$labels['sync_interval'] = 'Synkronisointi joka';
+$labels['minute_s'] = 'minuutti(a)';
+$labels['tasks'] = 'Tehtävät';
+$labels['errorimportingtask'] = 'Tehtävän tuonti epäonnistui';
+$labels['treat_as_allday'] = 'Näytä tapahtumat koko päivän tapahtumana jos ne kestävät enemmän kuin';
+$labels['hours'] = 'Tuntia';
+$labels['movetotasks'] = 'Siirrä tehtäviin';
+$labels['movetocalendar'] = 'Siirrä kalenteriin';
+$labels['emailevent'] = 'Lähetä tapahtuma';
+$labels['emailnote'] = 'Lähetä viesti';
+$labels['emailtask'] = 'Lähetä tehtävä';
+$labels['movetonotes'] = 'Siirrä muistioon';
+$labels['quit'] = 'Poistu';
+$labels['eventaction'] = 'Tapahtuman toiminto...';
+$labels['googledisabled'] = 'Anna valtuutus Google tilille ("Asetukset" -> "Tilin hallinta" -> "Muut tilin asetukset")';
+$labels['googledisabled_redirect'] = 'Anna valtuutus Google tilillesi';
+$labels['allowfreebusy'] = 'Salli freebusy pyynnöt';
+$labels['freebusy'] = 'Freebusy';
+$labels['unabletoadddefaultcalendars'] = 'Oletuskalenterien lisäys epäonnistui';
+$labels['taskaction'] = 'Tehtävän toiminto...';
+$labels['due'] = 'valmistuu';
+$labels['is_subtask'] = 'Alatehtävä';
+$labels['subscribe'] = 'Tee tilaus kalenteriin jotta voit luoda tehtäviä.';
+$labels['subscribed'] = 'Tilattu';
+$labels['tags'] = 'Kategoriat';
+$labels['list'] = 'Kalenteri';
+$labels['editlist'] = 'Muokkaa kalenteria';
+
+?> \ No newline at end of file
diff --git a/libgpl/localization/fr_FR.inc b/libgpl/localization/fr_FR.inc
new file mode 100644
index 0000000..9344bc3
--- /dev/null
+++ b/libgpl/localization/fr_FR.inc
@@ -0,0 +1,51 @@
+<?php
+
+/*
++-----------------------------------------------------------------------+
+| language/fr_FR/labels.inc |
+| |
+| Language file of the RoundCube Webmail client |
+| Copyright (C) 2008-2012, RoundQube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: Olivier Zolli - 01/11/2015 |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['calendar_caldav'] = 'Agenda CalDAV';
+$labels['calendar_kolab'] = 'Agenda Kolab';
+$labels['calendar_database'] = 'Agenda local';
+$labels['calendar_ical'] = 'Agenda iCAL';
+$labels['calendar_google_xml'] = 'Agenda Google XML';
+$labels['sync_interval'] = 'Synchronisation chaque';
+$labels['minute_s'] = 'minute(s)';
+$labels['tasks'] = 'Tâches';
+$labels['errorimportingtask'] = 'Echec d\'importation de la tâche';
+$labels['treat_as_allday'] = 'Montrer l\'évènement comme "Toute la journée" s\'il dure plus de';
+$labels['hours'] = 'Heures';
+$labels['movetotasks'] = 'Déplacer vers les tâches';
+$labels['movetocalendar'] = 'Déplacer vers l\'agenda';
+$labels['emailevent'] = 'Evènement courriel';
+$labels['emailnote'] = 'Evènement note';
+$labels['emailtask'] = 'Evènement tâche';
+$labels['movetonotes'] = 'Déplacer vers les notes';
+$labels['quit'] = 'Quitter';
+$labels['eventaction'] = 'Action d\'évènement';
+$labels['googledisabled'] = 'Veuillez autoriser l\'accès à votre compte Google (<i>"Paramètres"</i> -> <i>"Administration du compte"</i> -> <i>"Autres paramètres du compte"</i>';
+$labels['googledisabled_redirect'] = 'Veuillez autoriser l\'accès à votre compte Google';
+$labels['allowfreebusy'] = 'Autoriser les requêtes Libre/Occupé';
+$labels['freebusy'] = 'Libre/Occupé';
+$labels['unabletoadddefaultcalendars'] = 'Impossible d\'ajouter les agendas par défaut';
+$labels['taskaction'] = 'Action de tâche';
+$labels['due'] = 'requis';
+$labels['is_subtask'] = 'Sous-tâche';
+$labels['subscribe'] = 'Veuillez vous inscrire à un agenda pour créer une tâche';
+$labels['subscribed'] = 'Inscrit';
+$labels['tags'] = 'Catégories';
+$labels['list'] = 'Agenda';
+$labels['editlist'] = 'Editer l\'agenda';
+
+?> \ No newline at end of file
diff --git a/libgpl/localization/revision.inc.php b/libgpl/localization/revision.inc.php
new file mode 100644
index 0000000..e9f587a
--- /dev/null
+++ b/libgpl/localization/revision.inc.php
@@ -0,0 +1,11 @@
+<?php
+
+$ps_localization_update = serialize(
+ array(
+ 'translator' => 'tachec',
+ 'language ' => 'cs_CZ',
+ 'date' => '01/22/2015 08:02:38'
+ )
+);
+
+?> \ No newline at end of file