summaryrefslogtreecommitdiff
path: root/plugins/attachment_reminder
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-05-15 23:07:17 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-05-15 23:07:17 +0200
commit3e78fc7fdf23f752ecad3874b196dceaf529976f (patch)
treebd3a90fe767cf0d7d440611848dfe56f4e1e81ce /plugins/attachment_reminder
parent5b0deb0030e4fb88030950c1bb81174579aeea14 (diff)
Synced localizations from Transifex
Diffstat (limited to 'plugins/attachment_reminder')
-rw-r--r--plugins/attachment_reminder/localization/de_CH.inc19
-rw-r--r--plugins/attachment_reminder/localization/de_DE.inc1
-rw-r--r--plugins/attachment_reminder/localization/es_ES.inc1
-rw-r--r--plugins/attachment_reminder/localization/fr_FR.inc3
-rw-r--r--plugins/attachment_reminder/localization/it_IT.inc2
-rw-r--r--plugins/attachment_reminder/localization/nl_NL.inc1
-rw-r--r--plugins/attachment_reminder/localization/zh_CN.inc1
-rw-r--r--plugins/attachment_reminder/localization/zh_TW.inc1
8 files changed, 26 insertions, 3 deletions
diff --git a/plugins/attachment_reminder/localization/de_CH.inc b/plugins/attachment_reminder/localization/de_CH.inc
index bf6eef721..ad9f8d4f4 100644
--- a/plugins/attachment_reminder/localization/de_CH.inc
+++ b/plugins/attachment_reminder/localization/de_CH.inc
@@ -1,5 +1,22 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/attachment_reminder/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Archive plugin |
+ | Copyright (C) 2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/
+*/
+
$messages = array();
$messages['forgotattachment'] = "Haben Sie möglicherweise vergessen eine Datei anzuhängen?";
-$messages['keywords'] = "anbei,im anhang,angehängt,angefügt,beigefügt,beliegend";
+$messages['reminderoption'] = "Vor vergessenen Anhängen warnen";
+$messages['keywords'] = "anbei,anhang,angehängt,angefügt,beigefügt,beliegend";
diff --git a/plugins/attachment_reminder/localization/de_DE.inc b/plugins/attachment_reminder/localization/de_DE.inc
index bf6eef721..7de41d1fc 100644
--- a/plugins/attachment_reminder/localization/de_DE.inc
+++ b/plugins/attachment_reminder/localization/de_DE.inc
@@ -2,4 +2,5 @@
$messages = array();
$messages['forgotattachment'] = "Haben Sie möglicherweise vergessen eine Datei anzuhängen?";
+$messages['reminderoption'] = "Remind about forgotten attachments";
$messages['keywords'] = "anbei,im anhang,angehängt,angefügt,beigefügt,beliegend";
diff --git a/plugins/attachment_reminder/localization/es_ES.inc b/plugins/attachment_reminder/localization/es_ES.inc
index 8e3512182..79225d77e 100644
--- a/plugins/attachment_reminder/localization/es_ES.inc
+++ b/plugins/attachment_reminder/localization/es_ES.inc
@@ -2,4 +2,5 @@
$messages = array();
$messages['forgotattachment'] = "¿Olvidó adjuntar un fichero al mensaje?";
+$messages['reminderoption'] = "Remind about forgotten attachments";
$messages['keywords'] = "adjunto";
diff --git a/plugins/attachment_reminder/localization/fr_FR.inc b/plugins/attachment_reminder/localization/fr_FR.inc
index ab48cc517..78522c2e1 100644
--- a/plugins/attachment_reminder/localization/fr_FR.inc
+++ b/plugins/attachment_reminder/localization/fr_FR.inc
@@ -2,4 +2,5 @@
$messages = array();
$messages['forgotattachment'] = "Avez vous oublié d'attacher un fichier ?";
-$messages['keywords'] = "joins,joint,attaché,CV"; \ No newline at end of file
+$messages['reminderoption'] = "Remind about forgotten attachments";
+$messages['keywords'] = "joins,joint,attaché,CV";
diff --git a/plugins/attachment_reminder/localization/it_IT.inc b/plugins/attachment_reminder/localization/it_IT.inc
index 2807bc185..d326a6065 100644
--- a/plugins/attachment_reminder/localization/it_IT.inc
+++ b/plugins/attachment_reminder/localization/it_IT.inc
@@ -2,5 +2,5 @@
$messages = array();
$messages['forgotattachment'] = "Sembra che tu abbia dimenticato di allegare un file!\nPremere Annulla per inviare lo stesso.\nOK per tornare al messaggio senza inviare.";
+$messages['reminderoption'] = "Remind about forgotten attachments";
$messages['keywords'] = "allegato,allegati,allegata,allegate,allega,allego,alleghi,attaccato,file,attachment,attach";
-
diff --git a/plugins/attachment_reminder/localization/nl_NL.inc b/plugins/attachment_reminder/localization/nl_NL.inc
index 62564f103..d80bfe9a9 100644
--- a/plugins/attachment_reminder/localization/nl_NL.inc
+++ b/plugins/attachment_reminder/localization/nl_NL.inc
@@ -2,4 +2,5 @@
$messages = array();
$messages['forgotattachment'] = "Ben je vergeten het bestand bij te voegen?";
+$messages['reminderoption'] = "Remind about forgotten attachments";
$messages['keywords'] = "attachment,bestand,bijgaand,bijgaande,brief,bijgevoegd,bijgesloten,CV";
diff --git a/plugins/attachment_reminder/localization/zh_CN.inc b/plugins/attachment_reminder/localization/zh_CN.inc
index 27cf04b25..367191ffb 100644
--- a/plugins/attachment_reminder/localization/zh_CN.inc
+++ b/plugins/attachment_reminder/localization/zh_CN.inc
@@ -2,4 +2,5 @@
$messages = array();
$messages['forgotattachment'] = "您似乎忘記加入附件了,你確定要寄出?";
+$messages['reminderoption'] = "Remind about forgotten attachments";
$messages['keywords'] = "附件,附加,附檔,附上,附加檔案";
diff --git a/plugins/attachment_reminder/localization/zh_TW.inc b/plugins/attachment_reminder/localization/zh_TW.inc
index 27cf04b25..367191ffb 100644
--- a/plugins/attachment_reminder/localization/zh_TW.inc
+++ b/plugins/attachment_reminder/localization/zh_TW.inc
@@ -2,4 +2,5 @@
$messages = array();
$messages['forgotattachment'] = "您似乎忘記加入附件了,你確定要寄出?";
+$messages['reminderoption'] = "Remind about forgotten attachments";
$messages['keywords'] = "附件,附加,附檔,附上,附加檔案";