Skip to content

Commit

Permalink
Synched Geeklog Core Language Files
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed May 26, 2022
1 parent d6c9982 commit bddb750
Show file tree
Hide file tree
Showing 19 changed files with 1,585 additions and 611 deletions.
113 changes: 84 additions & 29 deletions language/chinese_simplified_utf-8.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<?php

###############################################################################
# chinese_simplified_utf-8.php
#
# Last Modified: 2008-05-23
# Version: 1.5
#
# This is the Chinese Simplified (UTF-8) language set for Geeklog 1.5
#
# Copyright (C) 2003 Samuel Maung Stone
# sam AT stonemicro DOT com
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
###############################################################################
###############################################################################
# chinese_simplified_utf-8.php
#
# Last Modified: 2008-05-23
# Version: 1.5
#
# This is the Chinese Simplified (UTF-8) language set for Geeklog 1.5
#
# Copyright (C) 2003 Samuel Maung Stone
# sam AT stonemicro DOT com
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
###############################################################################

$LANG_CHARSET = 'utf-8';

Expand Down Expand Up @@ -276,7 +276,8 @@
'comments_closed_msg' => 'Comments are closed and no new posts are allowed.',
'read_comment' => 'Read the full comment at',
'comment_for' => 'The above comment is for the following item',
'comment_page_title' => 'Comments for %s'
'comment_page_title' => 'Comments for %s',
'comments' => 'Comments'
);

###############################################################################
Expand Down Expand Up @@ -771,7 +772,40 @@
'num_anon_users' => '<br' . XHTML . '>%s Anonymous Users',
'one_anon_users' => '<br' . XHTML . '>1 Anonymous User',
'num_more_users' => '<br' . XHTML . '>+%s more Users',
'username_in_likes_list' => '<br' . XHTML . '>%s'
'username_in_likes_list' => '<br' . XHTML . '>%s',
'autotag_desc_likes_block' => "[likes_block:aid action:aid wrapper:wid class:likes-autotag type: subtype: time:604800 max:10 cache:3600 line:1 length:20]\n - Displays the Likes block. No attributes are required. If attribute not specified then default in configuration used. \n - action = 1 (likes only), 2 (dislikes only), or 3 (both) \n - wrapper = 0 (no wrapper), 1 (block wrapper with title), div wrapper with css class), or both\n - class = Specifies the css class used by the div wrapper if enabled else default likes-autotag will be used \n - type = Either empty (for all types) or include 1 supported like type. For example 'article' or 'comment'\n - subtype = Specify a sub type of type if needed\n - time = Display items that are this many seconds old. 0 will display all items\n - max = Maximum number of items to display\n - cache = Cached for no longer than this many seconds. If 0 caching is disabled\n - line = Display likes icons on new line\n - length = Trim item title length to this many characters",
'num_likes_in_time_limit' => 'The last number of Likes this item received within the time specified.',
'num_dislikes_in_time_limit' => 'The last number of Dislikes this item received within the time specified.',
'num_likes_total' => 'The total number of Likes this item has received.',
'num_dislikes_total' => 'The total number of Dislikes this item has received.',
'likes_time_span' => 'Most Likes in the last %t %s',
'dislikes_time_span' => 'Most Dislikes in the last %t %s',
'all_time_span' => 'Most engaging in the last %t %s',
'whats_liked' => 'Whats Liked',
'whats_recently_liked' => 'Whats Recently Liked',
'whats_disliked' => 'Whats Disliked',
'whats_recently_disliked' => 'Whats Recently Disliked',
'whats_popular' => 'Whats Popular',
'whats_recently_popular' => 'Whats Recently Popular',
'whats_liked_type' => 'Liked %s',
'whats_recently_liked_type' => 'Recently Liked %s',
'whats_disliked_type' => 'Disliked %s',
'whats_recently_disliked_type' => 'Recently Disliked %s',
'whats_popular_type' => 'Popular %s',
'whats_recently_popular_type' => 'Recently Popular %s',
'no_liked_items_in_time_limit' => 'There have been no Likes during the time specified.',
'no_disliked_items_in_time_limit' => 'There have been no Dislikes during the time specified.',
'no_action_items_in_time_limit' => 'There have been no Likes or Dislikes during the time specified.',
'no_liked_items' => 'There are no Liked items.',
'no_disliked_items' => 'There are no Disliked items.',
'no_action_items' => 'There are no Liked or Disliked items.',
'last_num_likes_by' => 'Last %s Likes and Dislikes by %s',
'msg_no_likes' => 'No likes or dislikes found by user.',
'total_num_likes' => 'Total number of likes and dislikes:',
'title_liked' => '%s Liked on ',
'title_disliked' => '%s Disliked on ',
'articles' => 'Articles',
'comments' => 'Comments'
);

