Mercurial > hg > rr-repo
annotate sites/all/modules/smtp/phpmailer/language/phpmailer.lang-et.php @ 11:b0ee71395280
deleted .DS_Store files
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Mon, 28 Oct 2013 16:12:13 +0000 |
parents | 830c812b520f |
children |
rev | line source |
---|---|
root@9 | 1 <?php |
root@9 | 2 /** |
root@9 | 3 * PHPMailer language file: refer to English translation for definitive list |
root@9 | 4 * Estonian Version |
root@9 | 5 * By Indrek Päri |
root@9 | 6 */ |
root@9 | 7 |
root@9 | 8 $PHPMAILER_LANG['authenticate'] = 'SMTP Viga: Autoriseerimise viga.'; |
root@9 | 9 $PHPMAILER_LANG['connect_host'] = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.'; |
root@9 | 10 $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Viga: Vigased andmed.'; |
root@9 | 11 //$PHPMAILER_LANG['empty_message'] = 'Message body empty'; |
root@9 | 12 $PHPMAILER_LANG['encoding'] = 'Tundmatu Unknown kodeering: '; |
root@9 | 13 $PHPMAILER_LANG['execute'] = 'Tegevus ebaõnnestus: '; |
root@9 | 14 $PHPMAILER_LANG['file_access'] = 'Pole piisavalt õiguseid järgneva faili avamiseks: '; |
root@9 | 15 $PHPMAILER_LANG['file_open'] = 'Faili Viga: Faili avamine ebaõnnestus: '; |
root@9 | 16 $PHPMAILER_LANG['from_failed'] = 'Järgnev saatja e-posti aadress on vigane: '; |
root@9 | 17 $PHPMAILER_LANG['instantiate'] = 'mail funktiooni käivitamine ebaõnnestus.'; |
root@9 | 18 //$PHPMAILER_LANG['invalid_email'] = 'Not sending, email address is invalid: '; |
root@9 | 19 $PHPMAILER_LANG['provide_address'] = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.'; |
root@9 | 20 $PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.'; |
root@9 | 21 $PHPMAILER_LANG['recipients_failed'] = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: '; |
root@9 | 22 //$PHPMAILER_LANG['signing'] = 'Signing Error: '; |
root@9 | 23 //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; |
root@9 | 24 //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; |
root@9 | 25 //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; |
root@9 | 26 ?> |