Difference between revisions of "Translations:Script-define/1/en"

From Larnitech wiki page
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 11:38, 23 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Script-define)
Global define declaration with script-define tag . For example:
<syntaxhighlight lang="xml" line>
<script-define NUMBER1="2222222222" NUMBER2="1234222223"/>
</syntaxhighlight>
After declaring NUMBER1 as define NUMBER2 can be used in all scripts on this server.
TranslationGlobal define declaration with script-define tag . For example:
<syntaxhighlight lang="xml" line>
<script-define NUMBER1="2222222222" NUMBER2="1234222223"/>
</syntaxhighlight>
After declaring NUMBER1 as define NUMBER2 can be used in all scripts on this server.

Global define declaration with script-define tag . For example:

1<script-define NUMBER1="2222222222" NUMBER2="1234222223"/>

After declaring NUMBER1 as define NUMBER2 can be used in all scripts on this server.