Update translations.php

Added some more Swedish translations.
This commit is contained in:
gavlepeter 2014-07-17 14:17:39 +02:00
parent 8c109ef62b
commit 42ca8390d4
1 changed files with 13 additions and 13 deletions

View File

@ -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'',
);