52 lines
1.9 KiB
PHP
52 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|------------------------------------------------- -------------------------
|
|
| Übersetzungen allgemeiner und bereichsunspezifischer Daten
|
|
|------------------------------------------------- -------------------------
|
|
|
|
|
| Die folgenden Sprachzeilen werden für alles verwendet, das nicht in eine
|
|
| spezielle Kategorie passt.
|
|
|
|
|
*/
|
|
|
|
'Is active' => 'Aktiv',
|
|
'Yes' => 'Ja',
|
|
'No' => 'Nein',
|
|
'Name' => 'Name',
|
|
'Email' => 'Email',
|
|
'Password' => 'Passwort',
|
|
'Phone' => 'Telefon',
|
|
'Phone_short' => 'Tel',
|
|
'Web_short' => 'Web',
|
|
'Email_short' => 'Email',
|
|
'Address' => 'Adresse',
|
|
'Zip Code' => 'Postleitzahl',
|
|
'City' => 'Stadt',
|
|
'Created at' => 'Erstellt am',
|
|
'Paid at' => 'Bezahlt am',
|
|
'Search' => 'Suchen',
|
|
'You\'re logged in!' => 'Du bist angemeldet!',
|
|
'Confirm' => 'Bestätigen',
|
|
'Email Password Reset Link' => 'Email Passwort-Reset Link',
|
|
'Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.' => 'Passwort vergessen? Kein Problem. Teilen Sie uns einfach Ihre E-Mail-Adresse mit und wir senden Ihnen per E-Mail einen Link zum Zurücksetzen Ihres Passworts, mit dem Sie ein neues Passwort auswählen können.',
|
|
'Date' => 'Datum',
|
|
'Email-To' => 'An',
|
|
'Email-Bcc' => 'Bcc',
|
|
'Email-Cc' => 'Cc',
|
|
'Email-Subject' => 'Betreff',
|
|
'Email-Body' => 'Nachricht',
|
|
'Tooltip multiple email' => 'Mehrere E-Mail-Adressen werden durch "," (Komma) von einander getrennt.',
|
|
'Registration name' => 'Registrierungsname',
|
|
'Country code' => 'Ländercode',
|
|
'Tax FC' => 'Steuernummer',
|
|
'Tax VAT' => 'USt-Id',
|
|
'Contact name' => 'Ansprechpartner',
|
|
'Contact email' => 'E-Mail',
|
|
'Contact phone' => 'Telefon',
|
|
'Currency code' => 'Währungscode',
|
|
|
|
];
|