You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/09/17 22:44:09 UTC

svn commit: r1625816 [7/41] - in /ofbiz/trunk: applications/accounting/config/ applications/commonext/config/ applications/content/config/ applications/humanres/config/ applications/manufacturing/config/ applications/marketing/config/ applications/orde...

Modified: ofbiz/trunk/applications/humanres/config/HumanResEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/config/HumanResEntityLabels.xml?rev=1625816&r1=1625815&r2=1625816&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/config/HumanResEntityLabels.xml (original)
+++ ofbiz/trunk/applications/humanres/config/HumanResEntityLabels.xml Wed Sep 17 20:44:07 2014
@@ -18,7 +18,6 @@
     specific language governing permissions and limitations
     under the License.
 -->
-
 <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <property key="EmplLeaveReasonType.description.CASUAL">
         <value xml:lang="en">Casual</value>
@@ -26,6 +25,7 @@
         <value xml:lang="ja">私事</value>
         <value xml:lang="vi">Tình cờ</value>
         <value xml:lang="zh">临时</value>
+        <value xml:lang="zh_TW">臨時</value>
     </property>
     <property key="EmplLeaveReasonType.description.MEDICAL">
         <value xml:lang="en">Medical</value>
@@ -33,6 +33,7 @@
         <value xml:lang="ja">疾病</value>
         <value xml:lang="vi">Y tế</value>
         <value xml:lang="zh">疾病</value>
+        <value xml:lang="zh_TW">疾病</value>
     </property>
     <property key="EmplLeaveType.description.INLAND_EARNED">
         <value xml:lang="en">Inland earned</value>
@@ -40,6 +41,7 @@
         <value xml:lang="ja">国内取得</value>
         <value xml:lang="vi">Thu nhập quốc nội</value>
         <value xml:lang="zh">国内收入</value>
+        <value xml:lang="zh_TW">國內收入</value>
     </property>
     <property key="EmplLeaveType.description.LOSS_OF_PAY">
         <value xml:lang="en">Loss of pay</value>
@@ -47,6 +49,7 @@
         <value xml:lang="ja">無給</value>
         <value xml:lang="vi">Mất thanh toán</value>
         <value xml:lang="zh">无薪</value>
+        <value xml:lang="zh_TW">無薪</value>
     </property>
     <property key="EmplLeaveType.description.RESTRICTED_HOLIDAY">
         <value xml:lang="en">Restricted holiday</value>
@@ -54,6 +57,7 @@
         <value xml:lang="ja">制限日</value>
         <value xml:lang="vi">Kỳ nghỉ hạn chế</value>
         <value xml:lang="zh">受限的假期</value>
+        <value xml:lang="zh_TW">受限的假期</value>
     </property>
     <property key="EmplLeaveType.description.SPECIAL_DAY_OFF">
         <value xml:lang="en">Special day off</value>
@@ -61,5 +65,6 @@
         <value xml:lang="ja">特別休暇</value>
         <value xml:lang="vi">Ngày nghỉ đặc biệt</value>
         <value xml:lang="zh">特殊休假</value>
+        <value xml:lang="zh_TW">特殊休假</value>
     </property>
-</resource>
\ No newline at end of file
+</resource>