NewLanguageSystem: lang-dash-en_US.php

File lang-dash-en_US.php, 4.5 kB (added by mickecarlsson, 4 years ago)

Proposal file, put it in modules/dashboardlanguage directory, rename it to lang-en_US.php

Line 
1 <?php
2
3 /**************************************************************************/
4 /* FreePBX                                                                */
5 /* ============================================                           */
6 /* Enlish Language File                                                   */
7 /* Copyright (C) 2008 FreePBX                                             */
8 /* This is the language module for the core system                        */
9 /*                                                                        */
10 /* If you made a translation, please go to the site and send to me        */
11 /* the translated file. Please keep the original text order by modules,   */
12 /* and just one message per line, also double check your translation!     */
13 /*                                                                        */
14 /* You need to change the second quoted phrase, not the capital one!      */
15 /*                                                                        */
16 /* If you need to use double quotes (") remember to add a backslash (\),  */
17 /* so your entry will look like: This is \"double quoted\" text.          */
18 /* And, if you use HTML code, please double check it.                     */
19 /**************************************************************************/
20 # Global text, the following text are global for all modules.
21 # No need to define same text in other modules.
22 # See documentation for all global text defines.
23
24 define("_OK","OK");
25 define("_WARN","Warn");
26 define("_ERROR","ERROR");
27 define("_MINUTES","minutes");
28 define("_WEEK","week");
29 define("_WEEKS","weeks");
30 define("_DAYS","days");
31 define("_HOUR","hour");
32 define("_HOURS","hours");
33 define("_MINUTE","minute");
34 define("_SYSTEM_STATISTICS","System Statistics");
35 define("_PROCESSOR","Processor");
36 define("_LOAD_AVERAGE","Load Average");
37 define("_CPU","CPU");
38 define("_MEMORY","Memory");
39 define("_APP_MEMORY","App Memory");
40 define("_SWAP","Swap");
41 define("_DISKS","Disks");
42 define("_NETWORKS","Networks");
43 define("_RECEIVE","receive");
44 define("_TRANSMIT","transmit");
45 define("_FREEPBX_STATISTICS","FreePBX Statistics");
46 define("_TOTAL_ACTIVE_CALLS","Total active calls");
47 define("_INTERNAL_CALLS","Internal calls");
48 define("_EXTERNAL_CALLS","External calls");
49 define("_TOTAL_ACTIVE_CHANNELS","Total active channels");
50 define("_FREEPBX_CONNECTIONS","FreePBX Connections");
51 define("_IP_PHONES_ONLINE","IP Phones Online");
52 define("_IP_TRUNKS_ONLINE","IP Trunks Online");
53 define("_IP_TRUNK_REG","IP Trunk Registrations");
54 define("_UPTIME","Uptime");
55 define("_SYSTEM_UPTIME","System Uptime");
56 define("_ASTERISK_UPTIME","Asterisk Uptime");
57 define("_LAST_RELOAD","Last Reload");
58 define("_SERVER_STATUS","Server Status");
59 define("_ASTERISK","Asterisk");
60 define("_ASTERISK_RUNNING","Asterisk is running: ");
61 define("_ASTERISK_NOT_RUNNING","Asterisk is not running, this is a critical service!");
62 define("_MANAGERPROXY","Manager Proxy");
63 define("_ASTERISK_PROXY_RUNNING","Asterisk Manager Proxy is running");
64 define("_ASTERISK_PROXY_NOT_RUNNING","Asterisk Manager Proxy is not running, FreePBX will fall back to using Asterisk directly, which may result in poor performance");
65 define("_OP_PANEL","Op Panel");
66 define("_OP_PANEL_RUNNING","FOP Operator Panel Server is running");
67 define("_OP_PANEL_NOT_RUNNING","FOP Operator Panel Server is not running, you will not be able to use the operator panel, but the system will run fine without it.");
68 define("_OP_PANEL_DISABLED","FOP Operator Panel is disabled in amportal.conf");
69 define("_MYSQL_NOT_RUNNING","MySQL Server is not running, this is a critical service for the web interface and call logs!");
70 define("_MYSQL_RUNNING","MySQL Server is running");
71 define("_WEB_SERVER","Web Server");
72 define("_WEB_SERVER_RUNNING","Web Server is running");
73 define("_MYSQL","MySQL");
74 define("_SSH_SERVER","SSH Server");
75 define("_SSH_SERVER_RUNNING","SSH Server is running");
76 define("_SSH_SERVER_NOT_RUNNING","SSH Server is not running, you will not be able to connect to the system console remotely");
77 define("_ERR_CRITICAL","Critical Error");
78 define("_SECURITY_UPDATE","Security Update");
79 define("_UPDATE","Update");
80 define("_WARNING","Warning");
81 define("_NOTICE","Notice");
82 define("_FREEPBX_NOTICES","FreePBX Notices");
83 define("_DELETE_THIS","Delete this");
84 define("_IGNORE_THIS","Ignore this");
85 define("_NO_NOTIFICATIONS","No notifications");
86 define("_NO_NEW_NOTIFICATIONS","No new notifications");
87 define("_SHOW_NEW","show new");
88 define("_SHOW_ALL","show all");
89 define("_LOADING","loading...");
90 ?>