1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Monstra Library: basic core improvments

This commit is contained in:
Awilum
2013-01-04 21:08:04 +02:00
parent 7437cc6abb
commit ef12b7492e
289 changed files with 16265 additions and 17155 deletions

View File

@@ -1,5 +1,5 @@
<?php
return array(
'system' => array(
'System' => 'Система',
@@ -7,7 +7,7 @@
'Sitemap created' => 'Карта сайту створена',
'Create sitemap' => 'Створити карту сайту',
'on' => 'включено',
'off'=> 'вимкнено',
'off'=> 'вимкнено',
'Site url' => 'Адреса сайту',
'Maintenance Mode' => 'Тех. обслуговування',
'Maintenance Mode On' => 'Включити тех. обслуговування',
@@ -28,7 +28,7 @@
'GZIP' => 'Стиснення GZIP',
'Debugging' => 'Дебаггінг',
'Plugin API' => 'Плагін API',
'Plugins active' => 'Підключені плагіни',
'Plugins active' => 'Підключені плагіни',
'Actions registered' => 'Зареєстровані екшени',
'Filters registered' => 'Зареєстровані фітри',
'logout' => 'вихід',
@@ -79,4 +79,4 @@
'Official Support Forum' => 'Офіційний Форум Підтримки',
'Documentation' => 'Документація',
)
);
);