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
ab975c8d
Commit
ab975c8d
authored
Aug 01, 2017
by
Karl Hasselbring
Browse files
Übersetzung hinzugefügt
parent
29b00f7f
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/lang/de/result.php
View file @
ab975c8d
<?php
return
[
'options.headline'
=>
'Optionen'
,
'options.savetab'
=>
'Ergebnis in Tab speichern.'
,
'options.1'
=>
'Suche auf dieser Domain neu starten'
,
'options.2'
=>
':host ausblenden'
,
'options.3'
=>
'*.:domain ausblenden'
,
...
...
resources/views/layouts/result.blade.php
View file @
ab975c8d
...
...
@@ -23,12 +23,12 @@
<div
class=
"option-content"
>
<ul
class=
"option-list list-unstyled small"
>
<li
class=
"option-title"
>
<i
class=
"fa fa-cog"
></i>
Optionen
<i
class=
"fa fa-cog"
></i>
{!! trans('result.options.headline') !!}
</li>
<hr>
<li
class=
"js-only"
>
<a
href=
"javascript:resultSaver({{ $result->number }});"
class=
"saver"
data-counter=
"{{ $result->number }}"
>
<i
class=
"fa fa-floppy-disk"
></i>
Ergebnis in Tab speichern.
<i
class=
"fa fa-floppy-disk"
></i>
{!! trans('result.options.savetab') !!}
</a>
</li>
@if(strlen($metager->getSite()) === 0)
...
...
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