Completed
Push — master ( 0881bb...3a6ebc )
by Michael
04:47
created
xoops_trust_path/libs/altsys/language/ja_utf8/modinfo.php 1 patch
Spacing   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -1,37 +1,37 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-define('_MI_ALTSYS_MODULENAME', 'ALTSYS') ;
4
-define('_MI_ALTSYS_MODULEDESC', 'もっと使いやすいシステム管理を!') ;
3
+define('_MI_ALTSYS_MODULENAME', 'ALTSYS');
4
+define('_MI_ALTSYS_MODULEDESC', 'もっと使いやすいシステム管理を!');
5 5
 
6 6
 // menus
7
-define('_MI_ALTSYS_MENU_CUSTOMBLOCKS', 'カスタムブロック') ;
8
-define('_MI_ALTSYS_MENU_NEWCUSTOMBLOCK', '(新規)') ;
9
-define('_MI_ALTSYS_MENU_MYBLOCKSADMIN', 'ブロック管理') ;
10
-define('_MI_ALTSYS_MENU_MYTPLSADMIN', 'テンプレート管理') ;
11
-define('_MI_ALTSYS_MENU_COMPILEHOOKADMIN', 'テンプレートの高度な操作') ;
12
-define('_MI_ALTSYS_MENU_MYLANGADMIN', '言語定数管理') ;
13
-define('_MI_ALTSYS_MENU_ADVANCEDLANGADMIN', '言語定数の高度な操作') ;
14
-define('_MI_ALTSYS_MENU_MYAVATAR', 'アバター管理') ;
15
-define('_MI_ALTSYS_MENU_MYSMILEY', '顔アイコン管理') ;
7
+define('_MI_ALTSYS_MENU_CUSTOMBLOCKS', 'カスタムブロック');
8
+define('_MI_ALTSYS_MENU_NEWCUSTOMBLOCK', '(新規)');
9
+define('_MI_ALTSYS_MENU_MYBLOCKSADMIN', 'ブロック管理');
10
+define('_MI_ALTSYS_MENU_MYTPLSADMIN', 'テンプレート管理');
11
+define('_MI_ALTSYS_MENU_COMPILEHOOKADMIN', 'テンプレートの高度な操作');
12
+define('_MI_ALTSYS_MENU_MYLANGADMIN', '言語定数管理');
13
+define('_MI_ALTSYS_MENU_ADVANCEDLANGADMIN', '言語定数の高度な操作');
14
+define('_MI_ALTSYS_MENU_MYAVATAR', 'アバター管理');
15
+define('_MI_ALTSYS_MENU_MYSMILEY', '顔アイコン管理');
16 16
 
17 17
 // blocks
18
-define('_MI_ALTSYS_BNAME_ADMIN_MENU', '管理メニュー') ;
18
+define('_MI_ALTSYS_BNAME_ADMIN_MENU', '管理メニュー');
19 19
 
20 20
 // configs
21
-define('_MI_ALTSYS_ADMINMENU_HFT', '管理者用メニューの書き換え') ;
22
-define('_MI_ALTSYS_ADMINMENU_HFTDSC', '管理画面左のモジュールメニューを書き換えます。表示がおかしくなったら、なんらかのモジュールをアップデートするか、cache/adminmenu.php を削除してください。XOOPS 2.0.x以外では無視されます。') ;
23
-define('_MI_ALTSYS_AMHFT_OPT_2COL', 'モジュールアイコンの2列表示') ;
24
-define('_MI_ALTSYS_AMHFT_OPT_NOIMG', 'アイコン表示を文字列に改める') ;
25
-define('_MI_ALTSYS_AMHFT_OPT_XCSTY', 'XC Legacy 2.1風にする') ;
21
+define('_MI_ALTSYS_ADMINMENU_HFT', '管理者用メニューの書き換え');
22
+define('_MI_ALTSYS_ADMINMENU_HFTDSC', '管理画面左のモジュールメニューを書き換えます。表示がおかしくなったら、なんらかのモジュールをアップデートするか、cache/adminmenu.php を削除してください。XOOPS 2.0.x以外では無視されます。');
23
+define('_MI_ALTSYS_AMHFT_OPT_2COL', 'モジュールアイコンの2列表示');
24
+define('_MI_ALTSYS_AMHFT_OPT_NOIMG', 'アイコン表示を文字列に改める');
25
+define('_MI_ALTSYS_AMHFT_OPT_XCSTY', 'XC Legacy 2.1風にする');
26 26
 
