
diff --git a/modules/guestbook/lang/en.lang.php b/modules/guestbook/lang/en.lang.php
index 092d9127c..2b14f4a9d 100644
--- a/modules/guestbook/lang/en.lang.php
+++ b/modules/guestbook/lang/en.lang.php
@@ -5,10 +5,10 @@
* @brief Guestbook modules's basic language pack
**/
- $lang->board = "Guestbook";
+ $lang->guestbook = "Guestbook";
- // Words used in button
- $lang->cmd_board_list = 'Guestbook List';
+ // Words used in buttons
+ $lang->cmd_guestbook_list = 'Guestbook List';
$lang->cmd_module_config = 'Common Guestbook Configuration';
$lang->cmd_view_info = 'Guestbook Info';
diff --git a/modules/krzip/lang/en.lang.php b/modules/krzip/lang/en.lang.php
index 707df2108..9f557b753 100644
--- a/modules/krzip/lang/en.lang.php
+++ b/modules/krzip/lang/en.lang.php
@@ -6,15 +6,15 @@
**/
// normal words
- $lang->krzip = "Korean Zip code";
+ $lang->krzip = "Korean Zip Code";
$lang->krzip_server_hostname = "Server name for zip code checking";
$lang->krzip_server_port = "Server port for zip code checking";
$lang->krzip_server_query = "Server path for zip code checking";
// descriptions
- $lang->about_krzip_server_hostname = "Input the server's domain for checking zip codes and receiving the result list";
- $lang->about_krzip_server_port = "Input the server's port number for checking the zip code";
- $lang->about_krzip_server_query = "Input the query url that will be requested for checking the zip code";
+ $lang->about_krzip_server_hostname = "Please input the server's domain for checking zip codes and receiving the result list";
+ $lang->about_krzip_server_port = "Please input the server's port number for checking the zip code";
+ $lang->about_krzip_server_query = "Please input the query url that will be requested for checking the zip code";
// error messages
$lang->msg_not_exists_addr = "Target for searching doesn't exist";
diff --git a/modules/layout/conf/info.xml b/modules/layout/conf/info.xml
index 4fe77d739..53b7031f2 100644
--- a/modules/layout/conf/info.xml
+++ b/modules/layout/conf/info.xml
@@ -15,6 +15,6 @@
生成/管理布局的模块。
レイアウトを生成・管理するモジュールです。
This module is for creating/managing.
-
Este modulo es para crear y manejar los Diseños.
+
Este modulo es para crear y manejar los Diseños.
diff --git a/modules/layout/lang/en.lang.php b/modules/layout/lang/en.lang.php
index c6106b60b..6502eec08 100644
--- a/modules/layout/lang/en.lang.php
+++ b/modules/layout/lang/en.lang.php
@@ -24,7 +24,7 @@
$lang->about_title = 'Please input the title that is easy to verify when connecting to module';
$lang->about_not_apply_menu = 'All connected module\'s layout will be changed by checking this option.';
- $lang->about_layout = "Layout module helps you to create the site's layout easily.
By using layout setting and menu connection, website's completed shape will display with various modules.
* Those layouts which are unabled to delete or modify are the blog or other module's layout. ";
+ $lang->about_layout = "Layout module helps you to create the site's layout easily.
By using layout setting and menu connection, website's completed shape will be displayed with various modules.
* Those layouts which are unabled to delete or modify are the blog or other module's layout. ";
$lang->about_layout_code =
"It will be applied to the service when you save the layout code after editing it.
Please first preview your code and then save it.