2006/unicorn/WebContent/WEB-INF/resources/templates language.vm,1.5,1.6

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv10595/WebContent/WEB-INF/resources/templates

Modified Files:
	language.vm 
Log Message:
added instructions on the translation page

Index: language.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/language.vm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- language.vm	6 Oct 2009 08:21:40 -0000	1.5
+++ language.vm	6 Oct 2009 11:52:21 -0000	1.6
@@ -6,6 +6,29 @@
 #if ($messages)
 #displayMessages($messages)
 #end
+
+<div class="text">
+	<h2>Translation of Unicorn</h2>
+
+	<p>Unicorn is currently available in 2 languages. <!--The translations are mainly contributed by <a href="thanks.html">volunteers</a>.--></p>
+
+	<h3>Translate Unicorn in a new language</h3>
+	<p>If Unicorn is not yet available in your native language and you would like to translate it:</p>
+	<ol class="translations_instructions">
+		<li><a href="http://dev.w3.org/2006/unicorn/WebContent/WEB-INF/languages/en.properties">Download the english properties file</a></li>
+		<li><a href="http://www.w3.org/Consortium/Translation/#discussions">Get in touch with us</a> <strong>before</strong> you start translating: someone may already be on the job. Someone from the W3C staff or validator development team will get back to you with details about how to translate the validator.</li>
+		<li>Translate. Congratulations, you have made Unicorn more accessible to a lot more Web developers and designers.</li>
+	</ol>
+
+	<h3>Help complete the translation Unicorn in your language</h3>
+	<p>The table below lists all the text strings used to translate the CSS validator:</p>
+	<ul class="translations_instructions">
+		<li>Cells marked <span class='table_translation_missing'><a title="Cross Mark">✘</a></span> need a new or updated translation. Click on the relevant ✘ to submit a translation by mail.</li>
+		<li>Cells marked <span class='table_translation_ok'>✔</span> are translated and up-to-date. Hover above  ✔ to read the current translation for each string.</li>
+	</ul>
+	<p>You can help fill the blanks and complete the translation in <strong>your</strong> language!</p>
+</div>
+
 <div id="translations">
 	<table>
 		<thead>

Received on Tuesday, 6 October 2009 11:52:24 UTC