Tidy up
This commit is contained in:
parent
d89c8111fc
commit
92b533d962
|
|
@ -54,7 +54,7 @@ class BackendPreferences extends Model
|
|||
'se' => [Lang::get('system::lang.locale.se'), 'flag-se'],
|
||||
'tr' => [Lang::get('system::lang.locale.tr'), 'flag-tr'],
|
||||
'pl' => [Lang::get('system::lang.locale.pl'), 'flag-pl'],
|
||||
'sk' => [Lang::get('system::lang.locale.sk'), 'flag-sk'],
|
||||
'sk' => [Lang::get('system::lang.locale.sk'), 'flag-sk'],
|
||||
];
|
||||
|
||||
// Sort locales alphabetically
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
<?php
|
||||
/**
|
||||
* Initial translation
|
||||
* @package unfinished
|
||||
* @todo translate
|
||||
*/
|
||||
|
||||
return [
|
||||
'cms_object' => [
|
||||
'invalid_file' => 'Invalid file name: :name. File names can contain only alphanumeric symbols, underscores, dashes and dots. Some examples of correct file names: page.htm, page, subdirectory/page',
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ return [
|
|||
'se' => 'Swedish',
|
||||
'tr' => 'Turkish',
|
||||
'pl' => 'Polish',
|
||||
'sk' => 'Slovak (Slovakia)',
|
||||
'sk' => 'Slovak (Slovakia)',
|
||||
],
|
||||
'directory' => [
|
||||
'create_fail' => 'Cannot create directory: :name'
|
||||
|
|
|
|||
Loading…
Reference in New Issue