Poland
|
After installation there are no language strings in sidebar for calender, archive, last comments, links and search.
Solution to fix after installation:
1. Login into ACP
2. Go to Sidebar option
3. Click on "Reset widget settings to initial values"
These titles are saved in content/cache/options.php
---
Moreover, there we can expose (by delete //) strings in lang_core.php
- //---------------------------
- //content/templates/default/module.php
- // '_posts' => 'posts',//'篇文章',
- // 'subscribe_category' => 'Subscribe this category',//'订阅该分类',
- // 'subscribe_category' => 'Subscribe this category',//'订阅该分类',
- 'view_image' => 'View image',//'查看图片',
- 'more' => 'More »',//'更多»',
- 'site_management' => 'Site management',//'管理站点',
- 'logout' => 'Logout',//'退出',
- 'top_posts' => 'Top entries',//'置顶文章',
- 'cat_top_posts' => 'Category Top entries',//'分类置顶文章',
- // 'edit' => 'Edit',//'编辑',
- // 'category' => 'Category',//'分类',
- // 'tags' => 'Tags',//'标签',
- // 'comments' => 'Comments',//'评论',
- // 'reply' => 'Reply',//'回复',
- // 'reply' => 'Reply',//'回复',
- 'cancel_reply' => 'Cancel reply',//'取消回复',
- 'comment_leave' => 'Leave a comment',//'发表评论',
- // 'nickname' => 'Nickname',//'昵称',
- // 'email_optional' => 'E-Mail adress (optional)',//'邮件地址 (选填)',
- // 'homepage_optional' => 'Homepage (optional)',//'个人主页 (选填)',
- // 'comment_leave' => 'Leave a comment',//'发表评论',
Copy the Code |
|