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
53dc02e4
Commit
53dc02e4
authored
Jun 14, 2016
by
karl
Browse files
Der Placeholder im Suchfeld liegt jetzt Übersetzt vor
parent
2fb00fd9
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/lang/de/index.php
View file @
53dc02e4
<?php
return
[
'foki.bilder'
=>
'Bilder'
,
'foki.nachrichten'
=>
'Nachrichten'
,
'foki.wissenschaft'
=>
'Wissenschaft'
,
'foki.produkte'
=>
'Produkte'
,
'foki.anpassen'
=>
'anpassen'
,
'conveyor'
=>
'Einkaufen bei MetaGer-Fördershops'
,
'plugin'
=>
'MetaGer-Plugin hinzufügen'
,
'sponsors'
=>
'Sponsoren'
,
'sponsors.woxikon'
=>
'Woxikon: Nach Wörtern & Synonymen suchen'
,
'foki.bilder'
=>
'Bilder'
,
'foki.nachrichten'
=>
'Nachrichten'
,
'foki.wissenschaft'
=>
'Wissenschaft'
,
'foki.produkte'
=>
'Produkte'
,
'foki.anpassen'
=>
'anpassen'
,
'conveyor'
=>
'Einkaufen bei MetaGer-Fördershops'
,
'plugin'
=>
'MetaGer-Plugin hinzufügen'
,
'furtherInfo'
=>
'Further Information'
,
'sponsors'
=>
'Sponsoren'
,
'sponsors.woxikon'
=>
'Woxikon: Nach Wörtern & Synonymen suchen'
,
'sponsors.gutscheine'
=>
'Aktuelle Gutscheine auf Gutschein-Magazin.de'
,
'sponsors.kredite'
=>
'Günstige Kredite auf FINANZCHECK.de vergleichen '
,
'about.title'
=>
'Über uns'
,
'about.1.1'
=>
'Datenschutz & Privatsphäre'
,
'about.1.2'
=>
' sind bei uns einfach & selbstverständlich.'
,
'about.2.1'
=>
'Wir arbeiten nicht gewinnorientiert, wir sind ein '
,
'about.2.2'
=>
'gemeinnütziger Verein. '
'about.2.2'
=>
'gemeinnütziger Verein. '
,
'placeholder'
=>
'MetaGer: Sicher suchen & finden, Privatsphäre schützen'
,
];
\ No newline at end of file
resources/lang/en/index.php
View file @
53dc02e4
...
...
@@ -6,16 +6,23 @@ return [
'foki.wissenschaft'
=>
'Science'
,
'foki.produkte'
=>
'Shopping'
,
'foki.anpassen'
=>
'customize'
,
'conveyor'
=>
'Purchase at supporting MetaGer Shops'
,
'plugin'
=>
'add the MetaGer-Plugin'
,
'furtherInfo'
=>
'Weitere Informationen'
,
'sponsors'
=>
''
,
'sponsors.woxikon'
=>
''
,
'sponsors.gutscheine'
=>
''
,
'sponsors.kredite'
=>
''
,
'about.title'
=>
'About us'
,
'about.1.1'
=>
'Data protection & privacy'
,
'about.1.2'
=>
' are simple and natural for us.'
,
'about.2.1'
=>
'We do not work for profit. We are a '
,
'about.2.2'
=>
'non-profit association. '
'about.2.2'
=>
'non-profit association. '
,
'placeholder'
=>
'MetaGer: Search and Find Savely, Protect Privacy'
,
];
\ No newline at end of file
resources/views/index.blade.php
View file @
53dc02e4
...
...
@@ -92,7 +92,7 @@
</
span
>
</
button
>
</
div
>
<
input
type
=
"text"
name
=
"eingabe"
required
=
""
autofocus
=
""
class
=
"form-control"
placeholder
=
"
MetaGer: Sicher suchen & finden, Privatsphäre schützen
"
>
<
input
type
=
"text"
name
=
"eingabe"
required
=
""
autofocus
=
""
class
=
"form-control"
placeholder
=
"
{{ trans('index.placeholder') }}
"
>
<
input
type
=
"hidden"
name
=
"encoding"
value
=
"utf8"
>
@
if
(
$focus
===
'angepasst'
)
<
input
type
=
"hidden"
name
=
"lang"
value
=
{{
$lang
}}
>
<
input
type
=
"hidden"
name
=
"resultCount"
value
=
{{
$resultCount
}}
>
...
...
@@ -131,7 +131,7 @@
@
section
(
'optionalContent'
)
<
section
id
=
"moreInformation"
class
=
"hidden-xs"
>
<
h1
class
=
"hidden"
>
Weitere
Informationen
<
h1
class
=
"hidden"
>
{{
trans
(
'index.furtherInfo'
)
}}
</
h1
>
<
div
class
=
"row"
>
<
div
id
=
"sponsors"
class
=
"col-md-6 col-sm12"
>
...
...
Write
Preview
Markdown
is supported
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