-
Notifications
You must be signed in to change notification settings - Fork 0
/
english.php
518 lines (456 loc) · 20.5 KB
/
english.php
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
<?php
//Global
$lang_cancel = "Cancel";
$lang_duplicate = "Duplicate";
$lang_help = "Help";
$lang_help_url ="https://www.pulsecms.com/help/";
$lang_settings = "Settings";
$lang_account = "Account";
$lang_save = "Save";
$lang_rename_btn = "Rename";
$lang_title = "Pulse CMS";
// Auto backup
$lang_autobackup_email_subject_line = 'Pulse auto-backup reminder';
$lang_autobackup_email_text =<<<EOD
Hi,
Your Pulse install has generated a backup zip file.
Regards,
The Pulse CMS Team
EOD;
// Login
$lang_login_forgot_password = "Forgot your password ?";
$lang_login_forgot_password_email_body =<<<EOD
Hi,
Your Pulse password is PASSWORD
EOD;
$lang_login_forgot_password_email_subject_line = "Forgot your Pulse password?";
$lang_login_incorrect = "Your Password is Incorrect!";
$lang_login_password = "Password";
$lang_login_button = "Login";
$lang_nav_logout = "Logout";
$lang_login_otp = "OTP Password";
$lang_login_welcome = "Hi!";
$lang_login_name = "Pulse User";
$lang_login_forgot_password_message = 'Your password has been reset';
// Home
$lang_home_emptyfold = "This folder is empty.";
$lang_home_new = "New";
$lang_home_upload_button = "Upload";
$lang_home_preview = "Preview";
// Navigation
$lang_nav_title = "Navigation";
$lang_nav_home = "Dashboard";
$lang_nav_blocks = "Blocks";
$lang_nav_img = "Media";
$lang_nav_blog = "Blog";
$lang_nav_pages = "Pages";
$lang_nav_stats = "Stats";
// Navigation logged in bar
$lang_nav_logged_in_add_block = 'Add new block';
$lang_nav_logged_in_add_blog_post = 'Add new blog post';
$lang_nav_logged_in_add_media = 'Add new media';
$lang_nav_logged_in_add_page = 'Add new page';
// Gallery
$lang_gal_alt_gallery = "alt tag";
$lang_gal_caption_gallery = "Insert caption here";
$lang_gal_filename = "Filename";
$lang_gal_dimensions = "Dimensions";
$lang_gal_size = "Size";
$lang_gal_img = "IMG";
$lang_gal_link = "Link";
$lang_gallery_tool_tip = "To create a lightbox gallery, create a folder of images and use the embed tag.";
$lang_crop = 'Crop';
$lang_media_order = 'Order';
$lang_media_replace = 'Replace';
// Pages
$lang_pages_meta = "Meta";
$lang_pages_title = "Page Title";
$lang_pages_description = "Page Description";
$lang_pages_css = 'Inline CSS';
$lang_pages_js = 'Inline JS';
$lang_pages_template = 'Page Template';
// Create
$lang_create_file_or_folder = 'New page';
$lang_create_file_or_folder_block = "New Block";
$lang_create_file_or_folder_blog = "New Blog";
$lang_create_file_or_folder_page = "New Page";
$lang_create_file_or_folder_media = "New Media";
$lang_create_item_block = 'Block Item';
$lang_create_item_blog = 'Blog Item';
$lang_create_item_page = 'Page';
$lang_create_item_media = 'Media Item';
$lang_create_item_folder = 'Folder';
$lang_create_button = "Create";
$lang_create_tool_tip = "Pages, blocks and blog posts must end with '.txt', which will be automatically added. To create a folder or new blog, select Folder or Blog and Create.";
$lang_create_embed = "Embed";
$lang_create_embed_tag = "Embed Tag";
$lang_create_embed_url = "Embed URL:";
$lang_create_embed_html = "Embed HTML:";
$lang_create_embed_php = "Embed PHP:";
$lang_create_block_move = "Move block to";
$lang_create_media_move = "Move media to";
$lang_create_folder_error = 'Unable to create new folder';
$lang_create_folder_error_exists = 'New folder already exists';
$lang_create_folder_error_no_base = 'No base folder found';
$lang_create_folder_error_no_folder = 'No folder name entered';
// Delete
$lang_delete = 'Are you sure you want to delete ';
$lang_del_button = "Delete";
// Errors
$lang_error_create_ext = 'Invalid file extension.';
$lang_error_file_exists = 'A file with this name in this folder already exists.';
$lang_error_upload = 'You need to be in a Gallery to upload an image.';
$lang_no_content = 'no content found';
//Blog
$lang_blog_title = 'Blog Title';
$lang_blog_date = 'Date';
$lang_blog_read_more = 'Read more';
$lang_blog_back_button = 'Back';
$lang_blog_older = 'Older';
$lang_blog_newer = 'Newer';
$lang_blog_posted_in = 'Posted in:';
$lang_blog_error_folder = "You can't create a folder in Blog";
$lang_blog_tool_tip = "Blog entries are ordered by number, the highest numbering being the newest post.";
$lang_blog_import = 'Import';
$lang_blog_import_tool_tip = 'Import blog entries from RSS. The importer will import from RSS and ATOM formats.';
$lang_blog_import_page_max = 'Max number of pages';
$lang_blog_import_page_var = 'Paging variable name';
$lang_blog_import_url = 'URL';
$lang_blog_description = 'Blog Description';
$lang_blog_tags = 'Blog Tags (Comma separated)';
$lang_blog_tags_short = 'Blog Tags';
$lang_blog_url = 'Blog URL';
$lang_blog_index = 'Do you want this indexed?';
$lang_blog_nofollow = 'Do you want this "no follow?"';
$lang_blog_custom = 'Custom META description';
//Form
$lang_form_error1 = 'Please fill out field ';
$lang_form_error2a = 'Your field ';
$lang_form_error2b = ' is too long.';
$lang_form_subject_line = 'Contact';
$lang_form_email_sent = 'Email was sent';
$lang_form_sent_button = 'Send';
$lang_auto_thank_contact = 'Thank you for sending me an email - we will reply soon and have received your email';
//Newsletter Form
$lang_newsletter_thanks ='Thanks!';
$lang_newsletter_try_again ='Try again';
$lang_newsletter_placeholder ='Enter Email';
$lang_newsletter_send ='Sign Up';
// Redactor
$lang_redactor_mail_button = 'Adds an Email address';
$lang_redactor_mail_link_title = 'Send Email to me';
// Stats
$lang_stats_today = "Visitors";
$lang_stats_refers = "Top Referrers";
$lang_stats_pages = "Top Pages";
$lang_stats_refresh = "Refresh";
$lang_stats_pageviews = "Pageviews";
$lang_stats_per_visit = "Pages / Visit";
$lang_stats_bounce_rate ="Bounce Rate";
$lang_stats_online = "Online";
$lang_stats_thisweek = "This Week";
$lang_stats_todays_stats = "Today";
$lang_stats_nodata = "No Data";
$lang_stats_browsers = "browsers";
$lang_stats_countries = "countries";
$lang_stats_devices = "devices";
$lang_stats_systems = "systems";
// Sweet Alert
$lang_sweetalert_ok = "OK";
$lang_sweetalert_saved = "Saved";
// Custom post types
$lang_custom_post_type_error_illegal_characters = 'Custom post type name has illegal characters';
$lang_custom_post_type_error_illegal_name = 'Custom post type name has an illegal name';
$lang_custom_post_type_error_unknown_entry = 'This custom post type entry is unknown';
// Status messages
$lang_status_ok = 'Data saved';
// Dashboard
$lang_dashboard_backups = 'Backups';
$lang_dashboard_blocks = 'Blocks';
$lang_dashboard_edit_blocks = 'Edit Blocks';
$lang_dashboard_blog = 'Blog';
$lang_dashboard_edit_blog = 'Edit Blog';
$lang_dashboard_notes = 'Dashboard notes';
$lang_dashboard_file_storage = 'File Storage';
$lang_dashboard_media = 'Media';
$lang_dashboard_edit_media = 'Edit Media';
$lang_dashboard_pages = 'Pages';
$lang_dashboard_edit_page = 'Edit Page';
// Settings
$lang_settings_title = 'Pulse Settings';
$lang_settings_general = 'General';
$lang_settings_forms = 'Forms';
$lang_settings_security = 'Security';
$lang_settings_permissions = 'Permissions';
$lang_settings_extend = 'Extend';
// Settings: General
$lang_settings_path = 'Path';
$lang_settings_path_tooltip = 'Leave blank if installed in root folder';
$lang_settings_admin = 'Admin';
$lang_settings_admin_tooltip = 'Admin folder name';
$lang_settings_password = 'Password';
$lang_settings_password_tooltip = 'Something difficult to guess';
$lang_settings_backup_tooltip = 'Automatic site backup';
$lang_settings_backupemail = 'Backup email';
$lang_settings_backupemail_tooltip = 'The place to send the ZIP backup';
$lang_settings_time = 'Default timezone';
$lang_settings_language = 'Language';
$lang_settings_ip = 'Anonymize IP';
$lang_settings_frontpage = 'Front page display';
$lang_settings_adminfrontpage = 'Admin front page display';
$lang_settings_adminname = 'Admin username';
$lang_settings_adminname_tooltip = 'Used to display name for Blog posts';
$lang_settings_css = 'CSS overwrite for whole site';
$lang_settings_css_tooltip = 'Paste your CSS in here';
$lang_settings_js = 'JS overwrite for whole site';
$lang_settings_js_tooltip = 'Paste your JS in here';
// Settings: Avatar
$lang_settings_avatar_upload = 'Avatar upload';
// Settings: GDPR
$lang_settings_title_gdpr = 'GDPR';
$lang_settings_gdpr_enable_in_form = 'Enable GDPR in form tag';
$lang_settings_gdpr_enable_in_tag = 'Enable GDPR in tag';
$lang_settings_gdpr_tag_text = 'GDPR popup text';
$lang_settings_gdpr_tag_text_tooltip = 'GDPR popup text (tooltip)';
// Settings: Cache
$lang_settings_title_cache = 'Cache';
$lang_settings_cache = 'Enable frontend cache';
// Settings: Editor
$lang_settings_title_editor = 'Editor';
$lang_settings_wysiwyg = 'Enable WYSIWYG editor on Blocks (otherwise HTML and Markdown)';
$lang_settings_upload = 'Allowed files to upload';
$lang_settings_upload_tooltip = 'Use comma to separate file extensions';
$lang_settings_wysiwygpages = 'Enable WYSIWYG editor on Pages (otherwise HTML and Markdown)';
// Settings: Made in Pulse
$lang_settings_title_made_in_pulse = 'Made in Pulse';
$lang_settings_made_in_pulse = 'Made in Pulse badge added';
$lang_settings_made_in_pulse_label = 'Enable made-in-pulse content for template';
$lang_settings_theme_meta_author_show = 'Show author meta in theme';
$lang_settings_theme_meta_author_show_label = 'Show author meta in theme';
// Settings: Media
$lang_settings_title_media = 'Media';
$lang_settings_jpeg = 'JPEG quality';
$lang_settings_jpeg_tooltip = 'Use 100 for full JPEG quality (larger files)';
$lang_settings_jpegresample = 'JPEG resampling "off"';
$lang_settings_jpegsize = 'JPEG quality';
$lang_settings_jpegsize_tooltip = 'Scale JPEGs to a max pixel size (height)';
$lang_settings_thumbheight = 'Thumbnail height';
$lang_settings_thumbheight_tooltip = 'Height in px';
$lang_settings_thumb = 'Create thumbnails';
// Settings: Navigation
$lang_settings_title_navigation = 'Navigation';
$lang_settings_navigationmenu = 'Enable frontend editing';
$lang_settings_title_managenavigation = 'Manage site navigation';
// Settings: Google Analytics
$lang_settings_title_google = 'Google Analytics';
$lang_settings_google = 'Analytics tracking code';
$lang_settings_google_tooltip = 'Paste your Google Analytics tracking code snippet here';
// Settings: GeoIP
$lang_settings_title_geoip = 'GeoIP';
$lang_settings_geoip = 'GeoIP data for site stats';
$lang_settings_geoip_label = 'Enable GeoIP for stats here';
$lang_settings_geoip_api_key = 'GeoIP service API KEY';
$lang_settings_geoip_api_key_tooltip = 'GeoIP service API KEY';
$lang_settings_geoip_service = 'GeoIP service';
$lang_settings_geoip_service_tooltip = 'freegeoip, ipstack, snoopi';
// Settings: OGP
$lang_settings_title_ogp = 'OGP';
$lang_settings_ogp = 'OGP default image';
$lang_settings_ogp_tooltip = 'Relative or absolute link';
// Settings: Blog
$lang_settings_title_blog = 'Blog';
$lang_settings_blogresults = 'Results per page';
$lang_settings_blogresults_tooltip = 'Blog posts per page';
$lang_settings_blogdisqus = 'Enable Disqus comments';
$lang_settings_blogdisqususer = 'Disqus username';
$lang_settings_blogdisqususer_tooltip = 'Add your Disqus account shortname';
$lang_settings_blogdate = 'Date format';
$lang_settings_blogdate_tooltip = 'PHP date format. For more see: https://php.net/manual/en/function.date.php';
$lang_settings_blog_flag_reverse = 'Reverse blog list order';
$lang_settings_blogmasonry = 'Enable Blog masonry layout';
// Settings: RSS
$lang_settings_title_rss = 'RSS';
$lang_settings_rsstitle = 'RSS blog title';
$lang_settings_rsstitle_tooltip = 'My Blog';
$lang_settings_rssdescription = 'RSS blog description';
$lang_settings_rssdescription_tooltip = 'This is my blog.';
$lang_settings_rssurl = 'Blog URL';
$lang_settings_rssurl_tooltip = 'http://example.com/blog';
$lang_settings_rsslang = 'Date format';
$lang_settings_rsslang_tooltip = 'en-gb';
$lang_settings_rssurlprefix = 'Blog URL prefix';
$lang_settings_rssurlprefix_tooltip = '(blog) would be blog-1-post-title, also edit in htaccess';
// Settings: SMTP Settings
$lang_settings_title_smtp = 'SMTP Settings';
$lang_settings_smtpusername = 'SMTP username';
$lang_settings_smtpusername_tooltip = 'Only fill in if want to use SMTP';
$lang_settings_smtppassword = 'SMTP password';
$lang_settings_smtppassword_tooltip = 'Password';
$lang_settings_smtphost = 'SMTP host';
$lang_settings_smtphost_tooltip = 'mail.server.com';
$lang_settings_smtpport = 'SMTP port';
$lang_settings_smtpport_tooltip = '465';
// Settings: SweetAlert
$lang_settings_title_sweetalert = 'SweetAlert Settings';
$lang_settings_sweetalert_active_tooltip = 'Activate alerts';
$lang_settings_sweetalert_active = 'Activate';
$lang_settings_sweetalert_timeout_tooltip = 'Timeout delay (milliseconds)';
$lang_settings_sweetalert_timeout = 'Timeout';
// Settings: Pagination
$lang_settings_title_pagination = 'Pagination';
$lang_settings_paginationlinks = 'Page links to show';
$lang_settings_paginationlinks_tooltip = 'Appears on Blocks and Pages navigation for example';
$lang_settings_paginationpages = 'Results per page';
$lang_settings_paginationpages_tooltip = 'How many pages to appear per link';
// Settings: Forms
$lang_settings_forminputname = 'Name input';
$lang_settings_forminputname_tooltip = 'text';
$lang_settings_forminputemail = 'Email input';
$lang_settings_forminputemail_tooltip = 'email';
$lang_settings_forminputtel = 'Tel input';
$lang_settings_forminputtel_tooltip = 'text';
$lang_settings_formnamename = 'Text for Name';
$lang_settings_formnamename_tooltip = 'Name';
$lang_settings_formemailname = 'Text for Email';
$lang_settings_formemailname_tooltip = 'Email';
$lang_settings_formtextarea = 'Textarea size';
$lang_settings_formtextarea_tooltip = 'Number of rows in comment textarea';
$lang_settings_formemail = 'Form recipient';
$lang_settings_formemail_tooltip = 'Separate multiple recipients by a comma';
$lang_settings_formsubject = 'Form subject line';
$lang_settings_formsubject_tooltip = 'You received an email';
$lang_settings_formthanks = 'Enable automatic thank you reply after submission';
$lang_settings_formredirect = 'Submission redirect';
$lang_settings_formredirect_tooltip = 'http://yoursite.com/thanks';
$lang_settings_formcomment = 'Text/Label for comment';
$lang_settings_formcommentname_tooltip = 'Comment';
$lang_settings_form_gdpr = 'GDPR input';
$lang_settings_form_gdpr_name_tooltip = 'GDPR';
$lang_settings_formphone = 'Text/Label for phone';
$lang_settings_formphonename_tooltip = 'Phone';
// Settings: OTP One-Time Password
$lang_settings_title_otp = 'One Time Password settings (Admin)';
$lang_settings_otpactivate = 'Activate One Time Password';
$lang_settings_otpsecret = 'One Time Password secret';
$lang_settings_otpsecret_tooltip = 'Get from OTP mobile app, such as Google Authenticator';
// Settings: reCAPTCHA
$lang_settings_title_recap = 'reCAPTCHA';
$lang_settings_recapkey = 'reCAPTCHA Site Key';
$lang_settings_recapkey_tooltip = 'Get from Google account: https://www.google.com/recaptcha';
$lang_settings_recapkeysecret = 'reCAPTCHA Secret Key';
$lang_settings_recapkeysecret_tooltip = 'Get from Google account: https://www.google.com/recaptcha';
// Settings: Permissions
$lang_settings_title_editor = 'Editor User';
$lang_settings_editor = 'Enable Editor user';
$lang_settings_editorpass = 'Editor password';
$lang_settings_editorpass_tooltip = 'Something difficult to guess';
$lang_settings_editoruser = 'Editor username';
$lang_settings_editoruser_tooltip = 'Used to display name for Blog posts';
$lang_settings_title_editorotp = 'One Time Password settings (Editor)';
$lang_settings_editorotpactivate = 'Activate One Time Password';
$lang_settings_editorotpsecret = 'One Time Password secret';
$lang_settings_editorotpsecret_tooltip = 'Get from OTP mobile app, such as Google Authenticator';
$lang_settings_title_editoraccess = 'Allow Editor to access any (or all) of these blocks:';
$lang_settings_title_editorpagesaccess = 'Allow Editor to access any (or all) of these pages:';
// Settings: Extend
$lang_settings_title_themes = 'Themes';
$lang_settings_themeselect = 'Theme selected';
$lang_settings_themeupload = 'Upload theme ZIP';
$lang_settings_title_plugins = 'Plugins';
$lang_settings_pluginupload = 'Upload plugin ZIP';
$lang_settings_title_customposts = 'Custom Post Types';
$lang_settings_managecustomposts = 'Manage custom post types';
$lang_settings_themeuploader = 'Upload a new theme ZIP file';
$lang_settings_pluginuploader = 'Upload a new plugin ZIP file';
$lang_settings_title_debug_info = 'Debug Info';
$lang_settings_manage_debug_info = 'Debug Info';
$lang_settings_manage_log_viewer = 'Log viewer';
$lang_settings_title_update = 'Update';
$lang_settings_manage_update = 'Update';
// Settings: Media
$lang_settings_mediaupload = 'Upload a media file';
// Settings: Navigation
$lang_settings_navigationtitle = 'Manage the navigation links';
$lang_settings_navigationsubtitle = 'Drag and drop to re-order the list.';
$lang_settings_navigationsubmenu = 'Add sub-menu';
$lang_settings_navigation_non_pulse_page = 'Add non Pulse item';
$lang_settings_navigation_non_pulse_name = 'Name';
$lang_settings_navigation_non_pulse_url = 'URL';
$lang_settings_navigation_activate = 'Activate';
$lang_settings_navigation_add_menu = "Add menu";
$lang_settings_navigation_menus = "Menus";
// Settings: Custom Post Type
$lang_settings_custompostentries = 'Custom post type entries for:';
$lang_settings_custompostadd = 'Add a new entry';
$lang_settings_title_custompostedit = 'Custom post type entries for:';
$lang_settings_custompostback = '< Back to the list page';
$lang_settings_custompostname = 'Post Name';
$lang_settings_custompostdelete = 'custom post type entry';
$lang_settings_custompostaddentry = 'Add a custom post type entry for:';
$lang_settings_customposttypes = 'Custom post types';
$lang_settings_custompostmanage = 'manage entries';
$lang_settings_custompostmanageedit = 'edit';
$lang_settings_custompostmanageadd = 'Add a new custom post type';
$lang_settings_title_custompostedit_title = 'Edit a custom post type';
$lang_settings_title_custompostedit_titlein = 'Edit a custom post type entry in:';
$lang_settings_custompostdefadd = 'Add a custom post type';
$lang_settings_custompostdeftypename = 'Post type name';
$lang_settings_custompostdefname = 'Name';
$lang_settings_custompostdeftype = 'Type';
$lang_settings_custompostdeffield = 'Field';
$lang_settings_custompostcontent = 'Content';
// log viewer
$lang_settings_log_viewer_log_files = 'Log files';
$lang_settings_log_viewer_log_content = 'Log entries';
// Tags
$lang_settings_title_tags = 'Tags';
$lang_settings_manage_tags = 'Manage Tags';
$lang_settings_tags_title = 'Manage the tags';
$lang_settings_tags_subtitle = 'Add / Delete tags and descriptions.';
$lang_settings_tags_name = 'Name';
$lang_settings_tags_description = 'Description';
// Template Strings
$lang_settings_title_template_strings = 'Template Text';
$lang_settings_template_string_admin_login_welcome_tooltip = 'Anything in a span tag is highlighted. Current: Hi! Pulse User';
$lang_settings_template_string_admin_login_welcome = 'Login Welcome Text';
// User Group List
$lang_settings_title_user_group_list = 'User Group List';
$lang_settings_manage_user_group_list = 'Manage User Group List';
$lang_settings_user_group_list_title = 'Manage Groups';
$lang_settings_user_group_list_subtitle = 'Add / Delete groups';
$lang_settings_user_group_list_group_name = 'Group Name';
$lang_settings_user_group_list_permissions = 'Access Permissions';
$lang_settings_user_group_list_read = 'Read';
$lang_settings_user_group_list_read_write = 'Read/Write';
$lang_settings_user_group_list_access_denied = 'Access to this item is denied';
// User List
$lang_settings_title_user_list = 'User List';
$lang_settings_manage_user_list = 'Manage User List';
$lang_settings_user_list_title = 'Manage Users';
$lang_settings_user_list_subtitle = 'Add / Delete users';
$lang_settings_user_list_acl_role = 'User Role';
$lang_settings_user_list_otp_activate = 'Activate OTP';
$lang_settings_user_list_password = 'Password';
$lang_settings_user_list_username = 'Username';
$lang_settings_user_list_error_no_group = 'Please add a user group to the new user';
// Search
$lang_search_title = 'Search';
$lang_search_placeholder = 'Search Term';
$lang_search_cta = 'Search';
$lang_search_noresults = 'No results found';
$lang_search_results = 'Search results';
$lang_search_links = 'Link to';
// Page List
$lang_pagelist = 'Page List';
// Admin - Debug info
$lang_debug_info_title = 'Debug info';
$lang_debug_info_path = 'Path';
$lang_debug_info_title_sub = 'File/Directory permissions';
$lang_debug_info_button = 'Download';
$lang_debug_info_text = 'Download the zip file';
// Admin - Open
$lang_open_meta_searchable = 'Show in search';
// Admin - Update
$lang_update_title = 'Update a Pulse CMS install';
$lang_update_title_sub = 'Upload the new PulseCMS zip file';
$lang_update_button = 'Update';