27
-define('_MI_ALTSYS_ADMINMENU_IM', 'mymenu対応モジュールの反映') ;
28
-define('_MI_ALTSYS_ADMINMENU_IMDSC', 'mymenu対応モジュールのリンクを、管理画面左のモジュールメニューに反映させます。表示がおかしくなった時の対応法は、上と同じです。XOOPS 2.0.x以外では無視されます。') ;
27
+define('_MI_ALTSYS_ADMINMENU_IM', 'mymenu対応モジュールの反映');
28
+define('_MI_ALTSYS_ADMINMENU_IMDSC', 'mymenu対応モジュールのリンクを、管理画面左のモジュールメニューに反映させます。表示がおかしくなった時の対応法は、上と同じです。XOOPS 2.0.x以外では無視されます。');
29 29
 
30
-define('_MI_ALTSYS_ADMIN_IN_THEME', '管理画面用テーマ') ;
31
-define('_MI_ALTSYS_ADMIN_IN_THEMEDSC', '管理画面を表示するテーマ名を指定します。XOOPS 2.0.x 以外では有効になりません。また、mainfile.phpのcommon.php行直後に、<br />include XOOPS_TRUST_PATH.\'/libs/altsys/include/admin_in_theme.inc.php\';<br />の1行を挿入する必要があります') ;
30
+define('_MI_ALTSYS_ADMIN_IN_THEME', '管理画面用テーマ');
31
+define('_MI_ALTSYS_ADMIN_IN_THEMEDSC', '管理画面を表示するテーマ名を指定します。XOOPS 2.0.x 以外では有効になりません。また、mainfile.phpのcommon.php行直後に、<br />include XOOPS_TRUST_PATH.\'/libs/altsys/include/admin_in_theme.inc.php\';<br />の1行を挿入する必要があります');
32 32
 
33
-define('_MI_ALTSYS_ENABLEFORCECLONE', '全ブロックを複製可能とする') ;
34
-define('_MI_ALTSYS_ENABLEFORCECLONEDSC', '全てのモジュール所属ブロックを複製可能であると見なします。同時に複数個表示するとおかしくなるブロックがある点には注意が必要です') ;
33
+define('_MI_ALTSYS_ENABLEFORCECLONE', '全ブロックを複製可能とする');
34
+define('_MI_ALTSYS_ENABLEFORCECLONEDSC', '全てのモジュール所属ブロックを複製可能であると見なします。同時に複数個表示するとおかしくなるブロックがある点には注意が必要です');
35 35
 
36 36
 define('_MI_ALTSYS_IMAGES_DIR', 'イメージファイルディレクトリ');
37 37
 define('_MI_ALTSYS_IMAGES_DIRDSC', 'このモジュール用のイメージが格納されたディレクトリをモジュールディレクトリからの相対パスで指定します。デフォルトはimagesです。');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/language/ja_utf8/myblocksadmin.php 1 patch
Spacing   +47 added lines, -47 removed lines patch added patch discarded remove patch
@@ -1,52 +1,52 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/language/ja_utf8/admin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,3 +1,3 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-define('_MD_A_DBUPDATED', 'データベースを更新しました') ;
3
+define('_MD_A_DBUPDATED', 'データベースを更新しました');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/language/english/admin_in_theme.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/language/english/mytplsform.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/language/english/mylangadmin.php 1 patch
Spacing   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -1,27 +1,27 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/language/english/mypreferences.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/language/english/compilehookadmin.php 1 patch
Spacing   +33 added lines, -33 removed lines patch added patch discarded remove patch
@@ -1,50 +1,50 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/language/english/modinfo.php 1 patch
Spacing   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -1,37 +1,37 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.