We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb00c33 commit af7d627Copy full SHA for af7d627
resources/lang/de/common.php
@@ -42,8 +42,8 @@
42
'fullscreen' => 'Vollbild',
43
'favourite' => 'Favorit',
44
'unfavourite' => 'Kein Favorit',
45
- 'next' => 'Next',
46
- 'previous' => 'Previous',
+ 'next' => 'Nächste',
+ 'previous' => 'Vorheriges',
47
48
// Sort Options
49
'sort_options' => 'Sortieroptionen',
resources/lang/nl/common.php
'fullscreen' => 'Volledig scherm',
'favourite' => 'Favoriet',
'unfavourite' => 'Verwijderen uit favoriet',
+ 'next' => 'Volgende',
+ 'previous' => 'Vorige',
'sort_options' => 'Sorteeropties',
0 commit comments