From 2f84945c8c1c2ee3f946d877423e29f7ccdbec53 Mon Sep 17 00:00:00 2001 From: joomla-patchtester-bot <63518931+joomla-patchtester-bot@users.noreply.github.com> Date: Thu, 7 May 2020 19:21:14 +0200 Subject: [PATCH] New translations com_patchtester.ini (Finnish) --- .../com_patchtester/language/fi-FI/com_patchtester.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/administrator/components/com_patchtester/language/fi-FI/com_patchtester.ini b/administrator/components/com_patchtester/language/fi-FI/com_patchtester.ini index cbb7499..10abee6 100644 --- a/administrator/components/com_patchtester/language/fi-FI/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/fi-FI/com_patchtester.ini @@ -10,7 +10,7 @@ COM_PATCHTESTER_APPLIED="Applied" COM_PATCHTESTER_APPLIED_COMMIT_SHA="Applied Commit SHA: %s" COM_PATCHTESTER_APPLY_OK="Patch successfully applied" COM_PATCHTESTER_APPLY_PATCH="Apply Patch" -COM_PATCHTESTER_BRANCH="Branch" +COM_PATCHTESTER_BRANCH="Haara" COM_PATCHTESTER_CONFIGURATION="Joomla! Patch Tester Settings" COM_PATCHTESTER_CONFIRM_RESET="Resetting will attempt to revert all applied patches and removes all backed up files. This may result in a corrupted environment. Are you sure you want to continue?" COM_PATCHTESTER_CONFLICT_S="The patch could not be applied because it conflicts with a previously applied patch: %s" @@ -39,7 +39,7 @@ COM_PATCHTESTER_FETCH_PROCESSING="Processing data from GitHub" COM_PATCHTESTER_FETCH_SUCCESSFUL="Successfully retrieved pull requests" COM_PATCHTESTER_FIELD_GH_AUTH_DESC="Select 'Credentials' to use authentication through your GitHub Username and Password, or 'Token' for a GitHub API Token" COM_PATCHTESTER_FIELD_GH_AUTH_LABEL="GitHub Authentication Method" -COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_CREDENTIALS="Credentials" +COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_CREDENTIALS="Tunnistetiedot" COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN="Token" COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub Account Password" COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the 'GitHub Account Username' field. Note that accounts using Two Factor Authentication will not work with username and password authentication."