diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-13 19:40:49 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-13 19:40:49 -0500 |
commit | 9861d41ddd080e0ab182ce0ef7c981eee054fd63 (patch) | |
tree | 5a643aa0fa77d06b4eee2d5d92db411f8ebf8b4a /app/Locale/da_DK | |
parent | 8768918bbe36e6a051491c0fe283033608ae3c91 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/da_DK')
-rw-r--r-- | app/Locale/da_DK/translations.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 3b1bc972..54e80c4c 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1121,4 +1121,20 @@ return array( // 'Disable private projects' => '', // 'Do you really want to remove this custom filter: "%s"?' => '', // 'Remove a custom filter' => '', + // 'User activated successfully.' => '', + // 'Unable to enable this user.' => '', + // 'User disabled successfully.' => '', + // 'Unable to disable this user.' => '', + // 'All files have been uploaded successfully.' => '', + // 'View uploaded files' => '', + // 'The maximum allowed file size is %sB.' => '', + // 'Choose files again' => '', + // 'Drag and drop your files here' => '', + // 'choose files' => '', + // 'View profile' => '', + // 'Two Factor' => '', + // 'Disable user' => '', + // 'Do you really want to disable this user: "%s"?' => '', + // 'Enable user' => '', + // 'Do you really want to enable this user: "%s"?' => '', ); |