summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-02 09:39:49 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-02 09:39:49 +0200
commit8ae55d68448098e1830dc09f9e658fb534aa0dc6 (patch)
tree5499191bad4c2c517bb6ab033162fae86c42eafd
parentfb7db25baae359bad5a14dde50814c89b5b5e87e (diff)
downloadrpg-8ae55d68448098e1830dc09f9e658fb534aa0dc6.tar.gz
rpg-8ae55d68448098e1830dc09f9e658fb534aa0dc6.tar.bz2
Revert "translation update"
This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7. I guess it was a bit too early to think straight :-/
-rw-r--r--inc/lang/zh-tw/lang.php4
-rw-r--r--lib/plugins/acl/lang/zh-tw/lang.php7
-rw-r--r--lib/plugins/authad/lang/zh-tw/settings.php5
-rw-r--r--lib/plugins/authldap/lang/zh-tw/settings.php5
-rw-r--r--lib/plugins/authmysql/lang/zh-tw/settings.php5
-rw-r--r--lib/plugins/authpgsql/lang/zh-tw/settings.php5
-rw-r--r--lib/plugins/plugin/lang/zh-tw/lang.php8
-rw-r--r--lib/plugins/popularity/lang/zh-tw/lang.php8
-rw-r--r--lib/plugins/revert/lang/zh-tw/lang.php8
-rw-r--r--lib/plugins/usermanager/lang/zh-tw/lang.php8
10 files changed, 30 insertions, 33 deletions
diff --git a/inc/lang/zh-tw/lang.php b/inc/lang/zh-tw/lang.php
index 73b1bbcae..0a3dbf51f 100644
--- a/inc/lang/zh-tw/lang.php
+++ b/inc/lang/zh-tw/lang.php
@@ -1,8 +1,8 @@
<?php
-
/**
+ * Chinese(Traditional) language file
+ *
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
* @author chinsan <chinsan@mail2000.com.tw>
* @author Li-Jiun Huang <ljhuang.tw@gmail.com>
* @author http://www.chinese-tools.com/tools/converter-simptrad.html
diff --git a/lib/plugins/acl/lang/zh-tw/lang.php b/lib/plugins/acl/lang/zh-tw/lang.php
index 2173c9cf2..ff2c6a184 100644
--- a/lib/plugins/acl/lang/zh-tw/lang.php
+++ b/lib/plugins/acl/lang/zh-tw/lang.php
@@ -1,12 +1,13 @@
<?php
-
/**
+ * Chinese(Traditional) language file
+ *
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
* @author chinsan <chinsan@mail2000.com.tw>
- * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
+ * @author Li-Jiun Huang <ljhuang.tw@gmail.com>
* @author http://www.chinese-tools.com/tools/converter-simptrad.html
* @author Wayne San <waynesan@zerozone.tw>
+ * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
* @author Cheng-Wei Chien <e.cwchien@gmail.com>
* @author Danny Lin <danny0838@pchome.com.tw>
* @author Shuo-Ting Jian <shoting@gmail.com>
diff --git a/lib/plugins/authad/lang/zh-tw/settings.php b/lib/plugins/authad/lang/zh-tw/settings.php
index bd5d9413a..c46e5f96f 100644
--- a/lib/plugins/authad/lang/zh-tw/settings.php
+++ b/lib/plugins/authad/lang/zh-tw/settings.php
@@ -1,8 +1,7 @@
<?php
-
/**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ * Chinese Traditional language file
+ *
* @author syaoranhinata@gmail.com
*/
$lang['account_suffix'] = '您的帳號後綴。如: <code>@my.domain.org</code>';
diff --git a/lib/plugins/authldap/lang/zh-tw/settings.php b/lib/plugins/authldap/lang/zh-tw/settings.php
index d2513eeff..e93190516 100644
--- a/lib/plugins/authldap/lang/zh-tw/settings.php
+++ b/lib/plugins/authldap/lang/zh-tw/settings.php
@@ -1,8 +1,7 @@
<?php
-
/**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ * Chinese Traditional language file
+ *
* @author syaoranhinata@gmail.com
*/
$lang['server'] = '您的 LDAP 伺服器。填寫主機名稱 (<code>localhost</code>) 或完整的 URL (<code>ldap://server.tld:389</code>)';
diff --git a/lib/plugins/authmysql/lang/zh-tw/settings.php b/lib/plugins/authmysql/lang/zh-tw/settings.php
index 3fbee151c..95d068150 100644
--- a/lib/plugins/authmysql/lang/zh-tw/settings.php
+++ b/lib/plugins/authmysql/lang/zh-tw/settings.php
@@ -1,8 +1,7 @@
<?php
-
/**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ * Chinese Traditional language file
+ *
* @author syaoranhinata@gmail.com
*/
$lang['server'] = '您的 MySQL 伺服器';
diff --git a/lib/plugins/authpgsql/lang/zh-tw/settings.php b/lib/plugins/authpgsql/lang/zh-tw/settings.php
index b7dd9c6d8..6a04214ad 100644
--- a/lib/plugins/authpgsql/lang/zh-tw/settings.php
+++ b/lib/plugins/authpgsql/lang/zh-tw/settings.php
@@ -1,8 +1,7 @@
<?php
-
/**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ * Chinese Traditional language file
+ *
* @author syaoranhinata@gmail.com
*/
$lang['server'] = '您的 PostgreSQL 伺服器';
diff --git a/lib/plugins/plugin/lang/zh-tw/lang.php b/lib/plugins/plugin/lang/zh-tw/lang.php
index 248582aa6..56149e79e 100644
--- a/lib/plugins/plugin/lang/zh-tw/lang.php
+++ b/lib/plugins/plugin/lang/zh-tw/lang.php
@@ -1,11 +1,11 @@
<?php
-
/**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
+ * Chinese Traditional language file
+ *
+ * @author Li-Jiun Huang <ljhuang.tw@gmail.com>
* @author http://www.chinese-tools.com/tools/converter-simptrad.html
* @author Wayne San <waynesan@zerozone.tw>
+ * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
* @author Cheng-Wei Chien <e.cwchien@gmail.com>
* @author Danny Lin
* @author Shuo-Ting Jian <shoting@gmail.com>
diff --git a/lib/plugins/popularity/lang/zh-tw/lang.php b/lib/plugins/popularity/lang/zh-tw/lang.php
index bc7ceb11b..b34efe995 100644
--- a/lib/plugins/popularity/lang/zh-tw/lang.php
+++ b/lib/plugins/popularity/lang/zh-tw/lang.php
@@ -1,11 +1,11 @@
<?php
-
/**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
+ * Chinese Traditional language file
+ *
+ * @author Li-Jiun Huang <ljhuang.tw@gmail.com>
* @author http://www.chinese-tools.com/tools/converter-simptrad.html
* @author Wayne San <waynesan@zerozone.tw>
+ * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
* @author Cheng-Wei Chien <e.cwchien@gmail.com>
* @author Danny Lin
* @author Shuo-Ting Jian <shoting@gmail.com>
diff --git a/lib/plugins/revert/lang/zh-tw/lang.php b/lib/plugins/revert/lang/zh-tw/lang.php
index dc83d8c29..88a77f7a1 100644
--- a/lib/plugins/revert/lang/zh-tw/lang.php
+++ b/lib/plugins/revert/lang/zh-tw/lang.php
@@ -1,11 +1,11 @@
<?php
-
/**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
+ * Chinese Traditional language file
+ *
+ * @author Li-Jiun Huang <ljhuang.tw@gmail.com>
* @author http://www.chinese-tools.com/tools/converter-simptrad.html
* @author Wayne San <waynesan@zerozone.tw>
+ * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
* @author Cheng-Wei Chien <e.cwchien@gmail.com>
* @author Danny Lin <danny0838@pchome.com.tw>
* @author Shuo-Ting Jian <shoting@gmail.com>
diff --git a/lib/plugins/usermanager/lang/zh-tw/lang.php b/lib/plugins/usermanager/lang/zh-tw/lang.php
index aa70e67c0..980d974cc 100644
--- a/lib/plugins/usermanager/lang/zh-tw/lang.php
+++ b/lib/plugins/usermanager/lang/zh-tw/lang.php
@@ -1,12 +1,12 @@
<?php
-
/**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ * English language file
+ *
* @author chinsan <chinsan.tw@gmail.com>
- * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
+ * @author Li-Jiun Huang <ljhuang.tw@gmail.com>
* @author http://www.chinese-tools.com/tools/converter-simptrad.html
* @author Wayne San <waynesan@zerozone.tw>
+ * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
* @author Cheng-Wei Chien <e.cwchien@gmail.com>
* @author Danny Lin <danny0838@pchome.com.tw>
* @author Shuo-Ting Jian <shoting@gmail.com>