· 6 years ago · Oct 06, 2019, 08:00 PM
1<?php
2$arrLang = array();
3
4$arrLang['alert_admin_email_wrong'] = "Admin email has wrong format! Please re-enter.";
5$arrLang['alert_min_version_db'] = "This program requires at least version _DB_VERSION_ of _DB_ installed (current version is _DB_CURR_VERSION_). You cannot proceed the installation.";
6$arrLang['alert_min_version_php'] = "This program requires at least version _PHP_VERSION_ of PHP installed (current version is _PHP_CURR_VERSION_). You cannot proceed the installation.";
7$arrLang['alert_directory_not_writable'] = "The directory <b>_FILE_DIRECTORY_</b> is not writable! <br />You must grant 'write' permissions (access rights 0755 or 777, depending on your system settings) to this directory defined in EI_CONFIG_FILE_DIRECTORY before you start the installation!";
8$arrLang['alert_extension_not_installed'] = "Required extension pdo_mysql is not installed on your server! You cannot proceed installation.";
9$arrLang['alert_unable_to_install'] = "Unable to install this application because an application with the same identity is already installed. <br>You may only <b>Update</b> or <b>Uninstall</b> it. Make sure you have a backup of your database before proceeding.";
10$arrLang['alert_required_fields'] = "Items marked with an asterisk are required";
11$arrLang['alert_db_host_empty'] = "Database host cannot be empty! Please re-enter.";
12$arrLang['alert_db_name_empty'] = "Database name cannot be empty! Please re-enter.";
13$arrLang['alert_db_username_empty'] = "Database username cannot be empty! Please re-enter.";
14$arrLang['alert_db_password_empty'] = "Database password cannot be empty! Please re-enter.";
15$arrLang['alert_admin_name_empty'] = "Admin username cannot be empty! Please re-enter.";
16$arrLang['alert_admin_identifier_empty'] = "Identifier cannot be empty! Please re-enter.";
17$arrLang['alert_admin_password_empty'] = "Admin password cannot be empty! Please re-enter.";
18$arrLang['alert_wrong_testing_parameters'] = "Testing parameters are wrong! Please enter valid parameters.";
19$arrLang['alert_remove_files'] = "For security reasons, please remove the <b>oc-install/</b> folder from your server!";
20$arrLang['alert_wrong_parameter_passed'] = "Wrong parameter passed! Please back to the previous step and try again.";
21
22$arrLang['error_asp_tags'] = "This installation requires <b>ASP tags</b> settings turned ON.";
23$arrLang['error_can_not_open_config_file'] = "Database was successfully created! Cannot open configuration file _CONFIG_FILE_PATH_ to save info.";
24$arrLang['error_can_not_read_file'] = "Could not read file <b>_SQL_DUMP_FILE_</b>! Please check if a file exists.";
25$arrLang['error_check_db_exists'] = "Database connection error! Please check if your database exists and access allowed for user <b>_DATABASE_USERNAME_</b>._ERROR_<br />";
26$arrLang['error_check_db_connection'] = "Database connecting error! Please check your connection parameters._ERROR_<br />";
27$arrLang['error_pdo_support'] = "This installation requires <b>PDO extension</b> installed.";
28$arrLang['error_sql_executing'] = "SQL execution error! Please Turn debug mode On and check carefully a syntax of your SQL dump file.";
29$arrLang['error_server_requirements'] = "This installation requires _SETTINGS_NAME_ settings turned on/installed.";
30$arrLang['error_vd_support'] = "This installation requires Virtual Directory support turned ON.";
31
32$arrLang['admin_access_data'] = "Administrator Account Info";
33$arrLang['admin_access_data_descr'] = "(you need this to enter the protected admin area)";
34$arrLang['admin_email'] = "Email";
35$arrLang['admin_email_info'] = "The administrator email which will be used to login to this accout.
36
37More Administrator accounts can be provisioned later in the Administrator Console User Management";
38$arrLang['admin_name'] = "Name";
39$arrLang['admin_login_info'] = "Your name as per your communities policies and procedures. This can be adjusted later if needed.";
40$arrLang['admin_identifier'] = "Identifier";
41$arrLang['admin_identifier_info'] = "Your identifier. IE: 1D-01 Note. Depends on your community";
42$arrLang['admin_password'] = "Password";
43$arrLang['admin_password_info'] = "We recommend that your password is not a word you can find in the dictionary, includes both capital and lower case letters, and contains at least one special character (1-9, !, *, _, etc.).";
44$arrLang['administrator_account'] = "Administrator Account";
45$arrLang['options_page'] = "System Settings";
46$arrLang['administrator_account_skipping'] = "Skipping (Admin Account not required)";
47$arrLang['asp_tags'] = "Asp Tags";
48$arrLang['back'] = "Back";
49$arrLang['build_date'] = "Build Date";
50$arrLang['cancel_installation'] = "Cancel Installation";
51$arrLang['click_start_button'] = "Click on Start button to continue";
52$arrLang['click_to_start_installation'] = "Click to start installation";
53$arrLang['checked'] = "Checked";
54$arrLang['complete'] = "Complete";
55$arrLang['complete_installation'] = "Complete Installation";
56$arrLang['completed'] = "Completed";
57$arrLang['continue'] = "Continue";
58$arrLang['continue_installation'] = "Continue Installation";
59$arrLang['database_extension'] = "Database Extension";
60$arrLang['database_host'] = "Database Host";
61$arrLang['database_host_info'] = "Hostname or IP-address of the database server. The database server can be in the form of a hostname (and/or port address), such as db1.myserver.com, or localhost:5432, or as an IP-address, such as 192.168.0.1";
62$arrLang['database_import'] = "Database Import";
63$arrLang['database_import_error'] = "Database Import (error)";
64$arrLang['database_name'] = "Database Name";
65$arrLang['database_name_info'] = "Database Name. The database used to hold the data. An example of database name is 'testdb'.";
66$arrLang['database_username'] = "Database Username";
67$arrLang['database_username_info'] = "Database username. The username used to connect to the database server. An example of username is 'test_123'.";
68$arrLang['database_password'] = "Database Password";
69$arrLang['database_password_info'] = "Database password. The password is used together with the username, which forms the database user account.";
70$arrLang['database_prefix'] = "Database Prefix";
71$arrLang['database_prefix_info'] = "Database prefix. Used to set the unique prefix for database tables and prevent one type of data from interfering with another. An example of database prefix is 'abc_'.";
72$arrLang['database_settings'] = "Database Settings";
73$arrLang['directories_and_files'] = "Directories and Files";
74$arrLang['disabled'] = "Disabled";
75$arrLang['enabled'] = "Enabled";
76$arrLang['error'] = "Error";
77$arrLang['extensions'] = "Extensions";
78$arrLang['getting_system_info'] = "Getting System Info";
79$arrLang['file_successfully_rewritten'] = "The _CONFIG_FILE_ file was successfully re-written and database updated.";
80$arrLang['file_successfully_deleted'] = "The _CONFIG_FILE_ file was successfully deleted and database removed.";
81$arrLang['file_successfully_created'] = "The _CONFIG_FILE_ file was successfully created.";
82$arrLang['failed'] = "failed";
83$arrLang['folder_paths'] = "Folder Paths";
84$arrLang['follow_the_wizard'] = "Follow the <b>Wizard</b> to install your program";
85$arrLang['installed'] = "installed";
86$arrLang['installation_complete'] = "Installation Completed!";
87$arrLang['installation_guide'] = "Installation Guide";
88$arrLang['installation_type'] = "Installation Type";
89$arrLang['language'] = "Language";
90$arrLang['license'] = "License";
91$arrLang['loading'] = "loading";
92$arrLang['mbstring_support'] = "Multibyte String Support";
93$arrLang['magic_quotes_gpc'] = "Magic Quotes for GPC (Get/Post/Cookie)";
94$arrLang['magic_quotes_runtime'] = "Magic Quotes Runtime";
95$arrLang['magic_quotes_sybase'] = "Magic Quotes are in Sybase-style";
96$arrLang['mode'] = "Mode";
97$arrLang['modes'] = "Modes";
98$arrLang['new_installation_of'] = "New Installation of";
99$arrLang['new'] = "New";
100$arrLang['no'] = "No";
101$arrLang['no_writable'] = "no writable";
102$arrLang['not_installed'] = "not installed";
103$arrLang['off'] = "Off";
104$arrLang['ok'] = "OK";
105$arrLang['on'] = "On";
106$arrLang['passed'] = "Passed";
107$arrLang['password_encryption'] = "Password Encryption";
108$arrLang['perform_manual_installation'] = "Perform a <b>Manual</b> Installation";
109$arrLang['pdo_support'] = "PDO Support";
110$arrLang['php_version'] = "PHP Version";
111$arrLang['proceed_to_login_page'] = "Proceed to login page";
112$arrLang['ready_to_install'] = "Ready to Install";
113$arrLang['remove_configuration_button'] = "Remove Configuration and Start Over";
114$arrLang['required_php_settings'] = "Required PHP Settings";
115$arrLang['safe_mode'] = "Safe Mode";
116$arrLang['select_installation_language'] = "Select Installation Language";
117$arrLang['select_installation_type'] = "Select Installation Type";
118$arrLang['sendmail_from'] = "Sendmail From";
119$arrLang['sendmail_path'] = "Sendmail Path";
120$arrLang['server_api'] = "Server API";
121$arrLang['server_requirements'] = "Server Requirements";
122$arrLang['session_support'] = "Session Support";
123$arrLang['short_open_tag'] = "Short Open Tag";
124$arrLang['smtp'] = "SMTP";
125$arrLang['smtp_port'] = "SMTP Port";
126$arrLang['start'] = "Start";
127$arrLang['start_all_over'] = "Start All Over";
128$arrLang['start_all_over_text'] = "If you want to remove this installation for some reason, you can force the Installer to remove current configuration and start all over again. <br><b>WARNING</b>: You have to undo the database installation manually to remove all changes that were done.";
129$arrLang['step_1_of'] = "Step 1 of 11";
130$arrLang['step_2_of'] = "Step 2 of 11";
131$arrLang['step_3_of'] = "Step 3 of 11";
132$arrLang['step_4_of'] = "Step 4 of 11";
133$arrLang['step_5_of'] = "Step 5 of 11";
134$arrLang['step_6_of'] = "Step 6 of 11";
135$arrLang['step_7_of'] = "Step 7 of 11";
136$arrLang['step_8_of'] = "Step 8 of 11";
137$arrLang['step_9_of'] = "Step 9 of 11";
138$arrLang['step_10_of'] = "Step 10 of 11";
139$arrLang['step_11_of'] = "Step 11 of 11";
140$arrLang['sub_title_message'] = "This wizard will guide you through the whole installation process";
141$arrLang['system'] = "System";
142$arrLang['system_architecture'] = "System Architecture";
143$arrLang['test_connection'] = "Test Connection";
144$arrLang['test_database_connection'] = "Test database connection";
145$arrLang['unknown'] = "Unknown";
146$arrLang['uninstall'] = "Uninstall";
147$arrLang['uninstallation_completed'] = "Uninstallation Completed!";
148$arrLang['update'] = "Update";
149$arrLang['updating_completed'] = "Updating Completed!";
150$arrLang['virtual_directory_support'] = "Virtual Directory Support";
151$arrLang['we_are_ready_to_installation'] = "We are ready now to proceed with installation";
152$arrLang['we_are_ready_to_installation_text'] = "At this step setup wizard will attempt to create all required database tables and populate them with data. <br>If something goes wrong, go back to the Database Settings step and make sure every information you've entered is correct.";
153$arrLang['writable'] = "Writable";
154
155$arrLang['core_configuration'] = "Core Configuration";
156$arrLang['department_configuration'] = 'Department Configuration';
157$arrLang['civilian_configuration'] = 'Civilian Configuration';
158$arrLang['administrative_configuration'] = 'Administrative Configuratiion';
159$arrLang['extra_settings'] = 'Extra Settings';
160
161//** Begin Core Configuration Strings **//
162$arrLang['COMMUNITY_NAME'] = "Community Name";
163$arrLang['COMMUNITY_NAME_notes'] = "Set your community's name";
164$arrLang['COMMUNITY_NAME_alert'] = "Community Name cannot be empty! Please re-enter.";
165
166$arrLang['BASE_URL'] = "Application URL";
167$arrLang['BASE_URL_notes'] = "The URL to your installation of OpenCAD inlcuding, if utilized, it's subdirectory
168 Valid Examples include:
169 example.com - Root domain, no subdirectory
170 subdomain.example.com - subdomain, no subdirectory
171 subdomain.example.com/subdir - subdomain with subdirectory
172 example.com/subdir - root domain with subdirectory
173 The OpenCAD teams does not reccomend including the trailing / on any of the above examples.
174 It won't necessarily break anything but just makes reference look strange having two slashed when it isn't needed.";
175$arrLang['BASE_URL_alert'] = "BASE_URL cannot be empty! Please re-enter.";
176
177$arrLang['CAD_FROM_EMAIL'] = 'CAD From Email';
178$arrLang['CAD_FROM_EMAIL_notes'] = 'The email which notications from you CAD should appear to come from.
179
180Example: cad@community.com
181';
182
183$arrLang['CAD_TO_EMAIL'] = 'CAD To Email';
184$arrLang['CAD_TO_EMAIL_notes'] = 'The email which notications from you CAD should appear to come from.
185
186Example: cad@community.com
187';
188
189$arrLang['AUTH_KEY'] = 'Authentication Key';
190$arrLang['AUTH_SALT'] = 'Authentication Salt';
191$arrLang['SECURE_AUTH_KEY'] = 'Secure Authentication Key';
192$arrLang['SECURE_AUTH_SALT'] = 'Secure Authentication Salt';
193$arrLang['LOGGED_IN_KEY'] = 'Logged-In Key';
194$arrLang['LOGGED_IN_SALT'] = 'Logged-In Salt';
195$arrLang['NONCE_KEY'] = 'Nonce Key';
196$arrLang['NONCE_SALT'] = 'Nonce Salt';
197$arrLang['SESSION_KEY'] = 'Session Key';
198
199//** End Core Configuration Strings **//
200
201//** Begin Police Strings **//
202$arrLang['POLICE_NCIC'] = "Police NCIC";
203$arrLang['POLICE_NCIC_notes'] = "Shows/Hides NCIC functionality on MDT console. If 'true' then LEO will be able to use NCIC functions without the need for a dispatcher, else if 'flase' then LEO will require the presence of dispatcher to use NCIC funcationality.";
204//** End Police Strings **//
205
206//** Begin Fire Strings **//
207$arrLang['FIRE_PANIC'] = "Fire Panic";
208$arrLang['FIRE_PANIC_notes'] = "If 'true' then Fire personnel will be able to use the Panic button, else if 'false' then Fire personnel will not be able to use the Panic button.";
209
210$arrLang['FIRE_BOLO'] = "Fire BOLO";
211$arrLang['FIRE_BOLO_notes'] = "If 'true' then Fire personnel will be able to view the BOLO board, else if 'false' then Fire personnel will not be able to view the BOLO board";
212
213$arrLang['FIRE_NCIC_NAME'] = "Fire NCIC Name";
214$arrLang['FIRE_NCIC_NAME_notes'] = "If 'true' then Fire personnel will be able to use the NCIC name lookup, else if 'false' then Fire personnel will not be able to use NCIC name lookup";
215
216$arrLang['FIRE_NCIC_PLATE'] = "Fire NCIC Plate";
217$arrLang['FIRE_NCIC_PLATE_notes'] = "If 'true' then Fire personnel will be able to use the NCIC plate lookup function, else if 'false' then Fire personnel will not be able to use the NICI plate lookup function.";
218//** End Fire Strings **//
219
220//** Begin EMS Strings **//
221$arrLang['EMS_PANIC'] = "EMS Panic";
222$arrLang['EMS_PANIC_notes'] = "If 'true' then Fire personnel will be able to use the Panic button, else if 'false' then EMS personnel will not be able to use the Panic button.";
223
224$arrLang['EMS_BOLO'] = "EMS BOLO";
225$arrLang['EMS_BOLO_notes'] = "If 'true' then Fire personnel will be able to view the BOLO board, else if 'false' then EMS personnel will not be able to view the BOLO board";
226
227$arrLang['EMS_NCIC_NAME'] = "EMS NCIC Name";
228$arrLang['EMS_NCIC_NAME_notes'] = "If 'true' then Fire personnel will be able to use the NCIC name lookup, else if 'false' then EMS personnel will not be able to use NCIC name lookup";
229
230$arrLang['EMS_NCIC_PLATE'] = "EMS NCIC Plate";
231$arrLang['EMS_NCIC_PLATE_notes'] = "If 'true' then Fire personnel will be able to use the NCIC plate lookup function, else if 'false' then EMS personnel will not be able to use the NCIC plate lookup function.";
232//** End EMS Strings **//
233
234//** Begin Roadside Assistance Strings **//
235$arrLang['ROADSIDE_PANIC'] = "Roadside Panic";
236$arrLang['ROADSIDE_PANIC_notes'] = "If 'true' then RAO will be able to use the Panic button, else if 'false' then RAO will not be able to use the Panic button.";
237
238$arrLang['ROADSIDE_BOLO'] = "Roadside BOLO";
239$arrLang['ROADSIDE_BOLO_notes'] = "If 'true' then RAO will be able to use the Panic button, else if 'false' then RAO will not be able to use the Panic button.";
240
241$arrLang['ROADSIDE_NCIC_NAME'] = "Roadside NCIC Name";
242$arrLang['ROADSIDE_NCIC_NAME_notes'] = "If 'true' then RAO will be able to use NCIC plate query without the need for a dispatcher, else if 'false' then RAO will require the presence of dispatcher to use NCIC plate query funcationality.";
243
244$arrLang['ROADSIDE_NCIC_PLATE'] = "Roadside NCIC Plate";
245$arrLang['ROADSIDE_NCIC_PLATE_notes'] = "If 'true' then RAO will be able to use NCIC plate query without the need for a dispatcher, else if 'false' then RAO will require the presence of dispatcher to use NCIC plate query funcationality.";
246
247$arrLang['ROADSIDE_CALL_SELFASSIGN'] = "Roadside Call Self Assign";
248$arrLang['ROADSIDE_CALL_SELFASSIGN_notes'] = "If 'true' then RAO will be able to use NCIC plate query without the need for a dispatcher, else if 'false' then RAO will require the presence of dispatcher to use NCIC plate query funcationality.";
249//** End Roadside Assistance Strings **//
250
251//** Begin Civilian Strings **//
252$arrLang['CIV_WARRANT'] = "Civilian Warrant Creation";
253$arrLang['CIV_WARRANT_notes'] = "If set to 'true' then Civs will be able to delete warrants from their profile, else if set to 'false' then Civs will not have the ability to remove warrants.";
254
255$arrLang['CIV_REG'] = "Instant Civilian Registration";
256$arrLang['CIV_REG_notes'] = "If set to 'true' then civillians will not require admin approval, esle if set to 'false' then Civillian registartion will require Admin approval. Allow/Disallow immediate regitration for civilians. If 'true' then civilian registartion will require Administrator approval else if 'false' then civilian registrations will NOT require Administrator approval.";
257
258$arrLang['CIV_LIMIT_MAX_IDENTITIES'] = "Civilian Maximum Identities";
259$arrLang['CIV_LIMIT_MAX_IDENTITIES_notes'] = "If CIV_LIMIT_MAX is '0' then civilians will be able to create unlimited identites. Otherwise, if CIV_LIMIT_MAX is a value other than '0' then it will cap the maximum number of possible identites to that value.";
260
261$arrLang['CIV_LIMIT_MAX_VEHICLES'] = "Civilian Maximum Vehicles";
262$arrLang['CIV_LIMIT_MAX_VEHICLES_notes'] = "If CIV_LIMIT_MAX_VEHICLES is '0' then civilian will be able to create unlimited vehicles. Otherwise, if CIV_LIMIT_MAX_VEHICLES is a value other than '0' then it will cap the maximum number of possible vehicles to that value";
263
264$arrLang['CIV_LIMIT_MAX_WEAPONS'] = "Civilian Maximum Weapons";
265$arrLang['CIV_LIMIT_MAX_WEAPONS_notes'] = "If CIV_LIMIT_MAX_WEAPONS is '0' then civilian will be able to create unlimited weapons. Otherwise, if CIV_LIMIT_MAX_WEAPONS is a value other than '0' then it will cap the maximum number of possible weapons to that value";
266//** End Civilian Strings **//
267
268//** Begin Administrative Strings**//
269$arrLang['MODERATOR_APPROVE_USER'] = "Moderator Approve User";
270$arrLang['MODERATOR_APPROVE_USER_notes'] = "If 'true' then Moderators will be able to approve new user requests, else, if 'false' then Moderators will not be able to approve new user requests.";
271
272$arrLang['MODERATOR_EDIT_USER'] = "Moderator Edit User";
273$arrLang['MODERATOR_EDIT_USER_notes'] = "If 'true' then Moderators will be able to edit users profile, if 'false' then Moderators will not be able to edit users profile. This includes name, email, identifier, and roles. Moderators will be able to add user groups but the removal of them is governed by the MODERATOR_REMOVE_GROUPS setting.";
274
275$arrLang['MODERATOR_DELETE_USER'] = "Moderator Delete User";
276$arrLang['MODERATOR_DELETE_USER_notes'] = "If 'true' then Moderators will be able to delete users, else if 'false' Moderators will not be able to delete users.";
277
278$arrLang['MODERATOR_SUSPEND_WITHOUT_REASON'] = "Moderator Suspend without Reason";
279$arrLang['MODERATOR_SUSPEND_WITHOUT_REASON_notes'] = "If 'true' then Moderators will be able suspend users without a reason, else if 'false' Moderators will not be able suspend users without a reason.";
280
281$arrLang['MODERATOR_SUSPEND_WITH_REASON'] = "Moderator Suspend with Reason";
282$arrLang['MODERATOR_SUSPEND_WITH_REASON_notes'] = "If 'true' then Moderators will be able suspend users with a reason, if 'false' Moderators will not be able suspend users with a reason.";
283
284$arrLang['MODERATOR_REACTIVATE_USER'] = "Moderator Reactivate User";
285$arrLang['MODERATOR_REACTIVATE_USER_notes'] = "If 'true' then Moderators will be able to ractvate users else, if 'false' Moderators will not be able to reactivate users.";
286
287$arrLang['MODERATOR_REMOVE_GROUP'] = "Moderator Remove Group";
288$arrLang['MODERATOR_REMOVE_GROUP_notes'] = "If 'true' then Moderators will be able to remove user's groups, else if 'false' Moderators will not be able to remove user's groups.";
289
290$arrLang['MODERATOR_NCIC_EDITOR'] = "Moderator NCIC Editor";
291$arrLang['MODERATOR_NCIC_EDITOR_notes'] = "If 'true' then Moderators will be able to access the NCIC editor, else if 'false' Moderators will not be able to access the NCCIC editor.";
292
293$arrLang['MODERATOR_DATA_MANAGER'] = "Moderator Data Manager";
294$arrLang['MODERATOR_DATA_MANAGER_notes'] = "If 'true' then Moderators will be able to access the Game Data Manager, else if 'false' then Moderators will not be able to access the Gam Data Manager.";
295
296$arrLang['MODERATOR_DATAMAN_CITATIONTYPES'] = "Moderator Citation Types Editor";
297$arrLang['MODERATOR_DATAMAN_CITATIONTYPES_notes'] = "If 'true' then Moderators will have access to the Citation Types Manager module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
298
299$arrLang['MODERATOR_DATAMAN_DEPARTMENTS'] = "Moderator Departments Editor";
300$arrLang['MODERATOR_DATAMAN_DEPARTMENTS_notes'] = "If 'true' then Moderators will have access to the Departments Manager module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
301
302$arrLang['MODERATOR_DATAMAN_INCIDENTTYPES'] = "Moderator Incident Types Editor";
303$arrLang['MODERATOR_DATAMAN_INCIDENTTYPES_notes'] = "If 'true' then Moderators will have access to the Incident Types Manager module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
304
305$arrLang['MODERATOR_DATAMAN_RADIOCODES'] = "Moderator Radio Codes Editor";
306$arrLang['MODERATOR_DATAMAN_RADIOCODES_notes'] = "If 'true' then Moderators will have access to the Radio Codes Manager module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
307
308$arrLang['MODERATOR_DATAMAN_STREETS'] = "Moderator Streets Editor";
309$arrLang['MODERATOR_DATAMAN_STREETS_notes'] = "If 'true' then Moderators will have access to the Streets Manager module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
310
311$arrLang['MODERATOR_DATAMAN_VECHILES'] = "Moderator Vehicles Editor";
312$arrLang['MODERATOR_DATAMAN_VEHICLES_notes'] = "If 'true' then Moderators will have access to the Vehicles Manager module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
313
314$arrLang['MODERATOR_DATAMAN_WARNINGTYPES'] = "Moderator Warning Types Editor";
315$arrLang['MODERATOR_DATAMAN_WARNINGTYPES_notes'] = "If 'true' then Moderators will have access to the Warning Types Manager module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
316
317$arrLang['MODERATOR_DATAMAN_WARRANTTYPES'] = "Moderator Warrant Types Editor";
318$arrLang['MODERATOR_DATAMAN_WARRANTTYPES_notes'] = "If 'true' then Moderators will have access to the Warrant Types Manager module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
319
320$arrLang['MODERATOR_DATAMAN_WEAPONS'] = "Moderator Weapons Editor";
321$arrLang['MODERATOR_DATAMAN_WEAPONS_notes'] = "If 'true' then Moderators will have access to the Weapons Manager module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
322
323$arrLang['MODERATOR_DATAMAN_IMPEXPRESET'] = "Moderator Import/Export/Reset";
324$arrLang['MODERATOR_DATAMAN_IMPEXPRESET_notes'] = "If 'true' then Moderators will have access to the Import/Export/Reset module of the Game Data Manager, else if 'false' then Moderators will be denied access.";
325//** End Administrative Strings**//
326
327//** Begin Extra Settings Strings **//
328$arrLang['DEMO_MODE'] = "Demo Mode";
329$arrLang['DEMO_MODE_notes'] = "'true' then various user management features of OpenCAD will be locked down, else if 'false' then OpenCAD's full functionality* will be available to use.";
330
331$arrLang['USE_GRAVATAR'] = "Gravatar";
332$arrLang['USE_GRAVATAR_notes'] = "OpenCAD will dynamically retrieve your avatar from {@link Gravatar http://en.gravatar.com/} if you have an account. Otherwise it will use the default generic avatar image included with OpenCAD .";
333//** End Extra Settings Strings **//
334
335//** Begin Common Global Strings **/
336$arrLang['WELCOME'] = "Welcome";
337$arrLang["GENERAL"] = "General";
338$arrLang["CAD_SYSTEM"] = "CAD System";
339$arrLang["EDIT"] = "Edit";
340$arrLang["DELETE"] = "Delete";
341$arrLang["NAME"] = "Name";
342$arrLang["EMAIL"] = "E-Mail";
343$arrLang["ROLE"] = "Role";
344$arrLang["IDENTIFIER"] = "Identifier";
345$arrLang["GROUPS"] = "Groups";
346$arrLang["ACTIONS"] = "Actions";
347$arrLang["NEXT"] = "Next";
348$arrLang["PREVIOUS"] = "Previous";
349$arrLang["SEARCH"] = "Search";
350$arrLang["DASHBOARD"] = "Dashboard";
351$arrLang["LOGOUT"] = "Logout";
352$arrLang["NEED_HELP"] = "Need Help?";
353$arrLang["FULLSCREEN"] = "Fullscreen";
354$arrLang["DOB"] = "DOB";
355$arrLang["ADDRESS"] = "Address";
356$arrLang["GENDER"] = "Gender";
357$arrLang["RACE"] = "Race";
358$arrLang["DL_STATUS"] = "DL Status";
359$arrLang["HAIR_COLOR"] = "Hair Color";
360$arrLang["BUILD"] = "Build";
361$arrLang["WEAPON_STATUS"] = "Weapon Status";
362$arrLang["WEAPON_NAME"] = "Weapon Name";
363$arrLang["WEAPON_TYPE"] ="Weapon Type";
364$arrLang["WEAPON_NOTES"] ="Weapon Notes";
365$arrLang["DECEASED"] = "Deceased";
366$arrLang["REG_PLATE"] = "Reg. Plate";
367$arrLang["VEHICLE_NOTES"] = "Vehicle Notes";
368$arrLang["NOT_YOU"] = "Not You?";
369$arrLang["ACTIVE_CALLS"] = "Active Calls";
370$arrLang["ACTIVE_BOLOS"] = "Active BOLOs";
371$arrLang["NCIC_NAME_LOOKUP"] = "NCIC Name Lookup";
372$arrLang["NCIC_PLATE_LOOKUP"] = "NCIC Plate Lookup";
373$arrLang["NCIC_WEAPON_LOOKUP"] = "NCIC Weapon Lookup";
374$arrLang["SEND"] = "Send";
375$arrLang["MY_PROFILE"] = "My Profile";
376//** End Common Global Strings */
377
378//** Begin Administrator/Moderator Console Strings **/
379$arrLang["CAD_ADMINISTRATION"] = "CAD Administration";
380$arrLang["STATISTICS_AT_A_GLANCE"] = "Statistics at a glance";
381$arrLang["TOTAL_USERS"] = "Total Users";
382$arrLang["ACEESS_REQUESTS"] = "Access Requests";
383$arrLang["THERE_ARE_CURRENTLY_NO_ACCESS_REQUESTS"] = "There are currently no access requests.";
384$arrLang["CAD_USER_MANAGEMENT"] = "CAD User Management";
385$arrLang["ACCOUNT_MANAGEMENT"] = "Account Management";
386$arrLang["SUSPEND_WITH_REASON"] = "Suspend With Reason";
387$arrLang["SUSPEND_WITHOUT_REASON"] = "Suspend Without Reason";
388$arrLang["NCIC_EDITOR"] = "NCIC Editor";
389$arrLang["NCIC_NAMES_DB"] = "No results found in the NCIC Names database.";
390$arrLang["NCIC_NAMES_DB_none"] = "NCIC Names Database";
391$arrLang["NCIC_VEHICLES_DB"] = "NCIC Vehicles Database";
392$arrLang["NCIC_VEHICLES_DB_none"] = "No results found in the NCIC Vehicles database.";
393$arrLang["NCIC_WEAPONS_DB"] = "NCIC Weapons Database";
394$arrLang["NCIC_WEAPONS_DB_none"] = "No results found in the NCIC Weapons database.";
395$arrLang["NCIC_WARNINGS_DB"] = "NCIC Warnings Database";
396$arrLang["NCIC_WARNINGS_DB_none"] = "No results found in the NCIC Weapons database.";
397$arrLang["NCIC_CITATIONS_DB"] = "NCIC Citations Database.";
398$arrLang["NCIC_CITATIONS_DB_none"] = "No results found in the NCIC Citations database.";
399$arrLang["NCIC_ARRESTS_DB"] = "NCIC Arrests Database";
400$arrLang["NCIC_ARRESTS_DB_none"] = "No results found in the NCIC Arrests database.";
401$arrLang["NCIC_WARRANTS_DB"] = "NCIC Warrants Database";
402$arrLang["NCIC_WARRANTS_DB_none"] = "No results found in the NCIC Warrants database";
403//** End Administrator/Moderator Console Strings **/
404
405//** Begin Civillian Console Strings **/
406$arrLang["CIVILLIAN_CONSOLE"] = "Civillian Console";
407$arrLang["MY_IDENTITIES"] = "My Identities";
408$arrLang["MY_IDENTITIES_none"] = "No results found in the the identities database.";
409$arrLang["MY_VEHICLES"] = "My Vehicles";
410$arrLang["MY_VEHICLES_none"] = "No results found in the vehicles database.";
411$arrLang["MY_WEAPONS"] = "My Weapons";
412$arrLang["MY_WEAPONS_none"] = "No results found in the weapons database.";
413$arrLang["MY_WARRANTS"] = "My Warrants";
414$arrLang["MY_WARRANTS_none"] = "No results found in the warrants database.";
415$arrLang["CREATE_A_CALL"] = "Create A Call";
416$arrLang["ADD_NEW_IDENTITY"] = "Add New Identity";
417$arrLang["Add_ADD_NEW_PLATE"] = "Add New Plate";
418$arrLang["ADD_NEW_WEAPON"] = "Add New Weapon";
419$arrLang["CIVILLIAN_DASHBOARD"] = "Civillian Dashboard";
420$arrLang["VIEW_WARRANTS"] = "View Warrans";
421$arrLang["CREATE_WARRANT"] = "Create Warrant";
422$arrLang["UPDATE"] = "Update";
423//** End Civillian Console Strings **/
424
425//** Begin CAD Console Strings **/
426$arrLang["CAD_CONSOLE"] = "CAD Console";
427$arrLang["ACTIVE_DISPATCHERS"] = "Active Dispatchers";
428$arrLang["ACTIVE_DISPATCHERS_none"] = "No dispatchers currently available.";
429$arrLang["AVAILABLE_UNITS"] = "Available Units";
430$arrLang["UNAVAILABLE_UNITS"] = "Unavailable Units";
431$arrLang["NEW_PERSONS_BOLO"] = "New Persons BOLO";
432$arrLang["NEW_VEHICLE_BOLO"] = "New Vehicle BOLO";
433$arrLang["NEW_CALL"] = "New Call";
434$arrLang["PANIC_BUTTON"] = "Panic Button";
435$arrLang["PRIORITY_TONE"] = "Priority Tone";
436$arrLang["STOP_BORADCASTING_BUTTON"] = "10-3 Tone";
437$arrLang["STOPWATCH"] = "Stopwatch";
438$arrLang["WARNINGS"] = "Warnings";
439$arrLang["CITATIONS"] = "Citations";
440$arrLang["ARREST_REPORT"] = "Arrest Report";
441$arrLang["WARRANTS"] = "Warrants";
442//** End CAD Console Strings *//
443
444//** Begin MDT Console Strings **/
445$arrLang["MDT_CONSOLE"] = "MDT Console";
446$arrLang["MY_STATUS"] = "My Status";
447$arrLang["MY_CALL"] ="My Call";
448$arrLang["VIEW_PERSONS_BOLOS"] = "View Persons BOLOs";
449$arrLang["VIEW_VEHICLE_BOLOS"] = "View Vehicle BOLOs";
450//** End MDT Console Strings *//
451
452//** Begin Profile Console Strings **/
453$arrLang["PASSWORD"] = "Password";
454$arrLang["CHANGE_PASSWORD"] = "Change Password";
455$arrLang["MY_PRFILE"] ="My Profile";
456//** End Profile Console Strings *//
457?>