summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/grid/enhanced/nls/de/Pagination.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/grid/enhanced/nls/de/Pagination.js')
-rw-r--r--js/dojo/dojox/grid/enhanced/nls/de/Pagination.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/js/dojo/dojox/grid/enhanced/nls/de/Pagination.js b/js/dojo/dojox/grid/enhanced/nls/de/Pagination.js
new file mode 100644
index 0000000..67f173e
--- /dev/null
+++ b/js/dojo/dojox/grid/enhanced/nls/de/Pagination.js
@@ -0,0 +1,25 @@
+//>>built
+define(
+"dojox/grid/enhanced/nls/de/Pagination", //begin v1.x content
+({
+ "descTemplate": "${2} - ${3} von ${1} ${0}",
+ "firstTip": "Erste Seite",
+ "lastTip": "Letzte Seite",
+ "nextTip": "Nächste Seite",
+ "prevTip": "Vorherige Seite",
+ "itemTitle": "Elemente",
+ "singularItemTitle": "Element",
+ "pageStepLabelTemplate": "Seite ${0}",
+ "pageSizeLabelTemplate": "${0} Elemente pro Seite",
+ "allItemsLabelTemplate": "Alle Elemente",
+ "gotoButtonTitle": "Bestimmte Seite aufrufen",
+ "dialogTitle": "Seite aufrufen",
+ "dialogIndication": "Seitenzahl angeben",
+ "pageCountIndication": " (${0} Seiten)",
+ "dialogConfirm": "Start",
+ "dialogCancel": "Abbrechen",
+ "all": "alle"
+})
+//end v1.x content
+);
+