forked from extern/egroupware
Fix some missing translation in mail folder acl and edit account
This commit is contained in:
parent
faf599d90c
commit
0397a901b9
@ -242,6 +242,7 @@ kilobytes mail de Kilobytes
|
|||||||
later mail de später
|
later mail de später
|
||||||
less than mail de kleiner als
|
less than mail de kleiner als
|
||||||
mail common de Mail
|
mail common de Mail
|
||||||
|
mail acl mail de Zugriffsrechte
|
||||||
mail filter mail de Filter Regeln
|
mail filter mail de Filter Regeln
|
||||||
mail settings mail de E-Mail-Einstellungen
|
mail settings mail de E-Mail-Einstellungen
|
||||||
mail source mail de Nachrichtenquelltext anzeigen
|
mail source mail de Nachrichtenquelltext anzeigen
|
||||||
@ -283,7 +284,7 @@ no signature mail de keine Signatur
|
|||||||
no subject given! mail de Kein Betreff angegeben!
|
no subject given! mail de Kein Betreff angegeben!
|
||||||
no subject supplied mail de Kein Betreff angegeben!
|
no subject supplied mail de Kein Betreff angegeben!
|
||||||
no text body supplied, check attachments for message text mail de Keine Text vorhanden, bitte sehen Sie sich die Anlagen dieser E-Mail an.
|
no text body supplied, check attachments for message text mail de Keine Text vorhanden, bitte sehen Sie sich die Anlagen dieser E-Mail an.
|
||||||
no vacation notice text provided. Please enter a message. mail de Kein Nachrichtentext vorhanden. Sie müssen einen Nachrichtentext eingeben um Ihre Abwesendheitsnotiz speichern (ändern, aktivieren oder deaktivieren) zu können.
|
no vacation notice text provided. please enter a message. mail de Kein Nachrichtentext vorhanden. Sie müssen einen Nachrichtentext eingeben um Ihre Abwesendheitsnotiz speichern (ändern, aktivieren oder deaktivieren) zu können.
|
||||||
no valid %1 folder configured! mail de Kein gültiger %1 Ordner eingestellt!
|
no valid %1 folder configured! mail de Kein gültiger %1 Ordner eingestellt!
|
||||||
non mail de Kein
|
non mail de Kein
|
||||||
none, create all mail de keine, erstellt alle
|
none, create all mail de keine, erstellt alle
|
||||||
@ -346,6 +347,7 @@ required pear class mail/mimedecode.php not found. mail de Die benötigte PEAR K
|
|||||||
resend after how many days? mail de Nach wie vielen Tagen erneut senden?
|
resend after how many days? mail de Nach wie vielen Tagen erneut senden?
|
||||||
respond to mail sent to: mail de Benachrichtigung für
|
respond to mail sent to: mail de Benachrichtigung für
|
||||||
restrict acl management admin de ACL Verwaltung beschränken
|
restrict acl management admin de ACL Verwaltung beschränken
|
||||||
|
rights mail de Zugriffsrechte
|
||||||
row order style mail de Spaltenanordnung
|
row order style mail de Spaltenanordnung
|
||||||
rule priority position mail de Priorität der Filterregel
|
rule priority position mail de Priorität der Filterregel
|
||||||
rule with priority mail de Regel mit Priorität
|
rule with priority mail de Regel mit Priorität
|
||||||
|
@ -242,6 +242,7 @@ kilobytes mail en kilobytes
|
|||||||
later mail en later
|
later mail en later
|
||||||
less than mail en less than
|
less than mail en less than
|
||||||
mail common en Mail
|
mail common en Mail
|
||||||
|
mail acl mail en Mail ACL
|
||||||
mail filter mail en Mail filter
|
mail filter mail en Mail filter
|
||||||
mail settings mail en Mail settings
|
mail settings mail en Mail settings
|
||||||
mail source mail en Mail Source
|
mail source mail en Mail Source
|
||||||
@ -283,7 +284,7 @@ no signature mail en no signature
|
|||||||
no subject given! mail en No subject given!
|
no subject given! mail en No subject given!
|
||||||
no subject supplied mail en no subject supplied
|
no subject supplied mail en no subject supplied
|
||||||
no text body supplied, check attachments for message text mail en no text body supplied, check attachments for message text
|
no text body supplied, check attachments for message text mail en no text body supplied, check attachments for message text
|
||||||
no vacation notice text provided. Please enter a message. mail en No vacation notice text provided. Please enter a message.
|
no vacation notice text provided. please enter a message. mail en No vacation notice text provided. Please enter a message.
|
||||||
no valid %1 folder configured! mail en No valid %1 folder configured!
|
no valid %1 folder configured! mail en No valid %1 folder configured!
|
||||||
non mail en Non
|
non mail en Non
|
||||||
none, create all mail en none, create all
|
none, create all mail en none, create all
|
||||||
@ -346,6 +347,7 @@ required pear class mail/mimedecode.php not found. mail en Required PEAR class M
|
|||||||
resend after how many days? mail en Resend after how many days?
|
resend after how many days? mail en Resend after how many days?
|
||||||
respond to mail sent to: mail en Respond to mail sent to:
|
respond to mail sent to: mail en Respond to mail sent to:
|
||||||
restrict acl management admin en restrict acl management
|
restrict acl management admin en restrict acl management
|
||||||
|
rights mail en Rights
|
||||||
row order style mail en row order style
|
row order style mail en row order style
|
||||||
rule priority position mail en Rule priority position
|
rule priority position mail en Rule priority position
|
||||||
rule with priority mail en rule with priority
|
rule with priority mail en rule with priority
|
||||||
|
@ -13,11 +13,11 @@
|
|||||||
<description value="Mail ACL" />
|
<description value="Mail ACL" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Folder:"/>
|
<description value="Folder"/>
|
||||||
<taglist id="mailbox" width="100%" maxSelection="1" autocomplete_params='' allowFreeEntries="false" onchange='app.mail.acl_folderChange'/>
|
<taglist id="mailbox" width="100%" maxSelection="1" autocomplete_params='' allowFreeEntries="false" onchange='app.mail.acl_folderChange'/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Rights:"/>
|
<description value="Rights"/>
|
||||||
<grid id="grid" width="100%">
|
<grid id="grid" width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
|
Loading…
Reference in New Issue
Block a user