├── src ├── main │ ├── resources │ │ ├── lib │ │ │ └── hudson │ │ │ │ └── test │ │ │ │ ├── taglib │ │ │ │ ├── test-result_ca.properties │ │ │ │ ├── test-result_es_AR.properties │ │ │ │ ├── test-result_et.properties │ │ │ │ ├── test-result_fr.properties │ │ │ │ ├── test-result_hu.properties │ │ │ │ ├── test-result_ar.properties │ │ │ │ ├── test-result_hi_IN.properties │ │ │ │ ├── test-result_bg.properties │ │ │ │ ├── test-result_ko.properties │ │ │ │ ├── test-result_he.properties │ │ │ │ ├── test-result_nb_NO.properties │ │ │ │ ├── test-result_ro.properties │ │ │ │ ├── test-result_it.properties │ │ │ │ ├── test-result.properties │ │ │ │ ├── test-result_fi.properties │ │ │ │ ├── test-result_sk.properties │ │ │ │ ├── test-result_lv.properties │ │ │ │ ├── test-result_sv_SE.properties │ │ │ │ ├── test-result_zh_CN.properties │ │ │ │ ├── failed-test_ja.properties │ │ │ │ ├── test-result_es.properties │ │ │ │ ├── test-result_cs.properties │ │ │ │ ├── test-result_da.properties │ │ │ │ ├── failed-test_pt_BR.properties │ │ │ │ └── test-result_pl.properties │ │ ├── hudson │ │ │ └── tasks │ │ │ │ ├── test │ │ │ │ ├── TestResultProjectAction │ │ │ │ │ ├── jobMain_da.properties │ │ │ │ │ ├── jobMain_de.properties │ │ │ │ │ ├── jobMain_fi.properties │ │ │ │ │ ├── jobMain_ro.properties │ │ │ │ │ ├── jobMain_it.properties │ │ │ │ │ ├── jobMain_nb_NO.properties │ │ │ │ │ ├── jobMain_nl.properties │ │ │ │ │ ├── jobMain_pl.properties │ │ │ │ │ ├── jobMain_sv_SE.properties │ │ │ │ │ ├── jobMain_ca.properties │ │ │ │ │ ├── jobMain_et.properties │ │ │ │ │ ├── jobMain_cs.properties │ │ │ │ │ ├── jobMain_pt_BR.properties │ │ │ │ │ ├── jobMain_tr.properties │ │ │ │ │ ├── jobMain_hu.properties │ │ │ │ │ ├── jobMain_lv.properties │ │ │ │ │ ├── jobMain_zh_CN.properties │ │ │ │ │ ├── jobMain_zh_TW.properties │ │ │ │ │ ├── jobMain_ja.properties │ │ │ │ │ ├── jobMain_ko.properties │ │ │ │ │ ├── jobMain_ar.properties │ │ │ │ │ ├── floatingBox_lt.properties │ │ │ │ │ ├── floatingBox_sl.properties │ │ │ │ │ ├── jobMain_es.properties │ │ │ │ │ ├── jobMain_fr.properties │ │ │ │ │ ├── floatingBox_de.properties │ │ │ │ │ ├── floatingBox_fr.properties │ │ │ │ │ ├── jobMain_uk.properties │ │ │ │ │ ├── floatingBox_fi.properties │ │ │ │ │ ├── jobMain_ru.properties │ │ │ │ │ ├── floatingBox_es_AR.properties │ │ │ │ │ ├── floatingBox_ko.properties │ │ │ │ │ ├── floatingBox_et.properties │ │ │ │ │ ├── floatingBox_he.properties │ │ │ │ │ ├── floatingBox_ro.properties │ │ │ │ │ ├── floatingBox_hu.properties │ │ │ │ │ ├── floatingBox_ca.properties │ │ │ │ │ ├── floatingBox_cs.properties │ │ │ │ │ └── floatingBox_lv.properties │ │ │ │ ├── TestResult │ │ │ │ │ ├── index_it.properties │ │ │ │ │ ├── index_ro.properties │ │ │ │ │ ├── index_sv_SE.properties │ │ │ │ │ ├── index_eo.properties │ │ │ │ │ ├── index_sl.properties │ │ │ │ │ ├── index_zh_CN.properties │ │ │ │ │ ├── index_bg.properties │ │ │ │ │ ├── index_et.properties │ │ │ │ │ ├── index_ar.properties │ │ │ │ │ ├── index_es.properties │ │ │ │ │ ├── index_cs.properties │ │ │ │ │ ├── index_fr.properties │ │ │ │ │ ├── index_lv.properties │ │ │ │ │ ├── index_nb_NO.properties │ │ │ │ │ ├── index_nl.properties │ │ │ │ │ ├── index_fi.properties │ │ │ │ │ ├── index_pl.properties │ │ │ │ │ ├── index.properties │ │ │ │ │ ├── index_da.properties │ │ │ │ │ ├── index_ru.properties │ │ │ │ │ ├── index_de.properties │ │ │ │ │ ├── index_ja.properties │ │ │ │ │ ├── index_pt_BR.properties │ │ │ │ │ └── index_zh_TW.properties │ │ │ │ ├── TestObject │ │ │ │ │ ├── sidepanel_lt.properties │ │ │ │ │ ├── sidepanel_sl.properties │ │ │ │ │ ├── sidepanel_pt_PT.properties │ │ │ │ │ ├── sidepanel_hi_IN.properties │ │ │ │ │ ├── sidepanel_ro.properties │ │ │ │ │ ├── sidepanel_eo.properties │ │ │ │ │ ├── sidepanel_es.properties │ │ │ │ │ ├── sidepanel_it.properties │ │ │ │ │ ├── sidepanel_et.properties │ │ │ │ │ ├── sidepanel_sv_SE.properties │ │ │ │ │ ├── sidepanel_ko.properties │ │ │ │ │ ├── sidepanel_ar.properties │ │ │ │ │ ├── sidepanel_uk.properties │ │ │ │ │ ├── sidepanel_he.properties │ │ │ │ │ ├── sidepanel_bg.properties │ │ │ │ │ ├── sidepanel_nb_NO.properties │ │ │ │ │ ├── sidepanel_nl.properties │ │ │ │ │ ├── sidepanel_cs.properties │ │ │ │ │ ├── sidepanel_hu.properties │ │ │ │ │ ├── sidepanel_pl.properties │ │ │ │ │ ├── sidepanel_fr.properties │ │ │ │ │ ├── sidepanel_da.properties │ │ │ │ │ ├── sidepanel_fi.properties │ │ │ │ │ ├── sidepanel_de.properties │ │ │ │ │ ├── sidepanel_zh_TW.properties │ │ │ │ │ ├── sidepanel_pt_BR.properties │ │ │ │ │ ├── sidepanel_lv.properties │ │ │ │ │ ├── sidepanel_zh_CN.properties │ │ │ │ │ └── sidepanel_ja.properties │ │ │ │ ├── AggregatedTestResultPublisher │ │ │ │ │ ├── help-manual-list_ja.html │ │ │ │ │ ├── help-manual-list_zh_TW.html │ │ │ │ │ ├── TestResultProjectAction │ │ │ │ │ │ ├── jobMain_de.properties │ │ │ │ │ │ ├── jobMain_zh_TW.properties │ │ │ │ │ │ ├── jobMain_ja.properties │ │ │ │ │ │ └── jobMain_es.properties │ │ │ │ │ ├── config_es.properties │ │ │ │ │ ├── config_fr.properties │ │ │ │ │ ├── help-manual-list.html │ │ │ │ │ ├── help-manual-list_de.html │ │ │ │ │ ├── help_zh_TW.html │ │ │ │ │ ├── help-manual-list_fr.html │ │ │ │ │ ├── help-manual-list_nl.html │ │ │ │ │ ├── TestResultAction │ │ │ │ │ │ ├── index_de.properties │ │ │ │ │ │ ├── index_es.properties │ │ │ │ │ │ ├── index_fr.properties │ │ │ │ │ │ ├── index_ru.properties │ │ │ │ │ │ └── index_lv.properties │ │ │ │ │ ├── help-auto-aggregate_zh_TW.html │ │ │ │ │ ├── help-manual-list_tr.html │ │ │ │ │ ├── help-manual-list_pt_BR.html │ │ │ │ │ ├── help-auto-aggregate_ja.html │ │ │ │ │ ├── help_ja.html │ │ │ │ │ ├── help_de.html │ │ │ │ │ ├── help_nl.html │ │ │ │ │ ├── help.html │ │ │ │ │ ├── help-auto-aggregate.html │ │ │ │ │ ├── help-auto-aggregate_tr.html │ │ │ │ │ ├── help_fr.html │ │ │ │ │ ├── help-auto-aggregate_fr.html │ │ │ │ │ ├── help-auto-aggregate_nl.html │ │ │ │ │ ├── help-auto-aggregate_de.html │ │ │ │ │ ├── help_pt_BR.html │ │ │ │ │ ├── help-auto-aggregate_pt_BR.html │ │ │ │ │ ├── help_tr.html │ │ │ │ │ └── config_sv_SE.properties │ │ │ │ ├── Messages_fr.properties │ │ │ │ ├── MetaTabulatedResult │ │ │ │ │ ├── body_pt_PT.properties │ │ │ │ │ ├── body_de.properties │ │ │ │ │ ├── body_es.properties │ │ │ │ │ ├── list_de.properties │ │ │ │ │ ├── list_es.properties │ │ │ │ │ ├── list_fr.properties │ │ │ │ │ ├── body_eo.properties │ │ │ │ │ ├── body_et.properties │ │ │ │ │ ├── list_sv_SE.properties │ │ │ │ │ ├── body_it.properties │ │ │ │ │ ├── body_ro.properties │ │ │ │ │ ├── body_sl.properties │ │ │ │ │ ├── body_sv_SE.properties │ │ │ │ │ ├── body_ko.properties │ │ │ │ │ ├── body_zh_CN.properties │ │ │ │ │ ├── list_ru.properties │ │ │ │ │ ├── body_ar.properties │ │ │ │ │ ├── body_bg.properties │ │ │ │ │ ├── list_lv.properties │ │ │ │ │ └── list_da.properties │ │ │ │ ├── AbstractTestResultAction │ │ │ │ │ ├── summary_lv.properties │ │ │ │ │ ├── summary_fr.properties │ │ │ │ │ ├── summary_zh_CN.properties │ │ │ │ │ ├── summary_hi_IN.properties │ │ │ │ │ ├── summary_he.properties │ │ │ │ │ ├── summary_uk.properties │ │ │ │ │ ├── summary_bg.properties │ │ │ │ │ ├── summary_sv_SE.properties │ │ │ │ │ ├── summary_es.properties │ │ │ │ │ ├── summary_da.properties │ │ │ │ │ ├── summary_pl.properties │ │ │ │ │ ├── summary_sk.properties │ │ │ │ │ ├── summary_ko.properties │ │ │ │ │ ├── summary_de.properties │ │ │ │ │ ├── summary_zh_TW.properties │ │ │ │ │ ├── summary_pt_BR.properties │ │ │ │ │ ├── summary_nl.properties │ │ │ │ │ ├── summary_ja.properties │ │ │ │ │ └── summary_tr.properties │ │ │ │ ├── Messages_it.properties │ │ │ │ └── Messages_zh_CN.properties │ │ │ │ └── junit │ │ │ │ ├── History │ │ │ │ ├── index_pl.properties │ │ │ │ ├── index_sv_SE.properties │ │ │ │ ├── index_de.properties │ │ │ │ ├── index_es.properties │ │ │ │ ├── index_ru.properties │ │ │ │ ├── index_lv.properties │ │ │ │ ├── index.properties │ │ │ │ ├── index_zh_CN.properties │ │ │ │ ├── index_fr.properties │ │ │ │ └── index_da.properties │ │ │ │ ├── CaseResult │ │ │ │ ├── index_zh_CN.properties │ │ │ │ ├── index_de.properties │ │ │ │ ├── index_es.properties │ │ │ │ ├── index_fr.properties │ │ │ │ ├── list_es.properties │ │ │ │ ├── index_lt.properties │ │ │ │ ├── list_sv_SE.properties │ │ │ │ ├── list_lv.properties │ │ │ │ ├── index_pl.properties │ │ │ │ ├── index_hu.properties │ │ │ │ ├── index_lv.properties │ │ │ │ ├── index_uk.properties │ │ │ │ ├── list_ru.properties │ │ │ │ ├── index_he.properties │ │ │ │ ├── index_fi.properties │ │ │ │ ├── summary_es.properties │ │ │ │ ├── summary_da.properties │ │ │ │ ├── summary_pt_BR.properties │ │ │ │ ├── list_fr.properties │ │ │ │ ├── summary_de.properties │ │ │ │ ├── summary_zh_TW.properties │ │ │ │ ├── list_da.properties │ │ │ │ └── list_de.properties │ │ │ │ ├── Messages_de.properties │ │ │ │ ├── Messages_es.properties │ │ │ │ ├── Messages_fr.properties │ │ │ │ ├── ClassResult │ │ │ │ ├── body_es.properties │ │ │ │ ├── body_fr.properties │ │ │ │ ├── list_es.properties │ │ │ │ ├── body_nb_NO.properties │ │ │ │ ├── body_lv.properties │ │ │ │ ├── body_zh_CN.properties │ │ │ │ ├── body_fi.properties │ │ │ │ ├── body_sv_SE.properties │ │ │ │ ├── body_da.properties │ │ │ │ ├── body_de.properties │ │ │ │ ├── list_zh_CN.properties │ │ │ │ ├── body_nl.properties │ │ │ │ ├── body_tr.properties │ │ │ │ ├── list_da.properties │ │ │ │ └── list_pt_BR.properties │ │ │ │ └── JUnitResultArchiver │ │ │ │ ├── config_es.properties │ │ │ │ ├── help-keepLongStdio_zh_TW.html │ │ │ │ ├── help-keepLongStdio_ja.html │ │ │ │ ├── help-allowEmptyResults.html │ │ │ │ ├── help_zh_TW.html │ │ │ │ ├── help_ja.html │ │ │ │ ├── help-keepLongStdio.html │ │ │ │ ├── help-keepLongStdio_de.html │ │ │ │ ├── help-healthScaleFactor_ja.html │ │ │ │ ├── help_ru.html │ │ │ │ ├── help.html │ │ │ │ ├── help_de.html │ │ │ │ ├── help_nl.html │ │ │ │ ├── help_fr.html │ │ │ │ ├── help_pt_BR.html │ │ │ │ ├── help-healthScaleFactor.html │ │ │ │ └── config_tr.properties │ │ └── index.jelly │ └── java │ │ └── hudson │ │ └── tasks │ │ └── junit │ │ ├── Helper.java │ │ └── package.html └── test │ ├── resources │ └── hudson │ │ └── tasks │ │ ├── junit │ │ ├── HistoryTest.zip │ │ ├── JUnitParserTest.zip │ │ ├── TestResultLinksTest.zip │ │ ├── JUnitResultArchiverTest.zip │ │ ├── TestResultPublishingTest.zip │ │ ├── JENKINS-12457 │ │ │ ├── TestSuite_b.xml │ │ │ ├── TestSuite_a1.xml │ │ │ ├── TestSuite_a2.xml │ │ │ └── TestSuite_b_duplicate.xml │ │ ├── JENKINS-13214 │ │ │ ├── 27449.xml │ │ │ ├── 27540.xml │ │ │ └── 29734.xml │ │ ├── JENKINS-41134 │ │ │ ├── TestSuite_first.xml │ │ │ ├── TestSuite_second_dup_first.xml │ │ │ └── TestSuite_second.xml │ │ ├── junit-report-nested-testsuites.xml │ │ ├── junit-report-testsuite-time-attrs.xml │ │ └── junit-report-6700.xml │ │ └── test │ │ ├── AbstractTestResultExtensionTest.zip │ │ ├── AggregatedTestResultPublisherTest.zip │ │ └── TrivialTestResult │ │ └── body_es.properties │ └── java │ └── hudson │ └── tasks │ ├── test │ └── helper │ │ ├── TestResultsPage.java │ │ ├── TestResultLink.java │ │ ├── LatestTestResultLink.java │ │ ├── BuildPage.java │ │ └── ProjectPage.java │ └── junit │ └── TestNameTransformerTest.java └── .gitignore /src/main/resources/lib/hudson/test/taglib: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_da.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Seneste testresultat 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_de.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Letztes Testergebnis 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_fi.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Viimeisin testitulos 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ro.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Ultimele rezultate 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_it.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Ultimo Risultato dei Test 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_nb_NO.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Siste testresultater 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_nl.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Laatste testresultaten 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_pl.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Ostatni wynik test\u00F3w 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_sv_SE.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Senaste testresultat 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ca.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Darrer resultat dels tests 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_et.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=Viimaste testide tulemused 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_cs.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=V\u00FDsledky posledn\u00EDho testu 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_pt_BR.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=\u00daltimo resultado de teste 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_tr.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=En Son Test Sonu\u00e7lar\u0131 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_it.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=Durata {0}. 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_ro.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=Durata {0}. 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=Tog {0}. 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_hu.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=A legut\u00F3bbi teszteredm\u00E9nyek 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_lv.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=P\u0113d\u0113jie testa rezult\u0101ti 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_zh_CN.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=\u6700\u65B0\u6D4B\u8BD5\u7ED3\u679C 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_zh_TW.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=\u6700\u65b0\u6e2c\u8a66\u7d50\u679c 2 | -------------------------------------------------------------------------------- /src/main/resources/index.jelly: -------------------------------------------------------------------------------- 1 | 2 |
3 | Allows JUnit-format test results to be published. 4 |
5 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_ca.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | no\ failures=Sense errors 4 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_es_AR.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | no\ failures=Sin fallos 4 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_et.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | no\ failures=vigu pole 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_lt.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=Istorija 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_sl.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=Zgodovina 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_eo.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=Da\u016Dris {0}. 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_sl.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=Trajalo je {0}. 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_zh_CN.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=\u82B1\u4E86 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index_pl.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Newer=Nowszy 4 | Older=Starszy 5 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_PT.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=Hist\u00F3rico 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_bg.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=\u043E\u0442\u043D\u0435 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_et.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=Aega v\u00F5ttis {0}. 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ja.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=\u6700\u65b0\u306e\u30c6\u30b9\u30c8\u7d50\u679c 2 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/HistoryTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/test/resources/hudson/tasks/junit/HistoryTest.zip -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ko.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=\uAC00\uC7A5 \uCD5C\uADFC \uD14C\uC2A4\uD2B8 \uACB0\uACFC 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_zh_CN.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=\u8FD0\u884C\u65F6\u95F4\uFF1A{0} 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-manual-list_ja.html: -------------------------------------------------------------------------------- 1 |
2 | ジョブ名のリストを指定してください。ジョブ名はカンマで区切ります(例 "foo, bar")。 3 |
-------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JUnitParserTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/test/resources/hudson/tasks/junit/JUnitParserTest.zip -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Older=\u00C4ldre 4 | title=Historia f\u00F6r {0} 5 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/Messages_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/Messages_de.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/Messages_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/Messages_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/Messages_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/Messages_fr.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-manual-list_zh_TW.html: -------------------------------------------------------------------------------- 1 |
2 | 手動設定專案名稱清單。多個不同的專案可以使用半形 逗號分開,例如 "foo, bar"。 3 |
-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/Messages_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/Messages_fr.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_ar.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | took=\u0627\u0633\u062A\u063A\u0631\u0642 {0}. 4 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/lib/hudson/test/test-result_fr.properties -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_hu.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | multifailures={0} hiba {1} 4 | no\ failures=hibamentes 5 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_hi_IN.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=\u0907\u0924\u093F\u0939\u093E\u0938 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_ro.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=Istoric 4 | Previous\ Build=Build anterior 5 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/TestResultLinksTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/test/resources/hudson/tasks/junit/TestResultLinksTest.zip -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/History/index_de.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/History/index_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_de.properties: -------------------------------------------------------------------------------- 1 | Latest\ Aggregated\ Test\ Result=Letzte zusammengefasste Testergebnisse 2 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JUnitResultArchiverTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/test/resources/hudson/tasks/junit/JUnitResultArchiverTest.zip -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/CaseResult/index_de.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/CaseResult/index_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/CaseResult/index_fr.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/list_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/CaseResult/list_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/ClassResult/body_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/ClassResult/body_fr.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/list_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/ClassResult/list_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_eo.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=Kronologio 4 | Previous\ Build=Anta\u016Da konstruo 5 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/TestResult/index_es.properties -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_ar.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | no\ failures=\u0644\u0627 \u064A\u0648\u062C\u062F \u0641\u0634\u0644 4 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_hi_IN.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | multifailures="{0} \u0935\u093F\u092B\u0932\u0924\u093E\u090F {1}" 4 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/TestResultPublishingTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/test/resources/hudson/tasks/junit/TestResultPublishingTest.zip -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pt_PT.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Duration=Dura\u00E7\u00E3o 4 | Test\ Name=Nome do teste 5 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ar.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=\u0627\u062E\u0631 \u0646\u062A\u064A\u062C\u0629 \u0627\u062E\u062A\u0628\u0627\u0631 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_nb_NO.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | All\ Tests=Alle Tester 4 | Duration=Varighet 5 | Test\ name=Testnavn 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_zh_TW.properties: -------------------------------------------------------------------------------- 1 | Latest\ Aggregated\ Test\ Result=\u6700\u65b0\u5f59\u7e3d\u6e2c\u8a66\u7d50\u679c 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/TestObject/sidepanel_es.properties -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_bg.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | multifailures="{0} \u043D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u0438 {1}" 4 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/test/AbstractTestResultExtensionTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/test/resources/hudson/tasks/test/AbstractTestResultExtensionTest.zip -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_de.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_de.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_es.properties -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/test/AggregatedTestResultPublisherTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/test/resources/hudson/tasks/test/AggregatedTestResultPublisherTest.zip -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | target/ 2 | work/ 3 | 4 | # IntelliJ project files 5 | *.iml 6 | *.ipr 7 | *.iws 8 | .idea/ 9 | 10 | # eclipse project files 11 | .classpath 12 | .project 13 | .settings/ 14 | build/ 15 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_lt.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | enlarge=padidinti 4 | just\ show\ failures=rodyti tik klaidas 5 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_lv.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Show\ all\ failed\ tests=R\u0101d\u012Bt visus neveiksm\u012Bgos testus 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_it.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=Storia 4 | Next\ Build=Build successiva 5 | Previous\ Build=Build precedente 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_sl.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | enlarge=Pove\u010Dava 4 | just\ show\ failures=Samo poka\u017Ei napake 5 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_lt.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Error\ Message=Klaidos \u017Einut\u0117 4 | since.before=Nuo'' '' 5 | took=U\u017Etruko {0}. 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_fr.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_fr.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Build=Construction 4 | Duration=Dur\u00E9e 5 | Fail=Echecs 6 | Skip=Non pass\u00E9s 7 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_fr.properties -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_ko.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | multifailures="{0} \uC2E4\uD328 {1}" 4 | no\ failures=\uC2E4\uD328\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4 5 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/test/TrivialTestResult/body_es.properties: -------------------------------------------------------------------------------- 1 | Total= 2 | Loading...= 3 | Age= 4 | All\ Tests= 5 | Fail= 6 | diff= 7 | Skip= 8 | Duration= 9 | Test\ Name= 10 | All\ Failed\ Tests= 11 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_lv.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | All\ Tests=Visi testi 4 | Duration=Ilgums 5 | Status=St\u0101voklis 6 | Test\ name=Testa nosaukums 7 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_ja.properties: -------------------------------------------------------------------------------- 1 | Latest\ Aggregated\ Test\ Result=\u6700\u65b0\u306e\u96c6\u7d04\u3055\u308c\u305f\u30c6\u30b9\u30c8\u7d50\u679c 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_et.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=Ajalugu 4 | Next\ Build=J\u00E4rgmine versioon 5 | Previous\ Build=Eelmine versioon 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_CN.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Show\ all\ failed\ tests=\u663E\u793A\u5168\u90E8\u5931\u8D25\u5355\u5143\u6D4B\u8BD5 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_fr.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-manual-list.html: -------------------------------------------------------------------------------- 1 |
2 | Specify a list of job names manually here. Multiple names can be separated by 3 | comma, like "foo, bar" 4 |
-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=Historik 4 | Next\ Build=N\u00E4sta bygge 5 | Previous\ Build=F\u00F6reg\u00E5ende Bygge 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_de.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_fr.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_eo.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | All\ Tests=\u0108iuj provoj 4 | Duration=Da\u016Dro 5 | Fail=Malsukceso 6 | Total=Sumo 7 | diff=dif 8 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-manual-list_de.html: -------------------------------------------------------------------------------- 1 |
2 | Geben Sie eine Liste von Jobnamen an. Mehrere Namen können mit einem Komma 3 | getrennt werden, z.B. "foo, bar". 4 |
-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_ko.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=\uB0B4\uC5ED 4 | Next\ Build=\uB2E4\uC74C \uBE4C\uB4DC 5 | Previous\ Build=\uC774\uC804 \uB0B4\uC5ED 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help_zh_TW.html: -------------------------------------------------------------------------------- 1 |
2 | 通常測試會佔用執行時間的一大半,Jenkins 實務上的最佳用法會建議您把測試獨立成另外的幾項作業。 3 | 4 |

