@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | if (defined('FOR_XOOPS_LANG_CHECKER')) { |
4 | - $mydirname = 'd3forum' ; |
|
4 | + $mydirname = 'd3forum'; |
|
5 | 5 | } |
6 | -$constpref = '_MB_' . strtoupper($mydirname) ; |
|
6 | +$constpref = '_MB_'.strtoupper($mydirname); |
|
7 | 7 | |
8 | -if (defined('FOR_XOOPS_LANG_CHECKER') || ! defined($constpref.'_LOADED')) { |
|
9 | - define($constpref.'_LOADED', 1) ; |
|
8 | +if (defined('FOR_XOOPS_LANG_CHECKER') || !defined($constpref.'_LOADED')) { |
|
9 | + define($constpref.'_LOADED', 1); |
|
10 | 10 | |
11 | 11 | // definitions for displaying blocks |
12 | 12 | // Since altsys is a singleton moudle, this file has non-sense. |
@@ -1,4 +1,4 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'Public Top of %s') ; |
|
4 | -define('_MD_A_AINTHEME_FMT_ADMINTOP', 'Admin Top of %s') ; |
|
3 | +define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'Public Top of %s'); |
|
4 | +define('_MD_A_AINTHEME_FMT_ADMINTOP', 'Admin Top of %s'); |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | if (defined('FOR_XOOPS_LANG_CHECKER')) { |
4 | - $mydirname = 'd3forum' ; |
|
4 | + $mydirname = 'd3forum'; |
|
5 | 5 | } |
6 | -$constpref = '_MB_' . strtoupper($mydirname) ; |
|
6 | +$constpref = '_MB_'.strtoupper($mydirname); |
|
7 | 7 | |
8 | -if (defined('FOR_XOOPS_LANG_CHECKER') || ! defined($constpref.'_LOADED')) { |
|
9 | - define($constpref.'_LOADED', 1) ; |
|
8 | +if (defined('FOR_XOOPS_LANG_CHECKER') || !defined($constpref.'_LOADED')) { |
|
9 | + define($constpref.'_LOADED', 1); |
|
10 | 10 | |
11 | 11 | // definitions for displaying blocks |
12 | 12 | // Since altsys is a singleton moudle, this file has non-sense. |
@@ -10,8 +10,8 @@ |
||
10 | 10 | define('_MD_A_MYTPLSFORM_LABEL_TPLFILE', 'Template name'); |
11 | 11 | define('_MD_A_MYTPLSFORM_BTN_CREATE', 'Create'); |
12 | 12 | |
13 | -define('_MD_A_MYTPLSFORM_EDIT', 'Template bearbeiten') ; |
|
14 | -define('_MD_A_MYTPLSFORM_UPDATED', 'Template erfolgreich aktualisiert') ; |
|
15 | -define('_MD_A_MYTPLSFORM_BTN_MODIFYCONT', 'Reflect') ; |
|
16 | -define('_MD_A_MYTPLSFORM_BTN_MODIFYEND', 'Speichern und Ende') ; |
|
17 | -define('_MD_A_MYTPLSFORM_BTN_RESET', 'Reset') ; |
|
13 | +define('_MD_A_MYTPLSFORM_EDIT', 'Template bearbeiten'); |
|
14 | +define('_MD_A_MYTPLSFORM_UPDATED', 'Template erfolgreich aktualisiert'); |
|
15 | +define('_MD_A_MYTPLSFORM_BTN_MODIFYCONT', 'Reflect'); |
|
16 | +define('_MD_A_MYTPLSFORM_BTN_MODIFYEND', 'Speichern und Ende'); |
|
17 | +define('_MD_A_MYTPLSFORM_BTN_RESET', 'Reset'); |
@@ -5,25 +5,25 @@ |
||
5 | 5 | define('_MYTPLSADMIN_CUSTOMTEMPLATE', 'Custom template'); |
6 | 6 | define('_MYTPLSADMIN_CREATENEWCUSTOMTEMPLATE', 'Create a new custom template'); |
7 | 7 | |
8 | -define('_MYTPLSADMIN_CREATE_NEW_TPLSET', 'Erstelle ein neues Template-Set') ; |
|
9 | -define('_MYTPLSADMIN_CAPTION_BASE', 'auf Basis von') ; |
|
10 | -define('_MYTPLSADMIN_CAPTION_SETNAME', 'Name') ; |
|
11 | -define('_MYTPLSADMIN_OPT_BLANKSET', '(blank)') ; |
|
12 | -define('_MYTPLSADMIN_CAPTION_COPYTO', 'nach') ; |
|
13 | -define('_MYTPLSADMIN_BTN_COPY', 'KOPIEREN') ; |
|
14 | -define('_MYTPLSADMIN_TITLE_CHECKALL', 'Turn on/off all of checkboxes in this row') ; |
|
15 | -define('_MYTPLSADMIN_CNF_DELETE_SELECTED_TEMPLATES', 'All of checked templates in the set(row) will be removed. Are you OK?') ; |
|
16 | -define('_MYTPLSADMIN_CNF_COPY_SELECTED_TEMPLATES', 'All of checked templates in the set(row) will be copied/overwritten into the selected set. Are you OK?') ; |
|
17 | -define('_MYTPLSADMIN_TH_NAME', 'Template Name') ; |
|
18 | -define('_MYTPLSADMIN_TH_TYPE', 'Typ') ; |
|
19 | -define('_MYTPLSADMIN_TH_FILE', 'Basis Datei') ; |
|
20 | -define('_MYTPLSADMIN_ERR_NOTPLFILE', "No template is checked.") ; |
|
21 | -define('_MYTPLSADMIN_ERR_INVALIDTPLSET', "Destination set is same as source set, or no valid tplset is specified.") ; |
|
22 | -define('_MYTPLSADMIN_ERR_CANTREMOVEDEFAULT', "You can't remove 'default' template.") ; |
|
23 | -define('_MYTPLSADMIN_ERR_DUPLICATEDSETNAME', "The set name already exists.") ; |
|
24 | -define('_MYTPLSADMIN_ERR_INVALIDSETNAME', "a wrong set name is specified.") ; |
|
8 | +define('_MYTPLSADMIN_CREATE_NEW_TPLSET', 'Erstelle ein neues Template-Set'); |
|
9 | +define('_MYTPLSADMIN_CAPTION_BASE', 'auf Basis von'); |
|
10 | +define('_MYTPLSADMIN_CAPTION_SETNAME', 'Name'); |
|
11 | +define('_MYTPLSADMIN_OPT_BLANKSET', '(blank)'); |
|
12 | +define('_MYTPLSADMIN_CAPTION_COPYTO', 'nach'); |
|
13 | +define('_MYTPLSADMIN_BTN_COPY', 'KOPIEREN'); |
|
14 | +define('_MYTPLSADMIN_TITLE_CHECKALL', 'Turn on/off all of checkboxes in this row'); |
|
15 | +define('_MYTPLSADMIN_CNF_DELETE_SELECTED_TEMPLATES', 'All of checked templates in the set(row) will be removed. Are you OK?'); |
|
16 | +define('_MYTPLSADMIN_CNF_COPY_SELECTED_TEMPLATES', 'All of checked templates in the set(row) will be copied/overwritten into the selected set. Are you OK?'); |
|
17 | +define('_MYTPLSADMIN_TH_NAME', 'Template Name'); |
|
18 | +define('_MYTPLSADMIN_TH_TYPE', 'Typ'); |
|
19 | +define('_MYTPLSADMIN_TH_FILE', 'Basis Datei'); |
|
20 | +define('_MYTPLSADMIN_ERR_NOTPLFILE', "No template is checked."); |
|
21 | +define('_MYTPLSADMIN_ERR_INVALIDTPLSET', "Destination set is same as source set, or no valid tplset is specified."); |
|
22 | +define('_MYTPLSADMIN_ERR_CANTREMOVEDEFAULT', "You can't remove 'default' template."); |
|
23 | +define('_MYTPLSADMIN_ERR_DUPLICATEDSETNAME', "The set name already exists."); |
|
24 | +define('_MYTPLSADMIN_ERR_INVALIDSETNAME', "a wrong set name is specified."); |
|
25 | 25 | |
26 | -define('_MYTPLSADMIN_H3_MODULE', 'Module') ; |
|
27 | -define('_MYTPLSADMIN_BTN_NEWTPLSET', 'jetzt erstellen') ; |
|
26 | +define('_MYTPLSADMIN_H3_MODULE', 'Module'); |
|
27 | +define('_MYTPLSADMIN_BTN_NEWTPLSET', 'jetzt erstellen'); |
|
28 | 28 | |
29 | -define('_MYTPLSADMIN_DBUPDATED', 'Templates updated successfully') ; |
|
29 | +define('_MYTPLSADMIN_DBUPDATED', 'Templates updated successfully'); |
@@ -1,4 +1,4 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_MYPREFERENCES_FORMTITLE', 'Module\'s preferences') ; |
|
4 | -define('_MD_A_MYPREFERENCES_UPDATED', 'Preferences are updated successfully') ; |
|
3 | +define('_MD_A_MYPREFERENCES_FORMTITLE', 'Module\'s preferences'); |
|
4 | +define('_MD_A_MYPREFERENCES_UPDATED', 'Preferences are updated successfully'); |
@@ -1,3 +1,3 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_DBUPDATED', 'Datenbank erfolgreich aktualisiert') ; |
|
3 | +define('_MD_A_DBUPDATED', 'Datenbank erfolgreich aktualisiert'); |
@@ -12,5 +12,5 @@ |
||
12 | 12 | * @version $Id$ |
13 | 13 | */ |
14 | 14 | |
15 | -define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'برترین %s برای کاربران') ; |
|
16 | -define('_MD_A_AINTHEME_FMT_ADMINTOP', 'برترین %s برای مدیران') ; |
|
15 | +define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'برترین %s برای کاربران'); |
|
16 | +define('_MD_A_AINTHEME_FMT_ADMINTOP', 'برترین %s برای مدیران'); |
@@ -13,12 +13,12 @@ |
||
13 | 13 | */ |
14 | 14 | |
15 | 15 | if (defined('FOR_XOOPS_LANG_CHECKER')) { |
16 | - $mydirname = 'd3forum' ; |
|
16 | + $mydirname = 'd3forum'; |
|
17 | 17 | } |
18 | -$constpref = '_MB_' . strtoupper($mydirname) ; |
|
18 | +$constpref = '_MB_'.strtoupper($mydirname); |
|
19 | 19 | |
20 | -if (defined('FOR_XOOPS_LANG_CHECKER') || ! defined($constpref.'_LOADED')) { |
|
21 | - define($constpref.'_LOADED', 1) ; |
|
20 | +if (defined('FOR_XOOPS_LANG_CHECKER') || !defined($constpref.'_LOADED')) { |
|
21 | + define($constpref.'_LOADED', 1); |
|
22 | 22 | |
23 | 23 | // definitions for displaying blocks |
24 | 24 | // Since altsys is a singleton moudle, this file has non-sense. |