This commit is contained in:
Samuel Georges 2015-03-03 08:49:31 +11:00
parent d89c8111fc
commit 92b533d962
3 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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',

View File

@ -22,7 +22,7 @@ return [
'se' => 'Swedish',
'tr' => 'Turkish',
'pl' => 'Polish',
'sk' => 'Slovak (Slovakia)',
'sk' => 'Slovak (Slovakia)',
],
'directory' => [
'create_fail' => 'Cannot create directory: :name'