24 lines
No EOL
1.6 KiB
PHP
24 lines
No EOL
1.6 KiB
PHP
<?php
|
|
/*
|
|
* Language definitions for the config_games module (Italian localization)
|
|
*/
|
|
|
|
define('OGP_LANG_resetting_configs', "Resetting all configs");
|
|
define('OGP_LANG_updating_configs', "Updating old configs");
|
|
define('OGP_LANG_configs_updated_ok', "Configurations reread successfully.");
|
|
define('OGP_LANG_reset_old_configs', "Reset old configs");
|
|
define('OGP_LANG_update_configs', "Update Configs");
|
|
define('OGP_LANG_game_config_setup', "Setup Game Configs");
|
|
define('OGP_LANG_config_reset_warning', "When you clear old configs there might be issues with the assigned game servers, because the identification numbers might not match with the new configurations.");
|
|
define('OGP_LANG_modify_configs_info', "If you want to modify the game configuration, you can modify the files located in %s.");
|
|
define('OGP_LANG_updating_config_from_file', "Updating config from %s file.");
|
|
define('OGP_LANG_error_when_handling_file', "Error occurred when handling file %s.");
|
|
define('OGP_LANG_error_while_adding_cfg_to_db', "Error occurred when adding data from %s to database.");
|
|
define('OGP_LANG_no_configs_found', "No configuration found from %s file.");
|
|
define('OGP_LANG_select_game', "Select Game");
|
|
define('OGP_LANG_create_xml_configs', "Create XML Configs");
|
|
define('OGP_LANG_failed_to_delete_config_from_db', "Failed to delete %s config from database");
|
|
define('OGP_LANG_failed_removing_file', "Falied removing the file %s.");
|
|
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "Removed config for %s from storage and database.");
|
|
define('OGP_LANG_delete_game_config_for', "Delete game configuration for %s from disk and database.");
|
|
?>
|