5 | 這麼做之後,設定測試彙總就能方便您從下游的測試作業取得結果,並顯示在被測試的建置中。 6 | 大家都能快速的看到特定建置的全部測試狀態。 7 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/list_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Build=Bygge 4 | Test\ Description=Testbeskrivning 5 | Test\ Duration=Tids\u00E5tg\u00E5ng 6 | Test\ Result=Testresultat 7 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-manual-list_fr.html: -------------------------------------------------------------------------------- 1 |
2 | Indiquez ici manuellement la liste des jobs. De multiples noms peuvent être 3 | séparés par une virgule, par exemple "foo, bar". 4 |
-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-manual-list_nl.html: -------------------------------------------------------------------------------- 1 |
2 | Hier kunt u manueel een lijst van jobs opgeven. Meerder namen dienen door een 3 | komma gescheiden te worden, vb. "foo, bar". 4 |
-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_uk.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0438 \u043E\u0441\u0442\u0430\u043D\u043D\u0456\u0445 \u0442\u0435\u0441\u0442\u0456\u0432 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/list_lv.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Build=B\u016Bv\u0113jums 4 | Test\ Description=Testa Apraksts 5 | Test\ Duration=Testa Ilgums 6 | Test\ Result=Testa Rezult\u0101ts 7 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_de.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_es.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoltDB/junit-plugin/master/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_fr.properties -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_fi.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Test\ Result\ Trend=Testitulosten trendi 4 | enlarge=suurenna 5 | just\ show\ failures=n\u00E4yt\u00E4 vain virheet 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ru.properties: -------------------------------------------------------------------------------- 1 | Latest\ Test\ Result=\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0442\u0435\u0441\u0442\u043e\u0432 2 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_hi_IN.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Show\ all\ failed\ tests=\u0938\u093E\u0930\u0947 \u0935\u093F\u092B\u0932 \u092A\u0930\u093F\u0915\u094D\u0937\u0923 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-auto-aggregate_zh_TW.html: -------------------------------------------------------------------------------- 1 |
2 | 選用後,Jenkins 會簡單彙總所有下游專案的測試。 3 | 方便您新增或移除作業時,不用一一設定測試專案清單,並維護清單的正確性。 4 | 您只需要把測試作業設定成建置作業的下游就好。 5 | 6 |

