1<?php
2
3$lang['protected'] 			= "Protected";
4$lang['settings_for_%s'] 	= "Settings for '<b>%s</b>'";
5$lang['export_options'] 	= "Export options";
6$lang['save']				= "Save";
7$lang['cancel']				= "Cancel";
8$lang['export']				= "Export";
9$lang['invalid_value']				= "Invalid value";
10$lang['updated_value_from']				= "Value is updated from";
11$lang['show_hierarchy']				= "Show hierarchy";
12$lang['on_level']				= "On level";
13$lang['on_this_level']				= "On this level";
14$lang['became_protected']				= "Became protected";
15$lang['value_set_to']				= "Value set to";
16$lang['but_ignored']				= "but ignored";
17$lang['in_config']				= "In global config";
18$lang['this_is_extended']				= "The value is extended (not in global config)";
19$lang['default_is']				= "Default value is";
20$lang['local_is']				= "Local value is";
21$lang['on']						= "on";
22$lang['off']					= "off";
23$lang['empty_string']			= "empty string";
24$lang['default_value']			= "default value";
25$lang['js']['pending_change']				= "There is a pending change!";
26$lang['js']['pending_change_explain']				= "You can not leave the level until changes are saved/canceled or the save query didn't finished.<br/> <small>Changes are highlighted with yellow cell background.</small>";
27$lang['js']['saving_changes']				= "Saving changes...";
28$lang['js']['preparing_export']				= "Preparing for Export...";
29$lang['js']['loading_level']				= "Loading level...";
30$lang['js']['loading_hierarchy']				= "Loading hierarchy...";
31$lang['changes_saved']				= "Changes are saved.";
32$lang['changes_not_saved']				= "Changes are not saved!";
33$lang['invalid_values']				= "Invalid values!";
34