- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Mar 2009 15:37:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/util In directory hutz:/tmp/cvs-serv20438/w3c/css/util Modified Files: Messages.java Messages.properties.de Messages.properties.en Messages.properties.es Messages.properties.fa Messages.properties.fr Messages.properties.it Messages.properties.ja Messages.properties.ko Messages.properties.nl Messages.properties.pl-PL Messages.properties.pt-BR Messages.properties.ru Messages.properties.sv Messages.properties.zh-cn Log Message: adding directionality to output templates Index: Messages.properties.ja =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.ja,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- Messages.properties.ja 26 Feb 2009 13:47:26 -0000 1.45 +++ Messages.properties.ja 3 Mar 2009 15:37:05 -0000 1.46 @@ -1,5 +1,6 @@ # Japanese translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: 日本語 more_options: オプション title_more_options: その他の検査オプションを表示する/隠す Index: Messages.properties.fa =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.fa,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Messages.properties.fa 3 Mar 2009 15:28:57 -0000 1.1 +++ Messages.properties.fa 3 Mar 2009 15:37:05 -0000 1.2 @@ -1,4 +1,7 @@ -language_name: انگلیسی + + +direction: rtl +language_name: انگلیسی more_options: گزینه های بیشتر title_more_options: نمایش/پنهان کردن گزینه های اعتبار سنجی اضافی all: تمام Index: Messages.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.java,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- Messages.java 25 Feb 2009 20:44:50 -0000 1.30 +++ Messages.java 3 Mar 2009 15:37:04 -0000 1.31 @@ -399,6 +399,22 @@ // ----------------------- try { + java.io.InputStream f = Messages.class.getResourceAsStream("Messages.properties.fa"); + try { + tmp = new Utf8Properties<String,String>(); + tmp.load(f); + languages_name.add("fa"); + languages.put("fa", tmp); + } finally { + f.close(); + } + } catch (Exception e) { + System.err.println("org.w3c.css.util.Messages: " + "couldn't load properties fa"); + System.err.println(" " + e.toString()); + } + + // ----------------------- + try { java.io.InputStream f = Messages.class.getResourceAsStream("Messages.properties.sv"); try { tmp = new Utf8Properties<String,String>(); Index: Messages.properties.sv =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.sv,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Messages.properties.sv 25 Feb 2009 00:10:39 -0000 1.11 +++ Messages.properties.sv 3 Mar 2009 15:37:05 -0000 1.12 @@ -1,5 +1,6 @@ # Swedish translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: Svenska more_options: Fler val title_more_options: Visa/Dölj andra valideringsval Index: Messages.properties.de =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.de,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- Messages.properties.de 25 Feb 2009 00:10:38 -0000 1.45 +++ Messages.properties.de 3 Mar 2009 15:37:04 -0000 1.46 @@ -1,5 +1,6 @@ # German translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: Deutsch more_options: Weitere Optionen title_more_options: Weitere Validierungsoptionen anzeigen/verbergen Index: Messages.properties.ru =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.ru,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Messages.properties.ru 25 Feb 2009 00:10:39 -0000 1.9 +++ Messages.properties.ru 3 Mar 2009 15:37:05 -0000 1.10 @@ -1,5 +1,6 @@ # Russian translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: Русский more_options: Дополнительные возможности title_more_options: Показать/скрыть дополнительные возможности Index: Messages.properties.ko =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.ko,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Messages.properties.ko 25 Feb 2009 00:10:39 -0000 1.14 +++ Messages.properties.ko 3 Mar 2009 15:37:05 -0000 1.15 @@ -1,4 +1,6 @@ # Korean translation, last updated at 2008-11-11 based on Messages.properties.en,v 1.31 + +direction: ltr language_name: 한국어 more_options: 추가 설정 title_more_options: 추가 설정 표시/숨김 Index: Messages.properties.en =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- Messages.properties.en 25 Feb 2009 00:10:38 -0000 1.38 +++ Messages.properties.en 3 Mar 2009 15:37:05 -0000 1.39 @@ -1,4 +1,6 @@ # Master localization string file: $Id$ + +direction: ltr language_name: English more_options: More Options title_more_options: Show/Hide extra validation options Index: Messages.properties.nl =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.nl,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- Messages.properties.nl 25 Feb 2009 00:10:39 -0000 1.40 +++ Messages.properties.nl 3 Mar 2009 15:37:05 -0000 1.41 @@ -1,5 +1,6 @@ # Dutch translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: Nederlands more_options: Meer Opties title_more_options: Weergeven/Verbergen van extra validatie opties Index: Messages.properties.pl-PL =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.pl-PL,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- Messages.properties.pl-PL 25 Feb 2009 00:10:39 -0000 1.24 +++ Messages.properties.pl-PL 3 Mar 2009 15:37:05 -0000 1.25 @@ -1,5 +1,6 @@ # Polish translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: Polski more_options: Więcej opcji title_more_options: Pokaż/schowaj dodatkowe opcje Index: Messages.properties.es =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.es,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- Messages.properties.es 25 Feb 2009 00:10:38 -0000 1.32 +++ Messages.properties.es 3 Mar 2009 15:37:05 -0000 1.33 @@ -1,5 +1,6 @@ # Spanish translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: Español more_options: Más opciones title_more_options: Show/Hide extra validation options Index: Messages.properties.fr =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.fr,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- Messages.properties.fr 25 Feb 2009 00:10:38 -0000 1.45 +++ Messages.properties.fr 3 Mar 2009 15:37:05 -0000 1.46 @@ -1,5 +1,6 @@ # French translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: Français more_options: Options supplémentaires title_more_options: Cacher/Révéler les options supplémentaires de validation Index: Messages.properties.it =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.it,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Messages.properties.it 25 Feb 2009 00:10:38 -0000 1.27 +++ Messages.properties.it 3 Mar 2009 15:37:05 -0000 1.28 @@ -1,5 +1,6 @@ # Italian translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: Italiano more_options: Maggiori opzioni title_more_options: Visualizza/nascondi le modalità avanzate di verifica Index: Messages.properties.pt-BR =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.pt-BR,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Messages.properties.pt-BR 25 Feb 2009 00:10:39 -0000 1.11 +++ Messages.properties.pt-BR 3 Mar 2009 15:37:05 -0000 1.12 @@ -1,5 +1,6 @@ # Brazilian-Portuguese translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: Português more_options: Mais opções title_more_options: Mostra/oculta opções extras de validação Index: Messages.properties.zh-cn =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.zh-cn,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Messages.properties.zh-cn 25 Feb 2009 00:10:39 -0000 1.36 +++ Messages.properties.zh-cn 3 Mar 2009 15:37:05 -0000 1.37 @@ -1,5 +1,6 @@ # Chinese (simplified script) translation, last updated in sync with Messages.properties.en,v 1.31 +direction: ltr language_name: 简体中文 more_options: 更多选项 title_more_options: Show/Hide extra validation options
Received on Tuesday, 3 March 2009 15:37:18 UTC