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
ef16f9f2
Commit
ef16f9f2
authored
Jul 12, 2016
by
Phil Höfer
Browse files
title-attribute zu partner und plugin links
parent
a06ff3dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/lang/de/index.php
View file @
ef16f9f2
...
...
@@ -9,8 +9,10 @@ return [
'foki.angepasst'
=>
'angepasst'
,
'conveyor'
=>
'Einkaufen bei MetaGer-Fördershops'
,
'partnertitle'
=>
'MetaGer unterstützen, ohne Mehrkosten für Sie'
,
'plugin'
=>
'MetaGer-Plugin hinzufügen'
,
'plugintitle'
=>
'MetaGer zu Ihrem Browser hinzufügen'
,
'sponsors.head.1'
=>
'Weitere Informationen'
,
'sponsors.head.2'
=>
'Sponsoren'
,
...
...
@@ -71,4 +73,4 @@ return [
'plugin.edge.3'
=>
'Scrollen Sie nach unten und klicken auf "Erweiterte Einstellungen anzeigen"'
,
'plugin.edge.4'
=>
'Scrollen Sie erneut nach unten bis zum Punkt "In Adressleiste suchen mit" und klicken Sie auf "Ändern"'
,
'plugin.edge.5'
=>
'Wählen Sie "MetaGer: Sicher suchen & finden..." und klicken Sie auf "Als Standard"'
,
];
\ No newline at end of file
];
resources/views/index.blade.php
View file @
ef16f9f2
...
...
@@ -183,14 +183,14 @@
</fieldset>
<ul class="
list
-
inline
">
<li>
<a href="
https
://
www
.
boost
-
project
.
com
/
de
/
shops
?
charity_id
=
1129
&
amp
;
tag
=
bl
" target="
_blank
" id="
foerdershops
" class="
btn
btn
-
default
">{{ trans('index.conveyor') }}
<a href="
https
://
www
.
boost
-
project
.
com
/
de
/
shops
?
charity_id
=
1129
&
amp
;
tag
=
bl
" target="
_blank
" id="
foerdershops
" class="
btn
btn
-
default
"
title="
{{
trans
(
'index.partnertitle'
)
}}
"
>{{ trans('index.conveyor') }}
</a>
</li>
<li class="
hidden
-
xs
seperator
">|
</li>
<li id="
plug
" @unless (
$browser
=== 'Firefox' ||
$browser
=== 'Mozilla' ||
$browser
=== 'Chrome' ||
$browser
=== 'Opera' ||
$browser
=== 'IE' ||
$browser
=== 'Edge')
class="
hidden
" @endunless >
<a href="
#" id="plugin" data-toggle="modal" data-target="#plugin-modal" class="btn btn-default">{{ trans('index.plugin') }}</a>
<a href="
#" id="plugin" data-toggle="modal" data-target="#plugin-modal" class="btn btn-default"
title="{{ trans('index.plugintitle') }}"
>{{ trans('index.plugin') }}</a>
</
li
>
</
ul
>
</
figure
>
...
...
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