Skip to content

Commit

Permalink
[TASK] Revert removal of pagination labels
Browse files Browse the repository at this point in the history
Restore the translations of pagination labels to make updates easier
and to have some default labels which can be used by various
pagination implementations.

Resolves: #93365
Related: #92529
Releases: master
Change-Id: I4b5d9da4bacff4c597b41efd2677ecd665fcaa87
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67533
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
georgringer authored and bmack committed Jan 26, 2021
1 parent ff385c1 commit 22a7494
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions typo3/sysext/fluid/Resources/Private/Language/locallang.xlf
Expand Up @@ -3,6 +3,27 @@
<file t3:id="1415814823" source-language="en" datatype="plaintext" original="EXT:fluid/Resources/Private/Language/locallang.xlf" date="2012-03-30T23:43:57Z" product-name="fluid">
<header/>
<body>
<trans-unit id="widget.pagination.previous" resname="widget.pagination.previous">
<source>previous</source>
</trans-unit>
<trans-unit id="widget.pagination.next" resname="widget.pagination.next">
<source>next</source>
</trans-unit>
<trans-unit id="widget.pagination.first" resname="widget.pagination.first">
<source>first</source>
</trans-unit>
<trans-unit id="widget.pagination.last" resname="widget.pagination.last">
<source>last</source>
</trans-unit>
<trans-unit id="widget.pagination.records" resname="widget.pagination.records">
<source>Records</source>
</trans-unit>
<trans-unit id="widget.pagination.page" resname="widget.pagination.page">
<source>Page</source>
</trans-unit>
<trans-unit id="widget.pagination.refresh" resname="widget.pagination.refresh">
<source>Refresh</source>
</trans-unit>
<trans-unit id="viewhelper.format.bytes.units" resname="viewhelper.format.bytes.units">
<source>B,KB,MB,GB,TB,PB,EB,ZB,YB</source>
</trans-unit>
Expand Down

0 comments on commit 22a7494

Please sign in to comment.