mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1850 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a0526f8485
commit
bc3fba33b2
231 changed files with 2671 additions and 2132 deletions
33
modules/blog/lang/en.lang.php
Normal file
33
modules/blog/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief basic language pack for blog module
|
||||
**/
|
||||
|
||||
// words used in button
|
||||
$lang->cmd_blog_list = 'Blog list';
|
||||
$lang->cmd_module_config = 'Common blog setup';
|
||||
$lang->cmd_view_info = 'Blog info';
|
||||
$lang->cmd_manage_menu = 'Menu management';
|
||||
$lang->cmd_make_child = 'Add child category';
|
||||
$lang->cmd_enable_move_category = "Change category position (Drag the menu on top after selection)";
|
||||
$lang->cmd_remake_cache = 'Rebuild cache file';
|
||||
$lang->cmd_layout_setup = 'Configure layout';
|
||||
$lang->cmd_layout_edit = 'Edit layout';
|
||||
|
||||
// item
|
||||
$lang->parent_category_name = 'Parent category';
|
||||
$lang->category_name = 'Category';
|
||||
$lang->expand = 'Expand';
|
||||
$lang->category_group_srls = '그룹제한'; //context 이해 불가능;;
|
||||
$lang->search_result = 'Search result';
|
||||
|
||||
// blah blah..
|
||||
$lang->about_category_name = 'Input category name';
|
||||
$lang->about_expand = 'By selecting this option, it will be always expanded';
|
||||
$lang->about_category_group_srls = 'Only the selected group will be able to see current categories. (Manually open xml file to expose)';
|
||||
$lang->about_layout_setup = 'You can manually modify blog layout code. Insert or manage the widget code whereever you want';
|
||||
$lang->about_blog_category = 'You can make blog categories.<br />When blog category is broken, try rebuilding the cache file manually.';
|
||||
$lang->about_blog = "This module is for creating and managing a blog.\nBlog module uses the skin that is included in the layout. So after creating one, always use category and skin management to decorate your blog.\nIf you want to connect other boards inside the blog, use the menu module to create a menu and then connect it with the skin manager";
|
||||
?>
|
||||
33
modules/blog/lang/jp.lang.php
Normal file
33
modules/blog/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com) 翻訳:keinicht
|
||||
* @brief ブログ(blog) モジュルの基本言語パッケージ
|
||||
**/
|
||||
|
||||
// ボタンに使用する言語
|
||||
$lang->cmd_blog_list = 'ブログリスト';
|
||||
$lang->cmd_module_config = 'ブログ共通設定';
|
||||
$lang->cmd_view_info = 'ブログ情報';
|
||||
$lang->cmd_manage_menu = 'メニュー管理';
|
||||
$lang->cmd_make_child = '下位カテゴリー追加';
|
||||
$lang->cmd_enable_move_category = "カテゴリー位置変更(選択後上のメニューをドラッグして下さい)";
|
||||
$lang->cmd_remake_cache = 'キャッシュファイル再生性';
|
||||
$lang->cmd_layout_setup = 'レイアウト設定';
|
||||
$lang->cmd_layout_edit = 'レイアウト編集';
|
||||
|
||||
// 項目
|
||||
$lang->parent_category_name = '上位カテゴリー名';
|
||||
$lang->category_name = '分類名';
|
||||
$lang->expand = '開く';
|
||||
$lang->category_group_srls = 'グループ制限';
|
||||
$lang->search_result = '検索結果';
|
||||
|
||||
// その他
|
||||
$lang->about_category_name = 'カテゴリー名を入力して下さい';
|
||||
$lang->about_expand = '選択すると常に開いた状態にします';
|
||||
$lang->about_category_group_srls = '選択したグループのみ現在のカテゴリーが見えるようになります(xmlファイルを直接閲覧すると漏出されます)';
|
||||
$lang->about_layout_setup = 'ブログのレイアウトのコードを直接修正できます。ウィジェットコードを入力、又は管理して下さい';
|
||||
$lang->about_blog_category = 'ブログの分類を作成できます。<br />ブログの分類が誤作動する場合キャッシュファイルの再生性を手動で行うと解決される事があります。';
|
||||
$lang->about_blog = "ブログを作成し管理できるブログモジュールです。\nブログモジュールはブログスキンに含まれているレイアウトを利用するので生成後必ず分類、又はスキン管理を用いてブログを編集して下さい。\nブログ内に他の掲示板を連結したい時はメニュモジュールでメニュを作った後スキン管理で連結して下さい。";
|
||||
?>
|
||||
33
modules/blog/lang/zh-CN.lang.php
Normal file
33
modules/blog/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh-CN.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 博客(blog) 模块的基本语言包
|
||||
**/
|
||||
|
||||
// 按钮使用的语言
|
||||
$lang->cmd_blog_list = '博客目录';
|
||||
$lang->cmd_module_config = '博客共同设定';
|
||||
$lang->cmd_view_info = '博客 信息';
|
||||
$lang->cmd_manage_menu = '菜单管理';
|
||||
$lang->cmd_make_child = '下级分类添加';
|
||||
$lang->cmd_enable_move_category = "分类位置变更 (选择后拖动菜单)";
|
||||
$lang->cmd_remake_cache = '缓冲文件再生成';
|
||||
$lang->cmd_layout_setup = '布局设定';
|
||||
$lang->cmd_layout_edit = '布局编辑';
|
||||
|
||||
// 项目
|
||||
$lang->parent_category_name = '上级分类名称';
|
||||
$lang->category_name = '分类名称';
|
||||
$lang->expand = '展开';
|
||||
$lang->category_group_srls = '用户组限制';
|
||||
$lang->search_result = '搜索结果';
|
||||
|
||||
// 信息、提示..
|
||||
$lang->about_category_name = '请输入分类名称';
|
||||
$lang->about_expand = '选择后总是展开状态';
|
||||
$lang->about_category_group_srls = '只有选择的用户可以查看现在的分类。 (查看xml文件会显示)';
|
||||
$lang->about_layout_setup = '可以直接修改博客的布局代码。把Widget代码插入到您喜欢的位置或管理';
|
||||
$lang->about_blog_category = '可以制作博客分类<br />博客分类有异常的情况可以尝试缓冲文件再生成。';
|
||||
$lang->about_blog = "可以制作博客和管理的博客模块\n博客模块是利用博客皮肤里包含的布局,生成博客后必须通过分类及皮肤管理布置。\n在博客内需要链接其他board时在菜单模块里生成菜单后在皮肤管理链接就可以。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue