~ubuntu-branches/debian/sid/ampache/sid

« back to all changes in this revision

Viewing changes to modules/phpmailer/language/phpmailer.lang-hu.php

  • Committer: Package Import Robot
  • Author(s): Charlie Smotherman
  • Date: 2013-08-27 13:19:48 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130827131948-1czew0zxn6u70dtv
Tags: 3.6-rzb2752+dfsg-1
* New upsteam snapshot.  Contains important bug fixes to the installer.
* Correct typo in ampache-common.postrm.
* Remove courtousy copy of php-getid3, during repack.  Closes: #701526
* Update package to use dh_linktree to make the needed sym links to the
  needed system libs that were removed during repack.
* Update debian/rules to reflect upstreams removing/moving of modules.
* Update debian/ampache-common.install to reflect upstreams removal of files.
* Updated to use new apache2.4 API. Closes: #669756
* Updated /debian/po/de.po thx David Prévot for the patch.  Closes:  #691963
* M3U import is now ordered, fixed upstream.  Closes: #684984
* Text input area has been resized so IPv6 addresses will now fit, fixed
  upstream.  Closes:  #716230
* Added ampache-common.preinst to make sure that the courtousy copies of code
  dirs are empty so dh_linktree can do it's magic on upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/**
3
 
* PHPMailer language file: refer to English translation for definitive list
4
 
* Hungarian Version
5
 
*/
6
 
 
7
 
$PHPMAILER_LANG['authenticate']         = 'SMTP Hiba: Sikertelen autentikáció.';
8
 
$PHPMAILER_LANG['connect_host']         = 'SMTP Hiba: Nem tudtam csatlakozni az SMTP host-hoz.';
9
 
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Hiba: Nem elfogadható adat.';
10
 
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
11
 
$PHPMAILER_LANG['encoding']             = 'Ismeretlen kódolás: ';
12
 
$PHPMAILER_LANG['execute']              = 'Nem tudtam végrehajtani: ';
13
 
$PHPMAILER_LANG['file_access']          = 'Nem sikerült elérni a következõ fájlt: ';
14
 
$PHPMAILER_LANG['file_open']            = 'Fájl Hiba: Nem sikerült megnyitni a következõ fájlt: ';
15
 
$PHPMAILER_LANG['from_failed']          = 'Az alábbi Feladó cím hibás: ';
16
 
$PHPMAILER_LANG['instantiate']          = 'Nem sikerült példányosítani a mail funkciót.';
17
 
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
 
$PHPMAILER_LANG['provide_address']      = 'Meg kell adnod legalább egy címzett email címet.';
19
 
$PHPMAILER_LANG['mailer_not_supported'] = ' levelezõ nem támogatott.';
20
 
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Hiba: Az alábbi címzettek hibásak: ';
21
 
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
 
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
 
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
 
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
25
 
?>
 
 
b'\\ No newline at end of file'