Refactoring of Github authentication (oauth url change)
This commit is contained in:
@@ -338,14 +338,14 @@ return array(
|
||||
'Maximum size: ' => 'Maxstorlek: ',
|
||||
'Unable to upload the file.' => 'Kunde inte ladda upp filen.',
|
||||
'Display another project' => 'Visa ett annat projekt',
|
||||
'Your GitHub account was successfully linked to your profile.' => 'Ditt GitHub-konto har anslutits till din profil.',
|
||||
'Unable to link your GitHub Account.' => 'Kunde inte ansluta ditt GitHub-konto.',
|
||||
'GitHub authentication failed' => 'GitHub-verifiering misslyckades',
|
||||
'Your GitHub account is no longer linked to your profile.' => 'Ditt GitHub-konto är inte längre anslutet till din profil.',
|
||||
'Unable to unlink your GitHub Account.' => 'Kunde inte koppla ifrån ditt GitHub-konto.',
|
||||
'Login with my GitHub Account' => 'Logga in med mitt GitHub-konto',
|
||||
'Link my GitHub Account' => 'Anslut mitt GitHub-konto',
|
||||
'Unlink my GitHub Account' => 'Koppla ifrån mitt GitHub-konto',
|
||||
'Your Github account was successfully linked to your profile.' => 'Ditt Github-konto har anslutits till din profil.',
|
||||
'Unable to link your Github Account.' => 'Kunde inte ansluta ditt Github-konto.',
|
||||
'Github authentication failed' => 'Github-verifiering misslyckades',
|
||||
'Your Github account is no longer linked to your profile.' => 'Ditt Github-konto är inte längre anslutet till din profil.',
|
||||
'Unable to unlink your Github Account.' => 'Kunde inte koppla ifrån ditt Github-konto.',
|
||||
'Login with my Github Account' => 'Logga in med mitt Github-konto',
|
||||
'Link my Github Account' => 'Anslut mitt Github-konto',
|
||||
'Unlink my Github Account' => 'Koppla ifrån mitt Github-konto',
|
||||
'Created by %s' => 'Skapad av %s',
|
||||
'Last modified on %B %e, %Y at %k:%M %p' => 'Senaste ändring %Y-%m-%d kl %H:%M',
|
||||
'Tasks Export' => 'Exportera uppgifter',
|
||||
@@ -865,8 +865,8 @@ return array(
|
||||
'By @%s on Bitbucket' => 'Av @%s på Bitbucket',
|
||||
'Bitbucket Issue' => 'Bitbucket fråga',
|
||||
'Commit made by @%s on Bitbucket' => 'Bidrag gjort av @%s på Bitbucket',
|
||||
'Commit made by @%s on Github' => 'Bidrag gjort av @%s på GitHub',
|
||||
'By @%s on Github' => 'Av @%s på GitHub',
|
||||
'Commit made by @%s on Github' => 'Bidrag gjort av @%s på Github',
|
||||
'By @%s on Github' => 'Av @%s på Github',
|
||||
'Commit made by @%s on Gitlab' => 'Bidrag gjort av @%s på Gitlab',
|
||||
'Add a comment log when moving the task between columns' => 'Lägg till en kommentarslogg när en uppgift flyttas mellan kolumner',
|
||||
'Move the task to another column when the category is changed' => 'Flyttas uppgiften till en annan kolumn när kategorin ändras',
|
||||
|
||||
Reference in New Issue
Block a user