diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
commit | 4c9179878182e49e42d47a004c24b0aa9c9b72ee (patch) | |
tree | 2c78784a7d9bb5c85aa782e30382b0f58f4059c1 /app/Locale/sv_SE/translations.php | |
parent | 7c7692698014e9ac96c1d0446bacd972faa5a940 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/sv_SE/translations.php')
-rw-r--r-- | app/Locale/sv_SE/translations.php | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 96a28b2c..b04dc3f9 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -8,7 +8,6 @@ return array( 'Edit' => 'Redigera', 'remove' => 'ta bort', 'Remove' => 'Ta bort', - 'Update' => 'Uppdatera', 'Yes' => 'Ja', 'No' => 'Nej', 'cancel' => 'avbryt', @@ -60,7 +59,6 @@ return array( 'Actions' => 'Åtgärder', 'Inactive' => 'Inaktiv', 'Active' => 'Aktiv', - 'Add this column' => 'Lägg till kolumnen', '%d tasks on the board' => '%d uppgifter på tavlan', '%d tasks in total' => '%d uppgifter totalt', 'Unable to update this board.' => 'Kunde inte uppdatera tavlan', @@ -184,7 +182,6 @@ return array( 'Unable to remove this action.' => 'Kunde inte ta bort denna åtgärd.', 'Action removed successfully.' => 'Åtgärden har tagits bort.', 'Automatic actions for the project "%s"' => 'Automatiska åtgärder för projektet "%s"', - 'Defined actions' => 'Definierade åtgärder', 'Add an action' => 'Lägg till en åtgärd', 'Event name' => 'Händelsenamn', 'Action name' => 'Åtgärdsnamn', @@ -194,7 +191,6 @@ return array( 'When the selected event occurs execute the corresponding action.' => 'När händelsen inträffar, kör inställd åtgärd.', 'Next step' => 'Nästa steg', 'Define action parameters' => 'Definiera upp händelseparametrar', - 'Save this action' => 'Spara denna åtgärd', 'Do you really want to remove this action: "%s"?' => 'Vill du verkligen ta bort denna åtgärd: "%s"?', 'Remove an automatic action' => 'Ta bort en automatiskt åtgärd', 'Assign the task to a specific user' => 'Tilldela uppgiften till en specifik användare', @@ -1148,4 +1144,11 @@ return array( // 'This value must be greater than %d' => '', // 'Another swimlane with the same name exists in the project' => '', // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '', + // 'Actions duplicated successfully.' => '', + // 'Unable to duplicate actions.' => '', + // 'Add a new action' => '', + // 'Import from another project' => '', + // 'There is no action at the moment.' => '', + // 'Import actions from another project' => '', + // 'There is no available project.' => '', ); |