Difference between revisions of "ECS Vectors Translations"

From TTWiki
Jump to navigationJump to search
m (New translation management tool applied)
 
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
[[Category:ECS Translations]]
  +
{| style="width: 100%;" border="1"
  +
|- valign="top"
  +
| style="width: 33%;" | << [[ECS Houses. Houses]] || align="center" style="width: 34%;"| [[ECS]] || align="right" style="width: 33%;"| [[ECS Vectors Abandoned Part]] >>
  +
|}
   
 
==What this==
'''''ECS Vectors Translations'''''
 
   
 
This section is created to help ECS Vectors to speak your native languages. Translations are managed by WebTranslator at https://translator.openttdcoop.org/project/ecs. Also please check the existing one. May be it has mistakes.
=ECS Vectors Translations=
 
   
  +
==What it includes==
This section is created to help ECS Vectors to speak your native languages. Please add translations for the sections. Also please check the existing one. May be it has mistakes.
 
   
  +
Old versions are located here. Please move them to WebTranslator.
{toc}
 
   
  +
'''Stings'''
=How to translate=
 
  +
* [[ECS Vectors Translations - General strings]]
  +
* [[ECS Vectors Translations - Town vector strings]]
  +
* [[ECS Vectors Translations - Basic vector strings. Cargoes]]
  +
* [[ECS Vectors Translations - Basic vector strings. Industries]]
  +
* [[ECS Vectors Translations - Chemical vector strings. Cargoes]]
  +
* [[ECS Vectors Translations - Chemical vector strings. Industries]]
  +
* [[ECS Vectors Translations - Machinery vector strings. Cargoes]]
  +
* [[ECS Vectors Translations - Machinery vector strings. Industries]]
  +
* [[ECS Vectors Translations - Construction vector strings]]
  +
* [[ECS Vectors Translations - Wood vector strings]]
  +
* [[ECS Vectors Translations - Agricultural vector strings]]
  +
* [[ECS Vectors Translations - Houses strings]]
   
  +
'''Strings for the ECS vectors action14 parameters'''
==What to translate==
 
  +
* [[ECS Vectors Translations - Parameters all vectors]]
  +
* [[ECS Vectors Translations - Parameters town vector]]
  +
* [[ECS Vectors Translations - Parameters ECS houses]]
   
  +
'''List of people, who have done some work on translating already'''
Find a general string. If would look like
 
 
* [[ECS Vectors Translations - Thanks page]]
   
  +
==Licenses==
<pre>21 * 34 04 0A '''FF''' 01 '''00 D0''' 94 80 &quot; should be built in towns&quot; 00</pre>
 
   
  +
By contributing a translation, you agree, that your translation would be used in ECS Vectors under [http://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0 license].
'''FF''' (FFh = 80h + 7Fh) indicates a general string, that is used when translation is not defined. You need to translate it.
 
 
if a string like
 
 
<pre>22 * 43 04 0A '''82''' 01 '''00 D0''' 94 80 &quot; muss in einer Stadt gebaut werden&quot; 00</pre>
 
 
goes below, than it means that a German ('''82''' = 80h + 02h, where 02h is German) translation is represented (here '''00 D0''' is the string ID, translation is applied to the string with the same ID)
 
 
If the string is wrong, you can modify it. If the string is not represented, you can add it.
 
 
The list of languages is represented [[Action4|here]]
 
 
==How to modify a string==
 
 
Change the string you need
 
 
<pre>1 * 1 04 0A 82 01 00 D0 '''94 80 &quot; muss in einer Stadt gebaut werden&quot; 00'''</pre>
 
 
==How to add a new string==
 
 
You should care about the string number nor length. you can simply use
 
 
<pre>'''1 * 1'''</pre>
 
 
because NFOrenum would fix it. All you need is to add a right language (+80h if you translate FF string, and a language code if 7F).
 
 
<pre>1 * 1 04 0A '''82''' 01 </pre>
 
 
at the right ID
 
 
<pre>1 * 1 04 0A 82 01 '''00 D0''' </pre>
 
 
Then you put a new string
 
 
The number of strings and string class is copied from string, which you are translating
 
 
<pre>1 * 1 '''04 0A''' 82 '''01''' 00 D0 </pre>
 
 
Then you add you new string
 
 
<pre>1 * 1 04 0A 82 01 00 D0 '''94 80 &quot; muss in einer Stadt gebaut werden&quot; 00'''</pre>
 
 
You have to use the same string codes as string, which you are translating. The order is important. The place in text is important for decoration code, is not important for string and numbers
 
 
<pre>1 * 1 04 0A 82 01 00 D0 '''94 80''' &quot; muss in einer Stadt gebaut werden&quot; '''00'''</pre>
 
 
string codes are described [[StringCodes|here]]
 

Latest revision as of 06:17, 6 May 2014