Mangos string
Материал из YTDB DataBase
Neggod (Обсуждение | вклад) |
Neggod (Обсуждение | вклад) |
||
Строка 97: | Строка 97: | ||
<big>'''Description of the fields'''</big> | <big>'''Description of the fields'''</big> | ||
====entry==== | ====entry==== | ||
- | + | ID, который ядро использует для идентификации строки. Эти идентификаторы, содержатся и используются внутри ядра и должны соответствовать тому, что оно ожидает. Ядро не сможет работать если все IDы не будут в этой таблице. | |
====content_default==== | ====content_default==== | ||
- | + | Оригинальное английское значение (locale ID 0). | |
====content_loc==== | ====content_loc==== | ||
- | + | Перевод [[#content_default|content_default]] на язык, соответствующий ID локализации клиента. |
Версия 07:02, 7 марта 2010
|
Back to world database list of tables.
The `mangos_string` table
This table holds all of the strings used internally by the server. This table is provided with the main purpose of translation in mind.
To see which locale IDs correspond to what languages, visit the Localization_lang page.
NOTE: The % arguments need to stay in the exact same order as they are provided by default in the English translation.
Structure
Field | Type | Null | Key | Default | Extra |
entry | int(11) unsigned | NO | PRI | 0 | |
content_default | text | YES | |||
content_loc1 | text | YES | |||
content_loc2 | text | YES | |||
content_loc3 | text | YES | |||
content_loc4 | text | YES | |||
content_loc5 | text | YES | |||
content_loc6 | text | YES | |||
content_loc7 | text | YES | |||
content_loc8 | text | YES |
Description of the fields
entry
ID, который ядро использует для идентификации строки. Эти идентификаторы, содержатся и используются внутри ядра и должны соответствовать тому, что оно ожидает. Ядро не сможет работать если все IDы не будут в этой таблице.
content_default
Оригинальное английское значение (locale ID 0).
content_loc
Перевод content_default на язык, соответствующий ID локализации клиента.