Skip to content
GitLab
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
dc2dd34b
Commit
dc2dd34b
authored
Jun 13, 2016
by
Dominik Hebeler
Browse files
Merge branch '57-die-settingsseite-ubersetzen' into 'master'
Resolve "Die Settingsseite Übersetzen" Closes
#57
See merge request
!78
parents
f068c1b2
a56a30d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/lang/de/settings.php
0 → 100644
View file @
dc2dd34b
<?php
return
[
'head.1'
=>
'Einstellungen'
,
'head.2'
=>
'Hier können Sie Ihr MetaGer anpassen: Nach Anklicken Ihrer gewünschten Einstellungen müssen Sie'
,
'head.3'
=>
'unten auf dieser Seite'
,
'head.4'
=>
'wählen, ob Sie die Einstellungen dauerhaft speichern, oder nur einmalig setzen wollen.'
,
'allgemein.1'
=>
'Allgemein'
,
'allgemein.2'
=>
'Sprüche ausblenden'
,
'allgemein.3'
=>
'Links im gleichen Tab öffnen'
,
'allgemein.4'
=>
'Sprache auswählen'
,
'allgemein.5'
=>
'Alle Sprachen'
,
'allgemein.6'
=>
'Deutsch'
,
'allgemein.7'
=>
'Anzahl der Ergebnisse pro Seite'
,
'allgemein.8'
=>
'Alle'
,
'allgemein.9'
=>
'Maximale Suchzeit'
,
'allgemein.10'
=>
'Sekunde (Standard)'
,
'allgemein.11'
=>
'Sekunden'
,
'suchmaschinen.1'
=>
'Suchmaschinen'
,
'suchmaschinen.2'
=>
'Web-Suche'
,
'suchmaschinen.3'
=>
'alle an-/abwählen'
,
'suchmaschinen.4'
=>
'Video'
,
'suchmaschinen.5'
=>
'Deutschland'
,
'suchmaschinen.6'
=>
'Nachrichten'
,
'suchmaschinen.7'
=>
'Wissenschaft'
,
'suchmaschinen.8'
=>
'Produktsuchen'
,
'suchmaschinen.9'
=>
'Produktsuche'
,
'suchmaschinen.10'
=>
'Andere Suchmaschinen'
,
'suchmaschinen.11'
=>
'Tauchen'
,
'suchmaschinen.12'
=>
'Regenerative Energien'
,
'suchmaschinen.13'
=>
'Astronomie'
,
'suchmaschinen.14'
=>
'Börse & Finanzen'
,
'suchmaschinen.15'
=>
'mit Archiv'
,
'suchmaschinen.16'
=>
'Deutschland, mit Archiv'
,
];
\ No newline at end of file
resources/lang/en/settings.php
0 → 100644
View file @
dc2dd34b
<?php
return
[
'head.1'
=>
'Settings'
,
'head.2'
=>
'Here you can customize your MetaGer: After selecting your desired settings, you have to choose, whether you want to save the settings permanently, or just for once,'
,
'head.3'
=>
'on the bottom of this page.'
,
'head.4'
=>
''
,
'allgemein.1'
=>
'General'
,
'allgemein.2'
=>
'disable sayings'
,
'allgemein.3'
=>
'open links in same tab'
,
'allgemein.4'
=>
'select language'
,
'allgemein.5'
=>
'all languages'
,
'allgemein.6'
=>
'german'
,
'allgemein.7'
=>
'number of results per page'
,
'allgemein.8'
=>
'all'
,
'allgemein.9'
=>
'maximum search time'
,
'allgemein.10'
=>
'second (standard)'
,
'allgemein.11'
=>
'seconds'
,
'suchmaschinen.1'
=>
'search engines'
,
'suchmaschinen.2'
=>
'web-search'
,
'suchmaschinen.3'
=>
'select / deselect all'
,
'suchmaschinen.4'
=>
'video'
,
'suchmaschinen.5'
=>
'germany'
,
'suchmaschinen.6'
=>
'news'
,
'suchmaschinen.7'
=>
'science'
,
'suchmaschinen.8'
=>
'product searches'
,
'suchmaschinen.9'
=>
'product search'
,
'suchmaschinen.10'
=>
'other search engines'
,
'suchmaschinen.11'
=>
'diving'
,
'suchmaschinen.12'
=>
'regenerative energies'
,
'suchmaschinen.13'
=>
'astronomy'
,
'suchmaschinen.14'
=>
'stock & finances'
,
'suchmaschinen.15'
=>
'with archive'
,
'suchmaschinen.16'
=>
'germany, with archive'
,
];
\ No newline at end of file
resources/views/settings.blade.php
View file @
dc2dd34b
...
...
@@ -4,38 +4,38 @@
@
section
(
'content'
)
<
form
action
=
"/"
method
=
"get"
>
<
h1
>
Einstellungen
</
h1
>
<
p
id
=
"lead"
>
Hier
k
&
ouml
;
nnen
Sie
Ihr
MetaGer
anpassen
:
Nach
Anklicken
Ihrer
gew
&
uuml
;
nschten
Einstellungen
m
&
uuml
;
ssen
Sie
<
a
href
=
"#unten"
>
unten
auf
dieser
Seite
</
a
>
w
&
auml
;
hlen
,
ob
Sie
die
Einstellungen
dauerhaft
speichern
,
oder
nur
einmalig
setzen
wollen
.
</
p
>
<
h2
>
A
llgemein
</
h2
>
<
h1
>
{{
trans
(
'settings.head.1'
)
}}
</
h1
>
<
p
id
=
"lead"
>
{{
trans
(
'settings.head.2'
)
}}
<
a
href
=
"#unten"
>
{{
trans
(
'settings.head.3'
)
}}
</
a
>
{{
trans
(
'settings.head.4'
)
}}
</
p
>
<
h2
>
{{
trans
(
'settings.a
llgemein
.1'
)
}}
</
h2
>
<
input
type
=
"hidden"
name
=
"focus"
value
=
"angepasst"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_sprueche"
>
Spr
&
uuml
;
che
ausblenden
</
label
></
div
>
<
input
type
=
"checkbox"
name
=
"param_sprueche"
>
{{
trans
(
'settings.allgemein.2'
)
}}
</
label
></
div
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_tab"
>
Links
im
gleichen
Tab
&
ouml
;
ffnen
</
label
></
div
>
<
label
class
=
"select-label"
>
Sprache
ausw
&
auml
;
hlen
:</
label
>
<
input
type
=
"checkbox"
name
=
"param_tab"
>
{{
trans
(
'settings.allgemein.3'
)
}}
</
label
></
div
>
<
label
class
=
"select-label"
>
{{
trans
(
'settings.allgemein.4'
)
}}
:</
label
>
<
select
class
=
"form-control"
name
=
"param_lang"
>
<
option
value
=
"all"
>
Alle
Sprachen
</
option
>
<
option
value
=
"de"
>
Deutsch
</
option
></
select
>
<
label
class
=
"select-label"
>
Anzahl
der
Ergebnisse
pro
Seite
:</
label
>
<
option
value
=
"all"
>
{{
trans
(
'settings.allgemein.5'
)
}}
</
option
>
<
option
value
=
"de"
>
{{
trans
(
'settings.allgemein.6'
)
}}
</
option
></
select
>
<
label
class
=
"select-label"
>
{{
trans
(
'settings.allgemein.7'
)
}}
:</
label
>
<
select
class
=
"form-control"
name
=
"param_resultCount"
>
<
option
value
=
"10"
>
10
</
option
>
<
option
value
=
"20"
selected
>
20
</
option
>
<
option
value
=
"50"
>
50
</
option
>
<
option
value
=
"100"
>
100
</
option
>
<
option
value
=
"0"
>
Alle
</
option
></
select
>
<
label
class
=
"select-label"
>
Maximale
Suchzeit
:</
label
>
<
option
value
=
"0"
>
{{
trans
(
'settings.allgemein.8'
)
}}
</
option
></
select
>
<
label
class
=
"select-label"
>
{{
trans
(
'settings.allgemein.9'
)
}}
:</
label
>
<
select
class
=
"form-control"
name
=
"param_time"
>
<
option
value
=
"1000"
selected
>
1
Sekunde
(
Standard
)
</
option
>
<
option
value
=
"2000"
>
2
Sekunden
</
option
>
<
option
value
=
"5000"
>
5
Sekunden
</
option
>
<
option
value
=
"10000"
>
10
Sekunden
</
option
>
<
option
value
=
"20000"
>
20
Sekunden
</
option
></
select
>
<
h2
>
S
uchmaschinen
</
h2
>
<
option
value
=
"1000"
selected
>
1
{{
trans
(
'settings.allgemein.10'
)
}}
</
option
>
<
option
value
=
"2000"
>
2
{{
trans
(
'settings.allgemein.11'
)
}}
</
option
>
<
option
value
=
"5000"
>
5
{{
trans
(
'settings.allgemein.11'
)
}}
</
option
>
<
option
value
=
"10000"
>
10
{{
trans
(
'settings.allgemein.11'
)
}}
</
option
>
<
option
value
=
"20000"
>
20
{{
trans
(
'settings.allgemein.11'
)
}}
</
option
></
select
>
<
h2
>
{{
trans
(
'settings.s
uchmaschinen
.1'
)
}}
</
h2
>
<
div
class
=
"headingGroup web"
>
<
h3
>
Web
-
Suche
:
<
small
><
a
data
-
type
=
"web"
class
=
"checker"
>
(
alle
an
-/
abw
&
auml
;
hlen
)
</
a
></
small
></
h3
>
<
h3
>
{{
trans
(
'settings.suchmaschinen.2'
)
}}
:
<
small
><
a
data
-
type
=
"web"
class
=
"checker"
>
(
{{
trans
(
'settings.suchmaschinen.3'
)
}}
)
</
a
></
small
></
h3
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
...
...
@@ -88,22 +88,22 @@
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagevideo"
>
OneNewspage
(
Video
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.onenewspage.com/videos.htm"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagevideo"
>
OneNewspage
(
{{
trans
(
'settings.suchmaschinen.4'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.onenewspage.com/videos.htm"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermany"
>
OneNewspage
(
Deutschland
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermany"
>
OneNewspage
(
{{
trans
(
'settings.suchmaschinen.5'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermanyvideo"
>
OneNewspage
Video
(
Deutschland
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/videos.htm"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermanyvideo"
>
OneNewspage
Video
(
{{
trans
(
'settings.suchmaschinen.5'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/videos.htm"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_minism"
>
Minisucher
SUMA
-
Lab
</
label
></
div
></
div
></
div
></
div
>
<
div
class
=
"headingGroup nachrichten"
>
<
h3
>
Nachrichten
:
<
small
><
a
data
-
type
=
"nachrichten"
class
=
"checker"
>
(
alle
an
-/
abw
&
auml
;
hlen
)
</
a
></
small
></
h3
>
<
h3
>
{{
trans
(
'settings.suchmaschinen.6'
)
}}
:
<
small
><
a
data
-
type
=
"nachrichten"
class
=
"checker"
>
(
{{
trans
(
'settings.suchmaschinen.3'
)
}}
)
</
a
></
small
></
h3
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
...
...
@@ -116,18 +116,18 @@
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagevideo"
>
OneNewspage
(
Video
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.onenewspage.com/videos.htm"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagevideo"
>
OneNewspage
(
{{
trans
(
'settings.suchmaschinen.4'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.onenewspage.com/videos.htm"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermany"
>
OneNewspage
(
Deutschland
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermany"
>
OneNewspage
(
{{
trans
(
'settings.suchmaschinen.5'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermanyvideo"
>
OneNewspage
Video
(
Deutschland
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/videos.htm"
></
a
></
div
></
div
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermanyvideo"
>
OneNewspage
Video
(
{{
trans
(
'settings.suchmaschinen.5'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/videos.htm"
></
a
></
div
></
div
></
div
></
div
>
<
div
class
=
"headingGroup wissenschaft"
>
<
h3
>
Wissenschaft
:
<
small
><
a
data
-
type
=
"wissenschaft"
class
=
"checker"
>
(
alle
an
-/
abw
&
auml
;
hlen
)
</
a
></
small
></
h3
>
<
h3
>
{{
trans
(
'settings.suchmaschinen.7'
)
}}
:
<
small
><
a
data
-
type
=
"wissenschaft"
class
=
"checker"
>
(
{{
trans
(
'settings.suchmaschinen.3'
)
}}
)
</
a
></
small
></
h3
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
...
...
@@ -150,8 +150,8 @@
<
label
>
<
input
type
=
"checkbox"
name
=
"param_pubmed"
>
PubMed
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.ncbi.nlm.nih.gov/pubmed/"
></
a
></
div
></
div
></
div
></
div
>
<
div
class
=
"headingGroup produktsuche"
>
<
h3
>
Produktsuchen
:
<
small
><
a
data
-
type
=
"produktsuche"
class
=
"checker"
>
(
alle
an
-/
abw
&
auml
;
hlen
)
</
a
></
small
></
h3
>
<
h3
>
{{
trans
(
'settings.suchmaschinen.8'
)
}}
:
<
small
><
a
data
-
type
=
"produktsuche"
class
=
"checker"
>
(
{{
trans
(
'settings.suchmaschinen.3'
)
}}
)
</
a
></
small
></
h3
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
...
...
@@ -160,11 +160,11 @@
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_mg_produkt"
>
MetaGer
Produktsuche
</
label
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_mg_produkt"
>
MetaGer
{{
trans
(
'settings.suchmaschinen.9'
)
}}
</
label
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_mg_produkt2"
>
MetaGer
Produktsuche
</
label
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_mg_produkt2"
>
MetaGer
{{
trans
(
'settings.suchmaschinen.9'
)
}}
</
label
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
...
...
@@ -174,8 +174,8 @@
<
label
>
<
input
type
=
"checkbox"
name
=
"param_similar_product"
>
Ladenpreis
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.ladenpreis.net/"
></
a
></
div
></
div
></
div
></
div
>
<
div
class
=
"headingGroup others"
>
<
h3
>
Andere
S
uchmaschinen
:
<
small
><
a
data
-
type
=
"others"
class
=
"checker"
>
(
alle
an
-/
abw
&
auml
;
hlen
)
</
a
></
small
></
h3
>
<
h3
>
{{
trans
(
'settings.s
uchmaschinen
.10'
)
}}
:
<
small
><
a
data
-
type
=
"others"
class
=
"checker"
>
(
{{
trans
(
'settings.suchmaschinen.3'
)
}}
)
</
a
></
small
></
h3
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
...
...
@@ -208,19 +208,19 @@
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_tauchen"
>
OpenCrawl
(
Tauchen
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.opencrawl.de/opencrawl/search.jsp?subcollection=tauchen&query=&hitsPerPage=10&hitsPerSite=1"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_tauchen"
>
OpenCrawl
(
{{
trans
(
'settings.suchmaschinen.11'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.opencrawl.de/opencrawl/search.jsp?subcollection=tauchen&query=&hitsPerPage=10&hitsPerSite=1"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_regengergie"
>
OpenCrawl
(
Regenerative
Energien
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.opencrawl.de/opencrawl/search.jsp?subcollection=ernenerg"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_regengergie"
>
OpenCrawl
(
{{
trans
(
'settings.suchmaschinen.12'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.opencrawl.de/opencrawl/search.jsp?subcollection=ernenerg"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_astronomie"
>
OpenCrawl
(
Astronomie
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.opencrawl.de/opencrawl/search.jsp?subcollection=astronom"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_astronomie"
>
OpenCrawl
(
{{
trans
(
'settings.suchmaschinen.13'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.opencrawl.de/opencrawl/search.jsp?subcollection=astronom"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_goyax"
>
B
&
ouml
;
rse
&
amp
;
Finanzen
(
goyax
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.goyax.de/"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_goyax"
>
{{
trans
(
'settings.suchmaschinen.14'
)
}}
(
goyax
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.goyax.de/"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
...
...
@@ -236,11 +236,11 @@
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_onenewspageAll"
>
OneNewspage
(
mit
Archiv
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.onenewspage.com/"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_onenewspageAll"
>
OneNewspage
(
{{
trans
(
'settings.suchmaschinen.15'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.onenewspage.com/"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermanyAll"
>
OneNewspage
(
Deutschland
,
mit
Archiv
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/"
></
a
></
div
></
div
>
<
input
type
=
"checkbox"
name
=
"param_onenewspagegermanyAll"
>
OneNewspage
(
{{
trans
(
'settings.suchmaschinen.16'
)
}}
)
</
label
><
a
class
=
"glyphicon glyphicon-link"
target
=
"_blank"
href
=
"http://www.newsdeutschland.com/"
></
a
></
div
></
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
div
class
=
"checkbox"
>
<
label
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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