File: phpmailer.lang-tr.php

package info (click to toggle)
libphp-phpmailer 1.73-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 496 kB
  • ctags: 678
  • sloc: php: 2,252; makefile: 37
file content (25 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/**
 * PHPMailer dil dosyas.
 * Trke Versiyonu
 * ZYAZILIM - Elin zel - Can Ylmaz - Mehmet Benliolu
 */

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'En az bir tane mail adresi belirtmek zorundasnz ' .
                                     'alcnn email adresi.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailler desteklenmemektedir.';
$PHPMAILER_LANG["execute"] = 'altrlamyor: ';
$PHPMAILER_LANG["instantiate"] = 'rnek mail fonksiyonu yaratlamad.';
$PHPMAILER_LANG["authenticate"] = 'SMTP Hatas: Dorulanamyor.';
$PHPMAILER_LANG["from_failed"] = 'Baarsz olan gnderici adresi: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Hatas:  ' .
                                       'alclara ulamad: ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Hatas: Veri kabul edilmedi.';
$PHPMAILER_LANG["connect_host"] = 'SMTP Hatas: SMTP hosta balanlamyor.';
$PHPMAILER_LANG["file_access"] = 'Dosyaya eriilemiyor: ';
$PHPMAILER_LANG["file_open"] = 'Dosya Hatas: Dosya alamyor: ';
$PHPMAILER_LANG["encoding"] = 'Bilinmeyen ifreleme: ';

?>