master
commit
517e1f94c6
|
@ -1 +1,2 @@
|
|||
.vscode
|
||||
.idea
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<footer class="py-5" style="background-color: {{$_footer_background_color}}">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 text-center text-md-left mb-3 mb-md-0">
|
||||
<div class="col-12 col-md-6 text-center text-md-start mb-3 mb-md-0">
|
||||
|
||||
@if($_lumino_branding)
|
||||
Diese Seite benutzt: <a href="https://www.getlumino.com" class="text-decoration-none" target="_blank">Lumino CMS </a>
|
||||
|
|
|
@ -1,36 +1,31 @@
|
|||
@extends('template.'.config('settings.template').'.content.master')
|
||||
@section('content')
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="card text-bg-dark">
|
||||
<img src="{{$cover}}" class="img-fluid shadow-lg" alt="" >
|
||||
<div class="card-img-overlay d-none d-lg-block" >
|
||||
<div class="container p-3 mt-5 rounded" style="width: 55vw;
|
||||
background: rgba(252, 252, 252, 0.38);
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
||||
backdrop-filter: blur(3.5px);
|
||||
-webkit-backdrop-filter: blur(3.5px);
|
||||
border: 1px solid rgba(252, 252, 252, 0.54);">
|
||||
<h1 class="card-title my-3">{{config('settings.name')}}</h1>
|
||||
<p class="card-text my-2 text-muted fs-5">{{config('settings.description')}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container d-lg-none">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h1 class="card-title my-3">{{config('settings.name')}}</h1>
|
||||
<p class="card-text my-2 text-muted fs-5">{{config('settings.description')}}</p>
|
||||
<div class="card text-bg-dark">
|
||||
<img src="{{$cover}}" class="img-fluid shadow-lg" alt="" >
|
||||
<div class="card-img-overlay d-none d-lg-block" >
|
||||
<div class="container p-3 mt-5 rounded" style="width: 55vw;
|
||||
background: rgba(252, 252, 252, 0.38);
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
||||
backdrop-filter: blur(3.5px);
|
||||
-webkit-backdrop-filter: blur(3.5px);
|
||||
border: 1px solid rgba(252, 252, 252, 0.54);">
|
||||
<h1 class="card-title my-3">{{config('settings.name')}}</h1>
|
||||
<p class="card-text my-2 text-muted fs-5">{{config('settings.description')}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="container d-lg-none">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h1 class="card-title my-3">{{config('settings.name')}}</h1>
|
||||
<p class="card-text my-2 text-muted fs-5">{{config('settings.description')}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<<<<<<< HEAD
|
||||
<section id="article-section" >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
@ -45,201 +40,212 @@ border: 1px solid rgba(252, 252, 252, 0.54);">
|
|||
</a>
|
||||
<div class="card-body">
|
||||
<h3 class="h5 mb-2">
|
||||
=======
|
||||
</div>
|
||||
|
||||
@php($news = filterByContentType("News"))
|
||||
@if($news->isNotEmpty())
|
||||
<section id="article-section" >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 id="aktuelles" class="mb-4">Aktuelles</h2>
|
||||
</div>
|
||||
|
||||
@foreach($news->take(3) as $content)
|
||||
<div class="col-12 col-md-4 mb-4">
|
||||
<div class="card shadow-sm h-100">
|
||||
>>>>>>> e8b1460416d191f5a4f9c2b709ee36caed852c79
|
||||
<a href="{{ $content->path }}" class="text-decoration-none">
|
||||
{{$content->title}}
|
||||
<img src="{{ $content->image() }}" class="img-fluid card-img-top">
|
||||
</a>
|
||||
</h3>
|
||||
<div class="text-muted small my-3">
|
||||
<span title="{{$content->created_at}}">
|
||||
<svg style="fill: currentColor;width:15px;margin-bottom: 5px;margin-right: 3px;}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM416 192H32V448c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V192zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32z"/></svg>
|
||||
{{ $content->updated_at->diffForHumans() }}
|
||||
</span>
|
||||
<div class="card-body">
|
||||
<h3 class="h5 mb-2">
|
||||
<a href="{{ $content->path }}" class="text-decoration-none">
|
||||
{{$content->title}}
|
||||
</a>
|
||||
</h3>
|
||||
<div class="text-muted small my-3">
|
||||
<span title="{{$content->created_at}}">
|
||||
<svg style="fill: currentColor;width:15px;margin-bottom: 5px;margin-right: 3px;}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM416 192H32V448c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V192zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32z"/></svg>
|
||||
{{ $content->updated_at->diffForHumans() }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
{!! Str::limit($content->vorschau, 280) !!}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card-footer text-end">
|
||||
<a class="btn btn-sm btn-ci" href="{{ $content->path }}" onclick="gtag('event', 'See Job', {'event_category' : 'Home', 'event_label' : '{{$content->title}}'});">
|
||||
Mehr lesen
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
|
||||
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{!! Str::limit($content->vorschau, 280) !!}
|
||||
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
<div class="card-footer text-end">
|
||||
<a class="btn btn-sm btn-ci" href="{{ $content->path }}" onclick="gtag('event', 'See Job', {'event_category' : 'Home', 'event_label' : '{{$content->title}}'});">
|
||||
Mehr lesen
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
|
||||
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
|
||||
</svg>
|
||||
@if($news->count() > 3)
|
||||
<div class="col-12 text-center mt-3">
|
||||
<a href="{{url('/aktuelles')}}" class="text-muted text-decoration-none">
|
||||
<svg style="fill: currentColor; width: 14px; margin-right: 4px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M32 132V48c0-8.8-7.2-16-16-16S0 39.2 0 48V176c0 8.8 7.2 16 16 16H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H53.6C89.5 84.3 166.7 32 256 32c123.7 0 224 100.3 224 224s-100.3 224-224 224c-73.3 0-138.3-35.2-179.2-89.6c-5.3-7.1-15.3-8.5-22.4-3.2s-8.5 15.3-3.2 22.4C97.9 471.8 172.2 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C159.6 0 75.7 53.3 32 132zm224-4c-8.8 0-16 7.2-16 16V256c0 4.2 1.7 8.3 4.7 11.3l80 80c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L272 249.4V144c0-8.8-7.2-16-16-16z"/></svg>
|
||||
Ältere Nachrichten
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@endforeach
|
||||
<div class="col-12 text-center mt-3">
|
||||
<a href="{{url('/aktuelles')}}" class="text-muted text-decoration-none">
|
||||
<svg style="fill: currentColor; width: 14px; margin-right: 4px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M32 132V48c0-8.8-7.2-16-16-16S0 39.2 0 48V176c0 8.8 7.2 16 16 16H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H53.6C89.5 84.3 166.7 32 256 32c123.7 0 224 100.3 224 224s-100.3 224-224 224c-73.3 0-138.3-35.2-179.2-89.6c-5.3-7.1-15.3-8.5-22.4-3.2s-8.5 15.3-3.2 22.4C97.9 471.8 172.2 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C159.6 0 75.7 53.3 32 132zm224-4c-8.8 0-16 7.2-16 16V256c0 4.2 1.7 8.3 4.7 11.3l80 80c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L272 249.4V144c0-8.8-7.2-16-16-16z"/></svg>
|
||||
Ältere Nachrichten
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
@endif
|
||||
|
||||
<section id="stellenangebote" class="d-none">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h2>Stellenangebote</h2>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<thead class="thead-light">
|
||||
<tr>
|
||||
<th scope="col">Datum</th>
|
||||
<th scope="col">Stellenbezeichnung</th>
|
||||
<th scope="col">Standort</th>
|
||||
<th scope="col" class="text-end">Jetzt bewerben</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>vor 9 Monaten</td>
|
||||
<td>Programmierer(m/w/d)</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>vor 9 Monaten</td>
|
||||
<td>Programmierer(m/w/d)</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>vor 9 Monaten</td>
|
||||
<td>Programmierer(m/w/d)</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="kontakt">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mt-4 mb-5">Kontakt</h2>
|
||||
<br>
|
||||
</div>
|
||||
<div class="col-lg-4 text-center">
|
||||
<div class="icon-box-2">
|
||||
<div class="icon-box-content">
|
||||
|
||||
|
||||
<section id="stellenangebote" class="d-none">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h2>Stellenangebote</h2>
|
||||
<br>
|
||||
</div>
|
||||
<svg style="fill: {{$_title_color}} ; width: 70px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3C5 357.3-2.6 372.3.8 387L24 487.7C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z"/></svg>
|
||||
<p class="mt-4">
|
||||
|
||||
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<thead class="thead-light">
|
||||
<tr>
|
||||
<th scope="col">Datum</th>
|
||||
<th scope="col">Stellenbezeichnung</th>
|
||||
<th scope="col">Standort</th>
|
||||
<th scope="col" class="text-end">Jetzt bewerben</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
Telefon: <a href="tel://{{$_telefonnummer}}" class="text-decoration-none">{{$_telefonnummer}}</a>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>vor 9 Monaten</td>
|
||||
<td>Programmierer(m/w/d)</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>vor 9 Monaten</td>
|
||||
<td>Programmierer(m/w/d)</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>vor 9 Monaten</td>
|
||||
<td>Programmierer(m/w/d)</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
</p>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section id="kontakt">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mt-4 mb-5">Kontakt</h2>
|
||||
<br>
|
||||
</div>
|
||||
<div class="col-lg-4 text-center">
|
||||
<div class="icon-box-2">
|
||||
<div class="icon-box-content">
|
||||
|
||||
|
||||
<svg style="fill: {{$_title_color}} ; width: 70px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3C5 357.3-2.6 372.3.8 387L24 487.7C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z"/></svg>
|
||||
<p class="mt-4">
|
||||
|
||||
|
||||
Telefon: <a href="tel://{{$_telefonnummer}}" class="text-decoration-none">{{$_telefonnummer}}</a>
|
||||
|
||||
|
||||
</p>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-4 text-center">
|
||||
|
||||
<div class="col-lg-4 text-center">
|
||||
<div class="icon-box-2">
|
||||
|
||||
<div class="icon-box-2">
|
||||
|
||||
<svg style="fill: {{$_title_color}}; width: 70px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C118.941 8 8 118.919 8 256c0 137.058 110.919 248 248 248 52.925 0 104.68-17.078 147.092-48.319 5.501-4.052 6.423-11.924 2.095-17.211l-5.074-6.198c-4.018-4.909-11.193-5.883-16.307-2.129C346.93 457.208 301.974 472 256 472c-119.373 0-216-96.607-216-216 0-119.375 96.607-216 216-216 118.445 0 216 80.024 216 200 0 72.873-52.819 108.241-116.065 108.241-19.734 0-23.695-10.816-19.503-33.868l32.07-164.071c1.449-7.411-4.226-14.302-11.777-14.302h-12.421a12 12 0 0 0-11.781 9.718c-2.294 11.846-2.86 13.464-3.861 25.647-11.729-27.078-38.639-43.023-73.375-43.023-68.044 0-133.176 62.95-133.176 157.027 0 61.587 33.915 98.354 90.723 98.354 39.729 0 70.601-24.278 86.633-46.982-1.211 27.786 17.455 42.213 45.975 42.213C453.089 378.954 504 321.729 504 240 504 103.814 393.863 8 256 8zm-37.92 342.627c-36.681 0-58.58-25.108-58.58-67.166 0-74.69 50.765-121.545 97.217-121.545 38.857 0 58.102 27.79 58.102 65.735 0 58.133-38.369 122.976-96.739 122.976z"/></svg>
|
||||
<div class="icon-box-content">
|
||||
<svg style="fill: {{$_title_color}}; width: 70px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C118.941 8 8 118.919 8 256c0 137.058 110.919 248 248 248 52.925 0 104.68-17.078 147.092-48.319 5.501-4.052 6.423-11.924 2.095-17.211l-5.074-6.198c-4.018-4.909-11.193-5.883-16.307-2.129C346.93 457.208 301.974 472 256 472c-119.373 0-216-96.607-216-216 0-119.375 96.607-216 216-216 118.445 0 216 80.024 216 200 0 72.873-52.819 108.241-116.065 108.241-19.734 0-23.695-10.816-19.503-33.868l32.07-164.071c1.449-7.411-4.226-14.302-11.777-14.302h-12.421a12 12 0 0 0-11.781 9.718c-2.294 11.846-2.86 13.464-3.861 25.647-11.729-27.078-38.639-43.023-73.375-43.023-68.044 0-133.176 62.95-133.176 157.027 0 61.587 33.915 98.354 90.723 98.354 39.729 0 70.601-24.278 86.633-46.982-1.211 27.786 17.455 42.213 45.975 42.213C453.089 378.954 504 321.729 504 240 504 103.814 393.863 8 256 8zm-37.92 342.627c-36.681 0-58.58-25.108-58.58-67.166 0-74.69 50.765-121.545 97.217-121.545 38.857 0 58.102 27.79 58.102 65.735 0 58.133-38.369 122.976-96.739 122.976z"/></svg>
|
||||
<div class="icon-box-content">
|
||||
|
||||
|
||||
|
||||
<p class="mt-4">
|
||||
<a href="mailto:{{config('settings.contact_email')}}" class="text-decoration-none">{{config('settings.contact_email')}}</a>
|
||||
</p>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<p class="mt-4">
|
||||
<a href="mailto:{{config('settings.contact_email')}}" class="text-decoration-none">{{config('settings.contact_email')}}</a>
|
||||
</p>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 text-center">
|
||||
|
||||
<div class="icon-box-2">
|
||||
|
||||
|
||||
<svg style="fill: {{$_title_color}}; width: 70px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M570.53,242,512,190.75V48a16,16,0,0,0-16-16H400a16,16,0,0,0-16,16V78.75L298.53,4a16,16,0,0,0-21.06,0L5.47,242a16,16,0,0,0,21.07,24.09L64,233.27V464a48.05,48.05,0,0,0,48,48H464a48.05,48.05,0,0,0,48-48V233.27l37.46,32.79A16,16,0,0,0,570.53,242ZM480,464a16,16,0,0,1-16,16H112a16,16,0,0,1-16-16V205.27l192-168,192,168Zm0-301.25-64-56V64h64ZM208,218.67V325.34A26.75,26.75,0,0,0,234.66,352H341.3A26.76,26.76,0,0,0,368,325.34V218.67A26.75,26.75,0,0,0,341.3,192H234.66A26.74,26.74,0,0,0,208,218.67ZM240,224h96v96H240Z"/></svg>
|
||||
|
||||
<div class="icon-box-content">
|
||||
|
||||
<p class="mt-4">
|
||||
<strong>{{$_legal_name}}</strong>
|
||||
<br>
|
||||
{{$_legal_address}}
|
||||
<br>
|
||||
{{$_legal_zip_code}} {{$_legal_city}}
|
||||
</p>
|
||||
|
||||
|
||||
</div><!-- end .icon-box-content -->
|
||||
|
||||
</div><!-- end .icon-box-2 -->
|
||||
|
||||
</div><!-- end .span3 -->
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 text-center">
|
||||
|
||||
<div class="icon-box-2">
|
||||
|
||||
|
||||
<svg style="fill: {{$_title_color}}; width: 70px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M570.53,242,512,190.75V48a16,16,0,0,0-16-16H400a16,16,0,0,0-16,16V78.75L298.53,4a16,16,0,0,0-21.06,0L5.47,242a16,16,0,0,0,21.07,24.09L64,233.27V464a48.05,48.05,0,0,0,48,48H464a48.05,48.05,0,0,0,48-48V233.27l37.46,32.79A16,16,0,0,0,570.53,242ZM480,464a16,16,0,0,1-16,16H112a16,16,0,0,1-16-16V205.27l192-168,192,168Zm0-301.25-64-56V64h64ZM208,218.67V325.34A26.75,26.75,0,0,0,234.66,352H341.3A26.76,26.76,0,0,0,368,325.34V218.67A26.75,26.75,0,0,0,341.3,192H234.66A26.74,26.74,0,0,0,208,218.67ZM240,224h96v96H240Z"/></svg>
|
||||
|
||||
<div class="icon-box-content">
|
||||
|
||||
<p class="mt-4">
|
||||
<strong>{{$_legal_name}}</strong>
|
||||
<br>
|
||||
{{$_legal_address}}
|
||||
<br>
|
||||
{{$_legal_zip_code}} {{$_legal_city}}
|
||||
</p>
|
||||
|
||||
|
||||
</div><!-- end .icon-box-content -->
|
||||
|
||||
</div><!-- end .icon-box-2 -->
|
||||
|
||||
</div><!-- end .span3 -->
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@stop
|
||||
@section('scripts')
|
||||
|
||||
|
||||
|
||||
<script src="{{ asset('template/js/fslightbox.js') }}"></script>
|
||||
|
||||
|
||||
<script src="{{ asset('template/js/fslightbox.js') }}"></script>
|
||||
@stop
|
||||
|
|
14676
css/app-dashboard.css
14676
css/app-dashboard.css
File diff suppressed because it is too large
Load Diff
14676
css/app.css
14676
css/app.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
49944
js/app-dashboard.js
49944
js/app-dashboard.js
File diff suppressed because it is too large
Load Diff
|
@ -1,70 +0,0 @@
|
|||
/*!
|
||||
* Bootstrap v4.4.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Sizzle CSS Selector Engine v2.3.5
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://js.foundation/
|
||||
*
|
||||
* Date: 2020-03-14
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Vue.js v2.6.11
|
||||
* (c) 2014-2019 Evan You
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery JavaScript Library v3.5.0
|
||||
* https://jquery.com/
|
||||
*
|
||||
* Includes Sizzle.js
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* Date: 2020-04-10T15:07Z
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license
|
||||
* Lodash <https://lodash.com/>
|
||||
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
||||
* Released under MIT license <https://lodash.com/license>
|
||||
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
||||
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||||
*/
|
||||
|
||||
/**!
|
||||
* @fileOverview Kickass library to create and place poppers near their reference elements.
|
||||
* @version 1.16.1
|
||||
* @license
|
||||
* Copyright (c) 2016 Federico Zivolo and contributors
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
419
js/tiny-de.js
419
js/tiny-de.js
|
@ -1,419 +0,0 @@
|
|||
tinymce.addI18n('de',{
|
||||
"Redo": "Wiederholen",
|
||||
"Undo": "R\u00fcckg\u00e4ngig machen",
|
||||
"Cut": "Ausschneiden",
|
||||
"Copy": "Kopieren",
|
||||
"Paste": "Einf\u00fcgen",
|
||||
"Select all": "Alles ausw\u00e4hlen",
|
||||
"New document": "Neues Dokument",
|
||||
"Ok": "Ok",
|
||||
"Cancel": "Abbrechen",
|
||||
"Visual aids": "Visuelle Hilfen",
|
||||
"Bold": "Fett",
|
||||
"Italic": "Kursiv",
|
||||
"Underline": "Unterstrichen",
|
||||
"Strikethrough": "Durchgestrichen",
|
||||
"Superscript": "Hochgestellt",
|
||||
"Subscript": "Tiefgestellt",
|
||||
"Clear formatting": "Formatierung entfernen",
|
||||
"Align left": "Linksb\u00fcndig ausrichten",
|
||||
"Align center": "Zentrieren",
|
||||
"Align right": "Rechtsb\u00fcndig ausrichten",
|
||||
"Justify": "Blocksatz",
|
||||
"Bullet list": "Aufz\u00e4hlung",
|
||||
"Numbered list": "Nummerierte Liste",
|
||||
"Decrease indent": "Einzug verkleinern",
|
||||
"Increase indent": "Einzug vergr\u00f6\u00dfern",
|
||||
"Close": "Schlie\u00dfen",
|
||||
"Formats": "Formate",
|
||||
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Ihr Browser unterst\u00fctzt leider keinen direkten Zugriff auf die Zwischenablage. Bitte benutzen Sie die Tastenkombinationen Strg+X\/C\/V.",
|
||||
"Headers": "\u00dcberschriften",
|
||||
"Header 1": "\u00dcberschrift 1",
|
||||
"Header 2": "\u00dcberschrift 2",
|
||||
"Header 3": "\u00dcberschrift 3",
|
||||
"Header 4": "\u00dcberschrift 4",
|
||||
"Header 5": "\u00dcberschrift 5",
|
||||
"Header 6": "\u00dcberschrift 6",
|
||||
"Headings": "\u00dcberschriften",
|
||||
"Heading 1": "Kopfzeile 1",
|
||||
"Heading 2": "Kopfzeile 2",
|
||||
"Heading 3": "Kopfzeile 3",
|
||||
"Heading 4": "Kopfzeile 4",
|
||||
"Heading 5": "Kopfzeile 5",
|
||||
"Heading 6": "Kopfzeile 6",
|
||||
"Preformatted": "Vorformatiert",
|
||||
"Div": "Div",
|
||||
"Pre": "Pre",
|
||||
"Code": "Code",
|
||||
"Paragraph": "Absatz",
|
||||
"Blockquote": "Blockquote",
|
||||
"Inline": "Zeichenformate",
|
||||
"Blocks": "Bl\u00f6cke",
|
||||
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Einf\u00fcgen ist nun im einfachen Textmodus. Inhalte werden ab jetzt als unformatierter Text eingef\u00fcgt, bis Sie diese Einstellung wieder ausschalten!",
|
||||
"Fonts": "Schriftarten",
|
||||
"Font Sizes": "Schriftgr\u00f6\u00dfe",
|
||||
"Class": "Klasse",
|
||||
"Browse for an image": "Bild...",
|
||||
"OR": "ODER",
|
||||
"Drop an image here": "Bild hier ablegen",
|
||||
"Upload": "Hochladen",
|
||||
"Block": "Blocksatz",
|
||||
"Align": "Ausrichten",
|
||||
"Default": "Standard",
|
||||
"Circle": "Kreis",
|
||||
"Disc": "Punkt",
|
||||
"Square": "Quadrat",
|
||||
"Lower Alpha": "Kleinbuchstaben",
|
||||
"Lower Greek": "Griechische Kleinbuchstaben",
|
||||
"Lower Roman": "R\u00f6mische Zahlen (Kleinbuchstaben)",
|
||||
"Upper Alpha": "Gro\u00dfbuchstaben",
|
||||
"Upper Roman": "R\u00f6mische Zahlen (Gro\u00dfbuchstaben)",
|
||||
"Anchor...": "Textmarke",
|
||||
"Name": "Name",
|
||||
"Id": "Kennung",
|
||||
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Die Kennung sollte mit einem Buchstaben anfangen. Nachfolgend nur Buchstaben, Zahlen, Striche (Minus), Punkte, Kommas und Unterstriche.",
|
||||
"You have unsaved changes are you sure you want to navigate away?": "Die \u00c4nderungen wurden noch nicht gespeichert, sind Sie sicher, dass Sie diese Seite verlassen wollen?",
|
||||
"Restore last draft": "Letzten Entwurf wiederherstellen",
|
||||
"Special character...": "Sonderzeichen...",
|
||||
"Source code": "Quelltext",
|
||||
"Insert\/Edit code sample": "Codebeispiel einf\u00fcgen\/bearbeiten",
|
||||
"Language": "Sprache",
|
||||
"Code sample...": "Codebeispiel...",
|
||||
"Color Picker": "Farbwahl",
|
||||
"R": "R",
|
||||
"G": "G",
|
||||
"B": "B",
|
||||
"Left to right": "Von links nach rechts",
|
||||
"Right to left": "Von rechts nach links",
|
||||
"Emoticons...": "Emoticons...",
|
||||
"Metadata and Document Properties": "Dokument-Eigenschaften und -Metadaten",
|
||||
"Title": "Titel",
|
||||
"Keywords": "Sch\u00fcsselw\u00f6rter",
|
||||
"Description": "Beschreibung",
|
||||
"Robots": "Robots",
|
||||
"Author": "Verfasser",
|
||||
"Encoding": "Zeichenkodierung",
|
||||
"Fullscreen": "Vollbild",
|
||||
"Action": "Aktion",
|
||||
"Shortcut": "Shortcut",
|
||||
"Help": "Hilfe",
|
||||
"Address": "Adresse",
|
||||
"Focus to menubar": "Fokus auf Men\u00fcleiste",
|
||||
"Focus to toolbar": "Fokus auf Werkzeugleiste",
|
||||
"Focus to element path": "Fokus auf Elementpfad",
|
||||
"Focus to contextual toolbar": "Fokus auf kontextbezogene Werkzeugleiste",
|
||||
"Insert link (if link plugin activated)": "Link einf\u00fcgen (wenn Link-Plugin aktiviert ist)",
|
||||
"Save (if save plugin activated)": "Speichern (wenn Save-Plugin aktiviert ist)",
|
||||
"Find (if searchreplace plugin activated)": "Suchen einf\u00fcgen (wenn Suchen\/Ersetzen-Plugin aktiviert ist)",
|
||||
"Plugins installed ({0}):": "installierte Plugins ({0}):",
|
||||
"Premium plugins:": "Premium Plugins:",
|
||||
"Learn more...": "Erfahren Sie mehr dazu...",
|
||||
"You are using {0}": "Sie verwenden {0}",
|
||||
"Plugins": "Plugins",
|
||||
"Handy Shortcuts": "Praktische Tastenkombinationen",
|
||||
"Horizontal line": "Horizontale Linie",
|
||||
"Insert\/edit image": "Bild einf\u00fcgen\/bearbeiten",
|
||||
"Image description": "Bildbeschreibung",
|
||||
"Source": "Quelle",
|
||||
"Dimensions": "Abmessungen",
|
||||
"Constrain proportions": "Seitenverh\u00e4ltnis beibehalten",
|
||||
"General": "Allgemein",
|
||||
"Advanced": "Erweitert",
|
||||
"Style": "Stil",
|
||||
"Vertical space": "Vertikaler Abstand",
|
||||
"Horizontal space": "Horizontaler Abstand",
|
||||
"Border": "Rahmen",
|
||||
"Insert image": "Bild einf\u00fcgen",
|
||||
"Image...": "Bild...",
|
||||
"Image list": "Bildliste",
|
||||
"Rotate counterclockwise": "Gegen den Uhrzeigersinn drehen",
|
||||
"Rotate clockwise": "Im Uhrzeigersinn drehen",
|
||||
"Flip vertically": "Vertikal spiegeln",
|
||||
"Flip horizontally": "Horizontal spiegeln",
|
||||
"Edit image": "Bild bearbeiten",
|
||||
"Image options": "Bildeigenschaften",
|
||||
"Zoom in": "Ansicht vergr\u00f6\u00dfern",
|
||||
"Zoom out": "Ansicht verkleinern",
|
||||
"Crop": "Bescheiden",
|
||||
"Resize": "Skalieren",
|
||||
"Orientation": "Ausrichtung",
|
||||
"Brightness": "Helligkeit",
|
||||
"Sharpen": "Sch\u00e4rfen",
|
||||
"Contrast": "Kontrast",
|
||||
"Color levels": "Farbwerte",
|
||||
"Gamma": "Gamma",
|
||||
"Invert": "Invertieren",
|
||||
"Apply": "Anwenden",
|
||||
"Back": "Zur\u00fcck",
|
||||
"Insert date\/time": "Datum\/Uhrzeit einf\u00fcgen ",
|
||||
"Date\/time": "Datum\/Uhrzeit",
|
||||
"Insert\/Edit Link": "Link einf\u00fcgen\/bearbeiten",
|
||||
"Insert\/edit link": "Link einf\u00fcgen\/bearbeiten",
|
||||
"Text to display": "Anzuzeigender Text",
|
||||
"Url": "URL",
|
||||
"Open link in...": "Link \u00f6ffnen in...",
|
||||
"Current window": "Aktuelles Fenster",
|
||||
"None": "Keine",
|
||||
"New window": "Neues Fenster",
|
||||
"Remove link": "Link entfernen",
|
||||
"Anchors": "Textmarken",
|
||||
"Link...": "Link...",
|
||||
"Paste or type a link": "Link einf\u00fcgen oder eintippen",
|
||||
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Diese Adresse scheint eine E-Mail-Adresse zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"mailto:\" voranstellen?",
|
||||
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "Diese Adresse scheint ein externer Link zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"http:\/\/\" voranstellen?",
|
||||
"Link list": "Linkliste",
|
||||
"Insert video": "Video einf\u00fcgen",
|
||||
"Insert\/edit video": "Video einf\u00fcgen\/bearbeiten",
|
||||
"Insert\/edit media": "Medien einf\u00fcgen\/bearbeiten",
|
||||
"Alternative source": "Alternative Quelle",
|
||||
"Alternative source URL": "URL der alternativen Quelle",
|
||||
"Media poster (Image URL)": "Medienposter (Bild-URL)",
|
||||
"Paste your embed code below:": "F\u00fcgen Sie Ihren Einbettungscode hier ein:",
|
||||
"Embed": "Einbetten",
|
||||
"Media...": "Medien...",
|
||||
"Nonbreaking space": "Gesch\u00fctztes Leerzeichen",
|
||||
"Page break": "Seitenumbruch",
|
||||
"Paste as text": "Als Text einf\u00fcgen",
|
||||
"Preview": "Vorschau",
|
||||
"Print...": "Drucken...",
|
||||
"Save": "Speichern",
|
||||
"Find": "Suchen",
|
||||
"Replace with": "Ersetzen durch",
|
||||
"Replace": "Ersetzen",
|
||||
"Replace all": "Alles ersetzen",
|
||||
"Previous": "Vorherige",
|
||||
"Next": "Weiter",
|
||||
"Find and replace...": "Suchen und ersetzen...",
|
||||
"Could not find the specified string.": "Die Zeichenfolge wurde nicht gefunden.",
|
||||
"Match case": "Gro\u00df-\/Kleinschreibung beachten",
|
||||
"Find whole words only": "Nur ganze W\u00f6rter suchen",
|
||||
"Spell check": "Rechschreibpr\u00fcfung",
|
||||
"Ignore": "Ignorieren",
|
||||
"Ignore all": "Alles Ignorieren",
|
||||
"Finish": "Ende",
|
||||
"Add to Dictionary": "Zum W\u00f6rterbuch hinzuf\u00fcgen",
|
||||
"Insert table": "Tabelle einf\u00fcgen",
|
||||
"Table properties": "Tabelleneigenschaften",
|
||||
"Delete table": "Tabelle l\u00f6schen",
|
||||
"Cell": "Zelle",
|
||||
"Row": "Zeile",
|
||||
"Column": "Spalte",
|
||||
"Cell properties": "Zelleneigenschaften",
|
||||
"Merge cells": "Zellen verbinden",
|
||||
"Split cell": "Zelle aufteilen",
|
||||
"Insert row before": "Neue Zeile davor einf\u00fcgen ",
|
||||
"Insert row after": "Neue Zeile danach einf\u00fcgen",
|
||||
"Delete row": "Zeile l\u00f6schen",
|
||||
"Row properties": "Zeileneigenschaften",
|
||||
"Cut row": "Zeile ausschneiden",
|
||||
"Copy row": "Zeile kopieren",
|
||||
"Paste row before": "Zeile davor einf\u00fcgen",
|
||||
"Paste row after": "Zeile danach einf\u00fcgen",
|
||||
"Insert column before": "Neue Spalte davor einf\u00fcgen",
|
||||
"Insert column after": "Neue Spalte danach einf\u00fcgen",
|
||||
"Delete column": "Spalte l\u00f6schen",
|
||||
"Cols": "Spalten",
|
||||
"Rows": "Zeilen",
|
||||
"Width": "Breite",
|
||||
"Height": "H\u00f6he",
|
||||
"Cell spacing": "Zellenabstand",
|
||||
"Cell padding": "Zelleninnenabstand",
|
||||
"Show caption": "Beschriftung anzeigen",
|
||||
"Left": "Linksb\u00fcndig",
|
||||
"Center": "Zentriert",
|
||||
"Right": "Rechtsb\u00fcndig",
|
||||
"Cell type": "Zellentyp",
|
||||
"Scope": "G\u00fcltigkeitsbereich",
|
||||
"Alignment": "Ausrichtung",
|
||||
"H Align": "Horizontale Ausrichtung",
|
||||
"V Align": "Vertikale Ausrichtung",
|
||||
"Top": "Oben",
|
||||
"Middle": "Mitte",
|
||||
"Bottom": "Unten",
|
||||
"Header cell": "Kopfzelle",
|
||||
"Row group": "Zeilengruppe",
|
||||
"Column group": "Spaltengruppe",
|
||||
"Row type": "Zeilentyp",
|
||||
"Header": "Kopfzeile",
|
||||
"Body": "Inhalt",
|
||||
"Footer": "Fu\u00dfzeile",
|
||||
"Border color": "Rahmenfarbe",
|
||||
"Insert template...": "Vorlage einf\u00fcgen...",
|
||||
"Templates": "Vorlagen",
|
||||
"Template": "Vorlage",
|
||||
"Text color": "Textfarbe",
|
||||
"Background color": "Hintergrundfarbe",
|
||||
"Custom...": "Benutzerdefiniert...",
|
||||
"Custom color": "Benutzerdefinierte Farbe",
|
||||
"No color": "Keine Farbe",
|
||||
"Remove color": "Farbauswahl aufheben",
|
||||
"Table of Contents": "Inhaltsverzeichnis",
|
||||
"Show blocks": "Bl\u00f6cke anzeigen",
|
||||
"Show invisible characters": "Unsichtbare Zeichen anzeigen",
|
||||
"Word count": "Anzahl der W\u00f6rter",
|
||||
"Count": "Anzahl",
|
||||
"Document": "Dokument",
|
||||
"Selection": "Auswahl",
|
||||
"Words": "W\u00f6rter",
|
||||
"Words: {0}": "W\u00f6rter: {0}",
|
||||
"{0} words": "{0} W\u00f6rter",
|
||||
"File": "Datei",
|
||||
"Edit": "Bearbeiten",
|
||||
"Insert": "Einf\u00fcgen",
|
||||
"View": "Ansicht",
|
||||
"Format": "Format",
|
||||
"Table": "Tabelle",
|
||||
"Tools": "Werkzeuge",
|
||||
"Powered by {0}": "Betrieben von {0}",
|
||||
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich-Text- Area. Dr\u00fccken Sie ALT-F9 f\u00fcr das Men\u00fc. Dr\u00fccken Sie ALT-F10 f\u00fcr Symbolleiste. Dr\u00fccken Sie ALT-0 f\u00fcr Hilfe",
|
||||
"Image title": "Bildtitel",
|
||||
"Border width": "Rahmenbreite",
|
||||
"Border style": "Rahmenstil",
|
||||
"Error": "Fehler",
|
||||
"Warn": "Warnung",
|
||||
"Valid": "G\u00fcltig",
|
||||
"To open the popup, press Shift+Enter": "Dr\u00fccken Sie Umschalt+Eingabe, um das Popup-Fenster zu \u00f6ffnen.",
|
||||
"Rich Text Area. Press ALT-0 for help.": "Rich-Text-Bereich. Dr\u00fccken Sie Alt+0 f\u00fcr Hilfe.",
|
||||
"System Font": "Betriebssystemschriftart",
|
||||
"Failed to upload image: {0}": "Bild konnte nicht hochgeladen werden: {0}",
|
||||
"Failed to load plugin: {0} from url {1}": "Plugin konnte nicht geladen werden: {0} von URL {1}",
|
||||
"Failed to load plugin url: {0}": "Plugin-URL konnte nicht geladen werden: {0}",
|
||||
"Failed to initialize plugin: {0}": "Plugin konnte nicht initialisiert werden: {0}",
|
||||
"example": "Beispiel",
|
||||
"Search": "Suchen",
|
||||
"All": "Alles",
|
||||
"Currency": "W\u00e4hrung",
|
||||
"Text": "Text",
|
||||
"Quotations": "Anf\u00fchrungszeichen",
|
||||
"Mathematical": "Mathematisch",
|
||||
"Extended Latin": "Erweitertes Latein",
|
||||
"Symbols": "Symbole",
|
||||
"Arrows": "Pfeile",
|
||||
"User Defined": "Benutzerdefiniert",
|
||||
"dollar sign": "Dollarzeichen",
|
||||
"currency sign": "W\u00e4hrungssymbol",
|
||||
"euro-currency sign": "Eurozeichen",
|
||||
"colon sign": "Doppelpunkt",
|
||||
"cruzeiro sign": "Cruzeirozeichen",
|
||||
"french franc sign": "Franczeichen",
|
||||
"lira sign": "Lirezeichen",
|
||||
"mill sign": "Millzeichen",
|
||||
"naira sign": "Nairazeichen",
|
||||
"peseta sign": "Pesetazeichen",
|
||||
"rupee sign": "Rupiezeichen",
|
||||
"won sign": "Wonzeichen",
|
||||
"new sheqel sign": "Schekelzeichen",
|
||||
"dong sign": "Dongzeichen",
|
||||
"kip sign": "Kipzeichen",
|
||||
"tugrik sign": "Tugrikzeichen",
|
||||
"drachma sign": "Drachmezeichen",
|
||||
"german penny symbol": "Pfennigzeichen",
|
||||
"peso sign": "Pesozeichen",
|
||||
"guarani sign": "Guaranizeichen",
|
||||
"austral sign": "Australzeichen",
|
||||
"hryvnia sign": "Hrywnjazeichen",
|
||||
"cedi sign": "Cedizeichen",
|
||||
"livre tournois sign": "Livrezeichen",
|
||||
"spesmilo sign": "Spesmilozeichen",
|
||||
"tenge sign": "Tengezeichen",
|
||||
"indian rupee sign": "Indisches Rupiezeichen",
|
||||
"turkish lira sign": "T\u00fcrkisches Lirazeichen",
|
||||
"nordic mark sign": "Zeichen nordische Mark",
|
||||
"manat sign": "Manatzeichen",
|
||||
"ruble sign": "Rubelzeichen",
|
||||
"yen character": "Yenzeichen",
|
||||
"yuan character": "Yuanzeichen",
|
||||
"yuan character, in hong kong and taiwan": "Yuanzeichen in Hongkong und Taiwan",
|
||||
"yen\/yuan character variant one": "Yen-\/Yuanzeichen Variante 1",
|
||||
"Loading emoticons...": "Emoticons werden geladen...",
|
||||
"Could not load emoticons": "Emoticons konnten nicht geladen werden",
|
||||
"People": "Menschen",
|
||||
"Animals and Nature": "Tiere und Natur",
|
||||
"Food and Drink": "Essen und Trinken",
|
||||
"Activity": "Aktivit\u00e4t",
|
||||
"Travel and Places": "Reisen und Orte",
|
||||
"Objects": "Objekte",
|
||||
"Flags": "Flaggen",
|
||||
"Characters": "Zeichen",
|
||||
"Characters (no spaces)": "Zeichen (ohne Leerzeichen)",
|
||||
"{0} characters": "{0}\u00a0Zeichen",
|
||||
"Error: Form submit field collision.": "Fehler: Kollision der Formularbest\u00e4tigungsfelder.",
|
||||
"Error: No form element found.": "Fehler: Kein Formularelement gefunden.",
|
||||
"Update": "Aktualisieren",
|
||||
"Color swatch": "Farbpalette",
|
||||
"Turquoise": "T\u00fcrkis",
|
||||
"Green": "Gr\u00fcn",
|
||||
"Blue": "Blau",
|
||||
"Purple": "Violett",
|
||||
"Navy Blue": "Marineblau",
|
||||
"Dark Turquoise": "Dunkelt\u00fcrkis",
|
||||
"Dark Green": "Dunkelgr\u00fcn",
|
||||
"Medium Blue": "Mittleres Blau",
|
||||
"Medium Purple": "Mittelviolett",
|
||||
"Midnight Blue": "Mitternachtsblau",
|
||||
"Yellow": "Gelb",
|
||||
"Orange": "Orange",
|
||||
"Red": "Rot",
|
||||
"Light Gray": "Hellgrau",
|
||||
"Gray": "Grau",
|
||||
"Dark Yellow": "Dunkelgelb",
|
||||
"Dark Orange": "Dunkelorange",
|
||||
"Dark Red": "Dunkelrot",
|
||||
"Medium Gray": "Mittelgrau",
|
||||
"Dark Gray": "Dunkelgrau",
|
||||
"Light Green": "Hellgr\u00fcn",
|
||||
"Light Yellow": "Hellgelb",
|
||||
"Light Red": "Hellrot",
|
||||
"Light Purple": "Helllila",
|
||||
"Light Blue": "Hellblau",
|
||||
"Dark Purple": "Dunkellila",
|
||||
"Dark Blue": "Dunkelblau",
|
||||
"Black": "Schwarz",
|
||||
"White": "Wei\u00df",
|
||||
"Switch to or from fullscreen mode": "Vollbildmodus umschalten",
|
||||
"Open help dialog": "Hilfe-Dialog \u00f6ffnen",
|
||||
"history": "Historie",
|
||||
"styles": "Stile",
|
||||
"formatting": "Formatierung",
|
||||
"alignment": "Ausrichtung",
|
||||
"indentation": "Einr\u00fcckungen",
|
||||
"permanent pen": "Textmarker",
|
||||
"comments": "Anmerkungen",
|
||||
"Format Painter": "Format-Painter",
|
||||
"Insert\/edit iframe": "iframe einf\u00fcgen\/bearbeiten",
|
||||
"Capitalization": "Gro\u00dfschreibung",
|
||||
"lowercase": "Kleinbuchstaben",
|
||||
"UPPERCASE": "Gro\u00dfbuchstaben",
|
||||
"Title Case": "Gro\u00df-\/Kleinschreibung des Titels",
|
||||
"Permanent Pen Properties": "Eigenschaften von Permanent Pen",
|
||||
"Permanent pen properties...": "Eigenschaften von Permanent Pen...",
|
||||
"Font": "Schriftart",
|
||||
"Size": "Schriftgr\u00f6\u00dfe",
|
||||
"More...": "Mehr...",
|
||||
"Spellcheck Language": "Sprache f\u00fcr die Rechtschreibpr\u00fcfung",
|
||||
"Select...": "Auswahl...",
|
||||
"Preferences": "Einstellungen",
|
||||
"Yes": "Ja",
|
||||
"No": "Nein",
|
||||
"Keyboard Navigation": "Tastaturnavigation",
|
||||
"Version": "Version",
|
||||
"Anchor": "Textmarke",
|
||||
"Special character": "Sonderzeichen",
|
||||
"Code sample": "Codebeispiel",
|
||||
"Color": "Farbe",
|
||||
"Emoticons": "Emoticons",
|
||||
"Document properties": "Dokumenteigenschaften",
|
||||
"Image": "Bild",
|
||||
"Insert link": "Link einf\u00fcgen",
|
||||
"Target": "Ziel",
|
||||
"Link": "Link",
|
||||
"Poster": "Poster",
|
||||
"Media": "Medium",
|
||||
"Print": "Drucken",
|
||||
"Prev": "Zur\u00fcck",
|
||||
"Find and replace": "Suchen und ersetzen",
|
||||
"Whole words": "Nur ganze W\u00f6rter",
|
||||
"Spellcheck": "Rechtschreibpr\u00fcfung",
|
||||
"Caption": "Beschriftung",
|
||||
"Insert template": "Vorlage einf\u00fcgen "
|
||||
});
|
Loading…
Reference in New Issue