###############################################################################
Expand Down Expand Up @@ -2489,6 +2523,21 @@
'likes_comments' => 'Comment Likes',
'likes_speedlimit' => 'Likes Speed Limit',
'likes_users_listed' => 'User Listed',
'likes_block_cache_time' => 'Cache Time',
'likes_block_include_time' => 'Include Time',
'likes_block_max_items' => 'Max Items Listed',
'likes_block_displayed_actions' => 'Displayed Actions',
'likes_block_title_trim_length' => 'Title Trim Length',
'likes_block_likes_new_line' => 'Likes on New Line',
'likes_block_type' => 'Type',
'likes_block_subtype' => 'Sub Type',
'likes_block_enable' => 'Enabled',
'likes_block_isleft' => 'Display Block on Left',
'likes_block_order' => 'Block Order',
'likes_block_topic_option' => 'Topic Options',
'likes_block_topic' => 'Topic',
'likes_block_group_id' => 'Group',
'likes_block_permissions' => 'Permissions',
'passwordspeedlimit' => '密码速度限定',
'login_attempts' => '最多登入企图次数',
'login_speedlimit' => '登入速度限定',
Expand Down Expand Up @@ -2551,6 +2600,7 @@
'autotag_permissions_related_items' => '[related_items: ] Permissions',
'autotag_permissions_block' => '[block: ] Permissions',
'autotag_permissions_structureddata' => '[structureddata: ] Permissions',
'autotag_permissions_likes_block' => '[likes_block: ] Permissions',
'multiple_breadcrumbs' => 'Multiple Breadcrumbs',
'disable_breadcrumbs_topics' => 'Disable Topic Breadcrumbs',
'disable_breadcrumbs_articles' => 'Disable Article Breadcrumbs',
Expand Down Expand Up @@ -2632,6 +2682,8 @@
'fs_gravatar' => 'Gravatar',
'fs_comments' => '评论',
'fs_likes' => 'Likes',
'fs_likes_block_settings' => 'Block Settings',
'fs_likes_block_permissions' => 'Block Permissions',
'fs_htmlfilter' => 'HTML 过滤',
'fs_censoring' => '文字检查',
'fs_iplookup' => 'IP 搜寻',
Expand Down Expand Up @@ -2740,7 +2792,10 @@
39 => array('None' => '', 'WebPage' => 'core-webpage', 'Article' => 'core-article', 'NewsArticle' => 'core-newsarticle', 'BlogPosting' => 'core-blogposting'),
40 => array('False' => 0, 'Users and Anonymous' => 1, 'Users Only' => 2),
41 => array('False' => 0, 'Likes and Dislikes' => 1, 'Likes Only' => 2),
42 => array('None' => 0, 'Use individual Article Settings' => 1)
42 => array('None' => 0, 'Use individual Article Settings' => 1),
43 => array('All' => 'all', 'Homepage Only' => 'homeonly', 'Select Topics' => 'selectedtopics'),
44 => array('No access' => 0, 'Read-Only' => 2),
46 => array('Likes and Dislikes' => 3, 'Likes Only' => 1, 'Dislikes Only' => 2)
);

###############################################################################
Expand Down
113 changes: 84 additions & 29 deletions language/chinese_traditional_utf-8.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<?php

###############################################################################
# chinese_traditional_utf-8.php
#
# Last Modified: 2008-05-23
# Version: 1.5
#
# This is the Chinese Traditional (UTF-8) language set for Geeklog 1.5
#
# Copyright (C) 2003 Samuel Maung Stone
# sam@stonemicro.com
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
###############################################################################
###############################################################################
# chinese_traditional_utf-8.php
#
# Last Modified: 2008-05-23
# Version: 1.5
#
# This is the Chinese Traditional (UTF-8) language set for Geeklog 1.5
#
# Copyright (C) 2003 Samuel Maung Stone
# sam@stonemicro.com
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
###############################################################################

$LANG_CHARSET = 'utf-8';

Expand Down Expand Up @@ -276,7 +276,8 @@
'comments_closed_msg' => 'Comments are closed and no new posts are allowed.',
'read_comment' => 'Read the full comment at',
'comment_for' => 'The above comment is for the following item',
'comment_page_title' => 'Comments for %s'
'comment_page_title' => 'Comments for %s',
'comments' => 'Comments'
);

###############################################################################
Expand Down Expand Up @@ -771,7 +772,40 @@
'num_anon_users' => '<br' . XHTML . '>%s Anonymous Users',
'one_anon_users' => '<br' . XHTML . '>1 Anonymous User',
'num_more_users' => '<br' . XHTML . '>+%s more Users',
'username_in_likes_list' => '<br' . XHTML . '>%s'
'username_in_likes_list' => '<br' . XHTML . '>%s',
'autotag_desc_likes_block' => "[likes_block:aid action:aid wrapper:wid class:likes-autotag type: subtype: time:604800 max:10 cache:3600 line:1 length:20]\n - Displays the Likes block. No attributes are required. If attribute not specified then default in configuration used. \n - action = 1 (likes only), 2 (dislikes only), or 3 (both) \n - wrapper = 0 (no wrapper), 1 (block wrapper with title), div wrapper with css class), or both\n - class = Specifies the css class used by the div wrapper if enabled else default likes-autotag will be used \n - type = Either empty (for all types) or include 1 supported like type. For example 'article' or 'comment'\n - subtype = Specify a sub type of type if needed\n - time = Display items that are this many seconds old. 0 will display all items\n - max = Maximum number of items to display\n - cache = Cached for no longer than this many seconds. If 0 caching is disabled\n - line = Display likes icons on new line\n - length = Trim item title length to this many characters",
'num_likes_in_time_limit' => 'The last number of Likes this item received within the time specified.',
'num_dislikes_in_time_limit' => 'The last number of Dislikes this item received within the time specified.',
'num_likes_total' => 'The total number of Likes this item has received.',
'num_dislikes_total' => 'The total number of Dislikes this item has received.',
'likes_time_span' => 'Most Likes in the last %t %s',
'dislikes_time_span' => 'Most Dislikes in the last %t %s',
'all_time_span' => 'Most engaging in the last %t %s',
'whats_liked' => 'Whats Liked',
'whats_recently_liked' => 'Whats Recently Liked',
'whats_disliked' => 'Whats Disliked',
'whats_recently_disliked' => 'Whats Recently Disliked',
'whats_popular' => 'Whats Popular',
'whats_recently_popular' => 'Whats Recently Popular',
'whats_liked_type' => 'Liked %s',
'whats_recently_liked_type' => 'Recently Liked %s',
'whats_disliked_type' => 'Disliked %s',
'whats_recently_disliked_type' => 'Recently Disliked %s',
'whats_popular_type' => 'Popular %s',
'whats_recently_popular_type' => 'Recently Popular %s',
'no_liked_items_in_time_limit' => 'There have been no Likes during the time specified.',
'no_disliked_items_in_time_limit' => 'There have been no Dislikes during the time specified.',
'no_action_items_in_time_limit' => 'There have been no Likes or Dislikes during the time specified.',
'no_liked_items' => 'There are no Liked items.',
'no_disliked_items' => 'There are no Disliked items.',
'no_action_items' => 'There are no Liked or Disliked items.',
'last_num_likes_by' => 'Last %s Likes and Dislikes by %s',
'msg_no_likes' => 'No likes or dislikes found by user.',
'total_num_likes' => 'Total number of likes and dislikes:',
'title_liked' => '%s Liked on ',
'title_disliked' => '%s Disliked on ',
'articles' => 'Articles',
'comments' => 'Comments'
);

