mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
some changes to enable some missing translations
This commit is contained in:
parent
e955827fe7
commit
e28ff574f9
@ -1,5 +1,5 @@
|
||||
%1 entries deleted. emailadmin de %1 Einträge gelöscht
|
||||
(imapclass must support this feature by querying this config value and pass it as defaultquota to the imapserver) emailadmin de (Die IMAP Klasse muss dieses Verfahren unterstützen indem es den entsprechenden Konfig Wert der Instanz ausliest und als Default Quota an den IMAP Server meldet.)
|
||||
(imapclass must support this feature by querying the corresponding config value and pass it as defaultquota to the imapserver) emailadmin de (Die IMAP Klasse muss dieses Verfahren unterstützen indem es den entsprechenden Konfig Wert der Instanz ausliest und als Default Quota an den IMAP Server meldet.)
|
||||
account '%1' not found !!! emailadmin de Benutzerkonto '%1' nicht gefunden !!!
|
||||
active templates emailadmin de Aktive Vorlagen
|
||||
add new email address: emailadmin de Neue E-Mailadresse hinzufügen
|
||||
@ -148,7 +148,7 @@ users can define their own emailaccounts emailadmin de Anwender können ihre eig
|
||||
users can define their own identities emailadmin de Anwender können ihre eigenen Identitäten definieren
|
||||
users can define their own signatures emailadmin de Anwender können ihre eigenen Signaturen definieren
|
||||
users can utilize these stationery templates emailadmin de Benutzer können diese Briefpapiervorlagen verwenden
|
||||
vaction messages with start- and end-date require an admin account to be set! emailadmin de Abwesenheitsnotizen mit Start- und Enddatum benötigen einen gesetzten Administrator Benutzer!
|
||||
vacation messages with start- and end-date require an admin account to be set emailadmin de Abwesenheitsnotizen mit Start- und Enddatum benötigen einen gesetzten Administrator Benutzer!
|
||||
virtual mail manager emailadmin de Virtual MAIL ManaGeR
|
||||
yes, use credentials below only for alarms and notifications, otherwise use credentials of current user emailadmin de Ja, die Daten darunter nur für Alarme und Benachrichtigungen verwenden, ansonsten die Daten des aktiven Benutzers.
|
||||
yes, use credentials of current user or if given credentials below emailadmin de Ja, benutze Daten des aktuellen Benutzers oder wenn angegeben die Daten darunter
|
||||
|
@ -1,5 +1,5 @@
|
||||
%1 entries deleted. emailadmin en %1 entries deleted.
|
||||
(imapclass must support this feature by querying this config value and pass it as defaultquota to the imapserver) emailadmin en (imapclass must support this feature by querying the corresponding config value and pass it as defaultquota to the imapserver)
|
||||
(imapclass must support this feature by querying the corresponding config value and pass it as defaultquota to the imapserver) emailadmin en (imapclass must support this feature by querying the corresponding config value and pass it as defaultquota to the imapserver)
|
||||
account '%1' not found !!! emailadmin en Account '%1' not found!
|
||||
active templates emailadmin en Active templates
|
||||
add new email address: emailadmin en Add new email address:
|
||||
@ -148,7 +148,7 @@ users can define their own emailaccounts emailadmin en Users can define their ow
|
||||
users can define their own identities emailadmin en Users can define their own identities
|
||||
users can define their own signatures emailadmin en Users can define their own signatures
|
||||
users can utilize these stationery templates emailadmin en Users can utilize these stationery templates
|
||||
vaction messages with start- and end-date require an admin account to be set! emailadmin en Vacation messages with start and end date require an admin account to be set!
|
||||
vacation messages with start- and end-date require an admin account to be set emailadmin en Vacation messages with start and end date require an admin account to be set!
|
||||
virtual mail manager emailadmin en Virtual MAIL ManaGeR
|
||||
yes, use credentials below only for alarms and notifications, otherwise use credentials of current user emailadmin en Yes, use credentials below only for alarms and notifications, otherwise use credentials of current user
|
||||
yes, use credentials of current user or if given credentials below emailadmin en Yes, use credentials of current user or if given credentials below
|
||||
|
File diff suppressed because one or more lines are too long
@ -177,7 +177,7 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
<template id="emailadmin.edit.IMAP" template="" lang="" group="0" version="1.9.003">
|
||||
<template id="emailadmin.edit.IMAP" template="" lang="" group="0" version="1.9.004">
|
||||
<grid width="100%" height="400" overflow="auto">
|
||||
<columns>
|
||||
<column/>
|
||||
@ -281,7 +281,7 @@
|
||||
<checkbox id="ea_imap_enable_sieve" onchange="1" options="yes,no"/>
|
||||
</row>
|
||||
<row disabled="!@ea_imap_enable_sieve=yes">
|
||||
<description value="Sieve server or ip address"/>
|
||||
<description value="Sieve server hostname or ip address"/>
|
||||
<textbox id="ea_imap_sieve_server"/>
|
||||
</row>
|
||||
<row disabled="!@ea_imap_enable_sieve=yes">
|
||||
@ -289,7 +289,7 @@
|
||||
<int id="ea_imap_sieve_port"/>
|
||||
</row>
|
||||
<row>
|
||||
<description value="Vacation messages with start- and end-date require an admin account to be set" span="2"/>
|
||||
<description value="Vacation messages with start- and end-date require an admin account to be set" span="2"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
@ -333,7 +333,7 @@
|
||||
<row>
|
||||
<description value="quota size in mbyte"/>
|
||||
<int id="defaultQuota"/>
|
||||
<description value="(imapclass must support this feature by querying this config value and pass it as defaultquota to the imapserver)"/>
|
||||
<description value="(imapclass must support this feature by querying the corresponding config value and pass it as defaultquota to the imapserver)"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
@ -474,4 +474,4 @@
|
||||
.redItalic { color: red; font-style: italics; }
|
||||
</styles>
|
||||
</template>
|
||||
</overlay>
|
||||
</overlay>
|
Loading…
Reference in New Issue
Block a user