diff --git a/dictionaries/dictionary.itop.ui.php b/dictionaries/dictionary.itop.ui.php index 838eb9453..1c531d4ca 100644 --- a/dictionaries/dictionary.itop.ui.php +++ b/dictionaries/dictionary.itop.ui.php @@ -915,5 +915,9 @@ When associated with a trigger, each action is given an "order" number, specifyi 'UI:ActionNotAllowed' => 'You are not allowed to perform this action on these objects.', 'UI:BulkAction:NoObjectSelected' => 'Please select at least one object to perform this operation', 'UI:AttemptingToChangeASlaveAttribute_Name' => 'The field %1$s is not writable because it is mastered by the data synchronization. Value remains unchanged.', + 'UI:Pagination:HeaderSelection' => 'Total: %1$s objects (%2$s objects selected).', + 'UI:Pagination:HeaderNoSelection' => 'Total: %1$s objects.', + 'UI:Pagination:PageSize' => '%1$s objects per page', + 'UI:Pagination:PagesLabel' => 'Pages:', )); ?> diff --git a/dictionaries/fr.dictionary.itop.ui.php b/dictionaries/fr.dictionary.itop.ui.php index 86c4285c4..7c34ce6b5 100644 --- a/dictionaries/fr.dictionary.itop.ui.php +++ b/dictionaries/fr.dictionary.itop.ui.php @@ -765,5 +765,9 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé 'UI:ActionNotAllowed' => 'Vous n\'êtes pas autorisé à exécuter cette opération sur ces objets.', 'UI:BulkAction:NoObjectSelected' => 'Veuillez s\électionner au moins un objet pour cette opération.', 'UI:AttemptingToChangeASlaveAttribute_Name' => 'Le champ %1$s ne peut pas être modifié car il est géré par une synchronisation avec une source de données. Valeur inchangée.', + 'UI:Pagination:HeaderSelection' => 'Total: %1$s éléments / %2$s éléments sélectionné(s).', + 'UI:Pagination:HeaderNoSelection' => 'Total: %1$s éléments.', + 'UI:Pagination:PageSize' => '%1$s éléments par page', + 'UI:Pagination:PagesLabel' => 'Pages:', )); ?>