@@ -1,52 +1,52 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_MYBLOCKSADMIN_PERMUPDATED', '権限を更新しました') ; |
|
4 | -define('_MD_A_MYBLOCKSADMIN_BLOCKADMIN', 'ブロック管理') ; |
|
5 | -define('_MD_A_MYBLOCKSADMIN_NAME', '名称') ; |
|
6 | -define('_MD_A_MYBLOCKSADMIN_TITLE', 'タイトル') ; |
|
7 | -define('_MD_A_MYBLOCKSADMIN_SIDE', '表示サイド') ; |
|
8 | -define('_MD_A_MYBLOCKSADMIN_SBLEFT', 'o --- - 左') ; |
|
9 | -define('_MD_A_MYBLOCKSADMIN_SBRIGHT', '- --- o 右') ; |
|
10 | -define('_MD_A_MYBLOCKSADMIN_CBLEFT', '- o-- - 中央左') ; |
|
11 | -define('_MD_A_MYBLOCKSADMIN_CBRIGHT', '- --o - 中央右') ; |
|
12 | -define('_MD_A_MYBLOCKSADMIN_CBCENTER', '- -o- - 中央') ; |
|
13 | -define('_MD_A_MYBLOCKSADMIN_VISIBLE', '表示ON/OFF') ; |
|
14 | -define('_MD_A_MYBLOCKSADMIN_WEIGHT', '優先度') ; |
|
15 | -define('_MD_A_MYBLOCKSADMIN_VISIBLEIN', '表示対象') ; |
|
16 | -define('_MD_A_MYBLOCKSADMIN_CONTENT', 'コンテンツ') ; |
|
17 | -define('_MD_A_MYBLOCKSADMIN_CAPT_USABLETAGS', '使用可能なタグ') ; |
|
18 | -define('_MD_A_MYBLOCKSADMIN_FMT_TAGRULE', '%s は %s に変換されます') ; |
|
19 | -define('_MD_A_MYBLOCKSADMIN_CTYPE', 'カスタムブロックの種類') ; |
|
20 | -define('_MD_A_MYBLOCKSADMIN_EDITTPL', 'このブロックのテンプレートを編集する') ; |
|
21 | -define('_MD_A_MYBLOCKSADMIN_OPTIONS', 'ブロックオプション') ; |
|
22 | -define('_MD_A_MYBLOCKSADMIN_BCACHETIME', 'キャッシュ') ; |
|
23 | -define('_MD_A_MYBLOCKSADMIN_ACTION', '操作') ; |
|
24 | -define('_MD_A_MYBLOCKSADMIN_DESCRIPTION', '説明') ; |
|
25 | -define('_MD_A_MYBLOCKSADMIN_TOPPAGE', 'トップページ') ; |
|
26 | -define('_MD_A_MYBLOCKSADMIN_ALLPAGES', '全ページ') ; |
|
27 | -define('_MD_A_MYBLOCKSADMIN_PERMFORM', 'アクセス権限設定') ; |
|
28 | -define('_MD_A_MYBLOCKSADMIN_PERM_MADMIN', 'モジュール管理者権限') ; |
|
29 | -define('_MD_A_MYBLOCKSADMIN_PERM_MREAD', 'モジュールアクセス権限') ; |
|
30 | -define('_MD_A_MYBLOCKSADMIN_DBUPDATED', 'データベースを更新しました') ; |
|
31 | -define('_MD_A_MYBLOCKSADMIN_FMT_REMOVEBLOCK', 'このブロック「 %s 」を本当に削除してよろしいですか?') ; |
|
32 | - |
|
33 | - |
|
34 | -define('_MD_A_MYBLOCKSADMIN_CLONEFORM', 'ブロックの複製') ; |
|
35 | -define('_MD_A_MYBLOCKSADMIN_NEWFORM', 'ブロックの新規作成') ; |
|
36 | -define('_MD_A_MYBLOCKSADMIN_EDITFORM', 'ブロックの編集') ; |
|
37 | - |
|
38 | -define('_MD_A_MYBLOCKSADMIN_LINK_FORCECLONE', '強制複製') ; |
|
39 | - |
|
40 | -define('_MD_A_MYBLOCKSADMIN_BTN_CLONE', '複製実行') ; |
|
41 | -define('_MD_A_MYBLOCKSADMIN_BTN_NEW', '新規作成') ; |
|
42 | -define('_MD_A_MYBLOCKSADMIN_BTN_EDIT', '更新実行') ; |
|
43 | - |
|
44 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_HTML', 'カスタムHTML(無変換)') ; |
|
45 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_NOSMILE', 'カスタム(HTML+BBCODE変換+自動リンク)') ; |
|
46 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_SMILE', 'カスタム(HTML+BBCODE変換+自動リンク+顔アイコン)') ; |
|
47 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_PHP', 'カスタム(PHP eval())') ; |
|
48 | - |
|
49 | -define('_MD_A_MYBLOCKSADMIN_NOTICE4COMMONFCK', 'common/fckeditorを入れることでWYSIWYGエディタを利用できます') ; |
|
3 | +define('_MD_A_MYBLOCKSADMIN_PERMUPDATED', '権限を更新しました'); |
|
4 | +define('_MD_A_MYBLOCKSADMIN_BLOCKADMIN', 'ブロック管理'); |
|
5 | +define('_MD_A_MYBLOCKSADMIN_NAME', '名称'); |
|
6 | +define('_MD_A_MYBLOCKSADMIN_TITLE', 'タイトル'); |
|
7 | +define('_MD_A_MYBLOCKSADMIN_SIDE', '表示サイド'); |
|
8 | +define('_MD_A_MYBLOCKSADMIN_SBLEFT', 'o --- - 左'); |
|
9 | +define('_MD_A_MYBLOCKSADMIN_SBRIGHT', '- --- o 右'); |
|
10 | +define('_MD_A_MYBLOCKSADMIN_CBLEFT', '- o-- - 中央左'); |
|
11 | +define('_MD_A_MYBLOCKSADMIN_CBRIGHT', '- --o - 中央右'); |
|
12 | +define('_MD_A_MYBLOCKSADMIN_CBCENTER', '- -o- - 中央'); |
|
13 | +define('_MD_A_MYBLOCKSADMIN_VISIBLE', '表示ON/OFF'); |
|
14 | +define('_MD_A_MYBLOCKSADMIN_WEIGHT', '優先度'); |
|
15 | +define('_MD_A_MYBLOCKSADMIN_VISIBLEIN', '表示対象'); |
|
16 | +define('_MD_A_MYBLOCKSADMIN_CONTENT', 'コンテンツ'); |
|
17 | +define('_MD_A_MYBLOCKSADMIN_CAPT_USABLETAGS', '使用可能なタグ'); |
|
18 | +define('_MD_A_MYBLOCKSADMIN_FMT_TAGRULE', '%s は %s に変換されます'); |
|
19 | +define('_MD_A_MYBLOCKSADMIN_CTYPE', 'カスタムブロックの種類'); |
|
20 | +define('_MD_A_MYBLOCKSADMIN_EDITTPL', 'このブロックのテンプレートを編集する'); |
|
21 | +define('_MD_A_MYBLOCKSADMIN_OPTIONS', 'ブロックオプション'); |
|
22 | +define('_MD_A_MYBLOCKSADMIN_BCACHETIME', 'キャッシュ'); |
|
23 | +define('_MD_A_MYBLOCKSADMIN_ACTION', '操作'); |
|
24 | +define('_MD_A_MYBLOCKSADMIN_DESCRIPTION', '説明'); |
|
25 | +define('_MD_A_MYBLOCKSADMIN_TOPPAGE', 'トップページ'); |
|
26 | +define('_MD_A_MYBLOCKSADMIN_ALLPAGES', '全ページ'); |
|
27 | +define('_MD_A_MYBLOCKSADMIN_PERMFORM', 'アクセス権限設定'); |
|
28 | +define('_MD_A_MYBLOCKSADMIN_PERM_MADMIN', 'モジュール管理者権限'); |
|
29 | +define('_MD_A_MYBLOCKSADMIN_PERM_MREAD', 'モジュールアクセス権限'); |
|
30 | +define('_MD_A_MYBLOCKSADMIN_DBUPDATED', 'データベースを更新しました'); |
|
31 | +define('_MD_A_MYBLOCKSADMIN_FMT_REMOVEBLOCK', 'このブロック「 %s 」を本当に削除してよろしいですか?'); |
|
32 | + |
|
33 | + |
|
34 | +define('_MD_A_MYBLOCKSADMIN_CLONEFORM', 'ブロックの複製'); |
|
35 | +define('_MD_A_MYBLOCKSADMIN_NEWFORM', 'ブロックの新規作成'); |
|
36 | +define('_MD_A_MYBLOCKSADMIN_EDITFORM', 'ブロックの編集'); |
|
37 | + |
|
38 | +define('_MD_A_MYBLOCKSADMIN_LINK_FORCECLONE', '強制複製'); |
|
39 | + |
|
40 | +define('_MD_A_MYBLOCKSADMIN_BTN_CLONE', '複製実行'); |
|
41 | +define('_MD_A_MYBLOCKSADMIN_BTN_NEW', '新規作成'); |
|
42 | +define('_MD_A_MYBLOCKSADMIN_BTN_EDIT', '更新実行'); |
|
43 | + |
|
44 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_HTML', 'カスタムHTML(無変換)'); |
|
45 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_NOSMILE', 'カスタム(HTML+BBCODE変換+自動リンク)'); |
|
46 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_SMILE', 'カスタム(HTML+BBCODE変換+自動リンク+顔アイコン)'); |
|
47 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_PHP', 'カスタム(PHP eval())'); |
|
48 | + |
|
49 | +define('_MD_A_MYBLOCKSADMIN_NOTICE4COMMONFCK', 'common/fckeditorを入れることでWYSIWYGエディタを利用できます'); |
|
50 | 50 | |
51 | 51 | |
52 | 52 | // Group permission phrases |
@@ -1,3 +1,3 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_DBUPDATED', 'データベースを更新しました') ; |
|
3 | +define('_MD_A_DBUPDATED', 'データベースを更新しました'); |
@@ -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,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_MYTPLSFORM_TPLSADMIN', 'Templates') ; |
|
4 | -define('_MD_A_MYTPLSFORM_EDIT', 'Editing the template') ; |
|
5 | -define('_MD_A_MYTPLSFORM_UPDATED', 'The template is updated successfully') ; |
|
6 | -define('_MD_A_MYTPLSFORM_CREATED', 'A template is created successfully') ; |
|
7 | -define('_MD_A_MYTPLSFORM_LABEL_TPLFILE', 'Template name') ; |
|
8 | -define('_MD_A_MYTPLSFORM_BTN_MODIFYCONT', 'Reflect') ; |
|
9 | -define('_MD_A_MYTPLSFORM_BTN_MODIFYEND', 'Save and Finish') ; |
|
10 | -define('_MD_A_MYTPLSFORM_BTN_CREATE', 'Create') ; |
|
11 | -define('_MD_A_MYTPLSFORM_BTN_RESET', 'Reset') ; |
|
3 | +define('_MD_A_MYTPLSFORM_TPLSADMIN', 'Templates'); |
|
4 | +define('_MD_A_MYTPLSFORM_EDIT', 'Editing the template'); |
|
5 | +define('_MD_A_MYTPLSFORM_UPDATED', 'The template is updated successfully'); |
|
6 | +define('_MD_A_MYTPLSFORM_CREATED', 'A template is created successfully'); |
|
7 | +define('_MD_A_MYTPLSFORM_LABEL_TPLFILE', 'Template name'); |
|
8 | +define('_MD_A_MYTPLSFORM_BTN_MODIFYCONT', 'Reflect'); |
|
9 | +define('_MD_A_MYTPLSFORM_BTN_MODIFYEND', 'Save and Finish'); |
|
10 | +define('_MD_A_MYTPLSFORM_BTN_CREATE', 'Create'); |
|
11 | +define('_MD_A_MYTPLSFORM_BTN_RESET', 'Reset'); |
@@ -1,27 +1,27 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MYLANGADMIN_H3_MODULE', 'Target module') ; |
|
4 | -define('_MYLANGADMIN_CACHEUPDATED', 'The cache file has been updated') ; |
|
5 | -define('_MYLANGADMIN_BTN_UPDATE', 'Update') ; |
|
6 | -define('_MYLANGADMIN_BTN_RESET', 'Reset') ; |
|
3 | +define('_MYLANGADMIN_H3_MODULE', 'Target module'); |
|
4 | +define('_MYLANGADMIN_CACHEUPDATED', 'The cache file has been updated'); |
|
5 | +define('_MYLANGADMIN_BTN_UPDATE', 'Update'); |
|
6 | +define('_MYLANGADMIN_BTN_RESET', 'Reset'); |
|
7 | 7 | |
8 | -define('_MYLANGADMIN_TH_CONSTANTNAME', 'Constant Name') ; |
|
9 | -define('_MYLANGADMIN_TH_DEFAULTVALUE', 'Default Value') ; |
|
10 | -define('_MYLANGADMIN_TH_USERVALUE', 'User Value') ; |
|
8 | +define('_MYLANGADMIN_TH_CONSTANTNAME', 'Constant Name'); |
|
9 | +define('_MYLANGADMIN_TH_DEFAULTVALUE', 'Default Value'); |
|
10 | +define('_MYLANGADMIN_TH_USERVALUE', 'User Value'); |
|
11 | 11 | |
12 | -define('_MYLANGADMIN_NOTE_ADDEDBYMYLANG', '(a constant added by user)') ; |
|
13 | -define('_MYLANGADMIN_DT_MYLANGFILENAME', 'Partially overriding file name') ; |
|
12 | +define('_MYLANGADMIN_NOTE_ADDEDBYMYLANG', '(a constant added by user)'); |
|
13 | +define('_MYLANGADMIN_DT_MYLANGFILENAME', 'Partially overriding file name'); |
|
14 | 14 | |
15 | -define('_MYLANGADMIN_DT_CACHEFILENAME', 'Cache file name') ; |
|
16 | -define('_MYLANGADMIN_DT_CACHESTATUS', 'Caching status') ; |
|
17 | -define('_MYLANGADMIN_CREATED', 'Created') ; |
|
18 | -define('_MYLANGADMIN_NOTCREATED', 'Has not created yet') ; |
|
15 | +define('_MYLANGADMIN_DT_CACHEFILENAME', 'Cache file name'); |
|
16 | +define('_MYLANGADMIN_DT_CACHESTATUS', 'Caching status'); |
|
17 | +define('_MYLANGADMIN_CREATED', 'Created'); |
|
18 | +define('_MYLANGADMIN_NOTCREATED', 'Has not created yet'); |
|
19 | 19 | |
20 | -define('_MYLANGADMIN_ERR_MODNOLANGUAGE', 'Selected module does not have language folder') ; |
|
21 | -define('_MYLANGADMIN_ERR_MODLANGINCOMPATIBLE', 'Selected module has incompatible language structure') ; |
|
22 | -define('_MYLANGADMIN_ERR_MODEMPTYLANGDIR', 'Selected module does not have overridable language file') ; |
|
20 | +define('_MYLANGADMIN_ERR_MODNOLANGUAGE', 'Selected module does not have language folder'); |
|
21 | +define('_MYLANGADMIN_ERR_MODLANGINCOMPATIBLE', 'Selected module has incompatible language structure'); |
|
22 | +define('_MYLANGADMIN_ERR_MODEMPTYLANGDIR', 'Selected module does not have overridable language file'); |
|
23 | 23 | |
24 | -define('_MYLANGADMIN_MSG_D3LANGMANENABLED', 'The overriding system is enabled now.') ; |
|
25 | -define('_MYLANGADMIN_FMT_HOWTOENABLED3LANGMAN4XCL', 'The overriding system is disabled now. To enable it, copy "%s" into "%s"') ; |
|
26 | -define('_MYLANGADMIN_MSG_HOWTOENABLED3LANGMAN4X2', 'The overriding system cannot work with this XOOPS core except some D3 modules. If you want to enable it with this core, try to hack like this:') ; |
|
27 | -define('_MYLANGADMIN_MSG_NOTICE4ALREADYREAD', 'Since this file has been already read by system, this column means current value') ; |
|
24 | +define('_MYLANGADMIN_MSG_D3LANGMANENABLED', 'The overriding system is enabled now.'); |
|
25 | +define('_MYLANGADMIN_FMT_HOWTOENABLED3LANGMAN4XCL', 'The overriding system is disabled now. To enable it, copy "%s" into "%s"'); |
|
26 | +define('_MYLANGADMIN_MSG_HOWTOENABLED3LANGMAN4X2', 'The overriding system cannot work with this XOOPS core except some D3 modules. If you want to enable it with this core, try to hack like this:'); |
|
27 | +define('_MYLANGADMIN_MSG_NOTICE4ALREADYREAD', 'Since this file has been already read by system, this column means current value'); |
@@ -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,50 +1,50 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_TPLSADMIN_FMT_MSG_ENCLOSEBYCOMMENT', '%d template caches have been enclosed by tplsadmin comments') ; |
|
4 | -define('_TPLSADMIN_DT_ENCLOSEBYCOMMENT', 'Implant comments') ; |
|
5 | -define('_TPLSADMIN_DD_ENCLOSEBYCOMMENT', 'Two HTML comments will be implanted in the begging/ending point of each templates. Since this rarely breaks its design, it is recommended to professionals can read HTML itself') ; |
|
6 | -define('_TPLSADMIN_CNF_ENCLOSEBYCOMMENT', 'Compiled template caches will be enclosed by tplsadmin comments. Are you OK?') ; |
|
3 | +define('_TPLSADMIN_FMT_MSG_ENCLOSEBYCOMMENT', '%d template caches have been enclosed by tplsadmin comments'); |
|
4 | +define('_TPLSADMIN_DT_ENCLOSEBYCOMMENT', 'Implant comments'); |
|
5 | +define('_TPLSADMIN_DD_ENCLOSEBYCOMMENT', 'Two HTML comments will be implanted in the begging/ending point of each templates. Since this rarely breaks its design, it is recommended to professionals can read HTML itself'); |
|
6 | +define('_TPLSADMIN_CNF_ENCLOSEBYCOMMENT', 'Compiled template caches will be enclosed by tplsadmin comments. Are you OK?'); |
|
7 | 7 | |
8 | 8 | |
9 | -define('_TPLSADMIN_FMT_MSG_ENCLOSEBYBORDEREDDIV', '%d template caches have been enclosed by div tags') ; |
|
10 | -define('_TPLSADMIN_DT_ENCLOSEBYBORDEREDDIV', 'Implant div tags') ; |
|
11 | -define('_TPLSADMIN_DD_ENCLOSEBYBORDEREDDIV', 'Each templates will be enclosed by black-bordered div tags. A link for editing controller of tplsadmin will be implanted into each templates. Though this often cause destructions in designing, you can edit each templates the most instictively and easily.') ; |
|
12 | -define('_TPLSADMIN_CNF_ENCLOSEBYBORDEREDDIV', 'Compiled template caches will be enclosed by div tags. Are you OK?') ; |
|
9 | +define('_TPLSADMIN_FMT_MSG_ENCLOSEBYBORDEREDDIV', '%d template caches have been enclosed by div tags'); |
|
10 | +define('_TPLSADMIN_DT_ENCLOSEBYBORDEREDDIV', 'Implant div tags'); |
|
11 | +define('_TPLSADMIN_DD_ENCLOSEBYBORDEREDDIV', 'Each templates will be enclosed by black-bordered div tags. A link for editing controller of tplsadmin will be implanted into each templates. Though this often cause destructions in designing, you can edit each templates the most instictively and easily.'); |
|
12 | +define('_TPLSADMIN_CNF_ENCLOSEBYBORDEREDDIV', 'Compiled template caches will be enclosed by div tags. Are you OK?'); |
|
13 | 13 | |
14 | -define('_TPLSADMIN_FMT_MSG_HOOKSAVEVARS', '%d template caches have been implanted hooking logics to collect template varibles') ; |
|
15 | -define('_TPLSADMIN_DT_HOOKSAVEVARS', 'Implant logics to collect template variables') ; |
|
16 | -define('_TPLSADMIN_DD_HOOKSAVEVARS', 'The first step of getting the informations of template variables in your site. The template vars infos will be collected when public sides of your site is displayed. If all templates you want to edit are displayed, get template vars info by underlying buttons.') ; |
|
17 | -define('_TPLSADMIN_CNF_HOOKSAVEVARS', 'Compiled template caches will be implanted the logics to collect template variables. Are you OK?') ; |
|
14 | +define('_TPLSADMIN_FMT_MSG_HOOKSAVEVARS', '%d template caches have been implanted hooking logics to collect template varibles'); |
|
15 | +define('_TPLSADMIN_DT_HOOKSAVEVARS', 'Implant logics to collect template variables'); |
|
16 | +define('_TPLSADMIN_DD_HOOKSAVEVARS', 'The first step of getting the informations of template variables in your site. The template vars infos will be collected when public sides of your site is displayed. If all templates you want to edit are displayed, get template vars info by underlying buttons.'); |
|
17 | +define('_TPLSADMIN_CNF_HOOKSAVEVARS', 'Compiled template caches will be implanted the logics to collect template variables. Are you OK?'); |
|
18 | 18 | |
19 | -define('_TPLSADMIN_FMT_MSG_REMOVEHOOKS', '%d template caches have been normalized') ; |
|
20 | -define('_TPLSADMIN_DT_REMOVEHOOKS', 'Normalize compiled template caches') ; |
|
21 | -define('_TPLSADMIN_DD_REMOVEHOOKS', 'This removes comments/div tags/logics implanted by upper operations from each compiled template caches.') ; |
|
22 | -define('_TPLSADMIN_CNF_REMOVEHOOKS', 'Are you OK for normlizing?') ; |
|
19 | +define('_TPLSADMIN_FMT_MSG_REMOVEHOOKS', '%d template caches have been normalized'); |
|
20 | +define('_TPLSADMIN_DT_REMOVEHOOKS', 'Normalize compiled template caches'); |
|
21 | +define('_TPLSADMIN_DD_REMOVEHOOKS', 'This removes comments/div tags/logics implanted by upper operations from each compiled template caches.'); |
|
22 | +define('_TPLSADMIN_CNF_REMOVEHOOKS', 'Are you OK for normlizing?'); |
|
23 | 23 | |
24 | 24 | |
25 | -define('_TPLSADMIN_MSG_CLEARCACHE', 'Template caches are removed') ; |
|
26 | -define('_TPLSADMIN_MSG_CREATECOMPILECACHEFIRST', 'There are no compiled template caches. Create complied template caches by displaying public sides of your site, first') ; |
|
25 | +define('_TPLSADMIN_MSG_CLEARCACHE', 'Template caches are removed'); |
|
26 | +define('_TPLSADMIN_MSG_CREATECOMPILECACHEFIRST', 'There are no compiled template caches. Create complied template caches by displaying public sides of your site, first'); |
|
27 | 27 | |
28 | -define('_TPLSADMIN_CNF_DELETEOK', 'Delete OK?') ; |
|
28 | +define('_TPLSADMIN_CNF_DELETEOK', 'Delete OK?'); |
|
29 | 29 | |
30 | 30 | |
31 | -define('_TPLSADMIN_DT_GETTPLSVARSINFO_DW', 'Get info of template variables as DreamWeaver Extensions') ; |
|
32 | -define('_TPLSADMIN_DD_GETTPLSVARSINFO_DW', 'Open Macromedia Extension Manager, first.<br />Extract the download archive.<br />Execute the files which extensions are .mxi and you will meet installing dialogs.<br />The snippets for template variables of your site will be usable after restarting Dream Weaver.') ; |
|
31 | +define('_TPLSADMIN_DT_GETTPLSVARSINFO_DW', 'Get info of template variables as DreamWeaver Extensions'); |
|
32 | +define('_TPLSADMIN_DD_GETTPLSVARSINFO_DW', 'Open Macromedia Extension Manager, first.<br />Extract the download archive.<br />Execute the files which extensions are .mxi and you will meet installing dialogs.<br />The snippets for template variables of your site will be usable after restarting Dream Weaver.'); |
|
33 | 33 | |
34 | -define('_TPLSADMIN_DT_GETTEMPLATES', 'Download templates') ; |
|
35 | -define('_TPLSADMIN_DD_GETTEMPLATES', 'Select a set before pushing either button') ; |
|
34 | +define('_TPLSADMIN_DT_GETTEMPLATES', 'Download templates'); |
|
35 | +define('_TPLSADMIN_DD_GETTEMPLATES', 'Select a set before pushing either button'); |
|
36 | 36 | |
37 | -define('_TPLSADMIN_FMT_MSG_PUTTEMPLATES', '%d templates are imported.') ; |
|
38 | -define('_TPLSADMIN_DT_PUTTEMPLATES', 'Upload templates') ; |
|
39 | -define('_TPLSADMIN_DD_PUTTEMPLATES', 'Select a set you want to upload/overwrite before uploading zip/tgz archive including template files (.html). You need not to check depths of the paths in the archive.') ; |
|
37 | +define('_TPLSADMIN_FMT_MSG_PUTTEMPLATES', '%d templates are imported.'); |
|
38 | +define('_TPLSADMIN_DT_PUTTEMPLATES', 'Upload templates'); |
|
39 | +define('_TPLSADMIN_DD_PUTTEMPLATES', 'Select a set you want to upload/overwrite before uploading zip/tgz archive including template files (.html). You need not to check depths of the paths in the archive.'); |
|
40 | 40 | |
41 | 41 | |
42 | -define('_TPLSADMIN_ERR_NOTUPLOADED', 'No files are uploaded.') ; |
|
43 | -define('_TPLSADMIN_ERR_EXTENSION', 'This extension cannot be recognized.') ; |
|
44 | -define('_TPLSADMIN_ERR_INVALIDARCHIVE', 'The archive is not extractable.') ; |
|
45 | -define('_TPLSADMIN_ERR_INVALIDTPLSET', 'Invalid set name has been specified.') ; |
|
42 | +define('_TPLSADMIN_ERR_NOTUPLOADED', 'No files are uploaded.'); |
|
43 | +define('_TPLSADMIN_ERR_EXTENSION', 'This extension cannot be recognized.'); |
|
44 | +define('_TPLSADMIN_ERR_INVALIDARCHIVE', 'The archive is not extractable.'); |
|
45 | +define('_TPLSADMIN_ERR_INVALIDTPLSET', 'Invalid set name has been specified.'); |
|
46 | 46 | |
47 | -define('_TPLSADMIN_ERR_NOTPLSVARSINFO', 'There are no template vars info files.') ; |
|
47 | +define('_TPLSADMIN_ERR_NOTPLSVARSINFO', 'There are no template vars info files.'); |
|
48 | 48 | |
49 | -define('_TPLSADMIN_NUMCAP_COMPILEDCACHES', 'Compiled template caches') ; |
|
50 | -define('_TPLSADMIN_NUMCAP_TPLSVARS', 'Template vars info files') ; |
|
49 | +define('_TPLSADMIN_NUMCAP_COMPILEDCACHES', 'Compiled template caches'); |
|
50 | +define('_TPLSADMIN_NUMCAP_TPLSVARS', 'Template vars info files'); |
@@ -1,37 +1,37 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MI_ALTSYS_MODULENAME', 'ALTSYS') ; |
|
4 | -define('_MI_ALTSYS_MODULEDESC', 'Managing system easily') ; |
|
3 | +define('_MI_ALTSYS_MODULENAME', 'ALTSYS'); |
|
4 | +define('_MI_ALTSYS_MODULEDESC', 'Managing system easily'); |
|
5 | 5 | |
6 | 6 | // menus |
7 | -define('_MI_ALTSYS_MENU_CUSTOMBLOCKS', 'Custom Blocks') ; |
|
8 | -define('_MI_ALTSYS_MENU_NEWCUSTOMBLOCK', '(new)') ; |
|
9 | -define('_MI_ALTSYS_MENU_MYBLOCKSADMIN', 'Module Blocks') ; |
|
10 | -define('_MI_ALTSYS_MENU_MYTPLSADMIN', 'Templates') ; |
|
11 | -define('_MI_ALTSYS_MENU_COMPILEHOOKADMIN', 'Advanced Templates') ; |
|
12 | -define('_MI_ALTSYS_MENU_MYLANGADMIN', 'Languages') ; |
|
13 | -define('_MI_ALTSYS_MENU_ADVANCEDLANGADMIN', 'Advanced Languages') ; |
|
14 | -define('_MI_ALTSYS_MENU_MYAVATAR', 'Avatars') ; |
|
15 | -define('_MI_ALTSYS_MENU_MYSMILEY', 'Smileys') ; |
|
7 | +define('_MI_ALTSYS_MENU_CUSTOMBLOCKS', 'Custom Blocks'); |
|
8 | +define('_MI_ALTSYS_MENU_NEWCUSTOMBLOCK', '(new)'); |
|
9 | +define('_MI_ALTSYS_MENU_MYBLOCKSADMIN', 'Module Blocks'); |
|
10 | +define('_MI_ALTSYS_MENU_MYTPLSADMIN', 'Templates'); |
|
11 | +define('_MI_ALTSYS_MENU_COMPILEHOOKADMIN', 'Advanced Templates'); |
|
12 | +define('_MI_ALTSYS_MENU_MYLANGADMIN', 'Languages'); |
|
13 | +define('_MI_ALTSYS_MENU_ADVANCEDLANGADMIN', 'Advanced Languages'); |
|
14 | +define('_MI_ALTSYS_MENU_MYAVATAR', 'Avatars'); |
|
15 | +define('_MI_ALTSYS_MENU_MYSMILEY', 'Smileys'); |
|
16 | 16 | |
17 | 17 | // blocks |
18 | -define('_MI_ALTSYS_BNAME_ADMIN_MENU', 'Admin Menu') ; |
|
18 | +define('_MI_ALTSYS_BNAME_ADMIN_MENU', 'Admin Menu'); |
|
19 | 19 | |
20 | 20 | // configs |
21 | -define('_MI_ALTSYS_ADMINMENU_HFT', 'Rewrite admin menu') ; |
|
22 | -define('_MI_ALTSYS_ADMINMENU_HFTDSC', 'If your admin menu is broken, remove cache/adminmenu.php. This feature works only with XOOPS 2.0.x') ; |
|
23 | -define('_MI_ALTSYS_AMHFT_OPT_2COL', 'Two columns of module icons') ; |
|
24 | -define('_MI_ALTSYS_AMHFT_OPT_NOIMG', 'IMG to TEXT') ; |
|
25 | -define('_MI_ALTSYS_AMHFT_OPT_XCSTY', 'Like XoopsCube Legacy 2.1') ; |
|
21 | +define('_MI_ALTSYS_ADMINMENU_HFT', 'Rewrite admin menu'); |
|
22 | +define('_MI_ALTSYS_ADMINMENU_HFTDSC', 'If your admin menu is broken, remove cache/adminmenu.php. This feature works only with XOOPS 2.0.x'); |
|
23 | +define('_MI_ALTSYS_AMHFT_OPT_2COL', 'Two columns of module icons'); |
|
24 | +define('_MI_ALTSYS_AMHFT_OPT_NOIMG', 'IMG to TEXT'); |
|
25 | +define('_MI_ALTSYS_AMHFT_OPT_XCSTY', 'Like XoopsCube Legacy 2.1'); |
|
26 | 26 | |
27 | -define('_MI_ALTSYS_ADMINMENU_IM', 'Copy mymenu links into admin menu') ; |
|
28 | -define('_MI_ALTSYS_ADMINMENU_IMDSC', 'If your admin menu is broken, remove cache/adminmenu.php. This feature works only with XOOPS 2.0.x') ; |
|
27 | +define('_MI_ALTSYS_ADMINMENU_IM', 'Copy mymenu links into admin menu'); |
|
28 | +define('_MI_ALTSYS_ADMINMENU_IMDSC', 'If your admin menu is broken, remove cache/adminmenu.php. This feature works only with XOOPS 2.0.x'); |
|
29 | 29 | |
30 | -define('_MI_ALTSYS_ADMIN_IN_THEME', 'Theme set for admin') ; |
|
31 | -define('_MI_ALTSYS_ADMIN_IN_THEMEDSC', 'Set the name of the theme displaying admin area. Insert a line just after including common.php in mainfile.php<br />include XOOPS_TRUST_PATH.\'/libs/altsys/include/admin_in_theme.inc.php\';<br /> to enable this. This feature works only with XOOPS 2.0.x') ; |
|
30 | +define('_MI_ALTSYS_ADMIN_IN_THEME', 'Theme set for admin'); |
|
31 | +define('_MI_ALTSYS_ADMIN_IN_THEMEDSC', 'Set the name of the theme displaying admin area. Insert a line just after including common.php in mainfile.php<br />include XOOPS_TRUST_PATH.\'/libs/altsys/include/admin_in_theme.inc.php\';<br /> to enable this. This feature works only with XOOPS 2.0.x'); |
|
32 | 32 | |
33 | -define('_MI_ALTSYS_ENABLEFORCECLONE', 'Force all blocks to be clonable') ; |
|
34 | -define('_MI_ALTSYS_ENABLEFORCECLONEDSC', 'You should know there are blocks cause errors if multiple instances is displayed on a page') ; |
|
33 | +define('_MI_ALTSYS_ENABLEFORCECLONE', 'Force all blocks to be clonable'); |
|
34 | +define('_MI_ALTSYS_ENABLEFORCECLONEDSC', 'You should know there are blocks cause errors if multiple instances is displayed on a page'); |
|
35 | 35 | |
36 | 36 | define('_MI_ALTSYS_IMAGES_DIR', 'Directory for image files'); |
37 | 37 | define('_MI_ALTSYS_IMAGES_DIRDSC', 'relative path should be set in the module directory. default: images'); |
@@ -1,52 +1,52 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_MYBLOCKSADMIN_PERMUPDATED', 'Permissions updated successfully') ; |
|
4 | -define('_MD_A_MYBLOCKSADMIN_BLOCKADMIN', 'Blocks administration') ; |
|
5 | -define('_MD_A_MYBLOCKSADMIN_NAME', 'Name') ; |
|
6 | -define('_MD_A_MYBLOCKSADMIN_TITLE', 'Title') ; |
|
7 | -define('_MD_A_MYBLOCKSADMIN_SIDE', 'Side') ; |
|
8 | -define('_MD_A_MYBLOCKSADMIN_SBLEFT', 'o --- - LEFT') ; |
|
9 | -define('_MD_A_MYBLOCKSADMIN_SBRIGHT', '- --- o RIGHT') ; |
|
10 | -define('_MD_A_MYBLOCKSADMIN_CBLEFT', '- o-- - CENTERLEFT') ; |
|
11 | -define('_MD_A_MYBLOCKSADMIN_CBRIGHT', '- --o - CENTERRIGHT') ; |
|
12 | -define('_MD_A_MYBLOCKSADMIN_CBCENTER', '- -o- - CENTER') ; |
|
13 | -define('_MD_A_MYBLOCKSADMIN_VISIBLE', 'Visible') ; |
|
14 | -define('_MD_A_MYBLOCKSADMIN_WEIGHT', 'Weight') ; |
|
15 | -define('_MD_A_MYBLOCKSADMIN_VISIBLEIN', 'Visible in') ; |
|
16 | -define('_MD_A_MYBLOCKSADMIN_CONTENT', 'Content') ; |
|
17 | -define('_MD_A_MYBLOCKSADMIN_CAPT_USABLETAGS', 'Usable tags') ; |
|
18 | -define('_MD_A_MYBLOCKSADMIN_FMT_TAGRULE', '%s will be replaced into %s in the view') ; |
|
19 | -define('_MD_A_MYBLOCKSADMIN_CTYPE', 'Cutom Type') ; |
|
20 | -define('_MD_A_MYBLOCKSADMIN_EDITTPL', 'Edit the template') ; |
|
21 | -define('_MD_A_MYBLOCKSADMIN_OPTIONS', 'Block\'s option') ; |
|
22 | -define('_MD_A_MYBLOCKSADMIN_BCACHETIME', 'Cache Time') ; |
|
23 | -define('_MD_A_MYBLOCKSADMIN_ACTION', 'Action') ; |
|
24 | -define('_MD_A_MYBLOCKSADMIN_DESCRIPTION', 'Description') ; |
|
25 | -define('_MD_A_MYBLOCKSADMIN_TOPPAGE', 'Top Page') ; |
|
26 | -define('_MD_A_MYBLOCKSADMIN_ALLPAGES', 'All Pages') ; |
|
27 | -define('_MD_A_MYBLOCKSADMIN_PERMFORM', 'Permissions') ; |
|
28 | -define('_MD_A_MYBLOCKSADMIN_PERM_MADMIN', 'module admin') ; |
|
29 | -define('_MD_A_MYBLOCKSADMIN_PERM_MREAD', 'module read') ; |
|
30 | -define('_MD_A_MYBLOCKSADMIN_DBUPDATED', 'Database updated successfully') ; |
|
31 | -define('_MD_A_MYBLOCKSADMIN_FMT_REMOVEBLOCK', '%s will be removed. really OK?') ; |
|
32 | - |
|
33 | - |
|
34 | -define('_MD_A_MYBLOCKSADMIN_CLONEFORM', 'Clone the block') ; |
|
35 | -define('_MD_A_MYBLOCKSADMIN_NEWFORM', 'Create a block') ; |
|
36 | -define('_MD_A_MYBLOCKSADMIN_EDITFORM', 'Edit the block') ; |
|
37 | - |
|
38 | -define('_MD_A_MYBLOCKSADMIN_LINK_FORCECLONE', 'Force clone') ; |
|
39 | - |
|
40 | -define('_MD_A_MYBLOCKSADMIN_BTN_CLONE', 'Clone') ; |
|
41 | -define('_MD_A_MYBLOCKSADMIN_BTN_NEW', 'Create') ; |
|
42 | -define('_MD_A_MYBLOCKSADMIN_BTN_EDIT', 'Update') ; |
|
43 | - |
|
44 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_HTML', 'Custom (plain HTML)') ; |
|
45 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_NOSMILE', 'Custom (HTML+BBCODE+AutoLink)') ; |
|
46 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_SMILE', 'Custom (HTML+BBCODE+AutoLink+Smiley)') ; |
|
47 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_PHP', 'Custom (PHP eval())') ; |
|
48 | - |
|
49 | -define('_MD_A_MYBLOCKSADMIN_NOTICE4COMMONFCK', 'If you want to use WYSIWYG editor, install common/fckeditor') ; |
|
3 | +define('_MD_A_MYBLOCKSADMIN_PERMUPDATED', 'Permissions updated successfully'); |
|
4 | +define('_MD_A_MYBLOCKSADMIN_BLOCKADMIN', 'Blocks administration'); |
|
5 | +define('_MD_A_MYBLOCKSADMIN_NAME', 'Name'); |
|
6 | +define('_MD_A_MYBLOCKSADMIN_TITLE', 'Title'); |
|
7 | +define('_MD_A_MYBLOCKSADMIN_SIDE', 'Side'); |
|
8 | +define('_MD_A_MYBLOCKSADMIN_SBLEFT', 'o --- - LEFT'); |
|
9 | +define('_MD_A_MYBLOCKSADMIN_SBRIGHT', '- --- o RIGHT'); |
|
10 | +define('_MD_A_MYBLOCKSADMIN_CBLEFT', '- o-- - CENTERLEFT'); |
|
11 | +define('_MD_A_MYBLOCKSADMIN_CBRIGHT', '- --o - CENTERRIGHT'); |
|
12 | +define('_MD_A_MYBLOCKSADMIN_CBCENTER', '- -o- - CENTER'); |
|
13 | +define('_MD_A_MYBLOCKSADMIN_VISIBLE', 'Visible'); |
|
14 | +define('_MD_A_MYBLOCKSADMIN_WEIGHT', 'Weight'); |
|
15 | +define('_MD_A_MYBLOCKSADMIN_VISIBLEIN', 'Visible in'); |
|
16 | +define('_MD_A_MYBLOCKSADMIN_CONTENT', 'Content'); |
|
17 | +define('_MD_A_MYBLOCKSADMIN_CAPT_USABLETAGS', 'Usable tags'); |
|
18 | +define('_MD_A_MYBLOCKSADMIN_FMT_TAGRULE', '%s will be replaced into %s in the view'); |
|
19 | +define('_MD_A_MYBLOCKSADMIN_CTYPE', 'Cutom Type'); |
|
20 | +define('_MD_A_MYBLOCKSADMIN_EDITTPL', 'Edit the template'); |
|
21 | +define('_MD_A_MYBLOCKSADMIN_OPTIONS', 'Block\'s option'); |
|
22 | +define('_MD_A_MYBLOCKSADMIN_BCACHETIME', 'Cache Time'); |
|
23 | +define('_MD_A_MYBLOCKSADMIN_ACTION', 'Action'); |
|
24 | +define('_MD_A_MYBLOCKSADMIN_DESCRIPTION', 'Description'); |
|
25 | +define('_MD_A_MYBLOCKSADMIN_TOPPAGE', 'Top Page'); |
|
26 | +define('_MD_A_MYBLOCKSADMIN_ALLPAGES', 'All Pages'); |
|
27 | +define('_MD_A_MYBLOCKSADMIN_PERMFORM', 'Permissions'); |
|
28 | +define('_MD_A_MYBLOCKSADMIN_PERM_MADMIN', 'module admin'); |
|
29 | +define('_MD_A_MYBLOCKSADMIN_PERM_MREAD', 'module read'); |
|
30 | +define('_MD_A_MYBLOCKSADMIN_DBUPDATED', 'Database updated successfully'); |
|
31 | +define('_MD_A_MYBLOCKSADMIN_FMT_REMOVEBLOCK', '%s will be removed. really OK?'); |
|
32 | + |
|
33 | + |
|
34 | +define('_MD_A_MYBLOCKSADMIN_CLONEFORM', 'Clone the block'); |
|
35 | +define('_MD_A_MYBLOCKSADMIN_NEWFORM', 'Create a block'); |
|
36 | +define('_MD_A_MYBLOCKSADMIN_EDITFORM', 'Edit the block'); |
|
37 | + |
|
38 | +define('_MD_A_MYBLOCKSADMIN_LINK_FORCECLONE', 'Force clone'); |
|
39 | + |
|
40 | +define('_MD_A_MYBLOCKSADMIN_BTN_CLONE', 'Clone'); |
|
41 | +define('_MD_A_MYBLOCKSADMIN_BTN_NEW', 'Create'); |
|
42 | +define('_MD_A_MYBLOCKSADMIN_BTN_EDIT', 'Update'); |
|
43 | + |
|
44 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_HTML', 'Custom (plain HTML)'); |
|
45 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_NOSMILE', 'Custom (HTML+BBCODE+AutoLink)'); |
|
46 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_SMILE', 'Custom (HTML+BBCODE+AutoLink+Smiley)'); |
|
47 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_PHP', 'Custom (PHP eval())'); |
|
48 | + |
|
49 | +define('_MD_A_MYBLOCKSADMIN_NOTICE4COMMONFCK', 'If you want to use WYSIWYG editor, install common/fckeditor'); |
|
50 | 50 | |
51 | 51 | |
52 | 52 | // Group permission phrases |