Quantcast

r40113 - in /trunk/felamimail: inc/class.uisieve.inc.php lang/egw_de.lang lang/egw_en.lang templates/default/sieveForm.tpl

classic Classic list List threaded Threaded
1 message Options
leithoff leithoff
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

r40113 - in /trunk/felamimail: inc/class.uisieve.inc.php lang/egw_de.lang lang/egw_en.lang templates/default/sieveForm.tpl

Author: leithoff
Date: Mon Aug 13 15:16:54 2012
New Revision: 40113

URL: http://svn.stylite.de/viewvc/egroupware?rev=40113&view=rev
Log:
some other translations missing for SIEVE email notification

Modified:
    trunk/felamimail/inc/class.uisieve.inc.php
    trunk/felamimail/lang/egw_de.lang
    trunk/felamimail/lang/egw_en.lang
    trunk/felamimail/templates/default/sieveForm.tpl

Modified: trunk/felamimail/inc/class.uisieve.inc.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/felamimail/inc/class.uisieve.inc.php?rev=40113&r1=40112&r2=40113&view=diff
==============================================================================
--- trunk/felamimail/inc/class.uisieve.inc.php (original)
+++ trunk/felamimail/inc/class.uisieve.inc.php Mon Aug 13 15:16:54 2012
@@ -1089,6 +1089,9 @@
  $this->t->set_var("lang_select_folder",lang('select folder'));
  $this->t->set_var("lang_vacation_forwards",lang('Forward messages to').'<br />'.lang('(separate multiple addresses by comma)').":");
  $this->t->set_var("lang_email_notification_settings",lang('email notification settings'));
+ $this->t->set_var("lang_external_email",lang('external email address'));
+ $this->t->set_var("lang_display_mail_subject_in_notification",lang('display mail subject in notification'));
+
  $this->t->set_var("bg01",$GLOBALS['egw_info']["theme"]["bg01"]);
  $this->t->set_var("bg02",$GLOBALS['egw_info']["theme"]["bg02"]);
  $this->t->set_var("bg03",$GLOBALS['egw_info']["theme"]["bg03"]);

Modified: trunk/felamimail/lang/egw_de.lang
URL: http://svn.stylite.de/viewvc/egroupware/trunk/felamimail/lang/egw_de.lang?rev=40113&r1=40112&r2=40113&view=diff
==============================================================================
--- trunk/felamimail/lang/egw_de.lang (original)
+++ trunk/felamimail/lang/egw_de.lang Mon Aug 13 15:16:54 2012
@@ -120,6 +120,7 @@
 disable ruler for separation of mailbody and signature when adding signature to composed message (this is not according to rfc).<br>if you use templates, this option is only applied to the text part of the message. felamimail de Deaktiviere den automatisch hinzugefügten Trenner zwischen E-Mailkörper und Signatur (Achtung: Dies ist nicht RFC konform). <br>Wenn Sie Templates zur Formatierung Ihrer E-Mail benutzen, wird diese Option nur dann Auswirkungen haben, wenn Sie die Signatur am Anfang der E-Mail einfügen lassen.
 discard felamimail de verwerfen
 discard message felamimail de Nachricht verwerfen
+display mail subject in notification felamimail de Anzeigen des Betreffs der eMail in der Benachrichtigung
 display message in new window felamimail de Nachricht in neuem Fenster anzeigen
 display messages in multiple windows felamimail de Nachrichten in mehreren Fenstern anzeigen
 display of html emails felamimail de HTML-E-Mails anzeigen
@@ -202,6 +203,7 @@
 every %1 days felamimail de alle %1 Tage
 expunge felamimail de Endgültig löschen
 extended felamimail de Erweitert
+external email address felamimail de Externe eMail-Adresse
 felamimail common de E-Mail
 file into felamimail de verschiebe nach
 file rejected, no %2. is:%1 felamimail de Datei abgelehnt; die vorliegende Datei ist nicht vom Typ %2. Sie ist vom Typ %1

Modified: trunk/felamimail/lang/egw_en.lang
URL: http://svn.stylite.de/viewvc/egroupware/trunk/felamimail/lang/egw_en.lang?rev=40113&r1=40112&r2=40113&view=diff
==============================================================================
--- trunk/felamimail/lang/egw_en.lang (original)
+++ trunk/felamimail/lang/egw_en.lang Mon Aug 13 15:16:54 2012
@@ -120,6 +120,7 @@
 disable ruler for separation of mailbody and signature when adding signature to composed message (this is not according to rfc).<br>if you use templates, this option is only applied to the text part of the message. felamimail en Disable ruler for separation of mail body and signature when adding signature to composed message .<br>If templates are used, this option is only applied to the text part of the message.
 discard felamimail en Discard
 discard message felamimail en Discard message
+display mail subject in notification felamimail en Display mail subject in notification
 display message in new window felamimail en Display message in new window
 display messages in multiple windows felamimail en Display messages in multiple windows
 display of html emails felamimail en Display HTML emails
@@ -202,6 +203,7 @@
 every %1 days felamimail en Every %1 days
 expunge felamimail en Expunge
 extended felamimail en Extended
+external email address felamimail en External email address
 felamimail common en eMail
 file into felamimail en File into
 file rejected, no %2. is:%1 felamimail en File rejected, no %2. Is:%1

Modified: trunk/felamimail/templates/default/sieveForm.tpl
URL: http://svn.stylite.de/viewvc/egroupware/trunk/felamimail/templates/default/sieveForm.tpl?rev=40113&r1=40112&r2=40113&view=diff
==============================================================================
--- trunk/felamimail/templates/default/sieveForm.tpl (original)
+++ trunk/felamimail/templates/default/sieveForm.tpl Mon Aug 13 15:16:54 2012
@@ -334,18 +334,18 @@
     <td colspan="2">{lang_email_notification_settings}</td>
   </tr>
   <tr CLASS="row_on">
-    <td>Status:</td>
+    <td>{lang_status}:</td>
     <td>
       <input type="radio" name="emailNotificationStatus"{checked_active} value="active"> {lang_active}
       <input type="radio" name="emailNotificationStatus"{checked_disabled} value="disabled"> {lang_disabled}
     </td>
   </tr>
   <tr CLASS="row_off">
-    <td>External email:</td>
+    <td>{lang_external_email}:</td>
     <td nowrap="nowrap"><input type="text" size="35" name="emailNotificationExternalEmail" value="{external_email}" /></td>
   </tr>
   <tr CLASS="row_on">
-    <td>Display mail subject in notification:</td>
+    <td>{lang_display_mail_subject_in_notification}:</td>
     <td>
       <input type="radio" name="emailNotificationDisplaySubject"{checked_yes} value="1"> {lang_yes}
       <input type="radio" name="emailNotificationDisplaySubject"{checked_no} value="0"> {lang_no}


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
eGroupWare-cvs mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs
Loading...