###############################################################################
Expand Down Expand Up @@ -2489,6 +2523,21 @@
'likes_comments' => 'Comment Likes',
'likes_speedlimit' => 'Likes Speed Limit',
'likes_users_listed' => 'User Listed',
'likes_block_cache_time' => 'Cache Time',
'likes_block_include_time' => 'Include Time',
'likes_block_max_items' => 'Max Items Listed',
'likes_block_displayed_actions' => 'Displayed Actions',
'likes_block_title_trim_length' => 'Title Trim Length',
'likes_block_likes_new_line' => 'Likes on New Line',
'likes_block_type' => 'Type',
'likes_block_subtype' => 'Sub Type',
'likes_block_enable' => 'Enabled',
'likes_block_isleft' => 'Display Block on Left',
'likes_block_order' => 'Block Order',
'likes_block_topic_option' => 'Topic Options',
'likes_block_topic' => 'Topic',
'likes_block_group_id' => 'Group',
'likes_block_permissions' => 'Permissions',
'passwordspeedlimit' => '密碼速度限定',
'login_attempts' => '最多登入企圖次數',
'login_speedlimit' => '登入速度限定',
Expand Down Expand Up @@ -2551,6 +2600,7 @@
'autotag_permissions_related_items' => '[related_items: ] Permissions',
'autotag_permissions_block' => '[block: ] Permissions',
'autotag_permissions_structureddata' => '[structureddata: ] Permissions',
'autotag_permissions_likes_block' => '[likes_block: ] Permissions',
'multiple_breadcrumbs' => 'Multiple Breadcrumbs',
'disable_breadcrumbs_topics' => 'Disable Topic Breadcrumbs',
'disable_breadcrumbs_articles' => 'Disable Article Breadcrumbs',
Expand Down Expand Up @@ -2632,6 +2682,8 @@
'fs_gravatar' => 'Gravatar',
'fs_comments' => '評論',
'fs_likes' => 'Likes',
'fs_likes_block_settings' => 'Block Settings',
'fs_likes_block_permissions' => 'Block Permissions',
'fs_htmlfilter' => 'HTML 過濾',
'fs_censoring' => '文字檢查',
'fs_iplookup' => 'IP 搜尋',
Expand Down Expand Up @@ -2740,7 +2792,10 @@
39 => array('None' => '', 'WebPage' => 'core-webpage', 'Article' => 'core-article', 'NewsArticle' => 'core-newsarticle', 'BlogPosting' => 'core-blogposting'),
40 => array('False' => 0, 'Users and Anonymous' => 1, 'Users Only' => 2),
41 => array('False' => 0, 'Likes and Dislikes' => 1, 'Likes Only' => 2),
42 => array('None' => 0, 'Use individual Article Settings' => 1)
42 => array('None' => 0, 'Use individual Article Settings' => 1),
43 => array('All' => 'all', 'Homepage Only' => 'homeonly', 'Select Topics' => 'selectedtopics'),
44 => array('No access' => 0, 'Read-Only' => 2),
46 => array('Likes and Dislikes' => 3, 'Likes Only' => 1, 'Dislikes Only' => 2)
);

###############################################################################
Expand Down

0 comments on commit bddb750

Please sign in to comment.