Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
ca84cfdc
Commit
ca84cfdc
authored
Jul 02, 2021
by
Kevin von Spiczak
Browse files
[BUGFIX] add missing pagination labels
parent
11d9b5ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Resources/Private/Language/de.locallang.xlf
View file @
ca84cfdc
...
...
@@ -613,6 +613,26 @@ Die Templates declined und approved der Extension sg_comments sind für alle Dom
<source>
<![CDATA[BCC]]>
</source>
<target>
<![CDATA[BCC]]>
</target>
</trans-unit>
<trans-unit
id=
"widget.pagination.refresh"
approved=
"yes"
>
<source>
<![CDATA[Refresh]]>
</source>
<target>
<![CDATA[Aktualisieren]]>
</target>
</trans-unit>
<trans-unit
id=
"widget.pagination.previous"
approved=
"yes"
>
<source>
<![CDATA[Previous]]>
</source>
<target>
<![CDATA[Vorherige]]>
</target>
</trans-unit>
<trans-unit
id=
"widget.pagination.next"
approved=
"yes"
>
<source>
<![CDATA[Next]]>
</source>
<target>
<![CDATA[Nächste]]>
</target>
</trans-unit>
<trans-unit
id=
"widget.pagination.first"
approved=
"yes"
>
<source>
<![CDATA[First]]>
</source>
<target>
<![CDATA[Erste]]>
</target>
</trans-unit>
<trans-unit
id=
"widget.pagination.last"
approved=
"yes"
>
<source>
<![CDATA[Last]]>
</source>
<target>
<![CDATA[Letzte]]>
</target>
</trans-unit>
</body>
</file>
</xliff>
Resources/Private/Language/locallang.xlf
View file @
ca84cfdc
...
...
@@ -459,6 +459,21 @@ The templates declined and approved of the sg_comments extension are blacklisted
<trans-unit
id=
"backend.preview.bcc"
>
<source>
<![CDATA[BCC]]>
</source>
</trans-unit>
<trans-unit
id=
"widget.pagination.refresh"
>
<source>
<![CDATA[Refresh]]>
</source>
</trans-unit>
<trans-unit
id=
"widget.pagination.previous"
>
<source>
<![CDATA[Previous]]>
</source>
</trans-unit>
<trans-unit
id=
"widget.pagination.next"
>
<source>
<![CDATA[Next]]>
</source>
</trans-unit>
<trans-unit
id=
"widget.pagination.first"
>
<source>
<![CDATA[First]]>
</source>
</trans-unit>
<trans-unit
id=
"widget.pagination.last"
>
<source>
<![CDATA[Last]]>
</source>
</trans-unit>
</body>
</file>
</xliff>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment