mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Forgot to translate requirements
This commit is contained in:
parent
915ae47971
commit
d7f41748ad
@ -7,15 +7,15 @@ $dirs_required = [
|
|||||||
'system/cache',
|
'system/cache',
|
||||||
];
|
];
|
||||||
$dirs_optional = [
|
$dirs_optional = [
|
||||||
'images/guilds' => 'Guild logo upload will not work',
|
'images/guilds' => $locale['step_requirements_warning_images_guilds'],
|
||||||
'images/gallery' => 'Gallery image upload will not work',
|
'images/gallery' => $locale['step_requirements_warning_images_gallery'],
|
||||||
];
|
];
|
||||||
|
|
||||||
$extensions_required = [
|
$extensions_required = [
|
||||||
'pdo', 'pdo_mysql', 'xml', 'zip'
|
'pdo', 'pdo_mysql', 'xml', 'zip'
|
||||||
];
|
];
|
||||||
$extensions_optional = [
|
$extensions_optional = [
|
||||||
'gd' => 'Player Signatures will not work'
|
'gd' => $locale['step_requirements_warning_player_signatures'],
|
||||||
];
|
];
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@ -38,6 +38,9 @@ $locale['step_requirements_php_version'] = 'PHP Version';
|
|||||||
$locale['step_requirements_write_perms'] = 'Write permissions';
|
$locale['step_requirements_write_perms'] = 'Write permissions';
|
||||||
$locale['step_requirements_failed'] = 'Installation will be disabled until these requirements will be passed.</b><br/>For more informations see <b>README</b> file.';
|
$locale['step_requirements_failed'] = 'Installation will be disabled until these requirements will be passed.</b><br/>For more informations see <b>README</b> file.';
|
||||||
$locale['step_requirements_extension'] = '$EXTENSION$ PHP extension';
|
$locale['step_requirements_extension'] = '$EXTENSION$ PHP extension';
|
||||||
|
$locale['step_requirements_warning_images_guilds'] = 'Guild logo upload will not work';
|
||||||
|
$locale['step_requirements_warning_images_gallery'] = 'Gallery image upload will not work';
|
||||||
|
$locale['step_requirements_warning_player_signatures'] = 'Player Signatures will not work';
|
||||||
|
|
||||||
// config
|
// config
|
||||||
$locale['step_config'] = 'Configuration';
|
$locale['step_config'] = 'Configuration';
|
||||||
|
@ -38,6 +38,9 @@ $locale['step_requirements_php_version'] = 'Wersja PHP';
|
|||||||
$locale['step_requirements_write_perms'] = 'Uprawnienia do zapisu';
|
$locale['step_requirements_write_perms'] = 'Uprawnienia do zapisu';
|
||||||
$locale['step_requirements_failed'] = 'Instalacja zostanie zablokowana dopóki te wymagania nie zostaną spełnione.</b><br/>Po więcej informacji zasięgnij do pliku <b>README</b>.';
|
$locale['step_requirements_failed'] = 'Instalacja zostanie zablokowana dopóki te wymagania nie zostaną spełnione.</b><br/>Po więcej informacji zasięgnij do pliku <b>README</b>.';
|
||||||
$locale['step_requirements_extension'] = 'Rozszerzenie PHP - $EXTENSION$';
|
$locale['step_requirements_extension'] = 'Rozszerzenie PHP - $EXTENSION$';
|
||||||
|
$locale['step_requirements_warning_images_guilds'] = 'Nie będzie możliwości uploadu obrazków gildii';
|
||||||
|
$locale['step_requirements_warning_images_gallery'] = 'Nie będzie możliwości uploadu obrazków do galerii';
|
||||||
|
$locale['step_requirements_warning_player_signatures'] = 'Sygnatury graczy nie będą działać';
|
||||||
|
|
||||||
// config
|
// config
|
||||||
$locale['step_config'] = 'Konfiguracja';
|
$locale['step_config'] = 'Konfiguracja';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user