Skip to content

Commit

Permalink
SAK-25314 UK English translations
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/jsf/trunk@130829 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
leveque committed Oct 24, 2013
1 parent bb77dfc commit bd72995
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# pager widget i18n values

pager_textFirst=|<
pager_textPrev=<
pager_textNext=>
pager_textLast=>|

pager_textStatus=Viewing {0} to {1} of {2} {3}
pager_textStatusZeroItems=Viewing 0 {3}
pager_textPageSize=Show {0}
pager_textItem=items
pager_textPageSizeAll=all

pager_titleFirst=First {0} {1}
pager_titlePrev=Previous {0} {1}
pager_titleNext=Next {0} {1}
pager_titleLast=Last {0} {1}

# pager widget configuration values
pager_pageSize=20
pager_pageSizes=5,10,20,50,100

pager_accesskeys=false
pager_renderFirst=true
pager_renderPrev=true
pager_renderNext=true
pager_renderLast=true

0 comments on commit bd72995

Please sign in to comment.