mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
8f63182822
- added egw_mailer class to archive that and correctly intialise EGroupware pathes for translations - updated translations and moved them to phpgwapi/lang/ (getting rid of message not translated errors) - using egw_mailer in fmail including catching of phpmailerException to not glutter GUI with echoed errors
26 lines
1.6 KiB
PHP
26 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* PHPMailer language file: refer to English translation for definitive list
|
|
* Estonian Version
|
|
* By Indrek Päri
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'SMTP Viga: Autoriseerimise viga.';
|
|
$PHPMAILER_LANG['connect_host'] = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Viga: Vigased andmed.';
|
|
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
|
|
$PHPMAILER_LANG['encoding'] = 'Tundmatu Unknown kodeering: ';
|
|
$PHPMAILER_LANG['execute'] = 'Tegevus ebaõnnestus: ';
|
|
$PHPMAILER_LANG['file_access'] = 'Pole piisavalt õiguseid järgneva faili avamiseks: ';
|
|
$PHPMAILER_LANG['file_open'] = 'Faili Viga: Faili avamine ebaõnnestus: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'Järgnev saatja e-posti aadress on vigane: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'mail funktiooni käivitamine ebaõnnestus.';
|
|
//$PHPMAILER_LANG['invalid_email'] = 'Not sending, email address is invalid: ';
|
|
$PHPMAILER_LANG['provide_address'] = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: ';
|
|
//$PHPMAILER_LANG['signing'] = 'Signing Error: ';
|
|
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
|
|
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
|
|
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
|
|
?>
|