mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-10 15:21:01 +00:00
e97da33546
Added default values to parameter retrieval so it is no longer necessary to configure the repo.
15 lines
878 B
INI
15 lines
878 B
INI
COM_PATCHTESTER_NOT_APPLIED="Not Applied"
|
|
COM_PATCHTESTER_APPLIED="Applied"
|
|
COM_PATCHTESTER_REVERT_PATCH="Revert Patch"
|
|
COM_PATCHTESTER_APPLY_PATCH="Apply Patch"
|
|
COM_PATCHTESTER_TEST_THIS_PATCH="Test This Patch"
|
|
COM_PATCHTESTER_REPO_IS_GONE="The patch could not be applied because the repository is missing"
|
|
COM_PATCHTESTER_CONFLICT="The patch could not be applied because it conflicts with a previously applied patch"
|
|
COM_PATCHTESTER_COMPONENT_LABEL="Patch Tester"
|
|
COM_PATCHTESTER_COMPONENT_DESC="Patch Tester Configuration Values"
|
|
COM_PATCHTESTER_FIELD_ORG_DESC="Github Username"
|
|
COM_PATCHTESTER_FIELD_ORG_LABEL="Name of account on Github of which to monitor pull requests"
|
|
COM_PATCHTESTER_FIELD_REPO_DESC="Github Repository"
|
|
COM_PATCHTESTER_FIELD_REPO_LABEL="Name of repository on Github of which to monitor pull requests"
|
|
COM_PATCHTESTER_JOOMLACODE_ISSUE="Joomlacode Issue"
|