Cheetah
en.php
Go to the documentation of this file.
1 <?php
2 
8 $aLangContent = array(
9  '_sys_module_profile_customize' => 'Profile Customizer',
10  '_ch_profile_customize' => 'Profile Customizer',
11  '_ch_profile_customize_page_themes' => 'Themes',
12  '_ch_profile_customize_page_background' => 'Background',
13  '_ch_profile_customize_page_font' => 'Fonts',
14  '_ch_profile_customize_page_border' => 'Borders',
15  '_ch_profile_customize_page_themes_my' => 'My themes',
16  '_ch_profile_customize_page_themes_shared' => 'Shared themes',
17  '_ch_profile_customize_page_import' => 'Import',
18  '_ch_profile_customize_theme' => 'Theme',
19  '_ch_profile_customize_btn_save' => 'Save',
20  '_ch_profile_customize_btn_add' => 'Add',
21  '_ch_profile_customize_btn_preview' => 'Preview',
22  '_ch_profile_customize_btn_reset' => 'Reset',
23  '_ch_profile_customize_btn_reset_all' => 'Reset page',
24  '_ch_profile_customize_btn_publish' => 'Publish',
25  '_ch_profile_customize_btn_close' => 'Close',
26  '_ch_profile_customize_btn_delete' => 'Delete',
27  '_ch_profile_customize_btn_export' => 'Export',
28  '_ch_profile_customize_btn_import' => 'Import',
29 
30  '_ch_profile_customize_color' => 'Color',
31  '_ch_profile_customize_use_image' => 'Use image',
32  '_ch_profile_customize_image' => 'Image',
33  '_ch_profile_customize_repeat' => 'Repeat',
34  '_ch_profile_customize_position' => 'Position',
35  '_ch_profile_customize_size' => 'Size',
36  '_ch_profile_customize_name' => 'Name',
37  '_ch_profile_customize_style' => 'Style',
38  '_ch_profile_customize_no' => 'No',
39  '_ch_profile_customize_repeat_x' => 'Repeat X',
40  '_ch_profile_customize_repeat_y' => 'Repeat Y',
41  '_ch_profile_customize_none' => 'None',
42  '_ch_profile_customize_top_left' => 'Top Left',
43  '_ch_profile_customize_top_center' => 'Top Center',
44  '_ch_profile_customize_top_right' => 'Top Right',
45  '_ch_profile_customize_center_left' => 'Center Left',
46  '_ch_profile_customize_center' => 'Center',
47  '_ch_profile_customize_center_right' => 'Center Right',
48  '_ch_profile_customize_bottom_left' => 'Bottom Left',
49  '_ch_profile_customize_bottom_center' => 'Bottom Center',
50  '_ch_profile_customize_bottom_right' => 'Bottom Right',
51  '_ch_profile_customize_default' => 'Default',
52  '_ch_profile_customize_normal' => 'Normal',
53  '_ch_profile_customize_bold' => 'Bold',
54  '_ch_profile_customize_italic' => 'Italic',
55  '_ch_profile_customize_dotted' => 'Dotted',
56  '_ch_profile_customize_dashed' => 'Dashed',
57  '_ch_profile_customize_solid' => 'Solid',
58  '_ch_profile_customize_double' => 'Double',
59  '_ch_profile_customize_groove' => 'Groove',
60  '_ch_profile_customize_ridge' => 'Ridge',
61  '_ch_profile_customize_inset' => 'Inset',
62  '_ch_profile_customize_outset' => 'Outset',
63  '_ch_profile_customize_select_target' => 'Select',
64  '_ch_profile_customize_border_full' => 'Full',
65  '_ch_profile_customize_border_top' => 'Top',
66  '_ch_profile_customize_border_right' => 'Right',
67  '_ch_profile_customize_border_bottom' => 'Bottom',
68  '_ch_profile_customize_border_left' => 'Left',
69  '_ch_profile_customize_border_left_right' => 'Left right',
70  '_ch_profile_customize_border_top_bottom' => 'Top bottom',
71  '_ch_profile_customize_border_top_right' => 'Top right',
72  '_ch_profile_customize_border_right_bottom' => 'Right bottom',
73  '_ch_profile_customize_border_bottom_left' => 'Bottom left',
74  '_ch_profile_customize_border_left_top' => 'Left top',
75  '_ch_profile_customize_caption' => 'Caption',
76  '_ch_profile_customize_css_name' => 'Name of css',
77  '_ch_profile_customize_type' => 'Type',
78 
79  '_ch_profile_customize_publish' => 'Publish new theme',
80  '_ch_profile_customize_name_theme' => 'Name',
81  '_ch_profile_customize_thumbnail' => 'Thumbnail(64x64)',
82  '_ch_profile_customize_destination' => 'Destination',
83  '_ch_profile_customize_err_add_theme' => 'Error creating new theme.',
84  '_ch_profile_customize_err_already_exist' => 'A theme with name "%s" already exists',
85  '_ch_profile_customize_complete' => 'New theme created successfully!',
86  '_ch_profile_customize_import_complete' => 'New theme imported successfully!',
87  '_ch_profile_customize_delete_complete' => 'Theme successfully deleted',
88  '_ch_profile_customize_edit' => 'Edit',
89  '_ch_profile_customize_form_edit' => 'Edit Entry',
90  '_ch_profile_customize_form_add' => 'Add Entry',
91  '_ch_profile_customize_units' => 'Entries',
92  '_ch_profile_customize_other_image' => 'Other image',
93  '_ch_profile_customize_err_conf_php' => 'File "%s" not found',
94  '_ch_profile_customize_err_theme_parameters' => 'Error theme parameters',
95  '_ch_profile_customize_err_delete_theme' => 'Error delete theme',
96  '_ch_profile_customize_err_format' => 'Invalid file format',
97 
98  '_ch_profile_customize_administration' => 'Profile Customizer',
99  '_ch_profile_customize_form_field_err' => 'Incorrect value',
100 
101  '_ch_profile_customize_js_reset' => 'Reset?',
102  '_ch_profile_customize_js_err_theme_name' => 'Please fill in name of theme',
103  '_ch_profile_customize_js_err_choose_theme' => 'Choose any theme',
104  '_ch_profile_customize_js_delete_theme' => 'Delete theme?',
105  '_ch_profile_customize_js_reset_page' => 'Reset page?',
106 );
$aLangContent
$aLangContent
Definition: en.php:8
php