summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgavlepeter <p.jaderkvist@gmail.com>2014-07-17 14:17:39 +0200
committergavlepeter <p.jaderkvist@gmail.com>2014-07-17 14:17:39 +0200
commit42ca8390d43080c7403c4ae4cdaf31296bc02576 (patch)
tree96199d0493b97ef4c6dd1d7e1b2936a571316adf
parent8c109ef62bf28406949157a160ac18e97a091cb1 (diff)
Update translations.php
Added some more Swedish translations.
-rw-r--r--app/Locales/sv_SE/translations.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/app/Locales/sv_SE/translations.php b/app/Locales/sv_SE/translations.php
index 8bd6a592..cae457b1 100644
--- a/app/Locales/sv_SE/translations.php
+++ b/app/Locales/sv_SE/translations.php
@@ -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'',
);