2013-07-13 02:26:21 +00:00
; Joomla! Project
2015-02-22 21:29:43 +00:00
; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2015 Open Source Matters, Inc. All rights reserved.
2013-07-13 02:26:21 +00:00
; License GNU General Public License version 2 or later
; Note : All ini files need to be saved as UTF-8
COM_PATCHTESTER = "Joomla! Patch Tester"
COM_PATCHTESTER_API_LIMIT_ACTION = "The GitHub API rate limit has been reached for this resource, could not connect to GitHub to perform the requested action. The rate limit will reset at %s"
COM_PATCHTESTER_API_LIMIT_LIST = "The GitHub API rate limit has been reached for this resource, could not connect to GitHub for updated data. The rate limit will reset at %s"
2011-10-11 13:02:57 +00:00
COM_PATCHTESTER_APPLIED = "Applied"
2013-07-13 02:26:21 +00:00
COM_PATCHTESTER_APPLY_OK = "Patch successfully applied"
2011-10-11 13:02:57 +00:00
COM_PATCHTESTER_APPLY_PATCH = "Apply Patch"
2013-07-13 02:26:21 +00:00
COM_PATCHTESTER_COMPONENT_DESC = "Joomla! Patch Tester Configuration Values"
COM_PATCHTESTER_COMPONENT_LABEL = "Joomla! Patch Tester"
COM_PATCHTESTER_CONFIGURATION = "Joomla! Patch Tester Settings"
COM_PATCHTESTER_CONFLICT_S = "The patch could not be applied because it conflicts with a previously applied patch: %s"
2015-07-21 11:33:30 +00:00
COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB = "Could not connect to GitHub: %s"
2014-05-02 19:59:17 +00:00
COM_PATCHTESTER_ERROR_APPLIED_PATCHES = "Cannot fetch data from GitHub while there are applied patches. Please revert those patches before continuing."
2015-05-09 16:49:14 +00:00
COM_PATCHTESTER_ERROR_CANNOT_COPY_FILE = "Cannot copy source file %1$s to destination %2$s"
COM_PATCHTESTER_ERROR_CANNOT_DELETE_FILE = "Cannot delete file %s"
COM_PATCHTESTER_ERROR_CANNOT_WRITE_FILE = "Cannot write file %s"
2014-05-02 19:59:17 +00:00
COM_PATCHTESTER_ERROR_GITHUB_FETCH = "Error retrieving pull requests from GitHub: %s"
2014-05-01 14:35:26 +00:00
COM_PATCHTESTER_ERROR_INSERT_DATABASE = "Error inserting pull request data into the database: %s"
2015-05-09 16:49:14 +00:00
COM_PATCHTESTER_ERROR_READING_DATABASE_TABLE = "%1$s - Error retrieving table data (%2$s)"
2015-02-23 01:49:59 +00:00
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED = "An error has occurred while fetching the data from GitHub."
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW = "All data has been retrieved. Please close this modal window to refresh the page."
COM_PATCHTESTER_FETCH_INITIALIZING = "Preparing to fetch GitHub data"
COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION = "Making sure all is well to fetch data. Sit tight."
COM_PATCHTESTER_FETCH_PAGE_NUMBER = "Processing page %s of GitHub data"
COM_PATCHTESTER_FETCH_PROCESSING = "Processing data from GitHub"
COM_PATCHTESTER_FETCH_SUCCESSFUL = "Successfully retrieved pull requests"
2013-07-13 02:26:21 +00:00
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL = "GitHub Account Password"
2015-03-08 17:07:53 +00:00
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC = "Password for the account entered in the \"GitHub Account\" field. Note that accounts using Two Factor Authentication will not work with this component."
2014-05-02 20:24:33 +00:00
COM_PATCHTESTER_FIELD_GH_TOKEN_DESC = "Use this field to input a GitHub API Token in place of your username and password. Note that this is required if your account has Two Factor Authentication enabled."
COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL = "GitHub Token"
2014-05-31 14:28:06 +00:00
COM_PATCHTESTER_FIELD_GH_USER_LABEL = "GitHub Account Username"
2013-07-13 02:26:21 +00:00
COM_PATCHTESTER_FIELD_GH_USER_DESC = "Name of account on GitHub of which to authenticate to the API with"
2014-05-31 14:28:06 +00:00
COM_PATCHTESTER_FIELD_ORG_LABEL = "GitHub Project Owner"
COM_PATCHTESTER_FIELD_ORG_DESC = "A username or organization on GitHub of which to monitor pull requests"
COM_PATCHTESTER_FIELD_REPO_LABEL = "GitHub Project Repository"
COM_PATCHTESTER_FIELD_REPO_DESC = "Name of a repository on GitHub of which to monitor pull requests"
2011-10-15 01:14:19 +00:00
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S = "The file marked for deletion does not exist: %s"
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S = "The file marked for modification does not exist: %s"
2015-02-22 23:46:22 +00:00
COM_PATCHTESTER_FILTER_APPLIED_PATCHES = "Filter Applied Patches"
2014-05-01 14:35:26 +00:00
COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION = "Filter the list by title or ID."
2015-02-23 01:49:59 +00:00
COM_PATCHTESTER_HEADING_FETCH_DATA = "Fetching GitHub Data"
2013-07-13 02:26:21 +00:00
COM_PATCHTESTER_PULL_ID = "Pull ID"
2013-07-13 01:06:39 +00:00
COM_PATCHTESTER_NO_CREDENTIALS = "No user credentials are saved, this will allow only 60 requests to the GitHub API per hour. Saving user credentials will allow 5,000 requests per hour."
2015-02-23 13:50:13 +00:00
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."
2014-05-01 14:35:26 +00:00
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."
2013-07-13 02:26:21 +00:00
COM_PATCHTESTER_NOT_APPLIED = "Not Applied"
2014-10-21 23:29:39 +00:00
COM_PATCHTESTER_GITHUB = "GitHub"
COM_PATCHTESTER_JISSUE = "J! Issue"
2015-02-22 21:42:07 +00:00
COM_PATCHTESTER_JISSUES = "Issue Tracker"
2013-07-13 02:26:21 +00:00
COM_PATCHTESTER_REPO_IS_GONE = "The patch could not be applied because the repository is missing"
2014-05-01 13:07:13 +00:00
COM_PATCHTESTER_REQUIREMENT_HTTPS = "HTTPS wrappers must be enabled"
COM_PATCHTESTER_REQUIREMENT_OPENSSL = "The OpenSSL extension must be installed and enabled in your php.ini"
COM_PATCHTESTER_REQUIREMENTS_HEADING = "Requirements Not Met"
COM_PATCHTESTER_REQUIREMENTS_NOT_MET = "Your system does not meet the requirements to run the Patch Tester extension:"
2012-06-12 20:01:42 +00:00
COM_PATCHTESTER_REVERT_OK = "Patch successfully reverted"
2013-07-13 02:26:21 +00:00
COM_PATCHTESTER_REVERT_PATCH = "Revert Patch"
COM_PATCHTESTER_TEST_THIS_PATCH = "Test This Patch"
2014-05-01 14:35:26 +00:00
COM_PATCHTESTER_TOOLBAR_FETCH_DATA = "Fetch Data"