2 commits - plugins/libcalendaring .tx/config

Torsten Grote grote at kolabsys.com
Wed Feb 27 15:57:53 CET 2013


 .tx/config                                    |    5 ++++
 plugins/libcalendaring/localization/fr_FR.inc |   30 ++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

New commits:
commit b153482e5a0e7391236c266886691cde001a4f77
Author: Torsten Grote <t at grobox.de>
Date:   Wed Feb 27 15:33:16 2013 +0100

    added French translation for libcalendaring

diff --git a/plugins/libcalendaring/localization/fr_FR.inc b/plugins/libcalendaring/localization/fr_FR.inc
new file mode 100644
index 0000000..c33f29e
--- /dev/null
+++ b/plugins/libcalendaring/localization/fr_FR.inc
@@ -0,0 +1,30 @@
+<?php
+
+$labels = array();
+
+$labels['alarmemail'] = 'Envoyer un email';
+$labels['alarmdisplay'] = 'Voir le message';
+$labels['alarmdisplayoption'] = 'Message';
+$labels['alarmemailoption'] = 'Email';
+$labels['alarmat'] = 'à $datetime';
+$labels['trigger@'] = 'à la date';
+$labels['trigger-M'] = 'minutes avant';
+$labels['trigger-H'] = 'heures avant';
+$labels['trigger-D'] = 'jours avant';
+$labels['trigger+M'] = 'minutes après';
+$labels['trigger+H'] = 'heures après';
+$labels['trigger+D'] = 'jours après';
+$labels['addalarm'] = 'ajouter alarme';
+
+$labels['alarmtitle'] = 'Evénements à venir';
+$labels['dismissall'] = 'Tout supprimer';
+$labels['dismiss'] = 'Abandonner';
+$labels['snooze'] = 'En pause';
+$labels['repeatinmin'] = 'Répéter dans $min minutes';
+$labels['repeatinhr'] = 'Répéter dans 1 heure';
+$labels['repeatinhrs'] = 'Répéter dans $hrs heures';
+$labels['repeattomorrow'] = 'Répéter demain';
+$labels['repeatinweek'] = 'Répéter dans une semaine';
+
+$labels['showmore'] = 'Afficher plus...';
+


commit a3c843af9df8cc6630679f776a3184f3874cb25e
Author: Torsten Grote <t at grobox.de>
Date:   Wed Feb 27 15:03:06 2013 +0100

    added libcalendering to transifex

diff --git a/.tx/config b/.tx/config
index 94f402b..54caf13 100644
--- a/.tx/config
+++ b/.tx/config
@@ -43,3 +43,8 @@ file_filter = plugins/tasklist/localization/<lang>.inc
 source_file = plugins/tasklist/localization/en_US.inc
 source_lang = en_US
 
+[kolab.libcalendaring]
+file_filter = plugins/libcalendaring/localization/<lang>.inc
+source_file = plugins/libcalendaring/localization/en_US.inc
+source_lang = en_US
+





More information about the commits mailing list