1
0

* split line.

This commit is contained in:
Tadashi Jokagi
2006-08-09 07:35:18 +00:00
parent e06556d476
commit 83691905dd
24 changed files with 54 additions and 27 deletions

View File

@ -807,7 +807,8 @@
@define('INSTALL_TRACKREF_DESC', '开启记录来源会显示那个网站引用了你的文章。你可以关闭这个功能如果你收到太多垃圾广告。'); @define('INSTALL_TRACKREF_DESC', '开启记录来源会显示那个网站引用了你的文章。你可以关闭这个功能如果你收到太多垃圾广告。');
@define('CATEGORIES_HIDE_PARENT', '隐藏选择的类别'); @define('CATEGORIES_HIDE_PARENT', '隐藏选择的类别');
@define('CATEGORIES_HIDE_PARENT_DESC', '当你限制类别显示的列表,预设是会显示主类别的名称。如果开启这个功能,主类别的名称将不会显示。'); @define('CATEGORIES_HIDE_PARENT_DESC', '当你限制类别显示的列表,预设是会显示主类别的名称。如果开启这个功能,主类别的名称将不会显示。');
@define('WARNING_NO_GROUPS_SELECTED', '警告:你没有选择会员群组。这会将你登出群组的管理,会员的群组不会被改变。');@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds'); @define('WARNING_NO_GROUPS_SELECTED', '警告:你没有选择会员群组。这会将你登出群组的管理,会员的群组不会被改变。');
@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds');
@define('INSTALL_RSSFETCHLIMIT_DESC', 'RSS Feed 页面里显示的文章数量。'); @define('INSTALL_RSSFETCHLIMIT_DESC', 'RSS Feed 页面里显示的文章数量。');
@define('INSTAL_DB_UTF8', '开启数据库编码转换'); @define('INSTAL_DB_UTF8', '开启数据库编码转换');
@define('INSTAL_DB_UTF8_DESC', '使用 MySQL 的 "SET NAMES" 查询来设定编码。如果文章出现乱码可以将这设定打开或关闭。'); @define('INSTAL_DB_UTF8_DESC', '使用 MySQL 的 "SET NAMES" 查询来设定编码。如果文章出现乱码可以将这设定打开或关闭。');

View File

