New implementation for displaying long lists: pagination

SVN:trunk[1307]
This commit is contained in:
Denis Flaven
2011-06-29 08:53:26 +00:00
parent a5091d9af0
commit 73dc5eb922
2 changed files with 8 additions and 0 deletions

View File

@@ -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:',
));
?>

View File

@@ -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:',
));
?>