Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
e8d1fc29
Commit
e8d1fc29
authored
May 11, 2016
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Startseite übersetzt.
Fehlt noch das Plugin-Modal
parent
f8e06eb3
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
38 deletions
+41
-38
resources/lang/de/staticPages.php
resources/lang/de/staticPages.php
+21
-18
resources/lang/en/staticPages.php
resources/lang/en/staticPages.php
+4
-1
resources/views/index.blade.php
resources/views/index.blade.php
+14
-17
resources/views/layouts/staticPages.blade.php
resources/views/layouts/staticPages.blade.php
+2
-2
No files found.
resources/lang/de/staticPages.php
View file @
e8d1fc29
<?php
return
[
'nav1'
=>
'Suche'
,
'nav2'
=>
'Spenden'
,
'nav3'
=>
'Datenschutz'
,
'nav4'
=>
'Forum'
,
'nav5'
=>
'Kontakt'
,
'nav6'
=>
'Team'
,
'nav7'
=>
'Über uns'
,
'nav8'
=>
'Impressum'
,
'nav9'
=>
'Hilfe'
,
'nav10'
=>
'Widget'
,
'nav11'
=>
'Assoziator'
,
'nav12'
=>
'Code-Suche'
,
'nav13'
=>
'URL-Verkürzer'
,
'nav14'
=>
'TOR-Hidden-Service'
,
'nav15'
=>
'Dienste'
,
'nav16'
=>
'Fördern'
,
'nav17'
=>
'Einkaufen bei MetaGer-Fördershops'
,
'nav18'
=>
'Kontakt'
'nav1'
=>
'Suche'
,
'nav2'
=>
'Spenden'
,
'nav3'
=>
'Datenschutz'
,
'nav4'
=>
'Forum'
,
'nav5'
=>
'Kontakt'
,
'nav6'
=>
'Team'
,
'nav7'
=>
'Über uns'
,
'nav8'
=>
'Impressum'
,
'nav9'
=>
'Hilfe'
,
'nav10'
=>
'Widget'
,
'nav11'
=>
'Assoziator'
,
'nav12'
=>
'Code-Suche'
,
'nav13'
=>
'URL-Verkürzer'
,
'nav14'
=>
'TOR-Hidden-Service'
,
'nav15'
=>
'Dienste'
,
'nav16'
=>
'Fördern'
,
'nav17'
=>
'Einkaufen bei MetaGer-Fördershops'
,
'nav18'
=>
'Kontakt'
,
'navigationToggle'
=>
'Navigation anzeigen'
,
'sumaev.1'
=>
'MetaGer wird entwickelt und betrieben vom '
,
'sumaev.2'
=>
'SUMA-EV - Verein für freien Wissenszugang.'
];
\ No newline at end of file
resources/lang/en/staticPages.php
View file @
e8d1fc29
...
...
@@ -18,5 +18,8 @@ return [
'nav15'
=>
'Tools'
,
'nav16'
=>
'Support'
,
'nav17'
=>
'Purchase at MetaGer Supporting Shops'
,
'nav18'
=>
'Contact'
'nav18'
=>
'Contact'
,
'navigationToggle'
=>
'show navigation'
,
'sumaev.1'
=>
'MetaGer is developed and run by '
,
'sumaev.2'
=>
'SUMA-EV - Association for Free Access to Knowledge.'
];
\ No newline at end of file
resources/views/index.blade.php
View file @
e8d1fc29
...
...
@@ -36,28 +36,28 @@
<
label
id
=
"bilder-label"
for
=
"bilder"
>
<
span
class
=
"glyphicon glyphicon-picture"
>
</
span
>
<
span
class
=
"content"
>
Bilder
<
span
class
=
"content"
>
{{
trans
(
'index.foki.bilder'
)
}}
</
span
>
</
label
>
<
input
id
=
"nachrichten"
type
=
"radio"
name
=
"focus"
value
=
"nachrichten"
form
=
"searchForm"
required
=
""
>
<
label
id
=
"nachrichten-label"
for
=
"nachrichten"
>
<
span
class
=
"glyphicon glyphicon-bullhorn"
>
</
span
>
<
span
class
=
"content"
>
N
achrichten
<
span
class
=
"content"
>
{{
trans
(
'index.foki.n
achrichten
'
)
}}
</
span
>
</
label
>
<
input
id
=
"wissenschaft"
type
=
"radio"
name
=
"focus"
value
=
"wissenschaft"
form
=
"searchForm"
required
=
""
>
<
label
id
=
"wissenschaft-label"
for
=
"wissenschaft"
>
<
span
class
=
"glyphicon glyphicon-file"
>
</
span
>
<
span
class
=
"content"
>
W
issenschaft
<
span
class
=
"content"
>
{{
trans
(
'index.foki.w
issenschaft
'
)
}}
</
span
>
</
label
>
<
input
id
=
"produkte"
type
=
"radio"
name
=
"focus"
value
=
"produktsuche"
form
=
"searchForm"
required
=
""
>
<
label
id
=
"produkte-label"
for
=
"produkte"
>
<
span
class
=
"glyphicon glyphicon-shopping-cart"
>
</
span
>
<
span
class
=
"content"
>
P
rodukte
<
span
class
=
"content"
>
{{
trans
(
'index.foki.p
rodukte
'
)
}}
</
span
>
</
label
>
<
input
id
=
"angepasst"
type
=
"radio"
name
=
"focus"
value
=
"angepasst"
form
=
"searchForm"
required
=
""
>
...
...
@@ -65,7 +65,7 @@
<
span
class
=
"glyphicon glyphicon-cog"
>
</
span
>
<
span
class
=
"content"
>
<
a
href
=
"/settings/"
>
anpassen
<
a
href
=
"/settings/"
>
{{
trans
(
'index.foki.
anpassen
'
)
}}
</
a
>
</
span
>
</
label
>
...
...
@@ -106,13 +106,13 @@
</
fieldset
>
<
ul
class
=
"list-inline"
>
<
li
>
<
a
href
=
"https://www.boost-project.com/de/shops?charity_id=1129&tag=bl"
target
=
"_blank"
id
=
"foerdershops"
>
Einkaufen
bei
MetaGer
-
F
&
ouml
;
rdershops
<
a
href
=
"https://www.boost-project.com/de/shops?charity_id=1129&tag=bl"
target
=
"_blank"
id
=
"foerdershops"
>
{{
trans
(
'index.conveyor'
)
}}
</
a
>
</
li
>
<
li
class
=
"hidden-xs seperator"
>|
</
li
>
<
li
id
=
"plug"
>
<
a
href
=
"#"
id
=
"plugin"
data
-
toggle
=
"modal"
data
-
target
=
"#plugin-modal"
>
MetaGer
-
Plugin
hinzuf
&
uuml
;
gen
<
a
href
=
"#"
id
=
"plugin"
data
-
toggle
=
"modal"
data
-
target
=
"#plugin-modal"
>
{{
trans
(
'index.plugin'
)
}}
</
a
>
</
li
>
</
ul
>
...
...
@@ -126,36 +126,33 @@
</
h1
>
<
div
class
=
"row"
>
<
div
id
=
"sponsors"
class
=
"col-md-6 col-sm12"
>
<
h2
>
Sponsoren
<
h2
>
{{
trans
(
'index.sponsors'
)
}}
</
h2
>
<
ul
>
<
li
>
<
a
href
=
"http://www.woxikon.de/"
class
=
"mutelink"
target
=
"_blank"
>
Woxikon
:
Nach
W
&
ouml
;
rtern
&
amp
;
Synonymen
suchen
<
a
href
=
"http://www.woxikon.de/"
class
=
"mutelink"
target
=
"_blank"
>
{{
trans
(
'index.sponsors.woxikon'
)
}}
</
a
>
</
li
>
<
li
>
<
a
href
=
"http://www.gutschein-magazin.de/"
class
=
"mutelink"
target
=
"_blank"
>
Aktuelle
Gutscheine
auf
Gutschein
-
Magazin
.
de
<
a
href
=
"http://www.gutschein-magazin.de/"
class
=
"mutelink"
target
=
"_blank"
>
{{
trans
(
'index.sponsors.gutscheine'
)
}}
</
a
>
</
li
>
<
li
>
<
a
href
=
"https://www.finanzcheck.de/"
class
=
"mutelink"
target
=
"_blank"
>
G
&
uuml
;
nstige
Kredite
auf
FINANZCHECK
.
de
vergleichen
<
a
href
=
"https://www.finanzcheck.de/"
class
=
"mutelink"
target
=
"_blank"
>
{{
trans
(
'index.sponsors.kredite'
)
}}
</
a
>
</
li
>
</
ul
>
</
div
>
<
div
class
=
"col-md-6 col-sm-12"
>
<
h2
>
<
a
href
=
"/about/"
>
&
Uuml
;
ber
uns
<
a
href
=
"/about/"
>
{{
trans
(
'index.about.title'
)
}}
</
a
>
</
h2
>
<
ul
>
<
li
>
<
a
href
=
"/datenschutz/"
>
Datenschutz
&
amp
;
Privatsph
&
auml
;
re
</
a
>
sind
bei
uns
einfach
&
amp
;
selbstverst
&
auml
;
ndlich
.
<
a
href
=
"/datenschutz/"
>
{{
trans
(
'index.about.1.1'
)
}}
</
a
>
{{
trans
(
'index.about.1.2'
)
}}
</
li
>
<
li
>
Wir
arbeiten
nicht
gewinnorientiert
,
wir
sind
ein
<
a
href
=
"/spende/"
>
gemeinn
&
uuml
;
tziger
Verein
.
</
a
>
<
li
>
{{
trans
(
'index.about.2.1'
)
}}
<
a
href
=
"/spende/"
>
{{
trans
(
'index.about.2.2'
)
}}
</
a
>
</
li
>
</
ul
>
</
div
>
...
...
resources/views/layouts/staticPages.blade.php
View file @
e8d1fc29
...
...
@@ -26,7 +26,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#navbar-collapse"
aria-expanded=
"false"
>
<span
class=
"sr-only"
>
Navigation anzeigen
<span
class=
"sr-only"
>
{{ trans('staticPages.navigationToggle') }}
</span>
<span
class=
"icon-bar"
>
</span>
...
...
@@ -151,7 +151,7 @@
</li>
<li
id=
"info"
>
<a
href=
"/kontakt/"
>
{{ trans('staticPages.nav5') }}
</a>
-
<a
href=
"/impressum/"
>
{{ trans('staticPages.nav8') }}
</a>
MetaGer wird entwickelt und betrieben vom
<a
href=
"https://www.suma-ev.de/"
target=
"_blank"
>
SUMA-EV - Verein f
ü
r freien Wissenszugang.
</a>
{{ trans('staticPages.sumaev.1') }}
<a
href=
"https://www.suma-ev.de/"
target=
"_blank"
>
{{ trans('staticPages.sumaev.2') }}
</a>
</li>
<li>
<a
href=
"https://www.uni-hannover.de/"
target=
"_blank"
>
...
...
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