7 | 如果自動彙總不適用,您也可以手動指定要彙總的專案清單。 8 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-manual-list_tr.html: -------------------------------------------------------------------------------- 1 |
2 | Iş listesini manuel olarak belirleyebilirsiniz. Birden fazla isim virgül ile birbirinden 3 | ayrılabilir, örn. "foo, bar" 4 |
-------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_he.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | multifailures="{0} \u05DB\u05E9\u05DC\u05D5\u05E0\u05D5\u05EA {1}" 4 | no\ failures=\u05D0\u05D9\u05DF \u05DB\u05E9\u05DC\u05D5\u05E0\u05D5\u05EA 5 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_zh_CN.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | All\ Tests=\u6D4B\u8BD5\u7528\u4F8B 4 | Duration=\u8FD0\u884C\u65F6\u95F4 5 | Status=\u7ED3\u679C 6 | Test\ name=\u6D4B\u8BD5\u540D\u79F0 7 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-manual-list_pt_BR.html: -------------------------------------------------------------------------------- 1 |
2 | Especifique uma lista de nomes de tarefas manualmente aqui. Múltiplos nomes podem ser separados 3 | por vírgula, como "foo, bar" 4 |
5 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_et.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | All\ Tests=K\u00F5ik testid 4 | Duration=Kestus 5 | Fail=Eba\u00F5nnestumisi 6 | Skip=Vahele j\u00E4etud 7 | Total=Kokku 8 | diff=erinevus 9 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Build=Bygge 4 | Description=Beskrivning 5 | Duration=Tids\u00E5tg\u00E5ng 6 | Fail=Misslyckad 7 | Skip=Hoppat \u00F6ver 8 | Total=Totalt 9 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_es_AR.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Test\ Result\ Trend=Tendencia de los resultados de los test 4 | enlarge=Estirar 5 | just\ show\ failures=Solo mostrar fallos 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_pl.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | failingFor=Zawodzi od {0} {0,choice,0#uruchomie\u0144|1#uruchomienia|1 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_he.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Show\ all\ failed\ tests=\u05D4\u05E6\u05D2 \u05D0\u05EA \u05DB\u05DC \u05D4\u05D1\u05D3\u05D9\u05E7\u05D5\u05EA \u05E9\u05E0\u05DB\u05E9\u05DC\u05D5 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_ar.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=\u0633\u062C\u0644 4 | Next\ Build=\u0628\u0646\u0627\u0621 \u062A\u0627\u0644\u064A 5 | Previous\ Build=\u0628\u0646\u0627\u0621 \u0633\u0627\u0628\u0642 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_uk.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=\u0406\u0441\u0442\u043E\u0440\u0456\u044F 4 | Previous\ Build=\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044F \u0437\u0431\u0456\u0440\u043A\u0430 5 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_a1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_a2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_b_duplicate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_uk.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Show\ all\ failed\ tests=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432\u0441\u0456 \u043D\u0435\u0432\u0434\u0430\u043B\u0456 \u0442\u0435\u0441\u0442\u0438 4 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JENKINS-13214/27449.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JENKINS-13214/27540.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JENKINS-13214/29734.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index_ru.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Newer=\u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 4 | Older=\u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0440\u044B\u0435 5 | title=\u0418\u0441\u0442\u043E\u0440\u0438\u044F 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_hu.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | failingFor=Hib\u00E1s az elm\u00FAlt {0} {0,choice,0#\u00E9p\u00EDt\u00E9s|1#\u00E9p\u00EDt\u00E9s|1<\u00E9p\u00EDt\u00E9s} \u00F3ta 4 | since.before=Kezdve'' '' 5 | took={0}-t vett ig\u00E9nybe. 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ko.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Test\ Result\ Trend=\uD14C\uC2A4\uD2B8 \uACB0\uACFC \uD604\uD669 4 | enlarge=\uD06C\uAC8C\uBCF4\uAE30 5 | just\ show\ failures=\uC2E4\uD328\uD55C \uD14C\uC2A4\uD2B8\uB9CC \uBCF4\uAE30 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-auto-aggregate_ja.html: -------------------------------------------------------------------------------- 1 |
2 | チェックすると、このプロジェクト下流のジョブをすべて集約します。 3 | 個々に集約するプロジェクトを指定したり、ジョブの追加・削除のたびに維持する必要がないので便利です。 4 | これは、テストのジョブがこのジョブの下流のジョブとして設定していれば、通常正常に動作します。 5 | 6 |

7 | 何らかの理由で自動的に集約できない場合は、集約するジョブのリストを手動で設定することができます。 8 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_zh_TW.html: -------------------------------------------------------------------------------- 1 |
2 | 選用後,建置結束後,所有測試套件的標準輸出及標準錯誤內容都會被保留在測試結果中 3 | (只限印到主控台的額外訊息,不包括錯誤堆疊追蹤)。 4 | 如果測試失敗,無論如何都會將這類輸出結果保留下來; 通過的測試中,預設會將太長的輸出結果截掉,節省空間。 5 | 要是您連通過案例在內的全部訊息都想看到,就可以啟用這個選項。 6 | 但要小心,即使您連一次都沒看過那些測試結果,Jenkins 的記憶體用量也可能會大增! 7 |
8 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_bg.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Show\ all\ failed\ tests=\u041F\u043E\u043A\u0430\u0436\u0438 \u0432\u0441\u0438\u0447\u043A\u0438 \u043D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u0438 \u0442\u0435\u0441\u0442\u043E\u0432\u0435 4 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_it.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | All\ Failed\ Tests=Tutti i test falliti 4 | All\ Tests=Tutti i test 5 | Duration=Durata 6 | Fail=Falliti 7 | Loading...=Caricamento... 8 | Skip=Saltati 9 | Test\ Name=Nome test 10 | Total=Totali 11 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_he.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=\u05D4\u05E1\u05D8\u05D5\u05E8\u05D9\u05D4 4 | Next\ Build=\u05D4\u05D1\u05E0\u05D9\u05D4 \u05D4\u05D1\u05D0\u05D4 5 | Previous\ Build=\u05D4\u05D1\u05E0\u05D9\u05D4 \u05D4\u05E7\u05D5\u05D3\u05DE\u05EA 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_et.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Test\ Result\ Trend=Testimistulemuste trend 4 | enlarge=suurenda 5 | just\ show\ failures=n\u00E4ita ainult vigu 6 | show\ test\ #\ and\ failure\ #=n\u00E4ita k\u00F5iki- ja eba\u00F5nnestunud teste 7 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help_ja.html: -------------------------------------------------------------------------------- 1 |
2 | 多くの場合テストが実行時間の大半を占めるので、 できればテストを異なる複数のジョブに分けるのが、 3 | Jenkinsにおけるベストプラクティスの1つです。 4 | 5 |

6 | ベストプラクティスを実践する場合、テスト結果集約の設定は、 7 | 全下流プロジェクトのテスト結果を集約したり、テストしているビルド毎にテスト結果を表示するのに、 8 | 便利な方法です。 9 | こうすると、素早くビルドの状態を見渡すことができます。 10 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ro.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Age=Varsta 4 | All\ Failed\ Tests=Toate testele gresite 5 | All\ Tests=Toate testele 6 | Duration=Durata 7 | Fail=Gresit 8 | Loading...=Se incarca... 9 | Skip=Sari peste 10 | Test\ Name=Nume test 11 | diff=Differente 12 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_bg.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | History=\u0418\u0441\u0442\u043E\u0440\u0438\u044F 4 | Next\ Build=\u0421\u043B\u0435\u0434\u0432\u0430\u0449 \u0411\u0438\u043B\u0434 5 | Previous\ Build=\u041F\u0440\u0435\u0434\u0438\u0448\u0435\u043D \u0431\u0438\u043B\u0434 6 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JENKINS-41134/TestSuite_first.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sl.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | All\ Failed\ Tests=Vsi neuspeli testi 4 | All\ Tests=Vsi testi 5 | Duration=Trajanje 6 | Fail=Neuspelo 7 | Loading...=Nalaganje... 8 | Skip=Izpu\u0161\u010Deno 9 | Test\ Name=Ime testa 10 | Total=Skupaj 11 | diff=razlika 12 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Age=\u00C5lder 4 | All\ Failed\ Tests=Alla misslyckade tester 5 | All\ Tests=Alla tester 6 | Duration=L\u00E4ngd 7 | Fail=Misslyckades 8 | Loading...=Laddar 9 | Skip=Ignorerade 10 | Test\ Name=Testnamn 11 | diff=Differens 12 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_lv.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Error\ Message=K\u013C\u016Bdas zi\u0146ojums 4 | Standard\ Output=Standarta Izvaddati 5 | failingFor=Izg\u0101\u017Eas p\u0113c p\u0113d\u0113jiem {0} {0,choice,0#builds|1#build|1 2 | ビルド完了後のテスト結果に、テスト実行時の標準/エラー出力をそのまま保持します 3 | (テスト失敗時のスタックトレースのことではなく、コンソールに出力される付加的なメッセージのことです)。 4 | 標準/エラー出力は、テスト失敗時には常に保持しますが、テストが成功した場合には冗長な出力を切り捨ててディスク容量を節約します。 5 | 成功したテストのログメッセージをすべて参照する必要があるなら、このオプションをチェックしてください。 6 | ただし、テスト結果を参照することがなくても、Jenkinsのメモリ使用量が相当増加することに注意してください。  7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ko.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | All\ Failed\ Tests=\uC2E4\uD328\uD55C \uBAA8\uB4E0 \uD14C\uC2A4\uD2B8 4 | All\ Tests=\uBAA8\uB4E0 \uD14C\uC2A4\uD2B8 5 | Duration=\uC2E4\uD589\uC2DC\uAC04 6 | Fail=\uC2E4\uD328 7 | Skip=\uAC74\uB108\uB700 8 | Test\ Name=\uD14C\uC2A4\uD2B8 \uBA85 9 | Total=\uCD1D 10 | diff=\uBE44\uAD50 11 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_uk.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | failingFor=\u041F\u043E\u043C\u0438\u043B\u043A\u0438 \u0432 \u043E\u0441\u0442\u0430\u043D\u043D\u0456\u0445 {0} {0,choice,0#builds|1#build|1<\u0441\u0431\u043E\u0440\u043A\u0430\u0445} 4 | since.before=\u043F\u043E\u0447\u0438\u043D\u0430\u044E\u0447\u0438 \u0437 '' '' 5 | took=\u0417\u0430\u0439\u043D\u044F\u043B\u043E {0}. 6 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_lv.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Drill\ Down=Izpild\u012Btie 4 | Fail=Izg\u0101zu\u0161ies 5 | Fingerprinting\ not\ enabled\ on\ this\ build.\ Test\ aggregation\ requires\ fingerprinting.=Pirkstu Nospiedumi nav iesp\u0113joti \u0161im b\u016Bv\u0113jumam. Testu agreg\u0101cijai vajag pirkstu nospiedumus. 6 | Test=Tests 7 | Total=Kop\u0101 8 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-allowEmptyResults.html: -------------------------------------------------------------------------------- 1 |
2 | If checked, the default behavior of failing a build on missing test result files 3 | or empty test results is changed to not affect the status of the build. 4 | Please note that this setting make it harder to spot misconfigured jobs or 5 | build failures where the test tool does not exit with an error code when 6 | not producing test report files. 7 |
8 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_zh_CN.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Age=\u5BFF\u547D 4 | All\ Failed\ Tests=\u6240\u6709\u5931\u8D25\u7684\u6D4B\u8BD5 5 | All\ Tests=\u6240\u6709\u7684\u6D4B\u8BD5 6 | Duration=\u82B1\u7684\u65F6\u95F4 7 | Fail=\u5931\u8D25 8 | Loading...=\u8C03\u7528\u4E2D 9 | Skip=\u8DF3\u8FC7 10 | Test\ Name=\u6D4B\u8BD5\u7684\u540D\u79F0 11 | Total=\u603B\u6570 12 | diff=\u533A\u522B 13 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/list_ru.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Build=\u0421\u0431\u043E\u0440\u043A\u0430 4 | Test\ Description=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u0442\u0435\u0441\u0442\u0430 5 | Test\ Duration=\u0414\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u0441\u0442\u0430 6 | Test\ Result=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u0442\u0435\u0441\u0442\u0430 7 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_ru.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Build=\u0421\u0431\u043E\u0440\u043A\u0430 4 | Description=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435 5 | Duration=\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C 6 | Fail=\u041E\u0448\u0438\u0431\u043E\u043A 7 | Skip=\u041F\u0440\u043E\u043F\u0443\u0449\u0435\u043D\u043E 8 | Total=\u0412\u0441\u0435\u0433\u043E 9 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help_de.html: -------------------------------------------------------------------------------- 1 |
2 | Da die Testausführung in vielen Fällen die Build-Dauer dominiert, ist es 3 | unter Jenkins-Praktikern üblich, die Testausführung in einen separaten Job 4 | auszulagern - eventuell sogar in mehrere Jobs. 5 |

6 | In diesem Szenario erlaubt die "Test-Aggregation" auf bequeme Weise, die 7 | Testergebnisse nachgelagerter Test-Jobs zu sammeln und zusammen mit dem 8 | Build darzustellen, der getestet wurde. 9 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/Messages_it.properties: -------------------------------------------------------------------------------- 1 | Run.Summary.TestFailures={0} {0,choice,0#test failures|1#test failure|1 2 | Aangezien testen vaak veel tijd in beslag nemen, is het binnen Jenkins een 3 | aangeraden praktijk om uw testen in aparte jobs uit te voeren. 4 | 5 |

6 | Wanneer u uw jobs op die manier opbouwt is het handig om de op deze manier de 7 | testresultaten van de onderliggende jobs te tonen bij de job die ze testen. Op 8 | deze manier kan men snel een algemeen overzicht krijgen van de teststatus van 9 | een bouwpoging. 10 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_he.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Test\ Result\ Trend=\u05DE\u05D2\u05DE\u05EA \u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05D4\u05D1\u05D3\u05D9\u05E7\u05D5\u05EA 4 | enlarge=\u05D4\u05D2\u05D3\u05DC 5 | just\ show\ failures=\u05D4\u05E8\u05D0\u05D4 \u05E8\u05E7 \u05DB\u05E9\u05DC\u05D5\u05E0\u05D5\u05EA 6 | show\ test\ #\ and\ failure\ #=\u05D4\u05E8\u05D0\u05D4 \u05DE\u05E1\u05E4\u05E8 \u05D1\u05D3\u05D9\u05E7\u05D5\u05EA \u05D5\u05DB\u05E9\u05DC\u05D5\u05E0\u05D5\u05EA 7 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help_zh_TW.html: -------------------------------------------------------------------------------- 1 |

2 | Jenkins 認得 JUnit 測試報告 XML 格式 (TestNG 也是用一樣格式)。 3 | 設定這個選項後,Jenkins 便能提供測試結果的有用資訊,例如: 歷次測試結果趨勢、 4 | 能查看測試報表的網頁介面、追蹤失敗案例...。 5 | 6 |

7 | 要使用這個功能,請先讓您的建置會跑測試, 8 | 再使用Ant 檔名樣式語法 9 | 指定 JUnit XML 檔的路徑,例如 **/build/test-reports/*.xml。 10 | 請注意該樣式不能包含不是報告的檔案。您可以設定多個檔名樣式,樣式之間請用半形逗號隔開。 11 | 12 |

13 | 有幾次建置都有測試結果後, 14 | 您應該就能看到這樣的東西。 15 |

16 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_he.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Error\ Message=\u05D4\u05D5\u05D3\u05E2\u05EA \u05E9\u05D2\u05D9\u05D0\u05D4 4 | Standard\ Output=\u05E4\u05DC\u05D8 \u05E1\u05D8\u05E0\u05D3\u05E8\u05D8\u05D9 5 | failingFor=\u05E0\u05DB\u05E9\u05DC \u05DE\u05D0\u05D6 {0} {0,choice,0#\u05D1\u05E0\u05D9\u05D5\u05EA|1#\u05D4\u05D1\u05E0\u05D9\u05D4 \u05D4\u05D0\u05D7\u05E8\u05D5\u05E0\u05D4|1<\u05D1\u05E0\u05D9\u05D5\u05EA} 6 | since.after='' '' 7 | since.before=\u05D4\u05D7\u05DC \u05DE-'' '' 8 | took=\u05E0\u05DE\u05E9\u05DA {0}. 9 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help.html: -------------------------------------------------------------------------------- 1 |
2 | Because tests often dominates the execution time, a Jenkins best practice 3 | involves splitting test executions into different jobs, possibly in multiple 4 | different jobs. 5 | 6 |

7 | When you do that, setting test aggregation is a convenient way of 8 | collecting all the 9 | test results from such downstream test jobs and display it along with the 10 | build that they are testing. In this way, people can see the overall test 11 | status of the given build quickly. 12 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-auto-aggregate.html: -------------------------------------------------------------------------------- 1 |
2 | When checked, Jenkins simply aggregates tests from 3 | all the transitive downstream jobs of this project. This is convenient 4 | as you don't have to individually list them and keep them up to date 5 | as you add/remove jobs. This normally works just fine, as your test 6 | jobs are normally set up as downstream jobs of the build job. 7 | 8 |

9 | If for some reasons the auto aggregation doesn't work, you can always 10 | manually specify a list of jobs to be aggregated. 11 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-auto-aggregate_tr.html: -------------------------------------------------------------------------------- 1 |
2 | When checked, Jenkins simply aggregates tests from 3 | all the transitive downstream jobs of this project. This is convenient 4 | as you don't have to individually list them and keep them up to date 5 | as you add/remove jobs. This normally works just fine, as your test 6 | jobs are normally set up as downstream jobs of the build job. 7 | 8 |

9 | If for some reasons the auto aggregation doesn't work, you can always 10 | manually specify a list of jobs to be aggregated. 11 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ar.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Age=\u0639\u0645\u0631 4 | All\ Failed\ Tests=\u062C\u0645\u064A\u0639 \u0627\u0644\u0641\u062D\u0648\u0635 \u0627\u0644\u0641\u0627\u0634\u0644\u0629 5 | All\ Tests=\u062C\u0645\u064A\u0639 \u0627\u0644\u0641\u062D\u0648\u0635 6 | Duration=\u0645\u062F\u0629 7 | Fail=\u0641\u0634\u0644 8 | Loading...=\u062A\u062D\u0645\u064A\u0644... 9 | Skip=\u062A\u062E\u0637\u0649 10 | Test\ Name=\u0627\u0633\u0645 \u0627\u0644\u0641\u062D\u0635 11 | Total=\u0645\u062C\u0645\u0648\u0639 12 | diff=\u0641\u0631\u0642 13 | -------------------------------------------------------------------------------- /src/test/java/hudson/tasks/test/helper/TestResultsPage.java: -------------------------------------------------------------------------------- 1 | package hudson.tasks.test.helper; 2 | 3 | import com.gargoylesoftware.htmlunit.html.HtmlPage; 4 | 5 | public class TestResultsPage { 6 | protected HtmlPage htmlPage; 7 | 8 | public TestResultsPage(HtmlPage htmlPage) { 9 | this.htmlPage = htmlPage; 10 | } 11 | 12 | public void hasLinkToTest(String testName) { 13 | htmlPage.getAnchorByText(testName); 14 | } 15 | 16 | public void hasLinkToTestResultOfBuild(String projectName, int buildNumber) { 17 | htmlPage.getAnchorByText(projectName + " #" + buildNumber); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help_fr.html: -------------------------------------------------------------------------------- 1 |
2 | Parce que les tests prennent la majeure partie du temps d'exécution, une 3 | bonne pratique Jenkins consiste à séparer l'exécution des tests dans des 4 | jobs différents, voire de multiples jobs. 5 | 6 |

7 | Si vous faites ainsi, demander l'aggrégation des tests est une manière 8 | pratique de collecter les résultats des tests provenant de jobs en aval 9 | et de les afficher avec le build qu'ils ont testé. De cette façon, les 10 | utilisateurs peuvent voir rapidement le statut général des tests d'un 11 | build donné. 12 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help_ja.html: -------------------------------------------------------------------------------- 1 |
2 | Jenkinsは、JUnitのテストレポートのXML形式(TestNGも使用しています)を理解していますので、 3 | このオプションを設定すると、テスト結果の履歴、 4 | Web UIによるテストレポートの参照および失敗の追跡など、テスト結果に関する有益な情報を提供することができます。 5 | 6 |

7 | この機能を使用するには、最初にテストが起動するようにビルドを設定します。 8 | そして、 JUnitのXMLファイルのパスを 9 | Antのglobパターンで 10 | 指定します。このパターンにレポートでないファイルを含めないようにします。 11 | 例: **/build/test-reports/*.xml 12 | 13 |

14 | テストを起動するビルドを数回実行すると、 15 | このようなグラフが表示されます。 16 |

17 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-auto-aggregate_fr.html: -------------------------------------------------------------------------------- 1 |
2 | Quand cette case est cochée, Jenkins aggrège simplement les tests des 3 | jobs transitifs en aval pour ce projet. Cela est commode, car nous n'avez 4 | pas à les lister individuellement et garder cette liste à jour quand vous 5 | ajoutez ou supprimez des jobs. Généralement, cela suffit, du moment que vos 6 | jobs de test sont configurés comme des jobs en aval du job de build principal. 7 | 8 |

9 | Si par extraordinaire l'aggrégation automatique ne marche pas, vous pouvez 10 | toujours spéficier manuellement une liste de jobs à aggréger. 11 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio.html: -------------------------------------------------------------------------------- 1 |
2 | If checked, any standard output or error from a test suite will be retained 3 | in the test results after the build completes. (This refers only to additional 4 | messages printed to console, not to a failure stack trace.) Such output is 5 | always kept if the test failed, but by default lengthy output from passing 6 | tests is truncated to save space. Check this option if you need to see every 7 | log message from even passing tests, but beware that Jenkins's memory consumption 8 | can substantially increase as a result, even if you never look at the test results! 9 |
10 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-auto-aggregate_nl.html: -------------------------------------------------------------------------------- 1 |
2 | Indien aangevinkt, zal Jenkins de testresultaten van de transitieve onderliggende 3 | jobs van dit project samenvoegen. Dit is handig aangezien je de jobs niet 4 | dient op te lijsten noch de lijst te actualizeren wanneer job toegevoegd of 5 | verwijderd worden. Over het algemeen werkt dit perfect, aangezien test jobs 6 | typisch als onderliggende jobs van uw huidige job gedefiniëerd worden. 7 |

8 | Indien het automatisch samenvoegen van testresultaten in uw situatie niet werkt, 9 | kun je altijd manueel de lijst van samen te voegen jobs opgeven. 10 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-auto-aggregate_de.html: -------------------------------------------------------------------------------- 1 |
2 | Wenn angewählt, fasst Jenkins die Testergebnisse von allen transitiv 3 | nachgelagerten Jobs dieses Projektes zusammen. Dies ist sehr bequem, da Sie 4 | in diesem Fall nicht alle Jobs einzeln hinzufügen und aktuell halten müssen. 5 | Die automatische Aggregation funktioniert in der Regel problemlos, wenn Sie 6 | Ihre Tests als nachgelagerte Jobs des eigentlichen Build-Jobs einrichten. 7 |

8 | Sollte aus irgendwelchen Gründen die automatische Aggregation nicht 9 | funktionieren, können Sie immer auch eine manuelle Liste aller Test-Jobs 10 | angeben. 11 |

-------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JENKINS-41134/TestSuite_second_dup_first.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | WARNING: Use a program name that matches the source file name 7 | Category: COBOL Code Review – Naming Conventions 8 | File: /project/PROGRAM.cbl 9 | Line: 2 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help_pt_BR.html: -------------------------------------------------------------------------------- 1 |
2 | Por causa dos testes frequentemente dominarem o tempo de execução, uma prática melhor do Jenkins 3 | envolve dividir as execuções de testes em diferentes tarefas, possivelmente em múltiplas 4 | tarefas diferentes. 5 | 6 |

7 | Quando você fizer isto, configurar a agregação de teste é uma forma conveniente de 8 | coletar todos os resultados de testes de tal tarefa de teste filha e 9 | mostrá-la junto a construção que ela está testando. Desta forma, as pessoas podem ver 10 | o estado todo do teste da construção rapidamente. 11 |

12 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help-auto-aggregate_pt_BR.html: -------------------------------------------------------------------------------- 1 | div> 2 | Quando marcado, o Jenkins simplesmente agrega os testes de 3 | todas as tarefas filhas transitivas deste projeto. Isto é conveniente 4 | quando você não tem que listá-las individualmente até a data 5 | que você adicionou/removeu as tarefas. Isto normalmente funciona bem, como suas 6 | tarefas de teste são normalmente configuradas como tarefas filhas da tarefa de construção. 7 | 8 |

9 | Se por alguma razão a auto agregação não funcionar, você pode sempre 10 | especificar manualmente uma lista de tarefas para serem agregadas. 11 | 12 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/JENKINS-41134/TestSuite_second.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | WARNING: Use a program name that matches the source file name 7 | Category: COBOL Code Review – Naming Conventions 8 | File: /project/PROGRAM.cbl 9 | Line: 2 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_de.html: -------------------------------------------------------------------------------- 1 |

2 | Falls angewählt, werden alle Ausgaben eines Tests als Ergebnis aufbewahrt 3 | nachdem der Build abgeschlossen wurde. (Dies bezieht sich nur auf zusätzliche 4 | Meldungen, die an die Konsole ausgegeben werden, und nicht auf Stracktraces 5 | bei Fehlschlägen.) Solche Ausgaben werden immer aufbewahrt, falls ein Test 6 | fehlschlägt, werden jedoch normalerweise bei erfolgreichen Tests gekürzt, 7 | um Speicherplatz zu sparen. Wählen Sie diese Option, falls Sie alle Log-Ausgaben 8 | von allen erfolgreichen Tests benötigen. Seien Sie sich jedoch bewusst, dass damit 9 | Jenkins Speicherverbrauch anwachsen kann, auch wenn Sie sich die Testergebnisse 10 | nie anschauen! 11 |
12 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/help_tr.html: -------------------------------------------------------------------------------- 1 |
2 | Testler, bir yapılandırmanın en uzun süren parçası olabilirler, bunun üstesinden gelebilmek için, 3 | test işleminin birden farklı ise bölünmesi yöntemi önerilir. 4 | 5 |

6 | Bu şekilde çalısırsanız, test kümeleme seçenegi, tüm downstream işlerdeki test sonuçlarını 7 | toparlayarak, üzerinde testleri çalıştırdıkları yapılandırma aracılıgı ile gösterme imkanı saglar. 8 | Bu yöntem ile, yapılandırmanın üzerinde çalışan tüm testleri bir arada gösterilebilirsiniz. 9 |

-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-healthScaleFactor_ja.html: -------------------------------------------------------------------------------- 1 |
2 | 空模様(ビルドの状態)へのテスト結果の影響を算出する際の失敗したテストに適用する倍率です。 3 |   
4 | デフォルトの倍率は1.0です。 5 |
    6 |
  • 倍率 0.0 の場合、空模様の算出にテスト結果は使用しません。
  • 7 |
  • 倍率 0.1 の場合、テストの10%が失敗すると空模様は99%になります。
  • 8 |
  • 倍率 0.5 の場合、テストの10%が失敗すると空模様は95%になります。
  • 9 |
  • 倍率 1.0 の場合、テストの10%が失敗すると空模様は90%になります。
  • 10 |
  • 倍率 2.0 の場合、テストの10%が失敗すると空模様は80%になります。
  • 11 |
  • 倍率 2.5 の場合、テストの10%が失敗すると空模様は750%になります。
  • 12 |
  • 倍率 5.0 の場合、テストの10%が失敗すると空模様は50%になります。
  • 13 |
  • 倍率 10.0 の場合、テストの10%が失敗すると空模様は0%になります。
  • 14 |
15 | 倍率はビルドごとに保存されるので、変更は新規のビルドから反映されます。 16 |
-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_bg.properties: -------------------------------------------------------------------------------- 1 | # This file is under the MIT License by authors 2 | 3 | Age=\u0441\u0442\u0430\u0440\u043E\u0441\u0442 4 | All\ Failed\ Tests=\u0412\u0441\u0438\u0447\u043A\u0438 \u043F\u0440\u043E\u0432\u0430\u043B\u0435\u043D\u0438 \u0442\u0435\u0441\u0442\u043E\u0432\u0435 5 | All\ Tests=\u0412\u0441\u0438\u0447\u043A\u0438 \u0422\u0435\u0441\u0442\u043E\u0432\u0435 6 | Duration=\u041F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442 7 | Fail=\u043F\u0440\u043E\u0432\u0430\u043B 8 | Loading...=\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043D\u0435... 9 | Skip=\u043D\u0435\u0438\u0437\u043F\u044A\u043B\u043D\u0435\u043D 10 | Test\ Name=\u0418\u043C\u0435 \u043D\u0430 \u0442\u0435\u0441\u0442 11 | Total=\u041E\u0431\u0449\u043E 12 | diff=\u0441\u0440\u0430\u0432\u043D\u044F\u0432\u0430\u043D\u0435 13 | -------------------------------------------------------------------------------- /src/main/java/hudson/tasks/junit/Helper.java: -------------------------------------------------------------------------------- 1 | package hudson.tasks.junit; 2 | 3 | import org.kohsuke.accmod.Restricted; 4 | import org.kohsuke.accmod.restrictions.NoExternalUse; 5 | 6 | import jenkins.model.Jenkins; 7 | 8 | /** 9 | * Simple helper so we don't have to check {@code Jenkins.getInstance() != null} everywhere. 10 | * TODO: replace with Jenkins.getActiveInstance() when on core {@literal >=} 1.609 11 | 12 | */ 13 | @Restricted(NoExternalUse.class) 14 | public final class Helper { 15 | /** Not instantiable. */ 16 | private Helper() { 17 | throw new AssertionError("Not instantiable"); 18 | } 19 | 20 | public static Jenkins getActiveInstance() { 21 | Jenkins instance = Jenkins.getInstance(); 22 | if (instance == null) { 23 | throw new IllegalStateException("Jenkins has not been started, or was already shut down"); 24 | } 25 | return instance; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/junit-report-nested-testsuites.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | java.lang.IllegalStateException: bla bla 10 | at test.Test(Test:35) 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help_ru.html: -------------------------------------------------------------------------------- 1 |
2 | Jenkins понимает XML формат отчетов JUnit (который также используется TestNG). 3 | Когда эта опция настроена, Jenkins может показывать полезную информацию о 4 | результатах тестирования, такую как графики результатов тестов в историческом аспекте, 5 | позволит посмотреть отчеты в браузере, поможет отследить ошибки и т.д. 6 |

7 | Чтобы использовать эту функцию, прежде всего укажите вашему процессу сборки 8 | запускать тесты, затем укажите путь к файлам отчетов JUnit в виде 9 | синтаксиса Ant, 10 | например, **/build/test-reports/*.xml. Проверьте, что посторонние файлы 11 | не попадают в этот шаблон. 12 |

13 | После того как выполнится несколько сборок с результатами тестов, вы увидите 14 | что-то вроде этого. 15 |

16 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help.html: -------------------------------------------------------------------------------- 1 |
2 | Jenkins understands the JUnit test report XML format (which is also used by TestNG). 3 | When this option is configured, Jenkins can provide useful information about test results, 4 | such as historical test result trends, a web UI for viewing test reports, tracking failures, 5 | and so on. 6 | 7 |

8 | To use this feature, first set up your build to run tests, then 9 | specify the path to JUnit XML files in the 10 | Ant glob syntax, 11 | such as **/build/test-reports/*.xml. Be sure not to include any non-report 12 | files into this pattern. You can specify multiple patterns of files separated by commas. 13 | 14 |

15 | Once there are a few builds running with test results, you should start seeing 16 | something like this. 17 |

18 | -------------------------------------------------------------------------------- /src/test/java/hudson/tasks/test/helper/TestResultLink.java: -------------------------------------------------------------------------------- 1 | package hudson.tasks.test.helper; 2 | 3 | import com.gargoylesoftware.htmlunit.html.HtmlAnchor; 4 | 5 | import static org.hamcrest.Matchers.containsString; 6 | import static org.junit.Assert.assertThat; 7 | 8 | public class TestResultLink extends AbstractTestResultLink { 9 | 10 | public static final String TEST_RESULT_STRING = "Test Result"; 11 | public static final String AGGREGATED_TEST_RESULT_STRING = "Aggregated Test Result"; 12 | 13 | TestResultLink(HtmlAnchor testResultLink) { 14 | super(testResultLink); 15 | } 16 | 17 | public TestResultLink assertHasTestResultText() { 18 | assertThat(testResultLink.getTextContent(), containsString(TEST_RESULT_STRING)); 19 | return this; 20 | } 21 | 22 | public TestResultLink assertHasAggregatedTestResultText() { 23 | assertThat(testResultLink.getTextContent(), containsString(AGGREGATED_TEST_RESULT_STRING)); 24 | return this; 25 | } 26 | 27 | } 28 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help_de.html: -------------------------------------------------------------------------------- 1 |
2 | Jenkins unterstützt das JUnit-XML-Format für Testergebnisse (das auch von 3 | TestNG verwendet wird). Wenn diese Option konfiguriert ist, kann Jenkins 4 | nützliche Auswertungen der Testergebnisse bereitstellen, z.B. deren 5 | zeitlichen Verlauf darstellen, Testergebnisse in einer webbasierten Oberfläche 6 | anzeigen, Fehlschläge verfolgen usw. 7 | 8 |

9 | 10 | Um diese Funktion zu verwenden, richten Sie Ihren Build-Prozess zunächst so 11 | ein, daß Tests ausgeführt werden. Dann geben Sie den Pfad zu den JUnit-XML-Dateien 12 | in der Ant glob-Syntax, 13 | an, z.B. **/build/test-reports/*.xml. Stellen Sie sicher, daß der Pfad 14 | ausschließlich auf Testergebnisdateien im JUnit-XML-Format zutrifft. 15 | 16 |

17 | 18 | Sobald ein paar Builds mit Tests gelaufen sind, sollten Sie Auswertungen wie 19 | diese sehen. 20 |

21 | -------------------------------------------------------------------------------- /src/test/java/hudson/tasks/junit/TestNameTransformerTest.java: -------------------------------------------------------------------------------- 1 | package hudson.tasks.junit; 2 | 3 | import static org.junit.Assert.*; 4 | 5 | import hudson.Extension; 6 | 7 | import org.junit.Rule; 8 | import org.junit.Test; 9 | import org.jvnet.hudson.test.HudsonTestCase; 10 | import org.jvnet.hudson.test.JenkinsRule; 11 | 12 | public class TestNameTransformerTest { 13 | 14 | private static final String UNIQUE_NAME_FOR_TEST = "unique-name-to-test-name-transformer"; 15 | @Rule public JenkinsRule j = new JenkinsRule(); 16 | 17 | @Extension 18 | public static class TestTransformer extends TestNameTransformer { 19 | @Override 20 | public String transformName(String name) { 21 | if (UNIQUE_NAME_FOR_TEST.equals(name)) { 22 | return name + "-transformed"; 23 | } 24 | return name; 25 | } 26 | } 27 | 28 | @Test 29 | public void testNameIsTransformed() { 30 | assertEquals(UNIQUE_NAME_FOR_TEST + "-transformed", TestNameTransformer.getTransformedName(UNIQUE_NAME_FOR_TEST)); 31 | } 32 | 33 | } 34 | 35 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help_nl.html: -------------------------------------------------------------------------------- 1 |
2 | Jenkins herkent het JUnit testrapport XML-formaat. Ditzelfde formaat word bvb. ook door TestNG 3 | gebruikt. 4 | Indien U deze optie configureert, kan Jenkins nuttige informatie over uw testresultaten tonen. 5 | Deze informatie omvat historische trends, een web-gebaseerde interface voor de testrapporten, 6 | het volgen van gefaalde testen, ... 7 | 8 |

9 | Om deze functionaliteit te gebruiken, dient U er vooreerst voor te zorgen dat uw 10 | bouwconfiguratie voorzien is op het starten van uw testen. Vervolgens geeft U het 11 | pad naar de Junit XML bestanden, volgens de 12 | de Ant glob syntax op. Bvb. **/build/test-reports/*.xml. Let erop 13 | dat U geen bestanden selecteert die geen rapport bevatten. 14 | 15 |

16 | Van zodra er enkele bouwpogingen met testresultaten beschikbaar zijn, zou je iets 17 | gelijkaardigs aan het volgende moeten zien. 18 |

19 | -------------------------------------------------------------------------------- /src/test/java/hudson/tasks/test/helper/LatestTestResultLink.java: -------------------------------------------------------------------------------- 1 | package hudson.tasks.test.helper; 2 | 3 | import static org.hamcrest.Matchers.containsString; 4 | import static org.junit.Assert.assertThat; 5 | import com.gargoylesoftware.htmlunit.html.HtmlAnchor; 6 | 7 | public class LatestTestResultLink extends AbstractTestResultLink { 8 | 9 | public static final String LATEST_TEST_RESULT_STRING = "Latest Test Result"; 10 | public static final String LATEST_AGGREGATED_TEST_RESULT_STRING = "Latest Aggregated Test Result"; 11 | 12 | LatestTestResultLink(HtmlAnchor testResultLink) { 13 | super(testResultLink); 14 | } 15 | 16 | public LatestTestResultLink assertHasLatestTestResultText() { 17 | assertThat(testResultLink.getTextContent(), containsString(LATEST_TEST_RESULT_STRING)); 18 | return this; 19 | } 20 | 21 | public LatestTestResultLink assertHasLatestAggregatedTestResultText() { 22 | assertThat(testResultLink.getTextContent(), containsString(LATEST_AGGREGATED_TEST_RESULT_STRING)); 23 | return this; 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help_fr.html: -------------------------------------------------------------------------------- 1 |
2 | Jenkins comprend le format XML des rapports de test JUnit (qui est le 3 | même pour ceux de TestNG). 4 | Quand cette option est configurée, Jenkins peut fournir des informations 5 | utiles sur les résultats des tests, tels que les tendances historiques 6 | sur les résultats des tests, une interface web pour visualiser les rapports 7 | de test, tracer les échecs, etc. 8 | 9 |

10 | Pour utiliser cette fonctionnalité, tout d'abord configurez votre build 11 | pour lancer des tests, puis spéficiez le chemin vers les fichiers XML 12 | JUnit en utilisant 13 | 14 | la syntaxe classique de Ant, par exemple 15 | **/build/test-reports/*.xml. 16 | Assurez-vous de ne pas inclure des fichiers qui ne contiennent pas de 17 | rapports dans ce pattern. 18 | 19 |

20 | Une fois que des builds produisent des résultats de test, vous devriez 21 | commencer à voir quelque chose 22 | comme ça. 23 |

24 | -------------------------------------------------------------------------------- /src/test/java/hudson/tasks/test/helper/BuildPage.java: -------------------------------------------------------------------------------- 1 | package hudson.tasks.test.helper; 2 | 3 | import com.gargoylesoftware.htmlunit.html.HtmlAnchor; 4 | import com.gargoylesoftware.htmlunit.html.HtmlPage; 5 | import org.xml.sax.SAXException; 6 | 7 | import java.io.IOException; 8 | 9 | public class BuildPage extends AbstractPage { 10 | 11 | public BuildPage(HtmlPage htmlPage) { 12 | super(htmlPage); 13 | } 14 | 15 | @Override 16 | protected String getHrefFromTestUrl(String testUrl) { 17 | return testUrl + "/"; 18 | } 19 | 20 | 21 | public TestResultLink getAggregatedTestReportLink() throws IOException, SAXException { 22 | return new TestResultLink(getTestReportAnchor(AGGREGATED_TEST_REPORT_URL)); 23 | } 24 | 25 | public TestResultLink getTestReportLink() throws IOException, SAXException { 26 | return new TestResultLink(getTestReportAnchor(TEST_REPORT_URL)); 27 | } 28 | 29 | public void assertNoTestReportLink() { 30 | assertNoLink(TEST_REPORT_URL); 31 | } 32 | 33 | public void assertNoAggregatedTestReportLink() { 34 | assertNoLink(AGGREGATED_TEST_REPORT_URL); 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /src/test/java/hudson/tasks/test/helper/ProjectPage.java: -------------------------------------------------------------------------------- 1 | package hudson.tasks.test.helper; 2 | 3 | import com.gargoylesoftware.htmlunit.html.HtmlPage; 4 | import org.xml.sax.SAXException; 5 | 6 | import java.io.IOException; 7 | 8 | public class ProjectPage extends AbstractPage { 9 | 10 | public ProjectPage(HtmlPage projectPage) { 11 | super(projectPage); 12 | } 13 | 14 | 15 | public LatestTestResultLink getLatestTestReportLink() throws IOException, SAXException { 16 | return new LatestTestResultLink(getTestReportAnchor(TEST_REPORT_URL)); 17 | } 18 | 19 | public LatestTestResultLink getLatestAggregatedTestReportLink() throws IOException, SAXException { 20 | return new LatestTestResultLink(getTestReportAnchor(AGGREGATED_TEST_REPORT_URL)); 21 | } 22 | 23 | protected String getHrefFromTestUrl(String testUrl) { 24 | return "lastCompletedBuild/" + testUrl + "/"; 25 | } 26 | 27 | public void assertNoTestReportLink() { 28 | assertNoLink(TEST_REPORT_URL); 29 | } 30 | 31 | public void assertNoAggregatedTestReportLink() { 32 | assertNoLink(AGGREGATED_TEST_REPORT_URL); 33 | } 34 | 35 | } 36 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/junit-report-testsuite-time-attrs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help_pt_BR.html: -------------------------------------------------------------------------------- 1 |
2 | O Jenkins entende o formato XML de relatório de teste do JUnit (que também é usado pelo TestNG). 3 | Quando esta opção é configurada, o Jenkins pode fornecer informações úteis sobre os resultados dos testes, 4 | tal como tendências de resultado de teste histórico, uma interface web para visualizar relatórios de teste, rastreamento de falhas, 5 | e assim por diante. 6 | 7 |

8 | Usar esta característica, primeiro configure sua construção para executar os testes, então 9 | especifique o caminho para os arquivos XML do JUnit XML 10 | na sintaxe do glóbulo do Ant , 11 | tal como **/build/test-reports/*.xml. Tenha certeza de não incluir nenhum arquivo que 12 | não seja de relatório neste padrão. 13 | 14 |

15 | Um vez que exista algumas construções executando com resultados de teste, você começará a ver 16 | algo como isto. 17 |

18 | -------------------------------------------------------------------------------- /src/test/resources/hudson/tasks/junit/junit-report-6700.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Etc etc 6 | 7 | java.lang.NoClassDefFoundError: gda/device/detector/DAServer 8 | at java.lang.Class.forName0(Native Method) 9 | at java.lang.Class.forName(Class.java:169) 10 | Caused by: java.lang.ClassNotFoundException: gda.device.detector.DAServer 11 | at java.net.URLClassLoader$1.run(URLClassLoader.java:202) 12 | at java.security.AccessController.doPrivileged(Native Method) 13 | at java.net.URLClassLoader.findClass(URLClassLoader.java:190) 14 | at java.lang.ClassLoader.loadClass(ClassLoader.java:307) 15 | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) 16 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-healthScaleFactor.html: -------------------------------------------------------------------------------- 1 |
2 | The amplification factor to apply to test failures when computing the test result contribution to the build health 3 | score. 4 |
5 | The default factor is 1.0 6 |
    7 |
  • A factor of 0.0 will disable the test result contribution to build health score.
  • 8 |
  • A factor of 0.1 means that 10% of tests failing will score 99% health
  • 9 |
  • A factor of 0.5 means that 10% of tests failing will score 95% health
  • 10 |
  • A factor of 1.0 means that 10% of tests failing will score 90% health
  • 11 |
  • A factor of 2.0 means that 10% of tests failing will score 80% health
  • 12 |
  • A factor of 2.5 means that 10% of tests failing will score 75% health
  • 13 |
  • A factor of 5.0 means that 10% of tests failing will score 50% health
  • 14 |
  • A factor of 10.0 means that 10% of tests failing will score 0% health
  • 15 |
16 | The factor is persisted with the build results, so changes will only be reflected in new builds. 17 |
-------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/index_fi.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=Vei {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_cs.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=Trval {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_fr.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=A pris {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_lv.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=Ilga {0} 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_nb_NO.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=Tok {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_nl.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=duurde {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index_lv.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | title={0} v\u0113sture 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_fi.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=Aikaa kului {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_pl.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=Zaj\u0119\u0142o {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Seiji Sogabe 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | title=History for {0} 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index_zh_CN.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | title={0}\u7684\u5386\u53F2 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=Took {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=Tog {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_ru.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=\u0417\u0430\u043d\u044f\u043b\u043e {0}. 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index_fr.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Older=Plus anciens 24 | title=Historique pour {0} 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_de.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Simon Wiest 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=Dauer: {0} 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_ja.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Seiji Sogabe 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | took=\u6240\u8981\u6642\u9593 {0} 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_pt_BR.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc., Cleiber Silva 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | # Took {0}. 24 | took=Levou {0}. 25 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_nb_NO.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | multifailures="{0} feil {1}" 24 | no\ failures=ingen feil 25 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_ro.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | multifailures="{0} esecuri {1}" 24 | no\ tests=nici un test 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Jobs\ to\ aggregate=Jobb att aggregera 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_nb_NO.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=Historie 24 | Previous\ Build=Forrige bygg 25 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_it.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | multifailures="{0} fallimenti {1}" 24 | no\ failures=nessun errore 25 | -------------------------------------------------------------------------------- /src/main/java/hudson/tasks/junit/package.html: -------------------------------------------------------------------------------- 1 | 24 | 25 | 26 | Model objects that represent JUnit test reports. 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_nl.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=Geschiedenis 24 | Previous\ Build=Vorige bouwpoging 25 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | 1failure=1 failure {0} 24 | multifailures={0} failures {1} -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/summary_es.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Error\ Details=Detalles del error 24 | Stack\ Trace=Traza de la pila 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=Visa alla fallerande tester 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_cs.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=Historie 24 | Previous\ Build=P\u0159edchoz\u00ED build 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_es.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=Mostrar todos los test que fallaron 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResult/index_zh_TW.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2013, Sun Microsystems, Inc., Chunghwa Telecom Co., Ltd., 4 | # and Pei-Tang Huang 5 | # 6 | # Permission is hereby granted, free of charge, to any person obtaining a copy 7 | # of this software and associated documentation files (the "Software"), to deal 8 | # in the Software without restriction, including without limitation the rights 9 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 | # copies of the Software, and to permit persons to whom the Software is 11 | # furnished to do so, subject to the following conditions: 12 | # 13 | # The above copyright notice and this permission notice shall be included in 14 | # all copies or substantial portions of the Software. 15 | # 16 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 | # THE SOFTWARE. 23 | 24 | took=\u82b1\u8cbb {0}\u3002 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_fi.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | All\ Tests=Kaikki testit 24 | Duration=Kesto 25 | Status=Tila 26 | Test\ name=Testin nimi 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | All\ Tests=Alla tester 24 | Duration=Tid 25 | Status=Status 26 | Test\ name=Testnamn 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_hu.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=T\u00F6rt\u00E9net 24 | Previous\ Build=El\u0151z\u0151 \u00E9p\u00EDt\u00E9s 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/summary_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Error\ Details=Fejl detaljer 24 | Stack\ Trace=Stack Trace 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=Vis alle fejlede test 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_pl.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=Historia 24 | Next\ Build=Nast\u0119pny build 25 | Previous\ Build=Poprzednia budowa 26 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_fi.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | 1failure=1 ep\u00E4onnistunut {0} 24 | no\ failures=ei virheit\u00E4 25 | no\ tests=ei testej\u00E4 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/summary_pt_BR.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc., Cleiber Silva, Fernando Boaglio 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Error\ Details=Detalhes de erro 24 | Stack\ Trace=Stack trace 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pl.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=Poka\u017C wszystkie testy zako\u0144czone niepowodzeniem 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sk.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=Uk\u00E1za\u0165 v\u0161etky ne\u00FAspe\u0161n\u00E9 testy 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_fr.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=Historique 24 | Next\ Build=Build suivante 25 | Previous\ Build=Build Pr\u00E9c\u00E9dent 26 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_sk.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | 1failure=1 ne\u00FAspe\u0161n\u00FD {0} 24 | multifailures=zlyhania {0} {1} 25 | no\ failures=Bez zlyhania 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ko.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=\uBAA8\uB4E0 \uC2E4\uD328\uD55C \uD14C\uC2A4\uD2B8 \uC5F4\uB78C 24 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_lv.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | multifailures="{0} izg\u0101z\u0161an\u0101s {1}" 24 | no\ failures=nav k\u013C\u016Bmju 25 | no\ tests=testu nav 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_de.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Simon Wiest 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=Zeige alle fehlgeschlagenen Tests 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_TW.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2013, Chunghwa Telecom Co., Ltd., Pei-Tang Huang 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=\u986F\u793A\u6240\u6709\u5931\u6557\u6E2C\u8A66 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/list_fr.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Build=Construction 24 | Test\ Description=Description 25 | Test\ Duration=Dur\u00E9e 26 | Test\ Result=R\u00E9sultat 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/summary_de.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Simon Wiest 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Error\ Details=Fehlerdetails 24 | Stack\ Trace=Stacktrace 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/summary_zh_TW.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2013, Chunghwa Telecom Co., Ltd., Pei-Tang Huang 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Error\ Details=\u932f\u8aa4\u8a73\u7d30\u8cc7\u6599 24 | Stack\ Trace=\u5806\u758a\u8ffd\u8e64 25 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_sv_SE.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | 1failure=1 fel {0} 24 | multifailures="{0} fel {1}" 25 | no\ failures=inga fallerande tester 26 | no\ tests=inga tester 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_tr.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi, Oguz Dag 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Test\ report\ XMLs=Test raporunun XML''i 24 | #description=a\u00e7\u0131klama 25 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_zh_CN.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | multifailures=\u5931\u8D25 24 | no\ failures=\u6CA1\u6709\u5931\u8D25 25 | no\ tests=\u6CA1\u6709\u6D4B\u8BD5\u7528\u4F8B 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Duration=Varighed 24 | Status=Status 25 | Test\ name=Test navn 26 | All\ Tests=Alle test 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_de.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Simon Wiest 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | All\ Tests=Alle Tests 24 | Test\ name=Testname 25 | Duration=Dauer 26 | Status=Status 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/list_zh_CN.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Description=\u63CF\u8FF0 24 | Duration=\u8017\u65F6 25 | Fail=\u5931\u8D25 26 | Skip=\u8DF3\u8FC7 27 | Total=\u5408\u8BA1 28 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Previous\ Build=Foreg\u00e5ende Byg 24 | History=Historik 25 | Next\ Build=N\u00e6ste Byg 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_fi.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=Historia 24 | Next\ Build=Seuraava k\u00E4\u00E4nn\u00F6s 25 | Previous\ Build=Edellinen k\u00E4\u00E4nn\u00F6s 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ro.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Test\ Result\ Trend=Evolutia rezultatelor 24 | enlarge=mareste 25 | just\ show\ failures=arata esecurile 26 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/failed-test_ja.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2015, Seiji Sogabe 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Hide\ details=\u8a73\u7d30\u3092\u975e\u8868\u793a 24 | Loading...=\u30ed\u30fc\u30c9\u4e2d... 25 | Show\ details=\u8a73\u7d30\u3092\u8868\u793a 26 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_es.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | 1failure=1 fallo {0} 24 | multifailures={0} fallos {1} 25 | no\ failures=Sin fallas 26 | no\ tests=Sin pruebas 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_nl.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:sorokh 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | All\ Tests=Alle testen 24 | Test\ name=Naam van de test 25 | Duration=Duur 26 | Status=Status 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pt_BR.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Reginaldo L. Russinholi, Cleiber Silva 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=Mostrar todas as falhas 24 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_de.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Simon Wiest 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=Verlauf 24 | Previous\ Build=Vorheriger Build 25 | Next\ Build=Nachfolgender Build 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_TW.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=\u6B77\u7A0B 24 | Next\ Build=\u4E0B\u4E00\u6B21\u5EFA\u7F6E 25 | Previous\ Build=\u4E0A\u4E00\u6B21\u5EFA\u7F6E 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_hu.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Test\ Result\ Trend=Teszt eredm\u00E9nyek 24 | enlarge=nagy\u00EDt 25 | just\ show\ failures=csak a hib\u00E1k 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/body_tr.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Oguz Dag 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | All\ Tests=T\u00fcm Testler 24 | Test\ name=Test Ad\u0131 25 | Duration=S\u00fcre 26 | Status=Durum 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_nl.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:sorokh 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=Gefaalde testen weergeven 24 | Test\ Result=Testresultaat 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_BR.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc., Cleiber Silva, Fernando Boaglio 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Previous\ Build=builds anterior 24 | History=Hist\u00f3rico 25 | Next\ Build=Pr\u00f3ximo build 26 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_cs.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | multifailures="{0} ne\u00FAsp\u011B\u0161n\u00FDch {1}" 24 | no\ failures=\u017E\u00E1dn\u00E9 chyby 25 | no\ tests=\u017E\u00E1dn\u00E9 testy 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_lv.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=V\u0113sture 24 | Next\ Build=N\u0101kamais b\u016Bv\u0113jums 25 | Previous\ Build=Iepriek\u0161\u0113jais b\u016Bv\u0113jums 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_CN.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=\u5386\u53F2\u8BB0\u5F55 24 | Next\ Build=\u540E\u4E00\u6B21\u6784\u5EFA 25 | Previous\ Build=\u4E0A\u4E00\u6B21\u6784\u5EFA 26 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | no\ failures=ingen fejlede 24 | 1failure=1 fejlet {0} 25 | multifailures={0} fejlede {1} 26 | no\ tests=ingen test 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/list_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Build=Byg 24 | Test\ Result=Testresultat 25 | Test\ Description=Testbeskrivelse 26 | Test\ Duration=Testvarighed 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ca.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Test\ Result\ Trend=Tend\u00E8ncia resultats de test 24 | enlarge=engrandir 25 | just\ show\ failures=nom\u00E9s veure fallades 26 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/failed-test_pt_BR.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributers 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Hide\ details=Ocultar detalhes 24 | Loading...=Carregando... 25 | Show\ details=Exibir detalhes 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/list_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Duration=Varighed 24 | Build=Byg 25 | Skip=Spring over 26 | Total=I alt 27 | Fail=Fejler 28 | Description=Beskrivelse 29 | -------------------------------------------------------------------------------- /src/main/resources/lib/hudson/test/test-result_pl.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | 1failure=1 pora\u017Cka {0} 24 | multifailures="{0} b\u0142\u0119d\u00F3w {1}" 25 | no\ failures=Bez b\u0142\u0119d\u00F3w 26 | no\ tests=Brak test\u00F3w 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_lv.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Build=B\u016Bv\u0113jums 24 | Description=Apraksts 25 | Duration=Ilgums 26 | Fail=Izg\u0101z\u0161an\u0101s 27 | Skip=Izlaists 28 | Total=Kop\u0101 29 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestObject/sidepanel_ja.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Seiji Sogabe 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | History=\u30C6\u30B9\u30C8\u5C65\u6B74 24 | Previous\ Build=\u524D\u306E\u30D3\u30EB\u30C9 25 | Next\ Build=\u6B21\u306E\u30D3\u30EB\u30C9 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_cs.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Test\ Result\ Trend=Trend v\u00FDsledk\u016F test\u016F 24 | enlarge=zv\u011Bt\u0161it 25 | just\ show\ failures=zobrazit pouze chyby 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/History/index_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | More\ than\ 1\ builds\ are\ needed\ for\ the\ chart.=Mere end 1 byg er n\u00f8dvendigt for grafen. 24 | title=Historik for {0} 25 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_da.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Duration=Varighed 24 | Build=Byg 25 | Skip=Spring over 26 | Total=I alt 27 | Fail=Fejler 28 | Description=Beskrivelse 29 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/ClassResult/list_pt_BR.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc., Cleiber Silva, Fernando Boaglio 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Skip=pular 24 | Duration=Dura\u00e7\u00e3o 25 | Total=Total 26 | Build=Build 27 | Fail=Falha 28 | Description=Descri\u00e7\u00e3o 29 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_lv.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc. 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Test\ Result\ Trend=Testa rezult\u0101tu tendence 24 | enlarge=palielin\u0101t 25 | just\ show\ failures=r\u0101d\u012Bt tikai k\u013C\u016Bmes 26 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/junit/CaseResult/list_de.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Simon Wiest 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Build=Build 24 | Test\ Description=Testbeschreibung 25 | Test\ Duration=Testdauer 26 | Test\ Result=Testergebnis 27 | -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ja.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi, Seiji Sogabe, id:cactusman 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=\u5931\u6557\u3057\u305F\u3059\u3079\u3066\u306E\u30C6\u30B9\u30C8\u3092\u8868\u793A -------------------------------------------------------------------------------- /src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_tr.properties: -------------------------------------------------------------------------------- 1 | # The MIT License 2 | # 3 | # Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Oguz Dag 4 | # 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy 6 | # of this software and associated documentation files (the "Software"), to deal 7 | # in the Software without restriction, including without limitation the rights 8 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | # copies of the Software, and to permit persons to whom the Software is 10 | # furnished to do so, subject to the following conditions: 11 | # 12 | # The above copyright notice and this permission notice shall be included in 13 | # all copies or substantial portions of the Software. 14 | # 15 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | # THE SOFTWARE. 22 | 23 | Show\ all\ failed\ tests=T\u00FCm ba\u015Far\u0131s\u0131z testleri g\u00F6ster 24 | Test\ Result=Test Sonu\u00e7lar\u0131 25 | --------------------------------------------------------------------------------