Path: blob/1.0-develop/resources/lang/en/admin/nests.php
7460 views
<?php12return [3'notices' => [4'created' => 'A new nest, :name, has been successfully created.',5'deleted' => 'Successfully deleted the requested nest from the Panel.',6'updated' => 'Successfully updated the nest configuration options.',7],8'eggs' => [9'notices' => [10'imported' => 'Successfully imported this Egg and its associated variables.',11'updated_via_import' => 'This Egg has been updated using the file provided.',12'deleted' => 'Successfully deleted the requested egg from the Panel.',13'updated' => 'Egg configuration has been updated successfully.',14'script_updated' => 'Egg install script has been updated and will run whenever servers are installed.',15'egg_created' => 'A new egg was laid successfully. You will need to restart any running daemons to apply this new egg.',16],17],18'variables' => [19'notices' => [20'variable_deleted' => 'The variable ":variable" has been deleted and will no longer be available to servers once rebuilt.',21'variable_updated' => 'The variable ":variable" has been updated. You will need to rebuild any servers using this variable in order to apply changes.',22'variable_created' => 'New variable has successfully been created and assigned to this egg.',23],24],25];262728