-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathemail_lang.php
More file actions
executable file
·49 lines (47 loc) · 4.52 KB
/
email_lang.php
File metadata and controls
executable file
·49 lines (47 loc) · 4.52 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.2.4 or newer
*
* NOTICE OF LICENSE
*
* Licensed under the Open Software License version 3.0
*
* This source file is subject to the Open Software License (OSL 3.0) that is
* bundled with this package in the files license.txt / license.rst. It is
* also available through the world wide web at this URL:
* http://opensource.org/licenses/OSL-3.0
* If you did not receive a copy of the license and are unable to obtain it
* through the world wide web, please send an email to
* licensing@ellislab.com so we can send you a copy immediately.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2013, EllisLab, Inc. (http://ellislab.com/)
* @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
* @link http://codeigniter.com
* @since Version 1.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['email_must_be_array'] = 'អ៊ីម៉ែល validation method ត្រូវតែជា array';
$lang['email_invalid_address'] = 'អាសយដ្ឋានអ៊ីមែលមិនត្រឹមត្រូវ: %s';
$lang['email_attachment_missing'] = 'មិនអាចកំណត់ទីតាំងឯកសារភ្ជាប់អ៊ីម៉ែលដូចខាងក្រោមតាម: %s';
$lang['email_attachment_unreadable'] = 'មិនអាចបើកឯកសារភ្ជាប់នេះ: %s';
$lang['email_no_recipients'] = 'អ្នកត្រូវតែរួមបញ្ចូលទាំងអ្នកទទួល: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] = 'មិនអាចផ្ញើអ៊ីមែលដោយប្រើ mail() របស់ PHP។ ម៉ាស៊ីនរបស់អ្នកមិនបានកំណត់លក្ខ័នត្រឹមត្រូវដើម្បីផ្ញើសំបុត្រដោយប្រើវិធីសាស្រ្តនេះ។';
$lang['email_send_failure_sendmail'] = 'មិនអាចផ្ញើអ៊ីមែលដោយប្រើ Sendmail របស់ PHP។ ម៉ាស៊ីនរបស់អ្នកមិនបានកំណត់លក្ខ័នត្រឹមត្រូវដើម្បីផ្ញើសំបុត្រដោយប្រើវិធីសាស្រ្តនេះ។';
$lang['email_send_failure_smtp'] = 'មិនអាចផ្ញើអ៊ីមែលដោយប្រើ SMTP របស់ PHP ។ ម៉ាស៊ីនរបស់អ្នកមិនបានកំណត់លក្ខ័នត្រឹមត្រូវដើម្បីផ្ញើសំបុត្រដោយប្រើវិធីសាស្រ្តនេះ។';
$lang['email_sent'] = 'សាររបស់អ្នកត្រូវបានផ្ញើដោយជោគជ័យដោយប្រើ protocol: %s';
$lang['email_no_socket'] = 'មិនអាចបើកផ្លូវដើម្បីផ្ញើអ៊ីមែល។ សូមពិនិត្យមើលលក្ខ័ណដែលបានកំណត់។';
$lang['email_no_hostname'] = 'អ្នកមិនបានបញ្ជាក់ឈ្មោះម៉ាស៊ីន SMTP។';
$lang['email_smtp_error'] = 'ជួបប្រទះកំហុស SMTP ដូចជា: %s';
$lang['email_no_smtp_unpw'] = 'កំហុស: អ្នកត្រូវតែផ្ដល់ឈ្មោះអ្នកប្រើនិងពាក្យសម្ងាត់របស់ SMTP។';
$lang['email_failed_smtp_login'] = 'បរាជ័យក្នុងការបញ្ជូន AUTH LOGIN command។ កំហុស: %s';
$lang['email_smtp_auth_un'] = 'បរាជ័យក្នុងការផ្ទៀងផ្ទាត់ឈ្មោះអ្នកប្រើ។ កំហុស: %s';
$lang['email_smtp_auth_pw'] = 'បរាជ័យក្នុងការផ្ទៀងផ្ទាត់ពាក្យសម្ងាត់។ កំហុស: %s';
$lang['email_smtp_data_failure'] = 'មិនអាចផ្ញើទិន្នន័យ : %s នេះ។';
$lang['email_exit_status'] = 'កូដស្ថានភាពចេញ: %s';
/* End of file email_lang.php */
/* Location: ./system/language/english/email_lang.php */