mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 13:24:56 +01:00
Stage one of converting our existing customisations into an extended class. This makes it easier for us to keep up to date, see our changes and remove the bundled libraries for distros (e.g. debian).
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: ';
|
|
?>
|