Author: hansbak
Date: Fri Feb 22 00:39:43 2008 New Revision: 630117 URL: http://svn.apache.org/viewvc?rev=630117&view=rev Log: converted several framework language labels files to the xml format and added the Thai language Added: ofbiz/trunk/framework/base/config/DateTimeLabels.xml (with props) ofbiz/trunk/framework/common/config/CommonEntityLabels.xml (with props) ofbiz/trunk/framework/common/config/PrefErrorUiLabels.xml (with props) ofbiz/trunk/framework/guiapp/config/XuiUiLabels.xml (with props) ofbiz/trunk/framework/minilang/config/DefaultMessages.xml (with props) ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels.xml (with props) ofbiz/trunk/framework/service/config/ServiceErrorUiLabels.xml (with props) Removed: ofbiz/trunk/framework/base/config/DateTimeLabels.properties ofbiz/trunk/framework/base/config/DateTimeLabels_es.properties ofbiz/trunk/framework/base/config/DateTimeLabels_fr.properties ofbiz/trunk/framework/base/config/DateTimeLabels_pt.properties ofbiz/trunk/framework/base/config/DateTimeLabels_ru.properties ofbiz/trunk/framework/base/config/DateTimeLabels_zh.properties ofbiz/trunk/framework/common/config/CommonEntityLabels.properties ofbiz/trunk/framework/common/config/CommonEntityLabels_es.properties ofbiz/trunk/framework/common/config/CommonEntityLabels_fr.properties ofbiz/trunk/framework/common/config/CommonEntityLabels_it.properties ofbiz/trunk/framework/common/config/CommonEntityLabels_nl.properties ofbiz/trunk/framework/common/config/CommonEntityLabels_pt.properties ofbiz/trunk/framework/common/config/CommonEntityLabels_ro.properties ofbiz/trunk/framework/common/config/CommonEntityLabels_ru.properties ofbiz/trunk/framework/common/config/CommonEntityLabels_zh.properties ofbiz/trunk/framework/common/config/PrefErrorUiLabels.properties ofbiz/trunk/framework/guiapp/config/XuiUiLabels.properties ofbiz/trunk/framework/guiapp/config/XuiUiLabels_fr.properties ofbiz/trunk/framework/minilang/config/DefaultMessages.properties ofbiz/trunk/framework/minilang/config/DefaultMessages_de.properties ofbiz/trunk/framework/minilang/config/DefaultMessages_es.properties ofbiz/trunk/framework/minilang/config/DefaultMessages_fr.properties ofbiz/trunk/framework/minilang/config/DefaultMessages_it.properties ofbiz/trunk/framework/minilang/config/DefaultMessages_nl.properties ofbiz/trunk/framework/minilang/config/DefaultMessages_pt_PT.properties ofbiz/trunk/framework/minilang/config/DefaultMessages_ro.properties ofbiz/trunk/framework/minilang/config/DefaultMessages_ru.properties ofbiz/trunk/framework/minilang/config/DefaultMessages_zh.properties ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels.properties ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels_es.properties ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels_fr.properties ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels_it.properties ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels_ro.properties ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels_ru.properties ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels_zh.properties ofbiz/trunk/framework/service/config/ServiceErrorUiLabels.properties ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_es.properties ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_fr.properties ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_it.properties ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_nl.properties ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_ro.properties ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_zh.properties Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml Added: ofbiz/trunk/framework/base/config/DateTimeLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/DateTimeLabels.xml?rev=630117&view=auto ============================================================================== --- ofbiz/trunk/framework/base/config/DateTimeLabels.xml (added) +++ ofbiz/trunk/framework/base/config/DateTimeLabels.xml Fri Feb 22 00:39:43 2008 @@ -0,0 +1,111 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <property key="hour.plural"> + <value xml:lang="en">hours</value> + <value xml:lang="es">horas</value> + <value xml:lang="fr">heures</value> + <value xml:lang="pt">horas</value> + <value xml:lang="ru">ÑаÑÑ</value> + <value xml:lang="th">à¸à¸±à¹à¸§à¹à¸¡à¸</value> + <value xml:lang="zh">å°æ¶</value> + </property> + <property key="hour.singular"> + <value xml:lang="en">hour</value> + <value xml:lang="es">hora</value> + <value xml:lang="fr">heure</value> + <value xml:lang="pt">hora</value> + <value xml:lang="ru">ÑаÑ</value> + <value xml:lang="th">à¸à¸±à¹à¸§à¹à¸¡à¸</value> + <value xml:lang="zh">å°æ¶</value> + </property> + <property key="millisecond.plural"> + <value xml:lang="en">millliseconds</value> + <value xml:lang="es">milisegundos</value> + <value xml:lang="fr">milllisecondes</value> + <value xml:lang="pt">milisegundos</value> + <value xml:lang="ru">миллиÑекÑндÑ</value> + <value xml:lang="th">หà¸à¸¶à¹à¸à¹à¸à¸à¸±à¸à¸à¸à¸à¸«à¸à¸¶à¹à¸à¸§à¸´à¸à¸²à¸à¸µ</value> + <value xml:lang="zh">毫ç§</value> + </property> + <property key="millisecond.singular"> + <value xml:lang="en">milllisecond</value> + <value xml:lang="es">milisegundo</value> + <value xml:lang="fr">millliseconde</value> + <value xml:lang="pt">milisegundo</value> + <value xml:lang="ru">миллиÑекÑнда</value> + <value xml:lang="th">หà¸à¸¶à¹à¸à¹à¸à¸à¸±à¸à¸à¸à¸à¸«à¸à¸¶à¹à¸à¸§à¸´à¸à¸²à¸à¸µ</value> + <value xml:lang="zh">毫ç§</value> + </property> + <property key="minute.plural"> + <value xml:lang="en">minutes</value> + <value xml:lang="es">minutos</value> + <value xml:lang="fr">minutes</value> + <value xml:lang="pt">minutos</value> + <value xml:lang="ru">минÑÑÑ</value> + <value xml:lang="th">à¸à¸²à¸à¸µ</value> + <value xml:lang="zh">åé</value> + </property> + <property key="minute.singular"> + <value xml:lang="en">minute</value> + <value xml:lang="es">minuto</value> + <value xml:lang="fr">minute</value> + <value xml:lang="pt">minuto</value> + <value xml:lang="ru">минÑÑа</value> + <value xml:lang="th">à¸à¸²à¸à¸µ</value> + <value xml:lang="zh">åé</value> + </property> + <property key="second.plural"> + <value xml:lang="en">seconds</value> + <value xml:lang="es">segundos</value> + <value xml:lang="fr">secondes</value> + <value xml:lang="pt">segundos</value> + <value xml:lang="ru">ÑекÑндÑ</value> + <value xml:lang="th">วิà¸à¸²à¸à¸µ</value> + <value xml:lang="zh">ç§</value> + </property> + <property key="second.singular"> + <value xml:lang="en">second</value> + <value xml:lang="es">segundo</value> + <value xml:lang="fr">seconde</value> + <value xml:lang="pt">segundo</value> + <value xml:lang="ru">ÑекÑнда</value> + <value xml:lang="th">วิà¸à¸²à¸à¸µ</value> + <value xml:lang="zh">ç§</value> + </property> + <property key="week.plural"> + <value xml:lang="en">weeks</value> + <value xml:lang="es">semanas</value> + <value xml:lang="fr">semaines</value> + <value xml:lang="pt">semanas</value> + <value xml:lang="ru">недели</value> + <value xml:lang="th">สัà¸à¸à¸²à¸«à¹</value> + <value xml:lang="zh">å¨</value> + </property> + <property key="week.singular"> + <value xml:lang="en">week</value> + <value xml:lang="es">semana</value> + <value xml:lang="fr">semaine</value> + <value xml:lang="pt">semana</value> + <value xml:lang="ru">неделÑ</value> + <value xml:lang="th">สัà¸à¸à¸²à¸«à¹</value> + <value xml:lang="zh">å¨</value> + </property> +</resource> Propchange: ofbiz/trunk/framework/base/config/DateTimeLabels.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/base/config/DateTimeLabels.xml ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/framework/base/config/DateTimeLabels.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml |
Free forum by Nabble | Edit this page |