/framework/vendor/phpmailer/language/phpmailer.lang-no.php

http://zoop.googlecode.com/ · PHP · 23 lines · 17 code · 2 blank · 4 comment · 0 complexity · efacd150b0212215362f26f16b977ab1 MD5 · raw file

  1. <?php
  2. /**
  3. * PHPMailer language file.
  4. * Norwegian Version
  5. */
  6. $PHPMAILER_LANG = array();
  7. $PHPMAILER_LANG["provide_address"] = 'Du m? ha med minst en' .
  8. 'mottager adresse.';
  9. $PHPMAILER_LANG["mailer_not_supported"] = ' mailer er ikke supportert.';
  10. $PHPMAILER_LANG["execute"] = 'Kunne ikke utf?re: ';
  11. $PHPMAILER_LANG["instantiate"] = 'Kunne ikke instantiate mail funksjonen.';
  12. $PHPMAILER_LANG["authenticate"] = 'SMTP Feil: Kunne ikke authentisere.';
  13. $PHPMAILER_LANG["from_failed"] = 'F?lgende Fra feilet: ';
  14. $PHPMAILER_LANG["recipients_failed"] = 'SMTP Feil: F?lgende' .
  15. 'mottagere feilet: ';
  16. $PHPMAILER_LANG["data_not_accepted"] = 'SMTP Feil: Data ble ikke akseptert.';
  17. $PHPMAILER_LANG["connect_host"] = 'SMTP Feil: Kunne ikke koble til SMTP host.';
  18. $PHPMAILER_LANG["file_access"] = 'Kunne ikke f? tilgang til filen: ';
  19. $PHPMAILER_LANG["file_open"] = 'Fil feil: Kunne ikke ?pne filen: ';
  20. $PHPMAILER_LANG["encoding"] = 'Ukjent encoding: ';
  21. ?>