diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/grid/enhanced/nls/fr/Pagination.js | |
Diffstat (limited to 'js/dojo/dojox/grid/enhanced/nls/fr/Pagination.js')
| -rw-r--r-- | js/dojo/dojox/grid/enhanced/nls/fr/Pagination.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/js/dojo/dojox/grid/enhanced/nls/fr/Pagination.js b/js/dojo/dojox/grid/enhanced/nls/fr/Pagination.js new file mode 100644 index 0000000..b9f614d --- /dev/null +++ b/js/dojo/dojox/grid/enhanced/nls/fr/Pagination.js @@ -0,0 +1,25 @@ +//>>built +define( +"dojox/grid/enhanced/nls/fr/Pagination", //begin v1.x content +({ + "descTemplate": "${2} - ${3} sur ${1} ${0}", + "firstTip": "Première page", + "lastTip": "Dernière page", + "nextTip": "Page suivante", + "prevTip": "Page précédente", + "itemTitle": "éléments", + "singularItemTitle": "élément", + "pageStepLabelTemplate": "Page ${0}", + "pageSizeLabelTemplate": "${0} éléments par page", + "allItemsLabelTemplate": "Tous les éléments", + "gotoButtonTitle": "Accéder à une page spécifique", + "dialogTitle": "Accéder à la page", + "dialogIndication": "Indiquer le numéro de page", + "pageCountIndication": " (${0} pages)", + "dialogConfirm": "Accès", + "dialogCancel": "Annuler", + "all": "tout" +}) +//end v1.x content +); + |
