Cheetah
en.php
Go to the documentation of this file.
1 <?php
2 
8 $aLangContent = array(
9  '_sys_module_site_customize' => 'Site Customizer',
10  '_ch_sctr' => 'Site Customizer',
11  '_ch_sctr_mmenu_item_description' => 'Customize site layout',
12  '_ch_sctr_page_themes' => 'Themes',
13  '_ch_sctr_page_background' => 'Background',
14  '_ch_sctr_page_font' => 'Fonts',
15  '_ch_sctr_page_border' => 'Borders',
16  '_ch_sctr_page_themes_my' => 'My themes',
17  '_ch_sctr_page_themes_shared' => 'Shared themes',
18  '_ch_sctr_page_import' => 'Import',
19  '_ch_sctr_theme' => 'Theme',
20  '_ch_sctr_btn_save' => 'Save',
21  '_ch_sctr_btn_add' => 'Add',
22  '_ch_sctr_btn_preview' => 'Preview',
23  '_ch_sctr_btn_reset' => 'Reset',
24  '_ch_sctr_btn_reset_all' => 'Default',
25  '_ch_sctr_btn_publish' => 'Publish',
26  '_ch_sctr_btn_close' => 'Close',
27  '_ch_sctr_btn_delete' => 'Delete',
28  '_ch_sctr_btn_export' => 'Export',
29  '_ch_sctr_btn_import' => 'Import',
30 
31  '_ch_sctr_color' => 'Color',
32  '_ch_sctr_use_image' => 'Use image',
33  '_ch_sctr_image' => 'Image',
34  '_ch_sctr_repeat' => 'Repeat',
35  '_ch_sctr_position' => 'Position',
36  '_ch_sctr_size' => 'Size',
37  '_ch_sctr_name' => 'Name',
38  '_ch_sctr_style' => 'Style',
39  '_ch_sctr_no' => 'No',
40  '_ch_sctr_repeat_x' => 'Repeat X',
41  '_ch_sctr_repeat_y' => 'Repeat Y',
42  '_ch_sctr_none' => 'None',
43  '_ch_sctr_top_left' => 'Top Left',
44  '_ch_sctr_top_center' => 'Top Center',
45  '_ch_sctr_top_right' => 'Top Right',
46  '_ch_sctr_center_left' => 'Center Left',
47  '_ch_sctr_center' => 'Center',
48  '_ch_sctr_center_right' => 'Center Right',
49  '_ch_sctr_bottom_left' => 'Bottom Left',
50  '_ch_sctr_bottom_center' => 'Bottom Center',
51  '_ch_sctr_bottom_right' => 'Bottom Right',
52  '_ch_sctr_default' => 'Default',
53  '_ch_sctr_normal' => 'Normal',
54  '_ch_sctr_bold' => 'Bold',
55  '_ch_sctr_italic' => 'Italic',
56  '_ch_sctr_dotted' => 'Dotted',
57  '_ch_sctr_dashed' => 'Dashed',
58  '_ch_sctr_solid' => 'Solid',
59  '_ch_sctr_double' => 'Double',
60  '_ch_sctr_groove' => 'Groove',
61  '_ch_sctr_ridge' => 'Ridge',
62  '_ch_sctr_inset' => 'Inset',
63  '_ch_sctr_outset' => 'Outset',
64  '_ch_sctr_select_target' => 'Select',
65  '_ch_sctr_border_full' => 'Full',
66  '_ch_sctr_border_top' => 'Top',
67  '_ch_sctr_border_right' => 'Right',
68  '_ch_sctr_border_bottom' => 'Bottom',
69  '_ch_sctr_border_left' => 'Left',
70  '_ch_sctr_border_left_right' => 'Left right',
71  '_ch_sctr_border_top_bottom' => 'Top bottom',
72  '_ch_sctr_border_top_right' => 'Top right',
73  '_ch_sctr_border_right_bottom' => 'Right bottom',
74  '_ch_sctr_border_bottom_left' => 'Bottom left',
75  '_ch_sctr_border_left_top' => 'Left top',
76  '_ch_sctr_caption' => 'Caption',
77  '_ch_sctr_css_name' => 'Name of css',
78  '_ch_sctr_type' => 'Type',
79 
80  '_ch_sctr_publish' => 'Publish new theme',
81  '_ch_sctr_name_theme' => 'Name',
82  '_ch_sctr_thumbnail' => 'Thumbnail(64x64)',
83  '_ch_sctr_err_add_theme' => 'Error creating new theme.',
84  '_ch_sctr_err_already_exist' => 'A theme with name "%s" already exists',
85  '_ch_sctr_complete' => 'New theme created successfully!',
86  '_ch_sctr_import_complete' => 'New theme imported successfully!',
87  '_ch_sctr_delete_complete' => 'Theme successfully deleted',
88  '_ch_sctr_edit' => 'Edit',
89  '_ch_sctr_form_edit' => 'Edit Entry',
90  '_ch_sctr_form_add' => 'Add Entry',
91  '_ch_sctr_units' => 'Entries',
92  '_ch_sctr_other_image' => 'Other image',
93  '_ch_sctr_err_conf_php' => 'File "%s" not found',
94  '_ch_sctr_err_theme_parameters' => 'Error theme parameters',
95  '_ch_sctr_err_delete_theme' => 'Error delete theme',
96  '_ch_sctr_err_format' => 'Invalid file format',
97 
98  '_ch_sctr_administration' => 'Site Customizer',
99  '_ch_sctr_form_field_err' => 'Incorrect value',
100 
101  '_ch_sctr_js_reset' => 'Reset preview?',
102  '_ch_sctr_js_err_theme_name' => 'Please fill in name of theme',
103  '_ch_sctr_js_err_choose_theme' => 'Choose any theme',
104  '_ch_sctr_js_delete_theme' => 'Delete theme?',
105  '_ch_sctr_js_reset_page' => 'Do you want to reset to default?',
106 );
$aLangContent
$aLangContent
Definition: en.php:8
php