You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COM_PATCHTESTER_NO_CREDENTIALS="You have not entered your GitHub API token in the Options. This will limit you to only 60 requests to the GitHub API per hour. Configuring authentication via an API token will allow 5,000 requests per hour."
81
-
COM_PATCHTESTER_NO_FILES_TO_PATCH="There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation."
82
-
COM_PATCHTESTER_NO_ITEMS="No data has been retrieved from GitHub, please click the 'Fetch Data' button in the toolbar to retrieve the open pull requests."
83
82
COM_PATCHTESTER_NOT_APPLIED="Not Applied"
84
83
COM_PATCHTESTER_NOT_NPM="Not NPM"
85
84
COM_PATCHTESTER_NOT_RTC="Not RTC"
85
+
COM_PATCHTESTER_NO_CREDENTIALS="You have not entered your GitHub API token in the Options. This will limit you to only 60 requests to the GitHub API per hour. Configuring authentication via an API token will allow 5,000 requests per hour."
86
+
COM_PATCHTESTER_NO_FILES_TO_PATCH="There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation."
87
+
COM_PATCHTESTER_NO_ITEMS="No data has been retrieved from GitHub, please click the 'Fetch Data' button in the toolbar to retrieve the open pull requests."
86
88
COM_PATCHTESTER_NPM="NPM"
87
89
COM_PATCHTESTER_PATCH_BREAKS_SITE="The patch could not be applied because it would break the site. Check the pull request to see if it is up-to-date."
90
+
COM_PATCHTESTER_PULLS_TABLE_CAPTION="Table of Pull Requests"
88
91
COM_PATCHTESTER_PULL_ID="Pull ID"
89
92
COM_PATCHTESTER_PULL_ID_ASC="Pull ID ascending"
90
93
COM_PATCHTESTER_PULL_ID_DESC="Pull ID descending"
91
-
COM_PATCHTESTER_PULLS_TABLE_CAPTION="Table of Pull Requests"
92
94
COM_PATCHTESTER_READY_TO_COMMIT="Ready to Commit"
93
95
COM_PATCHTESTER_REPO_IS_GONE="The patch could not be applied because the repository is missing"
94
-
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS wrappers must be enabled"
95
-
COM_PATCHTESTER_REQUIREMENT_OPENSSL="The OpenSSL extension must be installed and enabled in your php.ini"
96
96
COM_PATCHTESTER_REQUIREMENTS_HEADING="Requirements Not Met"
97
97
COM_PATCHTESTER_REQUIREMENTS_NOT_MET="Your system does not meet the requirements to run the Patch Tester component:"
98
+
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS wrappers must be enabled"
99
+
COM_PATCHTESTER_REQUIREMENT_OPENSSL="The OpenSSL extension must be installed and enabled in your php.ini"
98
100
COM_PATCHTESTER_RESET_HAS_ERRORS="The reset process has completed however it encountered errors. Please remove any .txt files in the '%1$s' directory and truncate the '%2$s' database table."
99
101
COM_PATCHTESTER_RESET_OK="The reset process has completed successfully."
0 commit comments