|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 25.12 GB of 70.42 GB (35.67%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
http/
mail/
plugins/
managesieve/
localization/
- drwxr-xr-x
|
Viewing file: th_TH.inc (2.7 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
<?php
/* +-----------------------------------------------------------------------+ | plugins/managesieve/localization/<lang>.inc | | | | Localization file of the Roundcube Webmail Managesieve plugin | | Copyright (C) 2012-2013, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | | | +-----------------------------------------------------------------------+
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ $labels['filters'] = 'ตัวกรองข้อมูล'; $labels['filtername'] = 'ชื่อตัวกรองข้อมูล'; $labels['newfilter'] = 'สร้างตัวกรองข้อมูลใหม่'; $labels['filteradd'] = 'เพิ่มตัวกรองข้อมูล'; $labels['filterdel'] = 'ลบตัวกรองข้อมูล'; $labels['moveup'] = 'เลื่อนขึ้น'; $labels['movedown'] = 'เลื่อนลง'; $labels['filterany'] = 'ข้อความทั้งหมด'; $labels['filtercontains'] = 'ที่มีคำว่า'; $labels['filternotcontains'] = 'ไม่มีคำว่า'; $labels['filteris'] = 'ที่มีค่าเท่ากับ'; $labels['filterisnot'] = 'ที่มีค่าไม่เท่ากับ'; $labels['addrule'] = 'เพิ่มกฏ'; $labels['delrule'] = 'ลบกฏ'; $labels['messagemoveto'] = 'ย้ายข้อความไปที่'; $labels['messageredirect'] = 'เปลียนเส้นทางข้อความไปที่'; $labels['messagecopyto'] = 'คัดลอกข้อความไปที่'; $labels['messagesendcopy'] = 'ส่งข้อความคัดลอกไปที่'; $labels['messagedelete'] = 'ลบข้อความ'; $labels['messagediscard'] = 'ยกเลิกข้อความ'; $labels['messagesrules'] = 'สำหรับอีเมลขาเข้า:'; $labels['add'] = 'เพิ่ม'; $labels['del'] = 'ลบ'; $labels['sender'] = 'ผู้ส่ง'; $labels['recipient'] = 'ผู้รับ'; $labels['vacationsubject'] = 'หัวเรื่องข้อความ:'; $labels['enable'] = 'เปิดใช้งาน/ปิดใช้งาน'; ?>
|