Fix translations with incorrect placeholders.

This commit is contained in:
Colin Williams
2015-06-19 17:59:12 +01:00
parent 9ba3daca66
commit 0826c1acdb
14 changed files with 28 additions and 28 deletions

View File

@@ -497,7 +497,7 @@ return array(
'Default columns for new projects (Comma-separated)' => 'Standaard kolommen voor nieuw projecten (komma gescheiden)',
'Task assignee change' => 'Taak toegewezene verandering',
'%s change the assignee of the task #%d to %s' => '%s heeft de toegewezene voor taak %d veranderd in %s',
'%s changed the assignee of the task %s to %s' => '%s heeft de toegewezene voor taak %d veranderd in %s',
'%s changed the assignee of the task %s to %s' => '%s heeft de toegewezene voor taak %s veranderd in %s',
'Column Change' => 'Kolom verandering',
'Position Change' => 'Positie verandering',
'Assignee Change' => 'Toegewezene verandering',
@@ -658,7 +658,7 @@ return array(
'All colors' => 'Alle kleuren',
'All status' => 'Alle statussen',
'Add a comment logging moving the task between columns' => 'Voeg een commentaar toe bij het verplaatsen van een taak tussen kolommen',
'Moved to column %s' => 'Verplaatst naar kolom',
'Moved to column %s' => 'Verplaatst naar kolom %s',
'Change description' => 'Verandering omschrijving',
'User dashboard' => 'Gebruiker dashboard',
'Allow only one subtask in progress at the same time for a user' => 'Sta maximaal één subtaak in behandeling toe per gebruiker',