forked from extern/egroupware
Fix some misspelled translations in mail ACL
This commit is contained in:
parent
c86b07330a
commit
16ea7a4ec6
@ -104,7 +104,7 @@ class mail_acl
|
||||
if (!empty($mailbox))
|
||||
{
|
||||
$content['mailbox'] = $mailbox;
|
||||
$acl = (array)$this->retrive_acl($mailbox, $msg);
|
||||
$acl = (array)$this->retrieve_acl($mailbox, $msg);
|
||||
$n = 1;
|
||||
foreach ($acl as $key => $value)
|
||||
{
|
||||
@ -345,14 +345,14 @@ class mail_acl
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrive Folder ACL rights
|
||||
* Retrieve Folder ACL rights
|
||||
* @todo rights 'c' and 'd' should be fixed
|
||||
*/
|
||||
function retrive_acl ($mailbox, &$msg)
|
||||
function retrieve_acl ($mailbox, &$msg)
|
||||
{
|
||||
if (($acl = $this->getACL($mailbox)))
|
||||
{
|
||||
$msg = lang('ACL rights retrived successfully');
|
||||
$msg = lang('ACL rights retrieved successfully');
|
||||
return $acl;
|
||||
}
|
||||
else
|
||||
|
@ -2699,7 +2699,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
$this->changeProfile($p['icServer']);
|
||||
}
|
||||
$this->mail_bo->reopen($p['mailbox']);
|
||||
// Retrive all embedded attachments at once
|
||||
// retrieve all embedded attachments at once
|
||||
// avoids to fetch heavy winmail.dat content
|
||||
// for each file.
|
||||
$attachments = $this->mail_bo->getTnefAttachments($p['uid'],$p['part']);
|
||||
|
@ -10,9 +10,8 @@
|
||||
(select mails by clicking on the line, like a checkbox) mail cs (vyberte e-maily kliknutím na řádek)
|
||||
(with checkbox enforced) mail cs (se zaškrtávacími rámečky)
|
||||
account editable by user mail cs Účet může být upraven uživatelem
|
||||
acl rights retrive failed, seems there are no rights set! mail cs Získání ACL práv selhalo, zdá se, že práva nejsou nastavena!
|
||||
acl rights retrived successfully mail cs ACL práva byla získána úspěšně.
|
||||
acl rights retrived successfully! mail cs ACL práva byla získána úspěšně.
|
||||
acl rights retrieve failed, seems there are no rights set! mail cs Získání ACL práv selhalo, zdá se, že práva nejsou nastavena!
|
||||
acl rights retrieved successfully mail cs ACL práva byla získána úspěšně.
|
||||
action mail cs Akce
|
||||
activating by date requires a start- and end-date! mail cs Aktivace datumem vyžaduje nastavení počátečního A koncového data!
|
||||
add a new folder to %1: mail cs Přidat novou složku do %1:
|
||||
|
@ -10,9 +10,8 @@
|
||||
(select mails by clicking on the line, like a checkbox) mail de (Auswählen von E-Mails durch anklicken der Zeile)
|
||||
(with checkbox enforced) mail de (mit Checkbox)
|
||||
account editable by user mail de Anwender darf dieses Konto bearbeiten
|
||||
acl rights retrive failed, seems there are no rights set! mail de Die Zugriffskontrollrechte konnten nicht gelesen werden!
|
||||
acl rights retrived successfully mail de Zugriffskontrollrechte erfolgreich gelesen
|
||||
acl rights retrived successfully! mail de Zugriffskontrollrechte erfolgreich gelesen!
|
||||
acl rights retrieve failed, seems there are no rights set! mail de Die Zugriffskontrollrechte konnten nicht gelesen werden!
|
||||
acl rights retrieved successfully mail de Zugriffskontrollrechte erfolgreich gelesen
|
||||
action mail de Aktion
|
||||
activating by date requires a start- and end-date! mail de Die Aktivierung nach Datum erfordert ein Start- UND Enddatum!
|
||||
add a new folder to %1: mail de Einen neuen Ordner erstellen unter: %1
|
||||
|
@ -10,9 +10,8 @@
|
||||
(select mails by clicking on the line, like a checkbox) mail en (select mails by clicking on the line, like a checkbox)
|
||||
(with checkbox enforced) mail en (with checkbox enforced)
|
||||
account editable by user mail en account editable by user
|
||||
acl rights retrive failed, seems there are no rights set! mail en ACL rights retrive failed, seems there are no rights set!
|
||||
acl rights retrived successfully mail en ACL rights retrived successfully
|
||||
acl rights retrived successfully! mail en ACL rights retrived successfully!
|
||||
acl rights retrieve failed, seems there are no rights set! mail en ACL rights retrieve failed, seems there are no rights set!
|
||||
acl rights retrieved successfully mail en ACL rights retrieved successfully
|
||||
action mail en Action
|
||||
activating by date requires a start- and end-date! mail en Activating by date requires a start- AND end-date!
|
||||
add a new folder to %1: mail en Add a new Folder to %1:
|
||||
|
@ -2,9 +2,9 @@
|
||||
%1 is not writable by you! mail fr %1 n'est pas accessible en écriture !
|
||||
%1 mails selected mail fr % mails sélectionnés
|
||||
(*) please consider, forward to multiple addresses will not work if number of addresses exceeds the limit. for most mail servers the limit is 4 by default, please contact your mail server administrator for further info. mail fr (*) Veuillez considérer que le fait d'envoyer à plusieurs destinataires peut ne pas fonctionner selon la limite définie par le serveur. Veuillez contacter votre administrateur pour plus d'informations.
|
||||
(*) wildcards (*,?) may be used. if you are trying to match * or ? itself, you must escape them with a backslash (\). if you check "use regular expressions" you must use valid regular expressions. mail fr (*) des caractères de remplacement (*,?) peuvent être utilisés.
|
||||
(*) wildcards (*,?) may be used. if you are trying to match * or ? itself, you must escape them with a backslash (\). if you check "use regular expressions" you must use valid regular expressions. mail fr (*) des caractères de remplacement (*,?) peuvent être utilisés.
|
||||
Si vous recherchez les caractères * ou ?, vous devrez les protéger par un antislah (\). Si vous cochez "utiliser les expressions régulières" alors vous devez utiliser des expressions régulières valides.
|
||||
(*) wildcards (*,?) may be used. if you are trying to match * or ? itself, you must escape them with a backslash (\). if you check "use regular expressions" you must use valid regular expressions. in order to escape of exclamation mark (!) at the begining not being used as "not", use regex and backslash (\) (e.g. \!) mail fr (*) des caractères de remplacement (*,?) peuvent être utilisés.
|
||||
(*) wildcards (*,?) may be used. if you are trying to match * or ? itself, you must escape them with a backslash (\). if you check "use regular expressions" you must use valid regular expressions. in order to escape of exclamation mark (!) at the begining not being used as "not", use regex and backslash (\) (e.g. \!) mail fr (*) des caractères de remplacement (*,?) peuvent être utilisés.
|
||||
Si vous recherchez les caractères * ou ?, vous devrez les protéger par un antislah (\). Si vous cochez "utiliser les expressions régulières" alors vous devez utiliser des expressions régulières valides. Si vous cherchez à protéger le point d'exclamation (!) au début et ne pas l'utiliser comme "SAUF", alors utiliser les regex et l'antislash (ex : \!)
|
||||
(leave empty for no quota) mail fr (laisser vide pour ne ne pas mettre de quota)
|
||||
(no subject) mail fr Pas de sujet
|
||||
@ -12,8 +12,7 @@ Si vous recherchez les caractères * ou ?, vous devrez les protéger par un anti
|
||||
(select mails by clicking on the line, like a checkbox) mail fr (sélectionner des emails en cliquant sur la ligne, comme pour une case à cocher)
|
||||
(with checkbox enforced) mail fr avec les cases à cocher forcées
|
||||
account editable by user mail fr compte modifiable par l'utilisateur
|
||||
acl rights retrived successfully mail fr Droits ACL récupérés avec succès
|
||||
acl rights retrived successfully! mail fr Droits ACL récupérés avec succès
|
||||
acl rights retrieved successfully mail fr Droits ACL récupérés avec succès
|
||||
action mail fr Action
|
||||
activating by date requires a start- and end-date! mail fr Activation par date nécessite une date de début ET de fin !
|
||||
add a new folder to %1: mail fr Ajouter un nouveau dossier à %1:
|
||||
|
@ -10,9 +10,8 @@
|
||||
(select mails by clicking on the line, like a checkbox) mail it (seleziona i messaggi cliccando sulla riga, come se fosse una casella da spuntare)
|
||||
(with checkbox enforced) mail it (con checkbox forzato)
|
||||
account editable by user mail it account modificabile dall'utente
|
||||
acl rights retrive failed, seems there are no rights set! mail it I permessi non sono stati rilevati. Sembra non siano ancora stati impostati!
|
||||
acl rights retrived successfully mail it Diritti ACL recuperati con successo
|
||||
acl rights retrived successfully! mail it Permessi rilevati correttamente!
|
||||
acl rights retrieve failed, seems there are no rights set! mail it I permessi non sono stati rilevati. Sembra non siano ancora stati impostati!
|
||||
acl rights retrieved successfully mail it Diritti ACL recuperati con successo
|
||||
action mail it Azione
|
||||
activating by date requires a start- and end-date! mail it L'attivazione per data richiede una data di inizio e una di fine!
|
||||
add a new folder to %1: mail it Aggiungi cartella a %1
|
||||
|
@ -9,8 +9,8 @@
|
||||
(select mails by clicking on the line, like a checkbox) mail nl (selecteer berichten door op te klikken op de regel, zoals bij een checkbox)
|
||||
(with checkbox enforced) mail nl (met checkbox geforceerd)
|
||||
account editable by user mail nl Account door gebruiker te wijzigen
|
||||
acl rights retrive failed, seems there are no rights set! mail nl ACL rechten ophalen mislukt, lijkt er op of er geen rechten zijn toegekend !
|
||||
acl rights retrived successfully! mail nl ACL rechten succesvol opgehaald
|
||||
acl rights retrieve failed, seems there are no rights set! mail nl ACL rechten ophalen mislukt, lijkt er op of er geen rechten zijn toegekend !
|
||||
acl rights retrieved successfully mail nl ACL rechten succesvol opgehaald
|
||||
action mail nl Actie
|
||||
activating by date requires a start- and end-date! mail nl Activering op datum vereist een begin- EN einddatum!
|
||||
add a new folder to %1: mail nl Voeg een neiuwe map toe %1:
|
||||
|
@ -6,7 +6,7 @@
|
||||
(not connected) mail pt-br (não conectado)
|
||||
(with checkbox enforced) mail pt-br (com caixa reforçado)
|
||||
account editable by user mail pt-br conta editável pelo usuário
|
||||
acl rights retrived successfully! mail pt-br Direitos ACL retrived com sucesso!
|
||||
acl rights retrieved successfully mail pt-br Direitos ACL retrieved com sucesso
|
||||
action mail pt-br ação
|
||||
activating by date requires a start- and end-date! mail pt-br Ativação por data requer uma data inicial e final!
|
||||
add a new folder to %1: mail pt-br Adicionar uma nova pasta para% 1:
|
||||
|
@ -6,7 +6,7 @@
|
||||
(not connected) mail pt (Não conectado)
|
||||
(with checkbox enforced) mail pt (Com caixa reforçado)
|
||||
account editable by user mail pt onta editável pelo usuário
|
||||
acl rights retrived successfully! mail pt Direitos ACL retrived com sucesso!
|
||||
acl rights retrieved successfully mail pt Direitos ACL retrieved com sucesso
|
||||
action mail pt Ação
|
||||
activating by date requires a start- and end-date! mail pt Ativação por data requer um começo e final-date!
|
||||
add a new folder to %1: mail pt Adicionar uma nova pasta para% 1:
|
||||
|
@ -10,9 +10,8 @@
|
||||
(select mails by clicking on the line, like a checkbox) mail sk (správy označíte kliknutím na riadok, ako zaškrtávacie políčko)
|
||||
(with checkbox enforced) mail sk (s vynútením zaškrtávacieho políčka)
|
||||
account editable by user mail sk používateľ môže upraviť účet
|
||||
acl rights retrive failed, seems there are no rights set! mail sk Zlyhalo prevzatie ACL práv, zdá sa že žiadne práva nie sú nastavené!
|
||||
acl rights retrived successfully mail sk ACL práva boli úspešne prevzaté
|
||||
acl rights retrived successfully! mail sk ACL práva boli úspešne prevzaté!
|
||||
acl rights retrieve failed, seems there are no rights set! mail sk Zlyhalo prevzatie ACL práv, zdá sa že žiadne práva nie sú nastavené!
|
||||
acl rights retrieved successfully mail sk ACL práva boli úspešne prevzaté
|
||||
action mail sk Akcia
|
||||
activating by date requires a start- and end-date! mail sk Aktivácia dátumom vyžaduje dátum začiatku AJ konca!
|
||||
add a new folder to %1: mail sk Pridať nový priečinok do %1:
|
||||
|
Loading…
Reference in New Issue
Block a user