mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
Default Admin Theme: improvments
This commit is contained in:
@@ -75,5 +75,7 @@
|
||||
'Sitemap file not writable' => 'Sitemap-Datei ist nicht beschreibbar',
|
||||
'Main .htaccess file writable' => 'Haupt .htaccess-Datei ist beschreibbar',
|
||||
'Main .htaccess file not writable' => 'Haupt .htaccess-Datei ist nicht beschreibbar',
|
||||
'Official Support Forum' => 'Official Support Forum',
|
||||
'Documentation' => 'Documentation',
|
||||
)
|
||||
);
|
@@ -76,5 +76,7 @@
|
||||
'Sitemap file not writable' => 'Sitemap file not writable',
|
||||
'Main .htaccess file writable' => 'Main .htaccess file writable',
|
||||
'Main .htaccess file not writable' => 'Main .htaccess file not writable',
|
||||
'Official Support Forum' => 'Official Support Forum',
|
||||
'Documentation' => 'Documentation',
|
||||
)
|
||||
);
|
@@ -76,5 +76,7 @@
|
||||
'Sitemap file not writable' => 'Sitemap file non è scrivibile',
|
||||
'Main .htaccess file writable' => 'Principale file .htaccess è scrivibile',
|
||||
'Main .htaccess file not writable' => 'Principale file .htaccess non è scrivibile',
|
||||
'Official Support Forum' => 'Official Support Forum',
|
||||
'Documentation' => 'Documentation',
|
||||
)
|
||||
);
|
@@ -75,5 +75,7 @@
|
||||
'Sitemap file not writable' => 'Negalima rašyti į sitemap bylą',
|
||||
'Main .htaccess file writable' => 'Galima rašyti į pagrindinę .htaccess bylą',
|
||||
'Main .htaccess file not writable' => 'Negalima rašyti į pagrindinę .htaccess bylą',
|
||||
'Official Support Forum' => 'Official Support Forum',
|
||||
'Documentation' => 'Documentation',
|
||||
)
|
||||
);
|
@@ -74,5 +74,7 @@
|
||||
'Sitemap file not writable' => 'O arquivo \'sitemap.xml\' não tem permissões de escrita',
|
||||
'Main .htaccess file writable' => 'O arquivo .htaccess principal tem permissões de escrita',
|
||||
'Main .htaccess file not writable' => 'O arquivo .htacces principal não tem permissões de escrita',
|
||||
'Official Support Forum' => 'Official Support Forum',
|
||||
'Documentation' => 'Documentation',
|
||||
)
|
||||
);
|
@@ -76,5 +76,7 @@
|
||||
'Sitemap file not writable' => 'Карта сайта не доступна для записи',
|
||||
'Main .htaccess file writable' => 'Главный .htaccess файл доступен для записи',
|
||||
'Main .htaccess file not writable' => 'Главный .htaccess файл не доступен для записи',
|
||||
'Official Support Forum' => 'Official Support Forum',
|
||||
'Documentation' => 'Documentation',
|
||||
)
|
||||
);
|
@@ -76,5 +76,7 @@
|
||||
'Sitemap file not writable' => 'Карта сайту не доступна для запису',
|
||||
'Main .htaccess file writable' => 'Головний .htaccess файл - доступний для запису',
|
||||
'Main .htaccess file not writable' => 'Головний .htaccess файл - не доступний для запису',
|
||||
'Official Support Forum' => 'Official Support Forum',
|
||||
'Documentation' => 'Documentation',
|
||||
)
|
||||
);
|
@@ -45,7 +45,7 @@
|
||||
Form::label('system_language', __('Language', 'system')).
|
||||
Form::select('system_language', $languages_array, Option::get('language'), array('class' => 'span3')). Html::br().
|
||||
Form::label('site_maintenance_message', __('Maintenance Mode', 'system')).
|
||||
Form::textarea('site_maintenance_message', Html::toText(Option::get('maintenance_message')), array('style' => 'width:640px;height:160px;')). Html::br(2)
|
||||
Form::textarea('site_maintenance_message', Html::toText(Option::get('maintenance_message')), array('class' => 'span7', 'style' => 'height:160px;')). Html::br(2)
|
||||
);
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user