diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-16 20:35:56 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-16 20:35:56 -0400 |
commit | ede1f1d9b0c06a05845f4125d59c97c29b6d9842 (patch) | |
tree | 2fc9f21c586501d43440dace17e71bfb40618bfc /app/Locale/fi_FI/translations.php | |
parent | 12036aa21f4308aca4d816864b357f9627a0f437 (diff) |
Refactoring of Github authentication (oauth url change)
Diffstat (limited to 'app/Locale/fi_FI/translations.php')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index beb61d96..b35b5bfd 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -338,14 +338,14 @@ return array( 'Maximum size: ' => 'Maksimikoko: ', 'Unable to upload the file.' => 'Tiedoston lataus epäonnistui.', 'Display another project' => 'Näytä toinen projekti', - 'Your GitHub account was successfully linked to your profile.' => 'Github-tilisi on onnistuneesti liitetty profiiliisi', - 'Unable to link your GitHub Account.' => 'Github-tilin liittäminen epäonnistui', - 'GitHub authentication failed' => 'Github-todennus epäonnistui', - 'Your GitHub account is no longer linked to your profile.' => 'Github-tiliäsi ei ole enää liitetty profiiliisi.', - 'Unable to unlink your GitHub Account.' => 'Github-tilisi liitoksen poisto epäonnistui', - 'Login with my GitHub Account' => 'Kirjaudu sisään Github-tililläni', - 'Link my GitHub Account' => 'Liitä Github-tilini', - 'Unlink my GitHub Account' => 'Poista liitos Github-tiliini', + 'Your Github account was successfully linked to your profile.' => 'Github-tilisi on onnistuneesti liitetty profiiliisi', + 'Unable to link your Github Account.' => 'Github-tilin liittäminen epäonnistui', + 'Github authentication failed' => 'Github-todennus epäonnistui', + 'Your Github account is no longer linked to your profile.' => 'Github-tiliäsi ei ole enää liitetty profiiliisi.', + 'Unable to unlink your Github Account.' => 'Github-tilisi liitoksen poisto epäonnistui', + 'Login with my Github Account' => 'Kirjaudu sisään Github-tililläni', + 'Link my Github Account' => 'Liitä Github-tilini', + 'Unlink my Github Account' => 'Poista liitos Github-tiliini', 'Created by %s' => 'Luonut: %s', 'Last modified on %B %e, %Y at %k:%M %p' => 'Viimeksi muokattu %B %e, %Y kello %H:%M', 'Tasks Export' => 'Tehtävien vienti', |