-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlg.pg.admin.themes.php
28 lines (24 loc) · 1.33 KB
/
lg.pg.admin.themes.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
<?php
// SECURITY: Don't allow direct calls to this file outside the context of HelpSpot
if (! defined('cBASEPATH')) {
die();
}
/* EDITING NOTES
1. Some strings contain %s symbols, these must be maintained
2. Any single quotes must be preceded by a slash like this: \' ex: there\'s
3. If you modify this file, be sure to back it up in case you overwrite it during an upgrade by accident
*/
define('lg_admin_themes_title', 'Themes');
define('lg_admin_themes_admin', 'Theme Selection');
define('lg_admin_themes_theme', 'Try/Select Admin Theme');
define('lg_admin_themes_portaltheme', 'Select Portal Theme');
define('lg_admin_themes_save', 'Save Theme');
define('lg_admin_themes_custom', 'Build custom themes, <a href="http://www.helpspot.com/helpdesk/index.php?pg=kb.page&id=403">learn how</a>');
define('lg_admin_themes_pt_clean', 'Clean');
define('lg_admin_themes_pt_cleandesc', 'A clean and modern theme that is easy to customize.');
define('lg_admin_themes_pt_grey', 'Grey');
define('lg_admin_themes_pt_greydesc', 'A modern and sophisticated theme.');
define('lg_admin_themes_pt_blue', 'Blue');
define('lg_admin_themes_pt_bluedesc', 'A light theme that can be easily customize to match another sites look or used as is.');
define('lg_admin_themes_pt_classic', 'Classic');
define('lg_admin_themes_pt_classicdesc', 'Our simple original portal theme.');