diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-19 09:11:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-19 09:11:05 -0500 |
commit | 23ff360d6232bbaf397405f0ac048f4200cea4ad (patch) | |
tree | 5cc21ed675ec5e5b7175c8236ba9422f7a762685 /app/Locale/nb_NO | |
parent | 64a4eb05ce9abb2c062a1a8fce6ac1021b343e7c (diff) |
Update translations
Diffstat (limited to 'app/Locale/nb_NO')
-rw-r--r-- | app/Locale/nb_NO/translations.php | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index a6a92313..7cc3b99b 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -4,9 +4,7 @@ return array( 'number.decimals_separator' => ',', 'number.thousands_separator' => '.', 'None' => 'Ingen', - 'edit' => 'rediger', 'Edit' => 'Rediger', - 'remove' => 'fjern', 'Remove' => 'Fjern', 'Yes' => 'Ja', 'No' => 'Nei', @@ -167,8 +165,6 @@ return array( 'Automatic actions for the project "%s"' => 'Automatiske handlinger for prosjektet "%s"', 'Add an action' => 'Legg til en handling', 'Event name' => 'Hendelsehet', - 'Action name' => 'Handling', - 'Action parameters' => 'Handlingsparametre', 'Action' => 'Handling', 'Event' => 'Hendelse', 'When the selected event occurs execute the corresponding action.' => 'Når den valgte hendelsen oppstår, utfør tilsvarende handling.', @@ -187,7 +183,7 @@ return array( 'Position' => 'Posisjon', 'Duplicate to another project' => 'Kopier til et annet prosjekt', 'Duplicate' => 'Kopier', - 'link' => 'link', + 'Link' => 'Link', 'Comment updated successfully.' => 'Kommentar oppdatert.', 'Unable to update your comment.' => 'Din kommentar kunne ikke oppdateres.', 'Remove a comment' => 'Fjern en kommentar', @@ -234,7 +230,6 @@ return array( 'Category:' => 'Kategori:', 'Categories' => 'Kategorier', 'Your category have been created successfully.' => 'Kategorien er opprettet.', - 'Unable to create your category.' => 'Kategorien kunne ikke opprettes.', 'This category has been updated successfully.' => 'Kategorien er oppdatert.', 'Unable to update this category.' => 'Kategorien kunne ikke oppdateres.', 'Remove a category' => 'Fjern en kategori', @@ -899,7 +894,6 @@ return array( // 'Add group member' => '', // 'Do you really want to remove this group: "%s"?' => '', // 'There is no user in this group.' => '', - // 'Remove this user' => '', // 'Permissions' => '', // 'Allowed Users' => '', // 'No user have been allowed specifically.' => '', @@ -1309,4 +1303,21 @@ return array( // 'This project is open' => '', // 'This project is closed' => '', // 'Unable to upload files, check the permissions of your data folder.' => '', + // 'Another category with the same name exists in this project' => '', + // 'Comment sent by email successfully.' => '', + // 'Sent by email to [%s](mailto:%s) (%s)' => '', + // 'Unable to read uploaded file.' => '', + // 'Database uploaded successfully.' => '', + // 'Task sent by email successfully.' => '', + // 'There is no category in this project.' => '', + // 'Send by email' => '', + // 'Create and send a comment by email' => '', + // 'Subject' => '', + // 'Upload the database' => '', + // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', + // 'Database file' => '', + // 'Upload' => '', + // 'Remove this user from group' => '', + // 'Your project must have at least one active swimlane.' => '', + // 'Project: %s' => '', ); |