Merge dicos...

This commit is contained in:
Eric Espie
2025-11-14 16:14:34 +01:00
parent ea95ae60a6
commit e02fc9cb44
2 changed files with 12 additions and 10 deletions

View File

@@ -20,9 +20,10 @@
// Input
Dict::Add('EN US', 'English', 'English', [
'UI:Component:Input:ChangeNotAllowed' => 'This change is not allowed',
'UI:Component:Input:Password:DoesNotMatch' => 'Passwords do not match',
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) required',
'UI:Component:Input:ChangeNotAllowed' => 'This change is not allowed',
'UI:Component:Input:Password:DoesNotMatch' => 'Passwords do not match',
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) required',
'UI:Component:Input:Select:Select_item' => 'Select an item...'
));
'UI:Component:Input:Select:Select_item' => 'Select an item...',
]
);