Skip to content

Commit

Permalink
Add Arabic translation for Pagination extension
Browse files Browse the repository at this point in the history
  • Loading branch information
elombashy authored and Kenneth G. Franqueiro committed Nov 21, 2013
1 parent bcd41b2 commit caac41c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extensions/nls/ar/pagination.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
define({
status: "${start} - ${end} من ${total} نتائج",
gotoFirst: "الصفحة الأولى",
gotoNext: "التالي",
gotoPrev: "السابق",
gotoLast: "الصفحة الأخيرة",
gotoPage: "صفحة",
jumpPage: "إذهب لصفحة "
});
1 change: 1 addition & 0 deletions extensions/nls/pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ define({
gotoPage: "Go to page",
jumpPage: "Jump to page"
},
ar: true,
de: true,
es: true,
fr: true,
Expand Down

0 comments on commit caac41c

Please sign in to comment.