N°659 use header message to display uniqueness errors on object creation / modification

This commit is contained in:
Pierre Goiffon
2018-10-19 15:08:33 +02:00
parent fc0cb44a84
commit 027b0fcff7
16 changed files with 59 additions and 6 deletions

View File

@@ -393,6 +393,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:ClickToCreateNew' => 'Nový objekt (%1$s)',
'UI:SearchFor_Class' => 'Hledat objekty třídy %1$s',
'UI:NoObjectToDisplay' => 'Žádný objekt k zobrazení.',
'UI:Error:SaveFailed' => 'The object cannot be saved :~~',
'UI:Error:MandatoryTemplateParameter_object_id' => 'Parametr object_id je povinný, pokud je uveden parametr link_attr. Zkontrolujte definici šablony zobrazení.',
'UI:Error:MandatoryTemplateParameter_target_attr' => 'Parametr target_attr je povinný, pokud je uveden parametr link_attr. Zkontrolujte definici šablony zobrazení.',
'UI:Error:MandatoryTemplateParameter_group_by' => 'Parametr group_by je povinný. Zkontrolujte definici šablony zobrazení.',