Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
7a39720b
Commit
7a39720b
authored
Aug 30, 2016
by
Dominik Hebeler
Browse files
Texte für die Pagination geändert und auch englische Texte eingefügt
parent
beb39a64
Changes
6
Hide whitespace changes
Inline
Side-by-side
resources/lang/de/results.php
View file @
7a39720b
<?php
return
[
'redirect'
=>
'(mit redirect)'
,
];
\ No newline at end of file
'redirect'
=>
'(mit redirect)'
,
'weiter'
=>
'Weitersuchen'
,
'zurueck'
=>
'Zurück'
,
];
resources/lang/en/results.php
View file @
7a39720b
<?php
return
[
'redirect'
=>
'(with redirect)'
,
];
\ No newline at end of file
'redirect'
=>
'(with redirect)'
,
'weiter'
=>
'more'
,
'zurueck'
=>
'back'
,
];
resources/views/metager3.blade.php
View file @
7a39720b
...
...
@@ -43,8 +43,8 @@
@
endforeach
<
nav
aria
-
label
=
"..."
>
<
ul
class
=
"pager"
>
<
li
@
if
(
$metager
->
lastSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->lastSearchLink
() }}"
>
Zurück
</
a
></
li
>
<
li
@
if
(
$metager
->
nextSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->nextSearchLink
() }}"
>
Weiter
Suchen
</
a
></
li
>
<
li
@
if
(
$metager
->
lastSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->lastSearchLink
() }}"
>
{{
trans
(
'results.zurueck'
)
}}
</
a
></
li
>
<
li
@
if
(
$metager
->
nextSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->nextSearchLink
() }}"
>
{{
trans
(
'results.weiter'
)
}}
</
a
></
li
>
</
ul
>
</
nav
>
</
div
>
...
...
resources/views/metager3bilder.blade.php
View file @
7a39720b
...
...
@@ -38,8 +38,8 @@
</
div
>
<
nav
aria
-
label
=
"..."
>
<
ul
class
=
"pager"
>
<
li
@
if
(
$metager
->
lastSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->lastSearchLink
() }}"
>
Zurück
</
a
></
li
>
<
li
@
if
(
$metager
->
nextSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->nextSearchLink
() }}"
>
Weiter
Suchen
</
a
></
li
>
<
li
@
if
(
$metager
->
lastSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->lastSearchLink
() }}"
>
{{
trans
(
'results.zurueck'
)
}}
</
a
></
li
>
<
li
@
if
(
$metager
->
nextSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->nextSearchLink
() }}"
>
{{
trans
(
'results.weiter'
)
}}
</
a
></
li
>
</
ul
>
</
nav
>
@
endsection
resources/views/metager3bilderresults.blade.php
View file @
7a39720b
...
...
@@ -35,7 +35,7 @@
</
div
>
<
nav
aria
-
label
=
"..."
>
<
ul
class
=
"pager"
>
<
li
@
if
(
$metager
->
lastSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->lastSearchLink
() }}"
>
Zurück
</
a
></
li
>
<
li
@
if
(
$metager
->
nextSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->nextSearchLink
() }}"
>
Weiter
Suchen
</
a
></
li
>
<
li
@
if
(
$metager
->
lastSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->lastSearchLink
() }}"
>
{{
trans
(
'results.zurueck'
)
}}
</
a
></
li
>
<
li
@
if
(
$metager
->
nextSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->nextSearchLink
() }}"
>
{{
trans
(
'results.weiter'
)
}}
</
a
></
li
>
</
ul
>
</
nav
>
resources/views/metager3results.blade.php
View file @
7a39720b
...
...
@@ -36,8 +36,8 @@
@
endforeach
<
nav
aria
-
label
=
"..."
>
<
ul
class
=
"pager"
>
<
li
@
if
(
$metager
->
lastSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->lastSearchLink
() }}"
>
Zurück
</
a
></
li
>
<
li
@
if
(
$metager
->
nextSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->nextSearchLink
() }}"
>
Weiter
Suchen
</
a
></
li
>
<
li
@
if
(
$metager
->
lastSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->lastSearchLink
() }}"
>
{{
trans
(
'results.zurueck'
)
}}
</
a
></
li
>
<
li
@
if
(
$metager
->
nextSearchLink
()
===
"#"
)
class
=
"disabled"
@
endif
><
a
href
=
"{{
$metager->nextSearchLink
() }}"
>
{{
trans
(
'results.weiter'
)
}}
</
a
></
li
>
</
ul
>
</
nav
>
</
div
>
...
...
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