Update translations.php
Added some more Swedish translations.
This commit is contained in:
parent
8c109ef62b
commit
42ca8390d4
|
|
@ -7,7 +7,7 @@ return array(
|
|||
'Portuguese (Brazilian)' => 'Portugisiska (Brasilien)',
|
||||
'Spanish' => 'Spanska',
|
||||
'German' => 'Tyska',
|
||||
// 'Swedish' => '',
|
||||
'Swedish' => 'Svenska',
|
||||
'None' => 'Ingen',
|
||||
'edit' => 'redigera',
|
||||
'Edit' => 'Redigera',
|
||||
|
|
@ -27,7 +27,7 @@ return array(
|
|||
'Grey' => 'Grå',
|
||||
'Save' => 'Spara',
|
||||
'Login' => 'Login',
|
||||
'Official website:' => 'Officiell webbsida :',
|
||||
'Official website:' => 'Officiell webbsida:',
|
||||
'Unassigned' => 'Ej tilldelad',
|
||||
'View this task' => 'Se denna uppgift',
|
||||
'Remove user' => 'Ta bort användare',
|
||||
|
|
@ -375,15 +375,15 @@ return array(
|
|||
'Sub-task added successfully.' => 'Deluppgiften har lagts till.',
|
||||
'Maximum size: ' => 'Maxstorlek: ',
|
||||
'Unable to upload the file.' => 'Kunde inte ladda upp filen.',
|
||||
// 'Display another project' => '',
|
||||
// 'Your GitHub account was successfully linked to your profile.' => '',
|
||||
// 'Unable to link your GitHub Account.' => '',
|
||||
// 'GitHub authentication failed' => '',
|
||||
// 'Your GitHub account is no longer linked to your profile.' => '',
|
||||
// 'Unable to unlink your GitHub Account.' => '',
|
||||
// 'Login with my GitHub Account' => '',
|
||||
// 'Link my GitHub Account' => '',
|
||||
// 'Unlink my GitHub Account' => '',
|
||||
// 'Created by %s' => 'Créé par %s',
|
||||
// 'Last modified on %B %e, %G at %k:%M %p' => '',
|
||||
'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',
|
||||
'Created by %s' => 'Skapad av %s',
|
||||
'Last modified on %B %e, %G at %k:%M %p' => 'Senaste ändring %B %e, %G kl %k:%M %p'',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue