/
githubmirror
/
libreport
Обзор
Документация
Войти
/
githubmirror
/
libreport
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/conf/event_test_definition.xml
32 строки
1 KB
Jakub Filak
testsuite: xml translations
07 фев 2014, 19:19
07 фев 2014, 19:19
5ea5efb
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <event> <name>Bugzilla</name> <name xml:lang="zh_CN">screen name</name> <name xml:lang="zh_TW">bad screen name</name> <description>Report to Bugzilla bug tracker</description> <description xml:lang="zh_CN">description</description> <description xml:lang="zh_TW">bad description</description> <long-description>Report to Bugzilla bug tracker in long description</long-description> <long-description xml:lang="zh_CN">long description</long-description> <long-description xml:lang="zh_TW">bad long description</long-description> <options> <option type="text" name="Bugzilla_BugzillaURL"> <label>Bugzilla URL</label> <label xml:lang="zh_CN">label</label> <label xml:lang="zh_TW">bad label</label> <!-- Option description is not supported yet <description>Address of Bugzilla server</description> <description xml:lang="zh_CN">bad description</description> <description xml:lang="zh_TW">description</description> --> <note-html>Bugzilla HTML note</note-html> <note-html xml:lang="zh_CN">note_html</note-html> <note-html xml:lang="zh_TW">bad note_html</note-html> </option> </options> </event>