@ -882,7 +882,8 @@ $i18n_filename_to = array (
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -882,7 +882,8 @@ $i18n_filename_to = array (
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -870,7 +870,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -868,7 +868,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -870,7 +870,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -868,7 +868,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -875,7 +875,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -869,7 +869,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -869,7 +869,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -872,7 +872,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -872,7 +872,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -871,7 +871,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -871,7 +871,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -871,7 +871,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -873,7 +873,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -869,7 +869,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -872,7 +872,8 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -868,7 +868,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -868,7 +868,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -806,7 +806,8 @@ $i18n_unknown = 'tw';
@define('INSTALL_TRACKREF_DESC', '開啟記錄來源會顯示哪個網站引用了您的文章。您可以關閉這個功能如果收到太多垃圾廣告。'); @define('INSTALL_TRACKREF_DESC', '開啟記錄來源會顯示哪個網站引用了您的文章。您可以關閉這個功能如果收到太多垃圾廣告。');
@define('CATEGORIES_HIDE_PARENT', '隱藏選擇的類別?'); @define('CATEGORIES_HIDE_PARENT', '隱藏選擇的類別?');
@define('CATEGORIES_HIDE_PARENT_DESC', '當您限制類別顯示的列表,預設是會顯示母類別的名稱。如果您關閉這個功能,母類別的名稱將不會顯示。'); @define('CATEGORIES_HIDE_PARENT_DESC', '當您限制類別顯示的列表,預設是會顯示母類別的名稱。如果您關閉這個功能,母類別的名稱將不會顯示。');
@define('WARNING_NO_GROUPS_SELECTED', '警告:您沒有選擇會員群組。這會將您登出群組的管理,會員的群組不會被改變。');@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds'); @define('WARNING_NO_GROUPS_SELECTED', '警告:您沒有選擇會員群組。這會將您登出群組的管理,會員的群組不會被改變。');
@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds');
@define('INSTALL_RSSFETCHLIMIT_DESC', 'RSS Feed 頁面裡顯示的文章數量。'); @define('INSTALL_RSSFETCHLIMIT_DESC', 'RSS Feed 頁面裡顯示的文章數量。');
@define('INSTAL_DB_UTF8', '開啟資料庫的編碼轉換'); @define('INSTAL_DB_UTF8', '開啟資料庫的編碼轉換');
@define('INSTAL_DB_UTF8_DESC', '使用 MySQL 的 "SET NAMES" 查詢來設定編碼。如果文章出現亂碼可以將這個設定打開或關閉。'); @define('INSTAL_DB_UTF8_DESC', '使用 MySQL 的 "SET NAMES" 查詢來設定編碼。如果文章出現亂碼可以將這個設定打開或關閉。');
@ -871,7 +872,8 @@ $i18n_unknown = 'tw';
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -872,7 +872,8 @@
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -775,7 +775,8 @@ $i18n_unknown = 'tw';
@define('INSTALL_CHARSET_DESC', '<27>o<EFBFBD>̥i<CCA5>H<EFBFBD><48><EFBFBD>z<EFBFBD>ഫ UTF-8 <20>ιw<CEB9>]<5D>y<EFBFBD>t (ISO, EUC, ...)<29>C<EFBFBD><43><EFBFBD>ǻy<C7BB><79><EFBFBD>u<EFBFBD><75> UTF-8 <20>y<EFBFBD>t<EFBFBD>ɡA<C9A1>ҥH<D2A5><48><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD>]<5D>y<EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD>ܥ<EFBFBD><DCA5><EFBFBD><EFBFBD>F<EFBFBD><46><EFBFBD>C<EFBFBD>s<EFBFBD>w<EFBFBD>˪<EFBFBD><CBAA><EFBFBD><EFBFBD>x<EFBFBD><78>ij<EFBFBD>ϥ<EFBFBD> UTF-8 <20>y<EFBFBD>t<EFBFBD>C<EFBFBD>O<EFBFBD>o<EFBFBD><6F><EFBFBD>n<EFBFBD><6E><EFBFBD>ܳo<DCB3>ӳ]<5D>w<EFBFBD>p<EFBFBD>G<EFBFBD>z<EFBFBD>w<EFBFBD>g<EFBFBD>o<EFBFBD>G<EFBFBD>F<EFBFBD><EFBFBD>C<EFBFBD>Ա<EFBFBD><D4B1>Ь<EFBFBD> http://www.s9y.org/index.php?node=46<34>C'); @define('INSTALL_CHARSET_DESC', '<27>o<EFBFBD>̥i<CCA5>H<EFBFBD><48><EFBFBD>z<EFBFBD>ഫ UTF-8 <20>ιw<CEB9>]<5D>y<EFBFBD>t (ISO, EUC, ...)<29>C<EFBFBD><43><EFBFBD>ǻy<C7BB><79><EFBFBD>u<EFBFBD><75> UTF-8 <20>y<EFBFBD>t<EFBFBD>ɡA<C9A1>ҥH<D2A5><48><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD>]<5D>y<EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD>ܥ<EFBFBD><DCA5><EFBFBD><EFBFBD>F<EFBFBD><46><EFBFBD>C<EFBFBD>s<EFBFBD>w<EFBFBD>˪<EFBFBD><CBAA><EFBFBD><EFBFBD>x<EFBFBD><78>ij<EFBFBD>ϥ<EFBFBD> UTF-8 <20>y<EFBFBD>t<EFBFBD>C<EFBFBD>O<EFBFBD>o<EFBFBD><6F><EFBFBD>n<EFBFBD><6E><EFBFBD>ܳo<DCB3>ӳ]<5D>w<EFBFBD>p<EFBFBD>G<EFBFBD>z<EFBFBD>w<EFBFBD>g<EFBFBD>o<EFBFBD>G<EFBFBD>F<EFBFBD><EFBFBD>C<EFBFBD>Ա<EFBFBD><D4B1>Ь<EFBFBD> http://www.s9y.org/index.php?node=46<34>C');
@define('CALENDAR_ENABLE_EXTERNAL_EVENTS', '<27>}<7D>ҥ~<7E><> API'); @define('CALENDAR_ENABLE_EXTERNAL_EVENTS', '<27>}<7D>ҥ~<7E><> API');
@define('CALENDAR_EXTEVENT_DESC', '<27>p<EFBFBD>G<EFBFBD>}<7D>ҡA<D2A1>~<7E><><EFBFBD>i<EFBFBD>H<EFBFBD>b<EFBFBD><62><EFBFBD><EFBFBD>H<EFBFBD>C<EFBFBD><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E3A5A6><EFBFBD>ƥ<EFBFBD><C6A5>C<EFBFBD>p<EFBFBD>G<EFBFBD>S<EFBFBD><53><EFBFBD>ϥγo<CEB3>ǯS<C7AF><53><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD>A<EFBFBD><41>ij<EFBFBD><C4B3><EFBFBD>n<EFBFBD>ϥΡC'); @define('CALENDAR_EXTEVENT_DESC', '<27>p<EFBFBD>G<EFBFBD>}<7D>ҡA<D2A1>~<7E><><EFBFBD>i<EFBFBD>H<EFBFBD>b<EFBFBD><62><EFBFBD><EFBFBD>H<EFBFBD>C<EFBFBD><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E3A5A6><EFBFBD>ƥ<EFBFBD><C6A5>C<EFBFBD>p<EFBFBD>G<EFBFBD>S<EFBFBD><53><EFBFBD>ϥγo<CEB3>ǯS<C7AF><53><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD>A<EFBFBD><41>ij<EFBFBD><C4B3><EFBFBD>n<EFBFBD>ϥΡC');
@define('XMLRPC_NO_LONGER_BUNDLED', 'XML-RPC API <20>\<5C><><EFBFBD>w<EFBFBD><77><EFBFBD>[<5B>b s9y <20><><EFBFBD>w<EFBFBD>˸̡A<CCA1>]<5D><><EFBFBD>|<7C>}<7D>M<EFBFBD><4D><EFBFBD>h<EFBFBD>H<EFBFBD>ϥΪ<CFA5><CEAA><EFBFBD><EFBFBD>Y<EFBFBD>C<EFBFBD>ҥH<D2A5>z<EFBFBD><7A><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77> XML-RPC <20><><EFBFBD>~<7E><><EFBFBD>p<EFBFBD>G<EFBFBD>n<EFBFBD>ϥ<EFBFBD> XML-RPC API<50>C<EFBFBD>Ҧ<EFBFBD><D2A6><EFBFBD> URL <20><><EFBFBD>|<7C>]<5D><><EFBFBD><EFBFBD><EFBFBD>ܡA<DCA1>w<EFBFBD>˳o<CBB3>ӥ~<7E><><EFBFBD><EFBFBD><EFBFBD>i<EFBFBD>H<EFBFBD><48><EFBFBD>W<EFBFBD>ϥΡC');@define('PERM_READ', 'Read permission'); @define('XMLRPC_NO_LONGER_BUNDLED', 'XML-RPC API <20>\<5C><><EFBFBD>w<EFBFBD><77><EFBFBD>[<5B>b s9y <20><><EFBFBD>w<EFBFBD>˸̡A<CCA1>]<5D><><EFBFBD>|<7C>}<7D>M<EFBFBD><4D><EFBFBD>h<EFBFBD>H<EFBFBD>ϥΪ<CFA5><CEAA><EFBFBD><EFBFBD>Y<EFBFBD>C<EFBFBD>ҥH<D2A5>z<EFBFBD><7A><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77> XML-RPC <20><><EFBFBD>~<7E><><EFBFBD>p<EFBFBD>G<EFBFBD>n<EFBFBD>ϥ<EFBFBD> XML-RPC API<50>C<EFBFBD>Ҧ<EFBFBD><D2A6><EFBFBD> URL <20><><EFBFBD>|<7C>]<5D><><EFBFBD><EFBFBD><EFBFBD>ܡA<DCA1>w<EFBFBD>˳o<CBB3>ӥ~<7E><><EFBFBD><EFBFBD><EFBFBD>i<EFBFBD>H<EFBFBD><48><EFBFBD>W<EFBFBD>ϥΡC');
@define('PERM_READ', 'Read permission');
@define('PERM_READ', <><C5AA><EFBFBD>v<EFBFBD><76>'); @define('PERM_READ', <><C5AA><EFBFBD>v<EFBFBD><76>');
@define('PERM_WRITE', '<27>g<EFBFBD>J<EFBFBD>v<EFBFBD><76>'); @define('PERM_WRITE', '<27>g<EFBFBD>J<EFBFBD>v<EFBFBD><76>');
@ -806,7 +807,8 @@ $i18n_unknown = 'tw';
@define('INSTALL_TRACKREF_DESC', '<27>}<7D>ҰO<D2B0><4F><EFBFBD>ӷ<EFBFBD><D3B7>|<7C><><EFBFBD>ܭ<EFBFBD><DCAD>Ӻ<EFBFBD><D3BA><EFBFBD><EFBFBD>ޥΤF<CEA4>z<EFBFBD><7A><EFBFBD><EFBFBD>C<EFBFBD>z<EFBFBD>i<EFBFBD>H<EFBFBD><48><EFBFBD><EFBFBD><EFBFBD>o<EFBFBD>ӥ\<5C><><EFBFBD>p<EFBFBD>G<EFBFBD><47><EFBFBD><EFBFBD><EFBFBD>Ӧh<D3A6>U<EFBFBD><55><EFBFBD>s<EFBFBD>i<EFBFBD>C'); @define('INSTALL_TRACKREF_DESC', '<27>}<7D>ҰO<D2B0><4F><EFBFBD>ӷ<EFBFBD><D3B7>|<7C><><EFBFBD>ܭ<EFBFBD><DCAD>Ӻ<EFBFBD><D3BA><EFBFBD><EFBFBD>ޥΤF<CEA4>z<EFBFBD><7A><EFBFBD><EFBFBD>C<EFBFBD>z<EFBFBD>i<EFBFBD>H<EFBFBD><48><EFBFBD><EFBFBD><EFBFBD>o<EFBFBD>ӥ\<5C><><EFBFBD>p<EFBFBD>G<EFBFBD><47><EFBFBD><EFBFBD><EFBFBD>Ӧh<D3A6>U<EFBFBD><55><EFBFBD>s<EFBFBD>i<EFBFBD>C');
@define('CATEGORIES_HIDE_PARENT', '<27><><EFBFBD>ÿ<EFBFBD><C3BF>ܪ<EFBFBD><DCAA><EFBFBD><EFBFBD>O<EFBFBD>H'); @define('CATEGORIES_HIDE_PARENT', '<27><><EFBFBD>ÿ<EFBFBD><C3BF>ܪ<EFBFBD><DCAA><EFBFBD><EFBFBD>O<EFBFBD>H');
@define('CATEGORIES_HIDE_PARENT_DESC', '<27><><EFBFBD>z<EFBFBD><7A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>ܪ<EFBFBD><DCAA>C<EFBFBD><43><EFBFBD>A<EFBFBD>w<EFBFBD>]<5D>O<EFBFBD>|<7C><><EFBFBD>ܥ<EFBFBD><DCA5><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>W<EFBFBD>١C<D9A1>p<EFBFBD>G<EFBFBD>z<EFBFBD><7A><EFBFBD><EFBFBD><EFBFBD>o<EFBFBD>ӥ\<5C><><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>W<EFBFBD>ٱN<D9B1><4E><EFBFBD>|<7C><><EFBFBD>ܡC'); @define('CATEGORIES_HIDE_PARENT_DESC', '<27><><EFBFBD>z<EFBFBD><7A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>ܪ<EFBFBD><DCAA>C<EFBFBD><43><EFBFBD>A<EFBFBD>w<EFBFBD>]<5D>O<EFBFBD>|<7C><><EFBFBD>ܥ<EFBFBD><DCA5><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>W<EFBFBD>١C<D9A1>p<EFBFBD>G<EFBFBD>z<EFBFBD><7A><EFBFBD><EFBFBD><EFBFBD>o<EFBFBD>ӥ\<5C><><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>W<EFBFBD>ٱN<D9B1><4E><EFBFBD>|<7C><><EFBFBD>ܡC');
@define('WARNING_NO_GROUPS_SELECTED', <>i<EFBFBD>G<EFBFBD>z<EFBFBD>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD>ܷ|<7C><><EFBFBD>s<EFBFBD>աC<D5A1>o<EFBFBD>|<7C>N<EFBFBD>z<EFBFBD>n<EFBFBD>X<EFBFBD>s<EFBFBD>ժ<EFBFBD><D5AA>޲z<DEB2>A<EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD>դ<EFBFBD><D5A4>|<7C>Q<EFBFBD><51><EFBFBD>ܡC');@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds'); @define('WARNING_NO_GROUPS_SELECTED', <>i<EFBFBD>G<EFBFBD>z<EFBFBD>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD>ܷ|<7C><><EFBFBD>s<EFBFBD>աC<D5A1>o<EFBFBD>|<7C>N<EFBFBD>z<EFBFBD>n<EFBFBD>X<EFBFBD>s<EFBFBD>ժ<EFBFBD><D5AA>޲z<DEB2>A<EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD>դ<EFBFBD><D5A4>|<7C>Q<EFBFBD><51><EFBFBD>ܡC');
@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds');
@define('INSTALL_RSSFETCHLIMIT_DESC', 'RSS Feed <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܪ<EFBFBD><DCAA><EFBFBD>ƶq<C6B6>C'); @define('INSTALL_RSSFETCHLIMIT_DESC', 'RSS Feed <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܪ<EFBFBD><DCAA><EFBFBD>ƶq<C6B6>C');
@define('INSTAL_DB_UTF8', '<27>}<7D>Ҹ<EFBFBD><D2B8>Ʈw<C6AE><77><EFBFBD>s<EFBFBD>X<EFBFBD>ഫ'); @define('INSTAL_DB_UTF8', '<27>}<7D>Ҹ<EFBFBD><D2B8>Ʈw<C6AE><77><EFBFBD>s<EFBFBD>X<EFBFBD>ഫ');
@define('INSTAL_DB_UTF8_DESC', '<27>ϥ<EFBFBD> MySQL <20><> "SET NAMES" <20>d<EFBFBD>ߨӳ]<5D>w<EFBFBD>s<EFBFBD>X<EFBFBD>C<EFBFBD>p<EFBFBD>G<EFBFBD><EFBFBD>X<EFBFBD>{<7B>ýX<C3BD>i<EFBFBD>H<EFBFBD>N<EFBFBD>o<EFBFBD>ӳ]<5D>w<EFBFBD><77><EFBFBD>}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>C'); @define('INSTAL_DB_UTF8_DESC', '<27>ϥ<EFBFBD> MySQL <20><> "SET NAMES" <20>d<EFBFBD>ߨӳ]<5D>w<EFBFBD>s<EFBFBD>X<EFBFBD>C<EFBFBD>p<EFBFBD>G<EFBFBD><EFBFBD>X<EFBFBD>{<7B>ýX<C3BD>i<EFBFBD>H<EFBFBD>N<EFBFBD>o<EFBFBD>ӳ]<5D>w<EFBFBD><77><EFBFBD>}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>C');
@ -870,7 +872,8 @@ $i18n_unknown = 'tw';
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');@define('PLUGIN_ACTIVE', 'Active'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Inactive');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');

View File

@ -806,7 +806,8 @@
@define('INSTALL_TRACKREF_DESC', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¼<EFBFBD><C2BC>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD>ʾ<EFBFBD>Ǹ<EFBFBD><C7B8><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Թر<D4B9><D8B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>յ<EFBFBD>̫<EFBFBD><CCAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>档'); @define('INSTALL_TRACKREF_DESC', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¼<EFBFBD><C2BC>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD>ʾ<EFBFBD>Ǹ<EFBFBD><C7B8><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Թر<D4B9><D8B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>յ<EFBFBD>̫<EFBFBD><CCAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>档');
@define('CATEGORIES_HIDE_PARENT', '<27><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('CATEGORIES_HIDE_PARENT', '<27><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('CATEGORIES_HIDE_PARENT_DESC', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE><EFBFBD>б<EFBFBD><D0B1><EFBFBD>Ԥ<EFBFBD><D4A4><EFBFBD>ǻ<EFBFBD><C7BB><EFBFBD>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ơ<EFBFBD><C6A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܣ<EFBFBD><DCA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƽ<EFBFBD><C6BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE>'); @define('CATEGORIES_HIDE_PARENT_DESC', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE><EFBFBD>б<EFBFBD><D0B1><EFBFBD>Ԥ<EFBFBD><D4A4><EFBFBD>ǻ<EFBFBD><C7BB><EFBFBD>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ơ<EFBFBD><C6A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܣ<EFBFBD><DCA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƽ<EFBFBD><C6BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE>');
@define('WARNING_NO_GROUPS_SELECTED', '<27><><EFBFBD><EFBFBD><E6A3BA>û<EFBFBD><C3BB>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>ԱȺ<D4B1><EFBFBD><E9A1A3><EFBFBD><EFBFBD><E1BDAB><EFBFBD>dz<EFBFBD>Ⱥ<EFBFBD><C8BA><EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ա<EFBFBD><D4B1>Ⱥ<EFBFBD><EFBFBD><EFBFBD>ı䡣');@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds'); @define('WARNING_NO_GROUPS_SELECTED', '<27><><EFBFBD><EFBFBD><E6A3BA>û<EFBFBD><C3BB>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>ԱȺ<D4B1><EFBFBD><E9A1A3><EFBFBD><EFBFBD><E1BDAB><EFBFBD>dz<EFBFBD>Ⱥ<EFBFBD><C8BA><EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ա<EFBFBD><D4B1>Ⱥ<EFBFBD><EFBFBD><EFBFBD>ı䡣');
@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds');
@define('INSTALL_RSSFETCHLIMIT_DESC', 'RSS Feed ҳ<><D2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_RSSFETCHLIMIT_DESC', 'RSS Feed ҳ<><D2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('INSTAL_DB_UTF8', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD><EFBFBD>ת<EFBFBD><D7AA>'); @define('INSTAL_DB_UTF8', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD><EFBFBD>ת<EFBFBD><D7AA>');
@define('INSTAL_DB_UTF8_DESC', 'ʹ<><CAB9> MySQL <20><> "SET NAMES" <20><>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD><E8B6A8><EFBFBD><EFBFBD><EBA1A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>³<EFBFBD><C2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD><EFBFBD><EFBFBD>򿪻<EFBFBD><F2BFAABB>رա<D8B1>'); @define('INSTAL_DB_UTF8_DESC', 'ʹ<><CAB9> MySQL <20><> "SET NAMES" <20><>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD><E8B6A8><EFBFBD><EFBFBD><EBA1A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>³<EFBFBD><C2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD><EFBFBD><EFBFBD>򿪻<EFBFBD><F2BFAABB>رա<D8B1>');