1 | <?php |
---|
2 | $lang['Module'] = 'Module'; |
---|
3 | $lang['Version'] = 'Version'; |
---|
4 | $lang['List of shared modules'] = 'List of shared modules'; |
---|
5 | $lang['List of installed plugins using Grum Plugin Classes'] = 'List of installed plugins using Grum Plugin Classes'; |
---|
6 | $lang['Plugin'] = 'Plugin'; |
---|
7 | $lang['GPC required'] = 'GPC required'; |
---|
8 | $lang['Installed'] = 'Installed'; |
---|
9 | $lang['Infos'] = 'Infos'; |
---|
10 | $lang['Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent'] = 'Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent'; |
---|
11 | |
---|
12 | // gpc > 3.3.0 |
---|
13 | $lang['Public'] = 'Public'; |
---|
14 | $lang['Private'] = 'Private'; |
---|
15 | $lang['All the gallery'] = 'All the gallery'; |
---|
16 | |
---|
17 | |
---|
18 | // gpc 3.5.4 |
---|
19 | $lang['filter_operator']='Operator'; |
---|
20 | $lang['filter_value']='Value'; |
---|
21 | $lang['filter_minValue']='Minimal value'; |
---|
22 | $lang['filter_maxValue']='Maximal value'; |
---|
23 | $lang['filter_gt']='Greater than'; |
---|
24 | $lang['filter_lt']='Less than'; |
---|
25 | $lang['filter_ge']='Greater or equal to'; |
---|
26 | $lang['filter_le']='Less or equal to'; |
---|
27 | $lang['filter_equal']='Equal to'; |
---|
28 | $lang['filter_notEqual']='Different than'; |
---|
29 | $lang['filter_between']='Between'; |
---|
30 | $lang['filter_notbetween']='Not between'; |
---|
31 | $lang['filter_and']='and'; |
---|
32 | $lang['filter_like']='Like'; |
---|
33 | $lang['filter_notLike']='Not like'; |
---|
34 | $lang['filter_invalid']='Filter is not valid'; |
---|
35 | |
---|
36 | $lang['export_dialogTitle']='Data export'; |
---|
37 | $lang['export_Name']='File name'; |
---|
38 | $lang['export_Format']='Format'; |
---|
39 | $lang['export_Compression']='Compression'; |
---|
40 | |
---|
41 | ?> |
---|