PHP 8 Compatibility
This commit is contained in:
@@ -1148,6 +1148,40 @@ return array(
|
||||
'Remove this role' => 'Ta bort denna rollen',
|
||||
'There is no restriction for this role.' => 'Det finns inga restriktioner för denna rollen',
|
||||
'Only moving task between those columns is permitted' => 'Endast tillåtet att flytta uppgifter mellan dessa kolumner',
|
||||
// 'Close a task in a specific column when not moved during a given period' => '',
|
||||
// 'Edit columns' => '',
|
||||
// 'The column restriction has been created successfully.' => '',
|
||||
// 'Unable to create this column restriction.' => '',
|
||||
// 'Column restriction removed successfully.' => '',
|
||||
// 'Unable to remove this restriction.' => '',
|
||||
// 'Your custom project role has been created successfully.' => '',
|
||||
// 'Unable to create custom project role.' => '',
|
||||
// 'Your custom project role has been updated successfully.' => '',
|
||||
// 'Unable to update custom project role.' => '',
|
||||
// 'Custom project role removed successfully.' => '',
|
||||
// 'Unable to remove this project role.' => '',
|
||||
// 'The project restriction has been created successfully.' => '',
|
||||
// 'Unable to create this project restriction.' => '',
|
||||
// 'Project restriction removed successfully.' => '',
|
||||
// 'You cannot create tasks in this column.' => '',
|
||||
// 'Task creation is permitted for this column' => '',
|
||||
// 'Closing or opening a task is permitted for this column' => '',
|
||||
// 'Task creation is blocked for this column' => '',
|
||||
// 'Closing or opening a task is blocked for this column' => '',
|
||||
// 'Task creation is not permitted' => '',
|
||||
// 'Closing or opening a task is not permitted' => '',
|
||||
// 'New drag and drop restriction for the role "%s"' => '',
|
||||
// 'People belonging to this role will be able to move tasks only between the source and the destination column.' => '',
|
||||
// 'Remove a column restriction' => '',
|
||||
// 'Do you really want to remove this column restriction: "%s" to "%s"?' => '',
|
||||
// 'New column restriction for the role "%s"' => '',
|
||||
// 'Rule' => '',
|
||||
// 'Do you really want to remove this column restriction?' => '',
|
||||
// 'Custom roles' => '',
|
||||
// 'New custom project role' => '',
|
||||
// 'Edit custom project role' => '',
|
||||
// 'Remove a custom role' => '',
|
||||
// 'Do you really want to remove this custom role: "%s"? All people assigned to this role will become project member.' => '',
|
||||
'There is no custom role for this project.' => 'Det finns ingen anpassad roll för detta projekt.',
|
||||
'New project restriction for the role "%s"' => 'Ny projektrestriktion för roll "%s"',
|
||||
'Restriction' => 'Restriktion',
|
||||
@@ -1390,7 +1424,8 @@ return array(
|
||||
'MXN - Mexican Peso' => 'MXN - Mexikansk peso',
|
||||
'Estimated vs actual time per column' => 'Uppskattad kontra faktisk tid per kolumn',
|
||||
'HUF - Hungarian Forint' => 'HUF - Ungersk forint',
|
||||
'XBT - bitcoin' => 'XBT - bitcoin',
|
||||
// 'XBT - Bitcoin' => '',
|
||||
'You must select a file to upload as your avatar!' => 'Du måste välja en fil att uppladda som din avatar!',
|
||||
'The file you uploaded is not a valid image! (Only *.gif, *.jpg, *.jpeg and *.png are allowed!)' => 'Filen du laddade upp är inte ett giltigt bildformat! (Endast *.gif *.jpg *.jpeg samt *.png är tillåtet!)',
|
||||
// 'Automatically set the due date when the task is moved away from a specific column' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user