@@ -2,125 +2,125 @@ |
||
2 | 2 | |
3 | 3 | # Admin ip |
4 | 4 | |
5 | -define('CONFIG_ADMIN_IP', ''); |
|
5 | +define('CONFIG_ADMIN_IP', ''); |
|
6 | 6 | |
7 | 7 | # Session |
8 | 8 | |
9 | -define('CONFIG_SESSION_NAME', '_sessid'); |
|
10 | -define('CONFIG_SESSION_LIFETIME', 2592000); # 30 days |
|
9 | +define('CONFIG_SESSION_NAME', '_sessid'); |
|
10 | +define('CONFIG_SESSION_LIFETIME', 2592000); # 30 days |
|
11 | 11 | |
12 | 12 | # Language |
13 | 13 | |
14 | -define('CONFIG_LANGUAGE_COOKIE_EXPIRES', 30758400); # 356 days |
|
14 | +define('CONFIG_LANGUAGE_COOKIE_EXPIRES', 30758400); # 356 days |
|
15 | 15 | |
16 | 16 | # Template |
17 | 17 | |
18 | -define('CONFIG_TEMPLATE_COOKIE_EXPIRES', 30758400); # 356 days |
|
18 | +define('CONFIG_TEMPLATE_COOKIE_EXPIRES', 30758400); # 356 days |
|
19 | 19 | |
20 | 20 | # Page |
21 | 21 | |
22 | -define('CONFIG_PAGE_TITLE_MAX_LENGTH', 255); |
|
23 | -define('CONFIG_PAGE_NAME_MAX_LENGTH', 60); |
|
24 | -define('CONFIG_PAGE_DESCRIPTION_MAX_LENGTH', 512); |
|
25 | -define('CONFIG_PAGE_KEYWORDS_MAX_LENGTH', 512); |
|
22 | +define('CONFIG_PAGE_TITLE_MAX_LENGTH', 255); |
|
23 | +define('CONFIG_PAGE_NAME_MAX_LENGTH', 60); |
|
24 | +define('CONFIG_PAGE_DESCRIPTION_MAX_LENGTH', 512); |
|
25 | +define('CONFIG_PAGE_KEYWORDS_MAX_LENGTH', 512); |
|
26 | 26 | |
27 | 27 | # Menuitem |
28 | 28 | |
29 | -define('CONFIG_MENUITEM_TEXT_MAX_LENGTH', 255); |
|
30 | -define('CONFIG_MENUITEM_SLUG_MAX_LENGTH', 255); |
|
31 | -define('CONFIG_MENUITEM_POSITION_MAX_LENGTH', 2); |
|
29 | +define('CONFIG_MENUITEM_TEXT_MAX_LENGTH', 255); |
|
30 | +define('CONFIG_MENUITEM_SLUG_MAX_LENGTH', 255); |
|
31 | +define('CONFIG_MENUITEM_POSITION_MAX_LENGTH', 2); |
|
32 | 32 | |
33 | 33 | # Variables |
34 | 34 | |
35 | -define('CONFIG_VARIABLE_TITLE_MAX_LENGTH', 64); |
|
36 | -define('CONFIG_VARIABLE_NAME_MAX_LENGTH', 32); |
|
37 | -define('CONFIG_VARIABLE_VALUE_MAX_LENGTH', 255); |
|
35 | +define('CONFIG_VARIABLE_TITLE_MAX_LENGTH', 64); |
|
36 | +define('CONFIG_VARIABLE_NAME_MAX_LENGTH', 32); |
|
37 | +define('CONFIG_VARIABLE_VALUE_MAX_LENGTH', 255); |
|
38 | 38 | |
39 | 39 | # Widgets |
40 | 40 | |
41 | -define('CONFIG_WIDGET_TITLE_MAX_LENGTH', 64); |
|
42 | -define('CONFIG_WIDGET_NAME_MAX_LENGTH', 32); |
|
41 | +define('CONFIG_WIDGET_TITLE_MAX_LENGTH', 64); |
|
42 | +define('CONFIG_WIDGET_NAME_MAX_LENGTH', 32); |
|
43 | 43 | |
44 | 44 | # Filemanager |
45 | 45 | |
46 | -define('CONFIG_FILEMANAGER_NAME_MAX_LENGTH', 128); |
|
46 | +define('CONFIG_FILEMANAGER_NAME_MAX_LENGTH', 128); |
|
47 | 47 | |
48 | 48 | # User |
49 | 49 | |
50 | -define('CONFIG_USER_SESSION_LIFETIME', 604800); # 7 days |
|
51 | -define('CONFIG_USER_SECRET_LIFETIME', 86400); # 1 day |
|
50 | +define('CONFIG_USER_SESSION_LIFETIME', 604800); # 7 days |
|
51 | +define('CONFIG_USER_SECRET_LIFETIME', 86400); # 1 day |
|
52 | 52 | |
53 | -define('CONFIG_USER_NAME_MIN_LENGTH', 4); |
|
54 | -define('CONFIG_USER_NAME_MAX_LENGTH', 16); |
|
53 | +define('CONFIG_USER_NAME_MIN_LENGTH', 4); |
|
54 | +define('CONFIG_USER_NAME_MAX_LENGTH', 16); |
|
55 | 55 | |
56 | -define('CONFIG_USER_PASSWORD_MIN_LENGTH', 4); |
|
57 | -define('CONFIG_USER_PASSWORD_MAX_LENGTH', 32); |
|
56 | +define('CONFIG_USER_PASSWORD_MIN_LENGTH', 4); |
|
57 | +define('CONFIG_USER_PASSWORD_MAX_LENGTH', 32); |
|
58 | 58 | |
59 | -define('CONFIG_USER_EMAIL_MAX_LENGTH', 128); |
|
59 | +define('CONFIG_USER_EMAIL_MAX_LENGTH', 128); |
|
60 | 60 | |
61 | -define('CONFIG_USER_FIRST_NAME_MAX_LENGTH', 32); |
|
62 | -define('CONFIG_USER_LAST_NAME_MAX_LENGTH', 32); |
|
61 | +define('CONFIG_USER_FIRST_NAME_MAX_LENGTH', 32); |
|
62 | +define('CONFIG_USER_LAST_NAME_MAX_LENGTH', 32); |
|
63 | 63 | |
64 | -define('CONFIG_USER_CITY_MAX_LENGTH', 32); |
|
64 | +define('CONFIG_USER_CITY_MAX_LENGTH', 32); |
|
65 | 65 | |
66 | -define('CONFIG_USER_CAPTCHA_MAX_LENGTH', 16); |
|
66 | +define('CONFIG_USER_CAPTCHA_MAX_LENGTH', 16); |
|
67 | 67 | |
68 | 68 | # Captcha |
69 | 69 | |
70 | -define('CONFIG_CAPTCHA_LENGTH', 5); |
|
70 | +define('CONFIG_CAPTCHA_LENGTH', 5); |
|
71 | 71 | |
72 | -define('CONFIG_CAPTCHA_WIDTH', 150); |
|
73 | -define('CONFIG_CAPTCHA_HEIGHT', 40); |
|
72 | +define('CONFIG_CAPTCHA_WIDTH', 150); |
|
73 | +define('CONFIG_CAPTCHA_HEIGHT', 40); |
|
74 | 74 | |
75 | -define('CONFIG_CAPTCHA_FONT', 'Fonts/airstrip.ttf'); |
|
76 | -define('CONFIG_CAPTCHA_FONT_SIZE', 20); |
|
75 | +define('CONFIG_CAPTCHA_FONT', 'Fonts/airstrip.ttf'); |
|
76 | +define('CONFIG_CAPTCHA_FONT_SIZE', 20); |
|
77 | 77 | |
78 | -define('CONFIG_CAPTCHA_TEXT_INDENT', 15); |
|
79 | -define('CONFIG_CAPTCHA_TEXT_STEP', 25); |
|
78 | +define('CONFIG_CAPTCHA_TEXT_INDENT', 15); |
|
79 | +define('CONFIG_CAPTCHA_TEXT_STEP', 25); |
|
80 | 80 | |
81 | 81 | # Admin |
82 | 82 | |
83 | -define('CONFIG_ADMIN_LANGUAGE_DEFAULT', 'en-US'); |
|
84 | -define('CONFIG_ADMIN_TEMPLATE_DEFAULT', 'Default'); |
|
83 | +define('CONFIG_ADMIN_LANGUAGE_DEFAULT', 'en-US'); |
|
84 | +define('CONFIG_ADMIN_TEMPLATE_DEFAULT', 'Default'); |
|
85 | 85 | |
86 | -define('CONFIG_ADMIN_PAGES_DISPLAY', 50); |
|
87 | -define('CONFIG_ADMIN_MENUITEMS_DISPLAY', 50); |
|
88 | -define('CONFIG_ADMIN_VARIABLES_DISPLAY', 50); |
|
89 | -define('CONFIG_ADMIN_WIDGETS_DISPLAY', 50); |
|
90 | -define('CONFIG_ADMIN_USERS_DISPLAY', 50); |
|
86 | +define('CONFIG_ADMIN_PAGES_DISPLAY', 50); |
|
87 | +define('CONFIG_ADMIN_MENUITEMS_DISPLAY', 50); |
|
88 | +define('CONFIG_ADMIN_VARIABLES_DISPLAY', 50); |
|
89 | +define('CONFIG_ADMIN_WIDGETS_DISPLAY', 50); |
|
90 | +define('CONFIG_ADMIN_USERS_DISPLAY', 50); |
|
91 | 91 | |
92 | -define('CONFIG_ADMIN_FILEMANAGER_ITEMS_DISPLAY', 50); |
|
92 | +define('CONFIG_ADMIN_FILEMANAGER_ITEMS_DISPLAY', 50); |
|
93 | 93 | |
94 | 94 | # Site |
95 | 95 | |
96 | -define('CONFIG_SITE_LANGUAGE_DEFAULT', 'en-US'); |
|
97 | -define('CONFIG_SITE_TEMPLATE_DEFAULT', 'Default'); |
|
96 | +define('CONFIG_SITE_LANGUAGE_DEFAULT', 'en-US'); |
|
97 | +define('CONFIG_SITE_TEMPLATE_DEFAULT', 'Default'); |
|
98 | 98 | |
99 | -define('CONFIG_SITE_TITLE_DEFAULT', 'Demo Site'); |
|
100 | -define('CONFIG_SITE_SLOGAN_DEFAULT', 'A place for site slogan'); |
|
99 | +define('CONFIG_SITE_TITLE_DEFAULT', 'Demo Site'); |
|
100 | +define('CONFIG_SITE_SLOGAN_DEFAULT', 'A place for site slogan'); |
|
101 | 101 | |
102 | -define('CONFIG_SITE_TITLE_MAX_LENGTH', 128); |
|
103 | -define('CONFIG_SITE_SLOGAN_MAX_LENGTH', 255); |
|
104 | -define('CONFIG_SITE_DESCRIPTION_MAX_LENGTH', 512); |
|
105 | -define('CONFIG_SITE_KEYWORDS_MAX_LENGTH', 512); |
|
102 | +define('CONFIG_SITE_TITLE_MAX_LENGTH', 128); |
|
103 | +define('CONFIG_SITE_SLOGAN_MAX_LENGTH', 255); |
|
104 | +define('CONFIG_SITE_DESCRIPTION_MAX_LENGTH', 512); |
|
105 | +define('CONFIG_SITE_KEYWORDS_MAX_LENGTH', 512); |
|
106 | 106 | |
107 | 107 | # System |
108 | 108 | |
109 | -define('CONFIG_SYSTEM_URL_MAX_LENGTH', 128); |
|
110 | -define('CONFIG_SYSTEM_URL_DEFAULT', 'http://example.com'); |
|
109 | +define('CONFIG_SYSTEM_URL_MAX_LENGTH', 128); |
|
110 | +define('CONFIG_SYSTEM_URL_DEFAULT', 'http://example.com'); |
|
111 | 111 | |
112 | -define('CONFIG_SYSTEM_EMAIL_MAX_LENGTH', 128); |
|
113 | -define('CONFIG_SYSTEM_EMAIL_DEFAULT', '[email protected]'); |
|
112 | +define('CONFIG_SYSTEM_EMAIL_MAX_LENGTH', 128); |
|
113 | +define('CONFIG_SYSTEM_EMAIL_DEFAULT', '[email protected]'); |
|
114 | 114 | |
115 | -define('CONFIG_SYSTEM_TIMEZONE_DEFAULT', 'UTC'); |
|
115 | +define('CONFIG_SYSTEM_TIMEZONE_DEFAULT', 'UTC'); |
|
116 | 116 | |
117 | 117 | # Database |
118 | 118 | |
119 | -define('CONFIG_DATABASE_SERVER_MAX_LENGTH', 128); |
|
120 | -define('CONFIG_DATABASE_USER_MAX_LENGTH', 64); |
|
121 | -define('CONFIG_DATABASE_PASSWORD_MAX_LENGTH', 64); |
|
122 | -define('CONFIG_DATABASE_NAME_MAX_LENGTH', 64); |
|
119 | +define('CONFIG_DATABASE_SERVER_MAX_LENGTH', 128); |
|
120 | +define('CONFIG_DATABASE_USER_MAX_LENGTH', 64); |
|
121 | +define('CONFIG_DATABASE_PASSWORD_MAX_LENGTH', 64); |
|
122 | +define('CONFIG_DATABASE_NAME_MAX_LENGTH', 64); |
|
123 | 123 | |
124 | 124 | # Other |
125 | 125 | |
126 | -define('CONFIG_UPLOADS_MAX_SIZE', 104857600); # 100 MB |
|
126 | +define('CONFIG_UPLOADS_MAX_SIZE', 104857600); # 100 MB |
@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | # Regular expressions |
4 | 4 | |
5 | -define('REGEX_MAP_PATH_ITEM_NAME', '/^[a-zA-Z0-9_\-\+\.\,\'\*\(\)\[\]:;!$%~]+$/'); |
|
6 | -define('REGEX_MAP_HANDLER_ITEM_NAME', '/^[A-Z][a-zA-Z0-9]*$/'); |
|
5 | +define('REGEX_MAP_PATH_ITEM_NAME', '/^[a-zA-Z0-9_\-\+\.\,\'\*\(\)\[\]:;!$%~]+$/'); |
|
6 | +define('REGEX_MAP_HANDLER_ITEM_NAME', '/^[A-Z][a-zA-Z0-9]*$/'); |
|
7 | 7 | |
8 | -define('REGEX_LANGUAGE_NAME', '/^[a-z][a-z]-[A-Z][A-Z]$/'); |
|
9 | -define('REGEX_TEMPLATE_NAME', '/^[A-Z0-9][a-zA-Z0-9]*$/'); |
|
8 | +define('REGEX_LANGUAGE_NAME', '/^[a-z][a-z]-[A-Z][A-Z]$/'); |
|
9 | +define('REGEX_TEMPLATE_NAME', '/^[A-Z0-9][a-zA-Z0-9]*$/'); |
|
10 | 10 | |
11 | -define('REGEX_USER_AUTH_CODE', '/^[a-zA-Z0-9]{40}$/'); |
|
11 | +define('REGEX_USER_AUTH_CODE', '/^[a-zA-Z0-9]{40}$/'); |
|
12 | 12 | |
13 | -define('REGEX_USER_NAME', '/^(?!_)(?!.*_$)(?!.*_{2,})[a-zA-Z0-9_]+$/'); |
|
14 | -define('REGEX_USER_PASSWORD', '/^.+$/'); |
|
13 | +define('REGEX_USER_NAME', '/^(?!_)(?!.*_$)(?!.*_{2,})[a-zA-Z0-9_]+$/'); |
|
14 | +define('REGEX_USER_PASSWORD', '/^.+$/'); |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | # Database tables |
4 | 4 | |
5 | -define('TABLE_PAGES', 'pages'); |
|
6 | -define('TABLE_MENU', 'menu'); |
|
7 | -define('TABLE_VARIABLES', 'variables'); |
|
8 | -define('TABLE_WIDGETS', 'widgets'); |
|
5 | +define('TABLE_PAGES', 'pages'); |
|
6 | +define('TABLE_MENU', 'menu'); |
|
7 | +define('TABLE_VARIABLES', 'variables'); |
|
8 | +define('TABLE_WIDGETS', 'widgets'); |
|
9 | 9 | |
10 | -define('TABLE_USERS', 'users'); |
|
11 | -define('TABLE_USERS_SECRETS', 'users_secrets'); |
|
12 | -define('TABLE_USERS_SESSIONS', 'users_sessions'); |
|
10 | +define('TABLE_USERS', 'users'); |
|
11 | +define('TABLE_USERS_SECRETS', 'users_secrets'); |
|
12 | +define('TABLE_USERS_SESSIONS', 'users_sessions'); |
@@ -4,21 +4,21 @@ |
||
4 | 4 | |
5 | 5 | # Captcha generate exception |
6 | 6 | |
7 | - class Captcha extends Exception { |
|
7 | + class Captcha extends Exception { |
|
8 | 8 | |
9 | 9 | protected $message = 'Error generating captcha'; |
10 | 10 | } |
11 | 11 | |
12 | 12 | # Sitemap generate exception |
13 | 13 | |
14 | - class Sitemap extends Exception { |
|
14 | + class Sitemap extends Exception { |
|
15 | 15 | |
16 | 16 | protected $message = 'Error generating sitemap'; |
17 | 17 | } |
18 | 18 | |
19 | 19 | # View not initialized exception |
20 | 20 | |
21 | - class View extends Exception { |
|
21 | + class View extends Exception { |
|
22 | 22 | |
23 | 23 | protected $message = 'View is not initialized'; |
24 | 24 | } |
@@ -58,43 +58,43 @@ |
||
58 | 58 | 'INSTALL_PAGE_INDEX_TITLE' => 'Головна', |
59 | 59 | |
60 | 60 | 'INSTALL_PAGE_INDEX_CONTENTS' => '<h2>Ласкаво просимо!</h2>' . |
61 | - '<p>Це демонстраційний сайт, що працює на <strong>Cadmium CMS</strong>.</p>' . |
|
62 | - '<p>Ви можете увійти в панель керування, перейшовши за <a href="$install_path$/admin">цим посиланням</a>.</p>' . |
|
63 | - '<h2>Дивіться також</h2>' . |
|
64 | - '<ul><li><a href="http://cadmium-cms.com" target="_blank">Офіційний сайт</a></li>' . |
|
65 | - '<li><a href="https://github.com/cadmium-org/cadmium-cms" target="_blank">Сторінка проекту на GitHub</a></li></ul>', |
|
61 | + '<p>Це демонстраційний сайт, що працює на <strong>Cadmium CMS</strong>.</p>' . |
|
62 | + '<p>Ви можете увійти в панель керування, перейшовши за <a href="$install_path$/admin">цим посиланням</a>.</p>' . |
|
63 | + '<h2>Дивіться також</h2>' . |
|
64 | + '<ul><li><a href="http://cadmium-cms.com" target="_blank">Офіційний сайт</a></li>' . |
|
65 | + '<li><a href="https://github.com/cadmium-org/cadmium-cms" target="_blank">Сторінка проекту на GitHub</a></li></ul>', |
|
66 | 66 | |
67 | 67 | 'INSTALL_PAGE_DEMO_TITLE' => 'Сторінка', |
68 | 68 | |
69 | 69 | 'INSTALL_PAGE_DEMO_CONTENTS' => '<h2>Lorem ipsum</h2>' . |
70 | 70 | |
71 | - '<p>Lorem ipsum dolor sit amet, ex etiam facilis vim. ' . |
|
72 | - 'Qui etiam soluta nostro no, te praesent consulatu eos. ' . |
|
73 | - 'His at modus diceret referrentur, exerci viderer aperiri et sed. ' . |
|
74 | - 'Ne errem appareat apeirian has, ut has eligendi comprehensam. ' . |
|
75 | - 'His ea adipisci eloquentiam, nec id temporibus appellantur. ' . |
|
76 | - 'Pri ut inermis persequeris contentiones, vel vidit ponderum cu.</p>' . |
|
71 | + '<p>Lorem ipsum dolor sit amet, ex etiam facilis vim. ' . |
|
72 | + 'Qui etiam soluta nostro no, te praesent consulatu eos. ' . |
|
73 | + 'His at modus diceret referrentur, exerci viderer aperiri et sed. ' . |
|
74 | + 'Ne errem appareat apeirian has, ut has eligendi comprehensam. ' . |
|
75 | + 'His ea adipisci eloquentiam, nec id temporibus appellantur. ' . |
|
76 | + 'Pri ut inermis persequeris contentiones, vel vidit ponderum cu.</p>' . |
|
77 | 77 | |
78 | - '<h3>Vix no suas populo</h3>' . |
|
78 | + '<h3>Vix no suas populo</h3>' . |
|
79 | 79 | |
80 | - '<p>Vix no suas populo. Mea inani utinam ex. Duo vocibus noluisse partiendo ei. ' . |
|
81 | - 'Impedit voluptatibus pro ut, ea probatus reformidans pri. ' . |
|
82 | - 'An vix repudiandae complectitur, ex soluta numquam splendide nam.</p>' . |
|
80 | + '<p>Vix no suas populo. Mea inani utinam ex. Duo vocibus noluisse partiendo ei. ' . |
|
81 | + 'Impedit voluptatibus pro ut, ea probatus reformidans pri. ' . |
|
82 | + 'An vix repudiandae complectitur, ex soluta numquam splendide nam.</p>' . |
|
83 | 83 | |
84 | - '<p>Mea ex novum contentiones, eleifend ocurreret voluptaria et usu. ' . |
|
85 | - 'No mel illum nonumy maiorum, pro saperet disputando in. Cum ei tritani accusam incorrupte. ' . |
|
86 | - 'Per animal saperet suavitate id, vim ex quod delicatissimi.</p>' . |
|
84 | + '<p>Mea ex novum contentiones, eleifend ocurreret voluptaria et usu. ' . |
|
85 | + 'No mel illum nonumy maiorum, pro saperet disputando in. Cum ei tritani accusam incorrupte. ' . |
|
86 | + 'Per animal saperet suavitate id, vim ex quod delicatissimi.</p>' . |
|
87 | 87 | |
88 | - '<h3>Ea mea tantas delenit</h3>' . |
|
88 | + '<h3>Ea mea tantas delenit</h3>' . |
|
89 | 89 | |
90 | - '<p>Ea mea tantas delenit, ut usu alii commune. ' . |
|
91 | - 'Te vix decore dolore scribentur. Ad pri malis invidunt ullamcorper, ' . |
|
92 | - 'qui eu laboramus vulputate scriptorem, id veri audiam integre pro. ' . |
|
93 | - 'Saperet luptatum recusabo quo cu, ' .'vix facer dolores persecuti no. ' . |
|
94 | - 'Eos id omnes affert possim. Vix id commune urbanitas.</p>' . |
|
90 | + '<p>Ea mea tantas delenit, ut usu alii commune. ' . |
|
91 | + 'Te vix decore dolore scribentur. Ad pri malis invidunt ullamcorper, ' . |
|
92 | + 'qui eu laboramus vulputate scriptorem, id veri audiam integre pro. ' . |
|
93 | + 'Saperet luptatum recusabo quo cu, ' .'vix facer dolores persecuti no. ' . |
|
94 | + 'Eos id omnes affert possim. Vix id commune urbanitas.</p>' . |
|
95 | 95 | |
96 | - '<p>Cu eum quod prodesset, vix sale democritum delicatissimi et, ' . |
|
97 | - 'putant viderer inimicus pro ut. Sea ut tamquam hendrerit definitionem, ' . |
|
98 | - 'an quo illud persecuti, debet affert vis te. Mei ea omnes saepe nostrum. ' . |
|
99 | - 'In sed denique iudicabit. Id eos equidem scribentur.</p>' |
|
96 | + '<p>Cu eum quod prodesset, vix sale democritum delicatissimi et, ' . |
|
97 | + 'putant viderer inimicus pro ut. Sea ut tamquam hendrerit definitionem, ' . |
|
98 | + 'an quo illud persecuti, debet affert vis te. Mei ea omnes saepe nostrum. ' . |
|
99 | + 'In sed denique iudicabit. Id eos equidem scribentur.</p>' |
|
100 | 100 | ]; |
@@ -90,7 +90,7 @@ |
||
90 | 90 | '<p>Ea mea tantas delenit, ut usu alii commune. ' . |
91 | 91 | 'Te vix decore dolore scribentur. Ad pri malis invidunt ullamcorper, ' . |
92 | 92 | 'qui eu laboramus vulputate scriptorem, id veri audiam integre pro. ' . |
93 | - 'Saperet luptatum recusabo quo cu, ' .'vix facer dolores persecuti no. ' . |
|
93 | + 'Saperet luptatum recusabo quo cu, ' . 'vix facer dolores persecuti no. ' . |
|
94 | 94 | 'Eos id omnes affert possim. Vix id commune urbanitas.</p>' . |
95 | 95 | |
96 | 96 | '<p>Cu eum quod prodesset, vix sale democritum delicatissimi et, ' . |
@@ -64,9 +64,9 @@ |
||
64 | 64 | 'DASHBOARD_GROUP_DATABASE' => 'База даних', |
65 | 65 | |
66 | 66 | 'DASHBOARD_MESSAGE_INSTALL_FILE' => 'Інсталяційний файл <a href="$install_path$/install.php" target="_blank">install.php</a> ' . |
67 | - 'досі знаходиться в кореневій директорії сайта. Необхідно видалити його.', |
|
67 | + 'досі знаходиться в кореневій директорії сайта. Необхідно видалити його.', |
|
68 | 68 | 'DASHBOARD_MESSAGE_CONFIG_FILE' => 'Схоже, Ви поки не редагували конфігурацію сайта. '. |
69 | - 'Перейдіть на <a href="$install_path$/admin/system/settings">сторінку налаштувань</a> для введення актуальних значень.', |
|
69 | + 'Перейдіть на <a href="$install_path$/admin/system/settings">сторінку налаштувань</a> для введення актуальних значень.', |
|
70 | 70 | |
71 | 71 | # Pages |
72 | 72 |
@@ -65,7 +65,7 @@ |
||
65 | 65 | |
66 | 66 | 'DASHBOARD_MESSAGE_INSTALL_FILE' => 'Інсталяційний файл <a href="$install_path$/install.php" target="_blank">install.php</a> ' . |
67 | 67 | 'досі знаходиться в кореневій директорії сайта. Необхідно видалити його.', |
68 | - 'DASHBOARD_MESSAGE_CONFIG_FILE' => 'Схоже, Ви поки не редагували конфігурацію сайта. '. |
|
68 | + 'DASHBOARD_MESSAGE_CONFIG_FILE' => 'Схоже, Ви поки не редагували конфігурацію сайта. ' . |
|
69 | 69 | 'Перейдіть на <a href="$install_path$/admin/system/settings">сторінку налаштувань</a> для введення актуальних значень.', |
70 | 70 | |
71 | 71 | # Pages |
@@ -58,43 +58,43 @@ |
||
58 | 58 | 'INSTALL_PAGE_INDEX_TITLE' => 'Home', |
59 | 59 | |
60 | 60 | 'INSTALL_PAGE_INDEX_CONTENTS' => '<h2>Welcome!</h2>' . |
61 | - '<p>This is demo site, powered by <strong>Cadmium CMS</strong>.</p>' . |
|
62 | - '<p>You can log into admin panel by following <a href="$install_path$/admin">this link</a>.</p>' . |
|
63 | - '<h2>See also</h2>' . |
|
64 | - '<ul><li><a href="http://cadmium-cms.com" target="_blank">Official website</a></li>' . |
|
65 | - '<li><a href="https://github.com/cadmium-org/cadmium-cms" target="_blank">GitHub project page</a></ul>', |
|
61 | + '<p>This is demo site, powered by <strong>Cadmium CMS</strong>.</p>' . |
|
62 | + '<p>You can log into admin panel by following <a href="$install_path$/admin">this link</a>.</p>' . |
|
63 | + '<h2>See also</h2>' . |
|
64 | + '<ul><li><a href="http://cadmium-cms.com" target="_blank">Official website</a></li>' . |
|
65 | + '<li><a href="https://github.com/cadmium-org/cadmium-cms" target="_blank">GitHub project page</a></ul>', |
|
66 | 66 | |
67 | 67 | 'INSTALL_PAGE_DEMO_TITLE' => 'Page', |
68 | 68 | |
69 | 69 | 'INSTALL_PAGE_DEMO_CONTENTS' => '<h2>Lorem ipsum</h2>' . |
70 | 70 | |
71 | - '<p>Lorem ipsum dolor sit amet, ex etiam facilis vim. ' . |
|
72 | - 'Qui etiam soluta nostro no, te praesent consulatu eos. ' . |
|
73 | - 'His at modus diceret referrentur, exerci viderer aperiri et sed. ' . |
|
74 | - 'Ne errem appareat apeirian has, ut has eligendi comprehensam. ' . |
|
75 | - 'His ea adipisci eloquentiam, nec id temporibus appellantur. ' . |
|
76 | - 'Pri ut inermis persequeris contentiones, vel vidit ponderum cu.</p>' . |
|
71 | + '<p>Lorem ipsum dolor sit amet, ex etiam facilis vim. ' . |
|
72 | + 'Qui etiam soluta nostro no, te praesent consulatu eos. ' . |
|
73 | + 'His at modus diceret referrentur, exerci viderer aperiri et sed. ' . |
|
74 | + 'Ne errem appareat apeirian has, ut has eligendi comprehensam. ' . |
|
75 | + 'His ea adipisci eloquentiam, nec id temporibus appellantur. ' . |
|
76 | + 'Pri ut inermis persequeris contentiones, vel vidit ponderum cu.</p>' . |
|
77 | 77 | |
78 | - '<h3>Vix no suas populo</h3>' . |
|
78 | + '<h3>Vix no suas populo</h3>' . |
|
79 | 79 | |
80 | - '<p>Vix no suas populo. Mea inani utinam ex. Duo vocibus noluisse partiendo ei. ' . |
|
81 | - 'Impedit voluptatibus pro ut, ea probatus reformidans pri. ' . |
|
82 | - 'An vix repudiandae complectitur, ex soluta numquam splendide nam.</p>' . |
|
80 | + '<p>Vix no suas populo. Mea inani utinam ex. Duo vocibus noluisse partiendo ei. ' . |
|
81 | + 'Impedit voluptatibus pro ut, ea probatus reformidans pri. ' . |
|
82 | + 'An vix repudiandae complectitur, ex soluta numquam splendide nam.</p>' . |
|
83 | 83 | |
84 | - '<p>Mea ex novum contentiones, eleifend ocurreret voluptaria et usu. ' . |
|
85 | - 'No mel illum nonumy maiorum, pro saperet disputando in. Cum ei tritani accusam incorrupte. ' . |
|
86 | - 'Per animal saperet suavitate id, vim ex quod delicatissimi.</p>' . |
|
84 | + '<p>Mea ex novum contentiones, eleifend ocurreret voluptaria et usu. ' . |
|
85 | + 'No mel illum nonumy maiorum, pro saperet disputando in. Cum ei tritani accusam incorrupte. ' . |
|
86 | + 'Per animal saperet suavitate id, vim ex quod delicatissimi.</p>' . |
|
87 | 87 | |
88 | - '<h3>Ea mea tantas delenit</h3>' . |
|
88 | + '<h3>Ea mea tantas delenit</h3>' . |
|
89 | 89 | |
90 | - '<p>Ea mea tantas delenit, ut usu alii commune. ' . |
|
91 | - 'Te vix decore dolore scribentur. Ad pri malis invidunt ullamcorper, ' . |
|
92 | - 'qui eu laboramus vulputate scriptorem, id veri audiam integre pro. ' . |
|
93 | - 'Saperet luptatum recusabo quo cu, ' .'vix facer dolores persecuti no. ' . |
|
94 | - 'Eos id omnes affert possim. Vix id commune urbanitas.</p>' . |
|
90 | + '<p>Ea mea tantas delenit, ut usu alii commune. ' . |
|
91 | + 'Te vix decore dolore scribentur. Ad pri malis invidunt ullamcorper, ' . |
|
92 | + 'qui eu laboramus vulputate scriptorem, id veri audiam integre pro. ' . |
|
93 | + 'Saperet luptatum recusabo quo cu, ' .'vix facer dolores persecuti no. ' . |
|
94 | + 'Eos id omnes affert possim. Vix id commune urbanitas.</p>' . |
|
95 | 95 | |
96 | - '<p>Cu eum quod prodesset, vix sale democritum delicatissimi et, ' . |
|
97 | - 'putant viderer inimicus pro ut. Sea ut tamquam hendrerit definitionem, ' . |
|
98 | - 'an quo illud persecuti, debet affert vis te. Mei ea omnes saepe nostrum. ' . |
|
99 | - 'In sed denique iudicabit. Id eos equidem scribentur.</p>' |
|
96 | + '<p>Cu eum quod prodesset, vix sale democritum delicatissimi et, ' . |
|
97 | + 'putant viderer inimicus pro ut. Sea ut tamquam hendrerit definitionem, ' . |
|
98 | + 'an quo illud persecuti, debet affert vis te. Mei ea omnes saepe nostrum. ' . |
|
99 | + 'In sed denique iudicabit. Id eos equidem scribentur.</p>' |
|
100 | 100 | ]; |
@@ -90,7 +90,7 @@ |
||
90 | 90 | '<p>Ea mea tantas delenit, ut usu alii commune. ' . |
91 | 91 | 'Te vix decore dolore scribentur. Ad pri malis invidunt ullamcorper, ' . |
92 | 92 | 'qui eu laboramus vulputate scriptorem, id veri audiam integre pro. ' . |
93 | - 'Saperet luptatum recusabo quo cu, ' .'vix facer dolores persecuti no. ' . |
|
93 | + 'Saperet luptatum recusabo quo cu, ' . 'vix facer dolores persecuti no. ' . |
|
94 | 94 | 'Eos id omnes affert possim. Vix id commune urbanitas.</p>' . |
95 | 95 | |
96 | 96 | '<p>Cu eum quod prodesset, vix sale democritum delicatissimi et, ' . |
@@ -64,9 +64,9 @@ |
||
64 | 64 | 'DASHBOARD_GROUP_DATABASE' => 'Database', |
65 | 65 | |
66 | 66 | 'DASHBOARD_MESSAGE_INSTALL_FILE' => 'Installation file <a href="$install_path$/install.php" target="_blank">install.php</a> ' . |
67 | - 'still exists in the root of your site. It\'s necessary to remove it.', |
|
67 | + 'still exists in the root of your site. It\'s necessary to remove it.', |
|
68 | 68 | 'DASHBOARD_MESSAGE_CONFIG_FILE' => 'It seems you have not yet edited site configuration. ' . |
69 | - 'Go to <a href="$install_path$/admin/system/settings">settings page</a> to provide actual values.', |
|
69 | + 'Go to <a href="$install_path$/admin/system/settings">settings page</a> to provide actual values.', |
|
70 | 70 | |
71 | 71 | # Pages |
72 | 72 |
@@ -58,43 +58,43 @@ |
||
58 | 58 | 'INSTALL_PAGE_INDEX_TITLE' => 'Главная', |
59 | 59 | |
60 | 60 | 'INSTALL_PAGE_INDEX_CONTENTS' => '<h2>Добро пожаловать!</h2>' . |
61 | - '<p>Это демонстрационный сайт, работающий на <strong>Cadmium CMS</strong>.</p>' . |
|
62 | - '<p>Вы можете войти в панель управления, перейдя по <a href="$install_path$/admin">этой ссылке</a>.</p>' . |
|
63 | - '<h2>Смотрите также</h2>' . |
|
64 | - '<ul><li><a href="http://cadmium-cms.com" target="_blank">Официальный сайт</a></li>' . |
|
65 | - '<li><a href="https://github.com/cadmium-org/cadmium-cms" target="_blank">Страница проекта на GitHub</a></li></ul>', |
|
61 | + '<p>Это демонстрационный сайт, работающий на <strong>Cadmium CMS</strong>.</p>' . |
|
62 | + '<p>Вы можете войти в панель управления, перейдя по <a href="$install_path$/admin">этой ссылке</a>.</p>' . |
|
63 | + '<h2>Смотрите также</h2>' . |
|
64 | + '<ul><li><a href="http://cadmium-cms.com" target="_blank">Официальный сайт</a></li>' . |
|
65 | + '<li><a href="https://github.com/cadmium-org/cadmium-cms" target="_blank">Страница проекта на GitHub</a></li></ul>', |
|
66 | 66 | |
67 | 67 | 'INSTALL_PAGE_DEMO_TITLE' => 'Страница', |
68 | 68 | |
69 | 69 | 'INSTALL_PAGE_DEMO_CONTENTS' => '<h2>Lorem ipsum</h2>' . |
70 | 70 | |
71 | - '<p>Lorem ipsum dolor sit amet, ex etiam facilis vim. ' . |
|
72 | - 'Qui etiam soluta nostro no, te praesent consulatu eos. ' . |
|
73 | - 'His at modus diceret referrentur, exerci viderer aperiri et sed. ' . |
|
74 | - 'Ne errem appareat apeirian has, ut has eligendi comprehensam. ' . |
|
75 | - 'His ea adipisci eloquentiam, nec id temporibus appellantur. ' . |
|
76 | - 'Pri ut inermis persequeris contentiones, vel vidit ponderum cu.</p>' . |
|
71 | + '<p>Lorem ipsum dolor sit amet, ex etiam facilis vim. ' . |
|
72 | + 'Qui etiam soluta nostro no, te praesent consulatu eos. ' . |
|
73 | + 'His at modus diceret referrentur, exerci viderer aperiri et sed. ' . |
|
74 | + 'Ne errem appareat apeirian has, ut has eligendi comprehensam. ' . |
|
75 | + 'His ea adipisci eloquentiam, nec id temporibus appellantur. ' . |
|
76 | + 'Pri ut inermis persequeris contentiones, vel vidit ponderum cu.</p>' . |
|
77 | 77 | |
78 | - '<h3>Vix no suas populo</h3>' . |
|
78 | + '<h3>Vix no suas populo</h3>' . |
|
79 | 79 | |
80 | - '<p>Vix no suas populo. Mea inani utinam ex. Duo vocibus noluisse partiendo ei. ' . |
|
81 | - 'Impedit voluptatibus pro ut, ea probatus reformidans pri. ' . |
|
82 | - 'An vix repudiandae complectitur, ex soluta numquam splendide nam.</p>' . |
|
80 | + '<p>Vix no suas populo. Mea inani utinam ex. Duo vocibus noluisse partiendo ei. ' . |
|
81 | + 'Impedit voluptatibus pro ut, ea probatus reformidans pri. ' . |
|
82 | + 'An vix repudiandae complectitur, ex soluta numquam splendide nam.</p>' . |
|
83 | 83 | |
84 | - '<p>Mea ex novum contentiones, eleifend ocurreret voluptaria et usu. ' . |
|
85 | - 'No mel illum nonumy maiorum, pro saperet disputando in. Cum ei tritani accusam incorrupte. ' . |
|
86 | - 'Per animal saperet suavitate id, vim ex quod delicatissimi.</p>' . |
|
84 | + '<p>Mea ex novum contentiones, eleifend ocurreret voluptaria et usu. ' . |
|
85 | + 'No mel illum nonumy maiorum, pro saperet disputando in. Cum ei tritani accusam incorrupte. ' . |
|
86 | + 'Per animal saperet suavitate id, vim ex quod delicatissimi.</p>' . |
|
87 | 87 | |
88 | - '<h3>Ea mea tantas delenit</h3>' . |
|
88 | + '<h3>Ea mea tantas delenit</h3>' . |
|
89 | 89 | |
90 | - '<p>Ea mea tantas delenit, ut usu alii commune. ' . |
|
91 | - 'Te vix decore dolore scribentur. Ad pri malis invidunt ullamcorper, ' . |
|
92 | - 'qui eu laboramus vulputate scriptorem, id veri audiam integre pro. ' . |
|
93 | - 'Saperet luptatum recusabo quo cu, ' .'vix facer dolores persecuti no. ' . |
|
94 | - 'Eos id omnes affert possim. Vix id commune urbanitas.</p>' . |
|
90 | + '<p>Ea mea tantas delenit, ut usu alii commune. ' . |
|
91 | + 'Te vix decore dolore scribentur. Ad pri malis invidunt ullamcorper, ' . |
|
92 | + 'qui eu laboramus vulputate scriptorem, id veri audiam integre pro. ' . |
|
93 | + 'Saperet luptatum recusabo quo cu, ' .'vix facer dolores persecuti no. ' . |
|
94 | + 'Eos id omnes affert possim. Vix id commune urbanitas.</p>' . |
|
95 | 95 | |
96 | - '<p>Cu eum quod prodesset, vix sale democritum delicatissimi et, ' . |
|
97 | - 'putant viderer inimicus pro ut. Sea ut tamquam hendrerit definitionem, ' . |
|
98 | - 'an quo illud persecuti, debet affert vis te. Mei ea omnes saepe nostrum. ' . |
|
99 | - 'In sed denique iudicabit. Id eos equidem scribentur.</p>' |
|
96 | + '<p>Cu eum quod prodesset, vix sale democritum delicatissimi et, ' . |
|
97 | + 'putant viderer inimicus pro ut. Sea ut tamquam hendrerit definitionem, ' . |
|
98 | + 'an quo illud persecuti, debet affert vis te. Mei ea omnes saepe nostrum. ' . |
|
99 | + 'In sed denique iudicabit. Id eos equidem scribentur.</p>' |
|
100 | 100 | ]; |
@@ -90,7 +90,7 @@ |
||
90 | 90 | '<p>Ea mea tantas delenit, ut usu alii commune. ' . |
91 | 91 | 'Te vix decore dolore scribentur. Ad pri malis invidunt ullamcorper, ' . |
92 | 92 | 'qui eu laboramus vulputate scriptorem, id veri audiam integre pro. ' . |
93 | - 'Saperet luptatum recusabo quo cu, ' .'vix facer dolores persecuti no. ' . |
|
93 | + 'Saperet luptatum recusabo quo cu, ' . 'vix facer dolores persecuti no. ' . |
|
94 | 94 | 'Eos id omnes affert possim. Vix id commune urbanitas.</p>' . |
95 | 95 | |
96 | 96 | '<p>Cu eum quod prodesset, vix sale democritum delicatissimi et, ' . |