This commit is contained in:
84
application/language/german/calendar_lang.php
Normal file
84
application/language/german/calendar_lang.php
Normal file
@@ -0,0 +1,84 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'So';
|
||||
$lang['cal_mo'] = 'Mo';
|
||||
$lang['cal_tu'] = 'Di';
|
||||
$lang['cal_we'] = 'Mi';
|
||||
$lang['cal_th'] = 'Do';
|
||||
$lang['cal_fr'] = 'Fr';
|
||||
$lang['cal_sa'] = 'Sa';
|
||||
$lang['cal_sun'] = 'Son';
|
||||
$lang['cal_mon'] = 'Mon';
|
||||
$lang['cal_tue'] = 'Die';
|
||||
$lang['cal_wed'] = 'Mit';
|
||||
$lang['cal_thu'] = 'Don';
|
||||
$lang['cal_fri'] = 'Fre';
|
||||
$lang['cal_sat'] = 'Sam';
|
||||
$lang['cal_sunday'] = 'Sonntag';
|
||||
$lang['cal_monday'] = 'Montag';
|
||||
$lang['cal_tuesday'] = 'Dienstag';
|
||||
$lang['cal_wednesday'] = 'Mittwoch';
|
||||
$lang['cal_thursday'] = 'Donnerstag';
|
||||
$lang['cal_friday'] = 'Freitag';
|
||||
$lang['cal_saturday'] = 'Samstag';
|
||||
$lang['cal_jan'] = 'Jan';
|
||||
$lang['cal_feb'] = 'Feb';
|
||||
$lang['cal_mar'] = 'Mär';
|
||||
$lang['cal_apr'] = 'Apr';
|
||||
$lang['cal_may'] = 'Mai';
|
||||
$lang['cal_jun'] = 'Jun';
|
||||
$lang['cal_jul'] = 'Jul';
|
||||
$lang['cal_aug'] = 'Aug';
|
||||
$lang['cal_sep'] = 'Sep';
|
||||
$lang['cal_oct'] = 'Okt';
|
||||
$lang['cal_nov'] = 'Nov';
|
||||
$lang['cal_dec'] = 'Dez';
|
||||
$lang['cal_january'] = 'Januar';
|
||||
$lang['cal_february'] = 'Februar';
|
||||
$lang['cal_march'] = 'März';
|
||||
$lang['cal_april'] = 'April';
|
||||
$lang['cal_mayl'] = 'Mai';
|
||||
$lang['cal_june'] = 'Juni';
|
||||
$lang['cal_july'] = 'Juli';
|
||||
$lang['cal_august'] = 'August';
|
||||
$lang['cal_september'] = 'September';
|
||||
$lang['cal_october'] = 'Oktober';
|
||||
$lang['cal_november'] = 'November';
|
||||
$lang['cal_december'] = 'Dezember';
|
||||
94
application/language/german/date_lang.php
Normal file
94
application/language/german/date_lang.php
Normal file
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['date_year'] = 'Jahr';
|
||||
$lang['date_years'] = 'Jahre';
|
||||
$lang['date_month'] = 'Monat';
|
||||
$lang['date_months'] = 'Monate';
|
||||
$lang['date_week'] = 'Woche';
|
||||
$lang['date_weeks'] = 'Wochen';
|
||||
$lang['date_day'] = 'Tag';
|
||||
$lang['date_days'] = 'Tage';
|
||||
$lang['date_hour'] = 'Stunde';
|
||||
$lang['date_hours'] = 'Stunden';
|
||||
$lang['date_minute'] = 'Minute';
|
||||
$lang['date_minutes'] = 'Minuten';
|
||||
$lang['date_second'] = 'Sekunde';
|
||||
$lang['date_seconds'] = 'Sekunden';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
|
||||
$lang['UM11'] = '(UTC -11:00) Niue';
|
||||
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
|
||||
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
|
||||
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
|
||||
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
|
||||
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
|
||||
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
|
||||
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
|
||||
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
|
||||
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
|
||||
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
|
||||
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
|
||||
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
|
||||
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
|
||||
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
|
||||
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
|
||||
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
|
||||
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
|
||||
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
|
||||
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
|
||||
$lang['UP45'] = '(UTC +4:30) Afghanistan';
|
||||
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
|
||||
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
|
||||
$lang['UP575'] = '(UTC +5:45) Nepal Time';
|
||||
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
|
||||
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
|
||||
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
|
||||
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
|
||||
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
|
||||
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
|
||||
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
|
||||
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
|
||||
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
|
||||
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
|
||||
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
|
||||
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
|
||||
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
|
||||
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
|
||||
$lang['UP14'] = '(UTC +14:00) Line Islands';
|
||||
35
application/language/german/db_lang.php
Normal file
35
application/language/german/db_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'Die Datenbank-Einstellungen sind anhand der vorliegenden Verbindungsdaten nicht zu ermitteln.';
|
||||
$lang['db_unable_to_connect'] = 'Mit den vorliegenden Einstellungen ist keine Verbindung zum Datenbank-Server möglich.';
|
||||
$lang['db_unable_to_select'] = 'Die folgende Datenbank kann nicht gewählt werden: %s';
|
||||
$lang['db_unable_to_create'] = 'Die folgende Datenbank kann nicht erstellt werden: %s';
|
||||
$lang['db_invalid_query'] = 'Die vorliegende SQL-Abfrage ist ungültig.';
|
||||
$lang['db_must_set_table'] = 'Sie müssen die Tabelle der Datenbank für Ihre Abfrage angegeben.';
|
||||
$lang['db_must_use_set'] = 'Zum Aktualisieren eines Eintrages müssen Sie die "set" Methode verwenden.';
|
||||
$lang['db_must_use_index'] = 'Für eine Stapelaktualisierung müssen Sie einen passenden Index bestimmen.';
|
||||
$lang['db_batch_missing_index'] = 'Eine oder mehrere angegebene Zeilen für eine Stapelaktualisierung haben einen fehlenden Index.';
|
||||
$lang['db_must_use_where'] = 'Aktualisierungen sind nicht erlaubt, solange Sie nicht eine "where" Bedingung enthalten.';
|
||||
$lang['db_del_must_use_where'] = 'Löschungen sind nicht erlaubt, solange Sie nicht eine Bedingung wie "where" oder "like" enthalten.';
|
||||
$lang['db_field_param_missing'] = 'Um Felder abzufragen benötigen Sie den Namen der Tabelle als Parameter.';
|
||||
$lang['db_unsupported_function'] = 'Die verwendete Datenbank-Plattform unterstützt diese Funktion nicht.';
|
||||
$lang['db_transaction_failure'] = 'Transaktions-Fehler: Veränderungen wurden zurückgesetzt.';
|
||||
$lang['db_unable_to_drop'] = 'Die angegebene Datenbank kann nicht gelöscht werden.';
|
||||
$lang['db_unsupported_feature'] = 'Ihre Datenbank-Plattform unterstützt diese Funktion nicht.';
|
||||
$lang['db_unsupported_compression'] = 'Das angegebene Format für die Daten-Komprimierung wird auf Ihrem Server nicht unterstützt.';
|
||||
$lang['db_filepath_error'] = 'Die Daten konnten nicht in das angegebene Verzeichnis geschrieben werden.';
|
||||
$lang['db_invalid_cache_path'] = 'Der angegebene Pfad für den Cache ist ungültig oder nicht beschreibbar.';
|
||||
$lang['db_table_name_required'] = 'Ein Tabellenname wird für diesen Vorgang benötigt.';
|
||||
$lang['db_column_name_required'] = 'Ein Spaltenname wird für diesen Vorgang benötigt.';
|
||||
$lang['db_column_definition_required'] = 'Eine Spalten-Definition wird für diesen Vorgang benötigt.';
|
||||
$lang['db_unable_to_set_charset'] = 'Der Verbindungs-Zeichensatz konnte nicht gesetzt werden: %s';
|
||||
$lang['db_error_heading'] = 'Es ist ein Datenbank-Fehler aufgetreten.';
|
||||
30
application/language/german/email_lang.php
Normal file
30
application/language/german/email_lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['email_must_be_array'] = 'Die Methode zur Überprüfung der E-Mail muss in einem Array übergeben werden.';
|
||||
$lang['email_invalid_address'] = 'Ungültige E-Mail-Adresse: %s';
|
||||
$lang['email_attachment_missing'] = 'Der folgende E-Mail-Anhang konnte nicht gefunden werden: %s';
|
||||
$lang['email_attachment_unreadable'] = 'Der folgende Anhang konnte nicht geöffnet werden: %s';
|
||||
$lang['email_no_from'] = 'Die E-Mail kann nicht ohne "Absender"-Kopfzeile verschickt werden.';
|
||||
$lang['email_no_recipients'] = 'Sie müssen mindestens einen der folgenden Empfänger angeben: To, CC, oder BCC';
|
||||
$lang['email_send_failure_phpmail'] = 'Die E-Mail konnte mit PHP mail() nicht gesendet werden. Ihr Server ist offenbar nicht konfiguriert, um mit dieser Methode E-Mails zu versenden.';
|
||||
$lang['email_send_failure_sendmail'] = 'Die E-Mail konnte mit PHP Sendmail nicht gesendet werden. Der Server ist offenbar nicht konfiguriert, um mit dieser Methode E-Mails zu versenden.';
|
||||
$lang['email_send_failure_smtp'] = 'E-Mail konnte mit PHP SMTP nicht gesendet werden. Der Server ist offenbar nicht konfiguriert, um mit dieser Methode E-Mails zu versenden.';
|
||||
$lang['email_sent'] = 'Ihre Nachricht wurde erfolgreich über das folgende Protokoll verschickt: %s';
|
||||
$lang['email_no_socket'] = 'Es konnte keine Socket-Verbindung zu Sendmail hergestellt werden. Bitte überprüfen Sie Ihre Einstellungen.';
|
||||
$lang['email_no_hostname'] = 'Sie haben keine Angaben zum SMTP-Server vorgenommen.';
|
||||
$lang['email_smtp_error'] = 'Der folgende SMTP-Fehler ist aufgetreten: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'Fehler: Sie müssen einen SMTP-Benutzernamen und ein Passwort angeben.';
|
||||
$lang['email_failed_smtp_login'] = 'Das Senden des Kommandos AUTH LOGIN ist fehlgeschlagen. Fehler: %s';
|
||||
$lang['email_smtp_auth_un'] = 'Der angegebene Benutzername konnte nicht authentifiziert werden. Fehler: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'Das angegebene Passwort konnte nicht authentifiziert werden. Fehler: %s';
|
||||
$lang['email_smtp_data_failure'] = 'Die Daten konnten nicht gesendet werden: %s';
|
||||
$lang['email_exit_status'] = 'Abbruch Status-Code: %s';
|
||||
69
application/language/german/form_validation_lang.php
Normal file
69
application/language/german/form_validation_lang.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['form_validation_required'] = 'Das Feld {field} ist erforderlich.';
|
||||
$lang['form_validation_isset'] = 'Das Feld {field} muss einen Wert enthalten.';
|
||||
$lang['form_validation_valid_email'] = 'Das Feld {field} muss eine gültige E-Mail-Adresse enthalten.';
|
||||
$lang['form_validation_valid_emails'] = 'Das Feld {field} darf ausschließlich gültige E-Mail-Adressen enthalten.';
|
||||
$lang['form_validation_valid_url'] = 'Das Feld {field} muss eine gültige URL enhalten.';
|
||||
$lang['form_validation_valid_ip'] = 'Das Feld {field} muss eine gültige IP-Adresse enthalten.';
|
||||
$lang['form_validation_valid_base64'] = 'Das Feld {field} muss einen gültigen Base64-String enthalten.';
|
||||
$lang['form_validation_min_length'] = 'Das Feld {field} muss mindestens {param} Zeichen enthalten.';
|
||||
$lang['form_validation_max_length'] = 'Das Feld {field} darf nicht mehr als {param} Zeichen enthalten.';
|
||||
$lang['form_validation_exact_length'] = 'Das Feld {field} muss exakt {param} Zeichen enthalten.';
|
||||
$lang['form_validation_alpha'] = 'Das Feld {field} darf ausschließlich Buchstaben enthalten.';
|
||||
$lang['form_validation_alpha_numeric'] = 'Das Feld {field} darf ausschließlich alpha-numerische Zeichen enthalten.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'Das Feld {field}darf ausschließlich alpha-numerische Zeichen und Leerzeichen enthalten.';
|
||||
$lang['form_validation_alpha_dash'] = 'Das Feld {field} darf ausschließlich alpha-numerische Zeichen, Unterstriche und Bindestriche enthalten.';
|
||||
$lang['form_validation_numeric'] = 'Das Feld {field} darf ausschließlich Zahlen enthalten.';
|
||||
$lang['form_validation_is_numeric'] = 'Das Feld {field} darf ausschließlich numerische Zeichen enthalten.';
|
||||
$lang['form_validation_integer'] = 'Das Feld {field} ausschließlich ganze Zahlen (integer) enthalten.';
|
||||
$lang['form_validation_regex_match'] = 'Das Feld {field} hat nicht das richtige Format.';
|
||||
$lang['form_validation_matches'] = 'Das Feld {field} entspricht nicht dem Feld {param}.';
|
||||
$lang['form_validation_differs'] = 'Das Feld {field} muss sich vom Feld {param} unterscheiden.';
|
||||
$lang['form_validation_is_unique'] = 'Das Feld {field} muss einen einzigartigen Wert enthalten.';
|
||||
$lang['form_validation_is_natural'] = 'Das Feld {field} darf nur Ziffern enthalten.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'Das Feld {field} darf nur Ziffern enthalten und muss größer sein als Null.';
|
||||
$lang['form_validation_decimal'] = 'Das Feld {field} muss eine Dezimalzahl enthalten.';
|
||||
$lang['form_validation_less_than'] = 'Das Feld {field} muss eine Zahl kleiner als {param} enthalten.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'Das Feld {field} muss eine Zahl kleiner-gleich {param} enthalten.';
|
||||
$lang['form_validation_greater_than'] = 'Das Feld {field} muss eine Zahl größer als {param} enthalten.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'Das Feld {field} muss eine Zahl größer-gleich {param} enthalten.';
|
||||
$lang['form_validation_error_message_not_set'] = 'Fehlermeldung zu Feld {field} kann nicht zugegriffen werden.';
|
||||
$lang['form_validation_in_list'] = 'Das Feld {field} muss eines aus Folgenden enthalten: {param}.';
|
||||
51
application/language/german/ftp_lang.php
Normal file
51
application/language/german/ftp_lang.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
|
||||
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
|
||||
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
|
||||
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
|
||||
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
|
||||
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
|
||||
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
|
||||
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
|
||||
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';
|
||||
57
application/language/german/imglib_lang.php
Normal file
57
application/language/german/imglib_lang.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.';
|
||||
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
|
||||
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
|
||||
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
|
||||
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
|
||||
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
|
||||
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
|
||||
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
|
||||
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
|
||||
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
|
||||
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
|
||||
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
|
||||
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
|
||||
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
|
||||
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
|
||||
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';
|
||||
10
application/language/german/index.html
Normal file
10
application/language/german/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
application/language/german/migration_lang.php
Normal file
19
application/language/german/migration_lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['migration_none_found'] = 'Es wurde keine Migration gefunden.';
|
||||
$lang['migration_not_found'] = 'Die Migration mit der Versionsnummer %s wurde nicht gefunden.';
|
||||
$lang['migration_sequence_gap'] = 'Es besteht eine Lücke in der Migrationsfolge nahe der Versionsnummer: %s.';
|
||||
$lang['migration_multiple_version'] = 'Es existieren mehrere Migrationen mit der gleichen Versionsnummer: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'Die Migrationsklasse "%s" konnte nicht gefunden werden.';
|
||||
$lang['migration_missing_up_method'] = 'Der Migrationsklasse "%s" fehlt eine "up" Methode.';
|
||||
$lang['migration_missing_down_method'] = 'Der Migrationsklasse "%s" fehlt eine "down" Methode.';
|
||||
$lang['migration_invalid_filename'] = 'Migration "%s" hat einen ungültigen Dateinamen.';
|
||||
44
application/language/german/number_lang.php
Normal file
44
application/language/german/number_lang.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['terabyte_abbr'] = 'TB';
|
||||
$lang['gigabyte_abbr'] = 'GB';
|
||||
$lang['megabyte_abbr'] = 'MB';
|
||||
$lang['kilobyte_abbr'] = 'KB';
|
||||
$lang['bytes'] = 'Bytes';
|
||||
43
application/language/german/pagination_lang.php
Normal file
43
application/language/german/pagination_lang.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['pagination_first_link'] = '‹ Erste';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Letzte ›';
|
||||
60
application/language/german/profiler_lang.php
Normal file
60
application/language/german/profiler_lang.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['profiler_database'] = 'DATABASE';
|
||||
$lang['profiler_controller_info'] = 'CLASS/METHOD';
|
||||
$lang['profiler_benchmarks'] = 'BENCHMARKS';
|
||||
$lang['profiler_queries'] = 'QUERIES';
|
||||
$lang['profiler_get_data'] = 'GET DATA';
|
||||
$lang['profiler_post_data'] = 'POST DATA';
|
||||
$lang['profiler_uri_string'] = 'URI STRING';
|
||||
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
|
||||
$lang['profiler_config'] = 'CONFIG VARIABLES';
|
||||
$lang['profiler_session_data'] = 'SESSION DATA';
|
||||
$lang['profiler_headers'] = 'HTTP HEADERS';
|
||||
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
|
||||
$lang['profiler_no_queries'] = 'No queries were run';
|
||||
$lang['profiler_no_post'] = 'No POST data exists';
|
||||
$lang['profiler_no_get'] = 'No GET data exists';
|
||||
$lang['profiler_no_uri'] = 'No URI data exists';
|
||||
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
|
||||
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
|
||||
$lang['profiler_section_hide'] = 'Hide';
|
||||
$lang['profiler_section_show'] = 'Show';
|
||||
$lang['profiler_seconds'] = 'seconds';
|
||||
487
application/language/german/translations_lang.php
Normal file
487
application/language/german/translations_lang.php
Normal file
@@ -0,0 +1,487 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// German
|
||||
$lang['page_title'] = 'Vereinbaren Sie einen Termin mit';
|
||||
$lang['service_and_provider'] = 'Dienstleistung & Anbieter';
|
||||
$lang['select_service'] = 'Auswahl der Dienstleistung';
|
||||
$lang['select_provider'] = 'Auswahl des Anbieters';
|
||||
$lang['duration'] = 'Dauer';
|
||||
$lang['minutes'] = 'Minuten';
|
||||
$lang['price'] = 'Preis';
|
||||
$lang['back'] = 'Zurück';
|
||||
$lang['appointment_date_and_time'] = 'Datum & Uhrzeit des Termins';
|
||||
$lang['no_available_hours'] = 'Es gibt leider keine freien Termine für das ausgewählte Datum. Bitte wählen Sie ein anderes Datum.';
|
||||
$lang['appointment_hour_missing'] = 'Bitte wählen Sie einen Termin aus bevor Sie fortfahren.';
|
||||
$lang['customer_information'] = 'Kundeninformationen';
|
||||
$lang['first_name'] = 'Vorname';
|
||||
$lang['last_name'] = 'Nachname';
|
||||
$lang['email'] = 'E-Mail';
|
||||
$lang['phone_number'] = 'Telefonnummer';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adresse';
|
||||
$lang['city'] = 'Stadt';
|
||||
$lang['zip_code'] = 'Postleitzahl';
|
||||
$lang['notes'] = 'Bemerkungen';
|
||||
$lang['language'] = 'Sprache';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Die Felder mit einem * sind Pflichtfelder.';
|
||||
$lang['appointment_confirmation'] = 'Bitte bestätigen Sie die Terminauswahl';
|
||||
$lang['confirm'] = 'Bestätigung';
|
||||
$lang['update'] = 'Aktualisierung';
|
||||
$lang['cancel_appointment_hint'] = 'Bitte klicken Sie auf "Abbrechen" um den Termin aus dem Terminplan des Unternehmens zu löschen.';
|
||||
$lang['cancel'] = 'Abbrechen';
|
||||
$lang['appointment_registered'] = 'Ihr Termin ist erfolgreich registriert worden.';
|
||||
$lang['cancel_appointment_title'] = 'Termin stornieren';
|
||||
$lang['appointment_cancelled'] = 'Ihr Termin ist erfolgreich storniert worden.';
|
||||
$lang['appointment_cancelled_title'] = 'Termin storniert';
|
||||
$lang['reason'] = 'Grund';
|
||||
$lang['appointment_removed_from_schedule'] = 'Der folgende Termin wurde erfolgreich von der Terminplanung des Unternehmens storniert.';
|
||||
$lang['appointment_details_was_sent_to_you'] = 'Eine E-Mail mit den Termindaten ist an Sie gesendet worden.';
|
||||
$lang['add_to_google_calendar'] = 'Zum Google-Kalender hinzufügen';
|
||||
$lang['appointment_booked'] = 'Ihr Termin ist erfolgreich gebucht worden.';
|
||||
$lang['thank_you_for_appointment'] = 'Vielen Dank für die Terminauswahl mit uns. Weiter unten können Sie Ihre Termindaten sehen. Änderungen können durch Klicken auf den Termin-Link durchgeführt werden.';
|
||||
$lang['appointment_details_title'] = 'Termindaten';
|
||||
$lang['customer_details_title'] = 'Kundendaten';
|
||||
$lang['service'] = 'Dienstleistung';
|
||||
$lang['provider'] = 'Anbieter';
|
||||
$lang['customer'] = 'Kunde';
|
||||
$lang['start'] = 'Beginn';
|
||||
$lang['end'] = 'Ende';
|
||||
$lang['name'] = 'Name';
|
||||
$lang['appointment_link_title'] = 'Termin-Link';
|
||||
$lang['success'] = 'Erfolg.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Ein neuer Termin ist zu Ihrer Planung hinzugefügt worden.';
|
||||
$lang['appointment_link_description'] = 'Sie können Änderungen durch Klicken auf den Termin-Link durchführen.';
|
||||
$lang['appointment_locked'] = 'Änderungen unmöglich.';
|
||||
$lang['appointment_locked_message'] = 'Der Termin kann nicht weniger als {$limit} Stunden im Voraus geändert werden.';
|
||||
$lang['appointment_not_found'] = 'Termin nicht gefunden.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Der von Ihnen angeforderte Termin existiert nicht in der Systemdatenbank.';
|
||||
$lang['display_calendar'] = 'Kalender anzeigen';
|
||||
$lang['calendar'] = 'Kalender';
|
||||
$lang['users'] = 'Nutzer';
|
||||
$lang['settings'] = 'Einstellungen';
|
||||
$lang['log_out'] = 'Abmelden';
|
||||
$lang['synchronize'] = 'Synchronisieren';
|
||||
$lang['enable_sync'] = 'Synchronisation einschalten';
|
||||
$lang['disable_sync'] = 'Synchronisation ausschalten';
|
||||
$lang['disable_sync_prompt'] = 'Sind Sie sicher, dass Sie die Kalendersynchronisation abschalten wollen?';
|
||||
$lang['reload'] = 'Neu laden';
|
||||
$lang['appointment'] = 'Termin';
|
||||
$lang['unavailability'] = 'Nichtverfügbarkeit';
|
||||
$lang['week'] = 'Woche';
|
||||
$lang['month'] = 'Monat';
|
||||
$lang['today'] = 'Heute';
|
||||
$lang['not_working'] = 'Sonn- und Feiertage';
|
||||
$lang['break'] = 'Pause';
|
||||
$lang['add'] = 'Hinzufügen';
|
||||
$lang['edit'] = 'Bearbeiten';
|
||||
$lang['hello'] = 'Hallo';
|
||||
$lang['all_day'] = 'Ganztägig';
|
||||
$lang['manage_appointment_record_hint'] = 'Verwalten Sie alle Termineintragungen der zur Verfügung stehenden Anbieter und Dienstleistungen.';
|
||||
$lang['select_filter_item_hint'] = 'Wählen Sie einen Anbieter oder eine Dienstleistung und sehen Sie die Termine im Kalender an.';
|
||||
$lang['enable_appointment_sync_hint'] = 'Beginnen Sie die Terminsynchronisationen mit dem Externe-Kalender des Dienstleisters.';
|
||||
$lang['manage_customers_hint'] = 'Verwalten Sie die registrierten Kunden und sehen Sie die vergangenen Buchungen ein.';
|
||||
$lang['manage_services_hint'] = 'Verwalten Sie die erhältlichen Dienstleistungen und Kategorien des Systems.';
|
||||
$lang['manage_users_hint'] = 'Verwalten Sie die Endnutzer (Admins, Anbieter, Büropersonal).';
|
||||
$lang['settings_hint'] = 'Setzen Sie das System auf Nutzereinstellungen.';
|
||||
$lang['log_out_hint'] = 'Melden Sie sich vom System ab.';
|
||||
$lang['unavailability_periods_hint'] = 'In diesem Zeitraum werden neue Termine vom Anbieter nicht akzeptiert.';
|
||||
$lang['new_appointment_hint'] = 'Bestimmen Sie einen neuen Termin und sichern Sie ihn in der Datenbank.';
|
||||
$lang['reload_appointments_hint'] = 'Kalendertermine neu laden.';
|
||||
$lang['trigger_sync_hint'] = 'Starten Sie den Synchronisationsprozess von Externe-Kalender.';
|
||||
$lang['appointment_updated'] = 'Die Termine sind erfolgreich erneuert worden.';
|
||||
$lang['undo'] = 'Schritt zurück';
|
||||
$lang['appointment_details_changed'] = 'Die Termindetails haben sich geändert.';
|
||||
$lang['appointment_changes_saved'] = 'Die Terminänderungen wurden erfolgreich gespeichert.';
|
||||
$lang['save'] = 'Speichern';
|
||||
$lang['new'] = 'Neu';
|
||||
$lang['select'] = 'Auswahl';
|
||||
$lang['hide'] = 'Verbergen';
|
||||
$lang['type_to_filter_customers'] = 'Eingeben, um Kunden zu filtern.';
|
||||
$lang['clear_fields_add_existing_customer_hint'] = 'Löschen Sie die Felder und geben Sie einen neuen Kunden-Hinweis ein.';
|
||||
$lang['pick_existing_customer_hint'] = 'Wählen Sie einen vorhandenen Kunden.';
|
||||
$lang['new_appointment_title'] = 'Neuer Termin';
|
||||
$lang['edit_appointment_title'] = 'Termin bearbeiten';
|
||||
$lang['delete_appointment_title'] = 'Termin löschen';
|
||||
$lang['write_appointment_removal_reason'] = 'Bitte nehmen Sie sich eine Minute Zeit, um den Grund für das Löschen des Termins zu erläutern:';
|
||||
$lang['appointment_saved'] = 'Termin erfolgreich gespeichert.';
|
||||
$lang['new_unavailability_title'] = 'Neuer Nichtverfügbarkeit';
|
||||
$lang['edit_unavailability_title'] = 'Nichtverfügbarkeit bearbeiten';
|
||||
$lang['unavailability_saved'] = 'Nichtverfügbarkeit erfolgreich gespeichert.';
|
||||
$lang['start_date_before_end_error'] = 'Das Startdatum liegt vor dem Enddatum.';
|
||||
$lang['invalid_duration'] = 'Invalid duration.';
|
||||
$lang['invalid_email'] = 'Ungültige E-Mail-Adresse.';
|
||||
$lang['customers'] = 'Kunden';
|
||||
$lang['details'] = 'Details';
|
||||
$lang['no_records_found'] = 'Keine Einträge gefunden ...';
|
||||
$lang['services'] = 'Dienstleistungen';
|
||||
$lang['duration_minutes'] = 'Dauer (Minuten)';
|
||||
$lang['currency'] = 'Währung';
|
||||
$lang['category'] = 'Kategorie';
|
||||
$lang['no_category'] = 'Keine Kategorie';
|
||||
$lang['description'] = 'Beschreibung';
|
||||
$lang['categories'] = 'Kategorien';
|
||||
$lang['admins'] = 'Administrator';
|
||||
$lang['providers'] = 'Anbieter';
|
||||
$lang['secretaries'] = 'Bearbeiter';
|
||||
$lang['mobile_number'] = 'Mobiltelefonnummer';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Region/Land';
|
||||
$lang['username'] = 'Nutzername';
|
||||
$lang['password'] = 'Passwort';
|
||||
$lang['retype_password'] = 'Passwort erneut eingeben';
|
||||
$lang['receive_notifications'] = 'Nachrichtenempfang';
|
||||
$lang['passwords_mismatch'] = 'Passwort ungültig.';
|
||||
$lang['admin_saved'] = 'Administrator erfolgreich gesichert.';
|
||||
$lang['provider_saved'] = 'Anbieter erfolgreich gesichert.';
|
||||
$lang['secretary_saved'] = 'Bearbeiter erfolgreich gesichert.';
|
||||
$lang['admin_deleted'] = 'Administrator erfolgreich gelöscht.';
|
||||
$lang['provider_deleted'] = 'Anbieter erfolgreich gelöscht.';
|
||||
$lang['secretary_deleted'] = 'Bearbeiter erfolgreich gelöscht.';
|
||||
$lang['service_saved'] = 'Dienstleistung erfolgreich gesichert.';
|
||||
$lang['service_category_saved'] = 'Kategorie erfolgreich gesichert.';
|
||||
$lang['service_deleted'] = 'Dienstleistung erfolgreich gelöscht.';
|
||||
$lang['service_category_deleted'] = 'Kategorie erfolgreich gelöscht.';
|
||||
$lang['customer_saved'] = 'Kunden erfolgreich gesichert.';
|
||||
$lang['customer_deleted'] = 'Kunden erfolgreich gelöscht.';
|
||||
$lang['current_view'] = 'Laufende Ansicht';
|
||||
$lang['working_plan'] = 'Arbeitsplan';
|
||||
$lang['reset_plan'] = 'Plan neu starten';
|
||||
$lang['monday'] = 'Montag';
|
||||
$lang['tuesday'] = 'Dienstag';
|
||||
$lang['wednesday'] = 'Mittwoch';
|
||||
$lang['thursday'] = 'Donnerstag';
|
||||
$lang['friday'] = 'Freitag';
|
||||
$lang['saturday'] = 'Samstag';
|
||||
$lang['sunday'] = 'Sonntag';
|
||||
$lang['breaks'] = 'Pausen';
|
||||
$lang['add_breaks_during_each_day'] = 'Fügen Sie die Arbeitspausen für jeden Tag hinzu. Während der Pausen kann der Dienstleister keine Termine akzeptieren.';
|
||||
$lang['day'] = 'Tag';
|
||||
$lang['days'] = 'Tage';
|
||||
$lang['actions'] = 'Aktionen';
|
||||
$lang['reset_working_plan_hint'] = 'Setzen Sie den Arbeitsplan auf die Standardwerte zurück.';
|
||||
$lang['company_name'] = 'Name der Firma';
|
||||
$lang['company_name_hint'] = 'Der Firmenname wird überall im System verwendet (erforderlich).';
|
||||
$lang['company_email'] = 'E-Mail-Adresse der Firma';
|
||||
$lang['company_email_hint'] = 'Das wird die E-Mail-Adresse der Firma sein. Sie wird als Adresse des Absenders für die E-Mails Ihres Systems verwendet (erforderlich).';
|
||||
$lang['company_link'] = 'Web-Link der Firma';
|
||||
$lang['company_link_hint'] = 'Der Firmen-Link sollte auf die offizielle Webseite der Firma weisen (erforderlich).';
|
||||
$lang['go_to_booking_page'] = 'Weiter zur Buchungsseite';
|
||||
$lang['settings_saved'] = 'Einstellungen erfolgreich gesichert.';
|
||||
$lang['general'] = 'Allgemeines';
|
||||
$lang['booking'] = 'Booking';
|
||||
$lang['visible'] = 'Sichtbar';
|
||||
$lang['hidden'] = 'Versteckt';
|
||||
$lang['business_logic'] = 'Unternehmerische Logik';
|
||||
$lang['current_user'] = 'Aktueller Nutzer';
|
||||
$lang['about_app'] = 'Über Easy!Appointments';
|
||||
$lang['edit_working_plan_hint'] = 'Bitte notieren Sie im Folgenden die Tage und Zeiten, für die das Unternehmen Termine anbietet. Sie können Termine auch für Feiertage festlegen aber die Kunden können an diesen Tagen keine Buchung durchführen. Dieser Arbeitsplan ist voreingestellt für alle neuen Einschreibungen von Dienstleistern. Sie haben jedoch die Möglichkeit, den Arbeitsplan zu ändern und zwar für jeden Anbieter gesondert, indem Sie seine Einschreibung bearbeiten. Danach fügen Sie die Zeiträume der Pausen hinzu.';
|
||||
$lang['edit_breaks_hint'] = 'Fügen Sie die betrieblichen Pausen pro Tag hinzu. Diese Pausen werden für alle neuen Dienstleister angewendet.';
|
||||
$lang['book_advance_timeout'] = 'Zeitbegrenzung einer Buchung';
|
||||
$lang['book_advance_timeout_hint'] = 'Legen Sie eine Zeitbegrenzung (in Minuten) fest, während der die Kunden eine Terminbuchung oder eine Terminänderung durchführen können.';
|
||||
$lang['timeout_minutes'] = 'Zeitbegrenzung (Minuten)';
|
||||
$lang['about_app_info'] = 'Easy!Appointments ist eine extrem anpassungsfähige Internet-Applikation, die es Ihren Kunden ermöglicht, einen Termin mit Ihnen über das Internet zu vereinbaren. Darüberhinaus gibt es Ihnen die Möglichkeit, Ihre Daten mit dem CalDAV/Google-Kalender zu synchronisieren, so dass Sie diese mit anderen Dienstleistungsprogrammen nutzen können.';
|
||||
$lang['current_version'] = 'Laufende Version';
|
||||
$lang['support'] = 'Unterstützung';
|
||||
$lang['about_app_support'] = 'Falls Sie irgendein Problem bei der Nutzung von Easy!Appointments haben sollten, können Sie die offizielle Google-Gruppe nach Lösungen durchsuchen. Sie können auch ein neues Thema in Google Code beginnen, damit Sie das Finden von Lösungen unterstützen. ';
|
||||
$lang['official_website'] = 'Offizielle Webseite';
|
||||
$lang['google_plus_community'] = 'Google+ Gemeinschaft';
|
||||
$lang['support_group'] = 'Gruppenunterstützung';
|
||||
$lang['project_issues'] = 'Projektthemen';
|
||||
$lang['license'] = 'Nutzungslizenz';
|
||||
$lang['about_app_license'] = 'Easy!Appointment ist unter der GPLv3-Lizenz lizensiert. Bei jeglicher Nutzung des Codes für Easy!Appointments stimmen Sie den Nutzungsbedingungen zu wie sie auf folgender Seite aufgeführt sind:';
|
||||
$lang['logout_success'] = 'Sie haben sich erfolgreich abgemeldet! Klicken sie auf einen der folgende Tasten, um auf eine andere Seite zu gelangen.';
|
||||
$lang['book_appointment_title'] = 'Terminbuchung';
|
||||
$lang['backend_section'] = 'Backend-Sektion';
|
||||
$lang['you_need_to_login'] = 'Willkommen! Sie müssen sich anmelden, um die Backend-Seiten zu sehen.';
|
||||
$lang['enter_username_here'] = 'Geben Sie Ihren Nutzernamen hier ein ...';
|
||||
$lang['enter_password_here'] = 'Geben Sie Ihr Passwort hier ein ...';
|
||||
$lang['login'] = 'Anmelden';
|
||||
$lang['forgot_your_password'] = 'Passwort vergessen?';
|
||||
$lang['login_failed'] = 'Anmeldung fehlgeschlagen, bitte geben Sie die richtigen Anmeldedaten ein und versuchen Sie es erneut.';
|
||||
$lang['type_username_and_email_for_new_password'] = 'Geben Sie Ihren Nutzernamen und Ihre E-Mail-Adresse ein, um Ihr neues Passwort zu erhalten.';
|
||||
$lang['enter_email_here'] = 'Geben Sie Ihre E-Mail-Adresse hier ein ...';
|
||||
$lang['regenerate_password'] = 'Passwort generieren';
|
||||
$lang['go_to_login'] = 'Gehen Sie zurück auf die Anmeldeseite';
|
||||
$lang['new_password_sent_with_email'] = 'Ihr neues Passwort ist Ihnen per E-Mail gesendet worden.';
|
||||
$lang['new_account_password'] = 'Neues Kontopasswort';
|
||||
$lang['new_password_is'] = 'Ihr neues Passwort ist $password. Bitte sichern Sie dieses E-Mail, damit Sie Ihr Passwort nachlesen können falls nötig. Sie können dieses Passwort auf der Seite Einstellungen auch ändern.';
|
||||
$lang['delete_record_prompt'] = 'Sind Sie sicher, dass Sie diesen Eintrag löschen möchten? Dieser Vorgang kann nicht zurückgenommen werden.';
|
||||
$lang['delete_admin'] = 'Administrator löschen';
|
||||
$lang['delete_customer'] = 'Kunden löschen';
|
||||
$lang['delete_service'] = 'Dienstleistung löschen';
|
||||
$lang['delete_service_category'] = 'Kategorie löschen';
|
||||
$lang['delete_provider'] = 'Zeitraum löschen';
|
||||
$lang['delete_secretary'] = 'Bearbeiter löschen';
|
||||
$lang['delete_appointment'] = 'Termin löschen';
|
||||
$lang['delete_unavailability'] = 'Nichtverfügbarkeit löschen';
|
||||
$lang['delete'] = 'Löschen';
|
||||
$lang['unexpected_issues'] = 'Unvorhergesene Vorfälle';
|
||||
$lang['unexpected_issues_message'] = 'Dieser Vorgang konnte aufgrund unvorgesehener Vorfälle nicht beendet werden.';
|
||||
$lang['close'] = 'Schließen';
|
||||
$lang['page_not_found'] = 'Seite nicht gefunden';
|
||||
$lang['page_not_found_message'] = 'Die von Ihnen angeforderte Seite existiert nicht. Bitte überprüfen Sie Ihre Browser-URL oder navigieren Sie mit den Schaltflächen unten zu einer anderen Seite.';
|
||||
$lang['error'] = 'Fehler';
|
||||
$lang['no_privileges'] = 'Unzureichende Berechtigungen';
|
||||
$lang['no_privileges_message'] = 'Sie haben nicht die Berechtigung, diese Seite zu sehen. Bitte wechseln Sie zu einem anderen Abschnitt.';
|
||||
$lang['backend_calendar'] = 'Backend-Kalender';
|
||||
$lang['start_date_time'] = 'Start Datum/Zeit';
|
||||
$lang['end_date_time'] = 'Ende Datum/Zeit';
|
||||
$lang['licensed_under'] = 'Lizenziert unter';
|
||||
$lang['unexpected_issues_occurred'] = 'Unerwartete Probleme aufgetreten.';
|
||||
$lang['service_communication_error'] = 'Während der Kommunikation mit dem Server ist ein Fehler aufgetreten, bitte versuchen Sie es erneut.';
|
||||
$lang['no_privileges_edit_appointments'] = 'Sie haben nicht die Berechtigung, um Termine zu bearbeiten.';
|
||||
$lang['unavailability_updated'] = 'Nichtverfügbarkeit erfolgreich erneuert worden.';
|
||||
$lang['appointments'] = 'Termine';
|
||||
$lang['unexpected_warnings'] = 'Unerwartete Warnungen';
|
||||
$lang['unexpected_warnings_message'] = 'Der Vorgang wurde abgeschlossen aber einige Warnungen erscheinen.';
|
||||
$lang['filter'] = 'Filtern';
|
||||
$lang['clear'] = 'Deaktivieren';
|
||||
$lang['uncategorized'] = 'Nicht zugeordnet';
|
||||
$lang['username_already_exists'] = 'Benutzername ist bereits vorhanden.';
|
||||
$lang['password_length_notice'] = 'Das Passwort muss mindestens $number Zeichen lang sein.';
|
||||
$lang['general_settings'] = 'Allgemeine Einstellungen';
|
||||
$lang['personal_information'] = 'Persönliche Informationen';
|
||||
$lang['system_login'] = 'Anmeldung am System';
|
||||
$lang['user_settings_are_invalid'] = 'Benutzereinstellungen sind ungültig! Bitte überprüfen Sie Ihre Einstellungen und wiederholen Sie den Vorgang.';
|
||||
$lang['add_break'] = 'Interval Hinzufügen';
|
||||
$lang['january'] = 'Januar';
|
||||
$lang['february'] = 'Februar';
|
||||
$lang['march'] = 'März';
|
||||
$lang['april'] = 'April';
|
||||
$lang['may'] = 'Mai';
|
||||
$lang['june'] = 'Juni';
|
||||
$lang['july'] = 'Juli';
|
||||
$lang['august'] = 'August';
|
||||
$lang['september'] = 'September';
|
||||
$lang['october'] = 'Oktober';
|
||||
$lang['november'] = 'November';
|
||||
$lang['december'] = 'Dezember';
|
||||
$lang['previous'] = 'Zurück';
|
||||
$lang['next'] = 'Weiter';
|
||||
$lang['now'] = 'Jetzt';
|
||||
$lang['select_time'] = 'Zeit wählen';
|
||||
$lang['time'] = 'Zeit';
|
||||
$lang['hour'] = 'Uhr';
|
||||
$lang['minute'] = 'Minute';
|
||||
$lang['calendar_sync_completed'] = 'Kalender-Synchronisation erfolgreich beendet.';
|
||||
$lang['calendar_sync_failed'] = 'Kalender-Synchronisation fehlgeschlagen: Server-Verbindung konnte nicht hergestellt werden.';
|
||||
$lang['select_sync_calendar'] = 'Wählen Sie externe Kalender';
|
||||
$lang['select_sync_calendar_prompt'] = 'Wählen Sie den Kalender, mit dem Sie Ihre Termine synchronisieren möchten. Wenn Sie das nicht wollen, wird ein Standard-Kalender verwendet.';
|
||||
$lang['sync_calendar_selected'] = 'Externe-Kalender wurde erfolgreich ausgewählt.';
|
||||
$lang['oops_something_went_wrong'] = 'Oops! Etwas ist schiefgelaufen.';
|
||||
$lang['ea_update_success'] = 'Easy!Appointments wurde erfolgreich aktualisiert.';
|
||||
$lang['require_captcha'] = 'CAPTCHA erfordern';
|
||||
$lang['require_captcha_hint'] = 'Wenn aktiv, werden die Kunden aufgefordert, eine zufällig generierte Zeichenfolge (CAPTCHA) einzutippen bevor Sie einen Termin buchen oder speichern können.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA-Überprüfung fehlgeschlagen, bitte versuchen Sie es erneut.';
|
||||
$lang['any_provider'] = 'Jeder Anbieter';
|
||||
$lang['requested_hour_is_unavailable'] = 'Der gewünschte Termin ist leider nicht verfügbar. Bitte wählen Sie eine andere Zeit für den Termin.';
|
||||
$lang['customer_notifications'] = 'Kundenbenachrichtigungen';
|
||||
$lang['customer_notifications_hint'] = 'Stellen Sie ein, ob die Kunden immer dann eine E-Mail-Benachrichtigungen erhalten, wenn sich ein Termin ändert.';
|
||||
$lang['date_format'] = 'Datumsformat';
|
||||
$lang['date_format_hint'] = 'Ändern Sie das Datumsanzeigeformat (D - Datum, M - Monat, Y - Jahr).';
|
||||
$lang['time_format'] = 'Zeitformat';
|
||||
$lang['time_format_hint'] = 'Ändern Sie das Zeitanzeigeformat (H - Stunden, M - Minuten).';
|
||||
$lang['first_weekday'] = 'Erster Tag der Woche';
|
||||
$lang['first_weekday_hint'] = 'Wählen Sie den ersten Tag der Kalenderwoche.';
|
||||
$lang['google_analytics_code_hint'] = 'Fügen Sie Ihre Google Analytics-Code hinzu, um das Google Analytics tracking auf den Buchungsseiten zu aktivieren.';
|
||||
$lang['availabilities_type'] = 'Verfügungstyp';
|
||||
$lang['flexible'] = 'Flexibel';
|
||||
$lang['fixed'] = 'Fest';
|
||||
$lang['attendants_number'] = 'Begleiternummer';
|
||||
$lang['reset_working_plan'] = 'Arbeitsplan auf Standardwerte zurücksetzen.';
|
||||
$lang['legal_contents'] = 'Rechtliche Inhalte';
|
||||
$lang['cookie_notice'] = 'Cookie Hinweis';
|
||||
$lang['display_cookie_notice'] = 'Cookie Hinweis zeigen';
|
||||
$lang['cookie_notice_content'] = 'Cookie Hinweis Inhalt';
|
||||
$lang['terms_and_conditions'] = 'Allgemeine Geschäftsbedingungen';
|
||||
$lang['display_terms_and_conditions'] = 'Allgemeine Geschäftsbedingungen zeigen';
|
||||
$lang['terms_and_conditions_content'] = 'Allgemeine Geschäftsbedingungen Inhalt';
|
||||
$lang['privacy_policy'] = 'Datenschutzbestimmungen';
|
||||
$lang['display_privacy_policy'] = 'Datenschutzbestimmungen zeigen';
|
||||
$lang['privacy_policy_content'] = 'Datenschutzbestimmungen Inhalt';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'Diese Website verwendet Cookies, um sicherzustellen, dass Sie die beste Erfahrung auf unserer Website erhalten.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'Ich habe die {$link}Allgemeinen Geschäftsbedingungen{/$link} gelesen und stimme ihnen zu.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'Ich habe die {$link}Datenschutzerklärung{/$link} gelesen und stimme ihr zu.';
|
||||
$lang['delete_personal_information_hint'] = 'Entfernen Sie alle Ihre Termine und persönlichen Informationen aus dem System.';
|
||||
$lang['delete_personal_information'] = 'Persönliche Informationen löschen';
|
||||
$lang['delete_personal_information_prompt'] = 'Sind Sie sicher, dass Sie Ihre persönlichen Daten löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.';
|
||||
$lang['location'] = 'Ort';
|
||||
$lang['working_plan_exception'] = 'Arbeitsplan Ausnahme';
|
||||
$lang['working_plan_exceptions'] = 'Arbeitsplan Ausnahmen';
|
||||
$lang['working_plan_exceptions_hint'] = 'Fügt einen Ausnahmetag außerhalb des Arbeitsplans hinzu.';
|
||||
$lang['new_working_plan_exception_title'] = 'Neue Ausnahme vom Arbeitsplan';
|
||||
$lang['working_plan_exception_saved'] = 'Ausnahme vom Arbeitsplan erfolgreich gespeichert.';
|
||||
$lang['working_plan_exception_deleted'] = 'Ausnahme vom Arbeitsplan erfolgreich gelöscht.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'Ausnahmen vom Arbeitsplan für jeden Tag hinzufügen.';
|
||||
$lang['add_working_plan_exception'] = 'Ausnahme vom Arbeitsplan hinzufügen';
|
||||
$lang['require_phone_number'] = 'Telefonnummer benötigt';
|
||||
$lang['require_phone_number_hint'] = 'Wenn aktiviert, müssen Kunden und Benutzer die Telefonnummer des Kunden beim Buchen eines Termins eingeben';
|
||||
$lang['check_spam_folder'] = 'Bitte kontrollieren Sie Ihren Spam-Ordner, falls die E-Mail nicht innerhalb weniger Minuten eintrifft.';
|
||||
$lang['api_token_hint'] = 'Setze einen geheimen Token um die tokenbasierte Authentifizierung für die Easy!Appointments API zu aktivieren.';
|
||||
$lang['timezone'] = 'Zeitzone';
|
||||
$lang['overwrite_existing_working_plans'] = 'Dies wird bestehende Arbeitspläne von Anbietern überschreiben. Sind sie sicher?';
|
||||
$lang['working_plans_got_updated'] = 'Alle Arbeitspläne wurden aktualisiert.';
|
||||
$lang['apply_to_all_providers'] = 'Auf alle Anbieter anwenden';
|
||||
$lang['display_any_provider'] = 'Option zum Anzeigen aller Anbieter';
|
||||
$lang['display_any_provider_hint'] = 'Es wird eine zusätzliche Option zur Buchungsseite hinzugefügt, die es Kunden ermöglicht zu buchen ohne eine spezifischen Anbieter auszuwählen.';
|
||||
$lang['load_more'] = 'Mehr laden';
|
||||
$lang['list'] = 'Liste';
|
||||
$lang['default'] = 'Standard';
|
||||
$lang['table'] = 'Tabelle';
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['about'] = 'Über';
|
||||
$lang['booking_settings'] = 'Buchungseinstellungen';
|
||||
$lang['display'] = 'Anzeige';
|
||||
$lang['require'] = 'Erfordern';
|
||||
$lang['color'] = 'Farbe';
|
||||
$lang['matomo_analytics_url_hint'] = 'Fügen Sie die URL zu Ihrer eigenen Matomo-Installation hinzu, um das Matomo-Tracking auf den Buchungsseiten zu ermöglichen.';
|
||||
$lang['invalid_phone'] = 'Ungültige Telefonnummer.';
|
||||
$lang['legal'] = 'Legal';
|
||||
$lang['business'] = 'Geschäft';
|
||||
$lang['account'] = 'Konto';
|
||||
$lang['disable_booking'] = 'Buchung deaktivieren';
|
||||
$lang['disable_booking_hint'] = 'Solange diese Einstellung aktiv ist, wird die Buchungsseite deaktiviert und Kunden können keine neuen Termine registrieren.';
|
||||
$lang['display_message'] = 'Nachricht anzeigen';
|
||||
$lang['booking_is_disabled'] = 'Buchung ist deaktiviert!';
|
||||
$lang['appearance'] = 'Aussehen';
|
||||
$lang['company_logo'] = 'Firmenlogo';
|
||||
$lang['company_logo_hint'] = 'Das Firmenlogo wird an vielen Stellen der App angezeigt, unter anderem auf der Buchungsseite und in den Benachrichtigungs-E-Mails (Bilddatei, max. 2 MB).';
|
||||
$lang['company_color'] = 'Firmenfarbe';
|
||||
$lang['company_color_hint'] = 'Die Unternehmensfarbe wird in der gesamten App angewendet, sodass die App Ihr Branding verwendet.';
|
||||
$lang['localization'] = 'Lokalisierung';
|
||||
$lang['integrations'] = 'Integrationen';
|
||||
$lang['company'] = 'Unternehmen';
|
||||
$lang['remove'] = 'Entfernen';
|
||||
$lang['login_button'] = 'Anmeldeschaltfläche';
|
||||
$lang['display_login_button_hint'] = 'Legt fest, ob der Login-Button auf der Buchungsseite angezeigt wird.';
|
||||
$lang['private'] = 'Privatgelände';
|
||||
$lang['private_hint'] = 'Private Datensätze werden auf öffentlichen Seiten wie der Buchungsseite nicht angezeigt oder verarbeitet.';
|
||||
$lang['reset'] = 'Zurücksetzen';
|
||||
$lang['all'] = 'Alle';
|
||||
$lang['booking_link'] = 'Buchungslink';
|
||||
$lang['add_new_event'] = 'Neues Ereignis hinzufügen';
|
||||
$lang['what_kind_of_event'] = 'Welche Art von Veranstaltung möchten Sie hinzufügen?';
|
||||
$lang['theme'] = 'Thema';
|
||||
$lang['limit_customer_access'] = 'Beschränken Sie den Kundenzugriff';
|
||||
$lang['limit_customer_access_hint'] = 'Wenn diese Option aktiviert ist, können Anbieter und Sekretäre nur auf Kunden zugreifen, mit denen sie einen Termin haben.';
|
||||
$lang['url'] = 'URL';
|
||||
$lang['secret_token'] = 'Geheimer Token';
|
||||
$lang['verify_ssl'] = 'SSL überprüfen';
|
||||
$lang['appointment_save'] = 'Termin speichern';
|
||||
$lang['appointment_delete'] = 'Termin löschen';
|
||||
$lang['unavailability_save'] = 'Nichtverfügbarkeit speichern';
|
||||
$lang['unavailability_delete'] = 'Nichtverfügbarkeit löschen';
|
||||
$lang['customer_save'] = 'Kundenspeicherung';
|
||||
$lang['customer_delete'] = 'Kunde löschen';
|
||||
$lang['service_save'] = 'Service speichern';
|
||||
$lang['service_delete'] = 'Dienst löschen';
|
||||
$lang['service_category_save'] = 'Kategorie Speichern';
|
||||
$lang['service_category_delete'] = 'Kategorie löschen';
|
||||
$lang['provider_save'] = 'Anbieter speichern';
|
||||
$lang['provider_delete'] = 'Anbieter löschen';
|
||||
$lang['secretary_save'] = 'Sekretär Save';
|
||||
$lang['secretary_delete'] = 'Sekretär löschen';
|
||||
$lang['admin_save'] = 'Admin-Speicherung';
|
||||
$lang['admin_delete'] = 'Admin-Löschen';
|
||||
$lang['options'] = 'Optionen';
|
||||
$lang['webhooks'] = 'Webhooks';
|
||||
$lang['webhooks_info'] = 'Mit Webhooks können Sie HTTP-Benachrichtigungen an externe Webanwendungen als Reaktion auf verschiedene Anwendungsereignisse senden, beispielsweise die Erstellung eines Termins oder die Entfernung eines Kunden.';
|
||||
$lang['integrations_info'] = 'Mithilfe von Integrationen können Sie Verbindungen von Drittanbietern mit externen Anwendungen und APIs herstellen.';
|
||||
$lang['configure'] = 'Konfigurieren';
|
||||
$lang['google_analytics'] = 'Google Analytics';
|
||||
$lang['google_analytics_info'] = 'Mit Google Analytics können Sie den Tracking-Code und das HTML-Markup automatisch zur öffentlichen Seite hinzufügen und alle öffentlichen Buchungssitzungen verfolgen.';
|
||||
$lang['matomo_analytics'] = 'Matomo Analytics';
|
||||
$lang['matomo_analytics_info'] = 'Mit Matomo Analytics können Sie den Tracking-Code und das HTML-Markup automatisch zur öffentlichen Seite hinzufügen und alle öffentlichen Buchungssitzungen verfolgen.';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'Mit der API können Sie über das HTTP-Protokoll und die verfügbaren API-Endpunkte mit allen Easy!Appointments-Daten interagieren und Ihre eigenen Integrationen erstellen.';
|
||||
$lang['google_analytics_code'] = 'Google Analytics-Code';
|
||||
$lang['matomo_analytics_url'] = 'Matomo Analytics-URL';
|
||||
$lang['future_booking_limit'] = 'Zukünftiges Buchungslimit';
|
||||
$lang['limit_days'] = 'Limit (Tage)';
|
||||
$lang['future_booking_limit_hint'] = 'Legen Sie das zukünftige Limit in Tagen fest, in denen Kunden Termine über die öffentliche Buchungsseite vereinbaren können.';
|
||||
$lang['api_token'] = 'API-Token';
|
||||
$lang['allow_rescheduling_cancellation_before'] = 'Umplanung/Stornierung vorher zulassen';
|
||||
$lang['at_least_one_field'] = 'Auf der Buchungsseite muss mindestens ein Feld angezeigt werden.';
|
||||
$lang['status'] = 'Status';
|
||||
$lang['appointment_status_options'] = 'Optionen für den Terminstatus';
|
||||
$lang['appointment_status_options_info'] = 'Definieren Sie eine Liste verfügbarer Terminstatusoptionen, die auf der Kalenderseite verwendet werden können (die erste wird automatisch zum Standardwert).';
|
||||
$lang['sunday_short'] = 'Son';
|
||||
$lang['monday_short'] = 'Mon';
|
||||
$lang['tuesday_short'] = 'Die';
|
||||
$lang['wednesday_short'] = 'Mit';
|
||||
$lang['thursday_short'] = 'Don';
|
||||
$lang['friday_short'] = 'Fre';
|
||||
$lang['saturday_short'] = 'Sam';
|
||||
$lang['january_short'] = 'Jan';
|
||||
$lang['february_short'] = 'Feb';
|
||||
$lang['march_short'] = 'Mär';
|
||||
$lang['april_short'] = 'Apr';
|
||||
$lang['may_short'] = 'Mai';
|
||||
$lang['june_short'] = 'Jun';
|
||||
$lang['july_short'] = 'Jul';
|
||||
$lang['august_short'] = 'Aug';
|
||||
$lang['september_short'] = 'Sep';
|
||||
$lang['october_short'] = 'Okt';
|
||||
$lang['november_short'] = 'Nov';
|
||||
$lang['december_short'] = 'Dez';
|
||||
$lang['am'] = 'am';
|
||||
$lang['pm'] = 'pm';
|
||||
$lang['to'] = 'Zu';
|
||||
$lang['click_to_toggle'] = 'Klicken Sie zum Umschalten';
|
||||
$lang['week_short'] = 'Wo';
|
||||
$lang['scroll_to_increment'] = 'Scrollen Sie zu Inkrement';
|
||||
$lang['year'] = 'Jahr';
|
||||
$lang['make_non_working_day'] = 'Dieser Anbieter wird an dem ausgewählten Tag nicht zur Verfügung stehen.';
|
||||
$lang['no_breaks'] = 'Keine Pausen';
|
||||
$lang['service_categories'] = 'Dienst-Kategorien';
|
||||
$lang['service_category'] = 'Dienstleistungskategorie';
|
||||
$lang['blocked_period_saved'] = 'Gesperrter Zeitraum erfolgreich gespeichert.';
|
||||
$lang['blocked_period_deleted'] = 'Gesperrter Zeitraum erfolgreich gelöscht.';
|
||||
$lang['delete_blocked_period'] = 'Gesperrten Zeitraum löschen';
|
||||
$lang['blocked_period'] = 'Gesperrter Zeitraum';
|
||||
$lang['blocked_periods'] = 'Gesperrte Zeiträume';
|
||||
$lang['blocked_period_save'] = 'Gesperrter Zeitraum Speichern';
|
||||
$lang['blocked_period_delete'] = 'Gesperrter Zeitraum Löschen';
|
||||
$lang['blocked_periods_hint'] = 'Definieren Sie Zeiträume, in denen öffentliche Buchungen für alle Anbieter gesperrt sind (z. B. geschlossene Termine, Feiertage usw.).';
|
||||
$lang['custom_field'] = 'Benutzerdefiniertes Feld';
|
||||
$lang['custom_fields'] = 'Benutzerdefinierte Felder';
|
||||
$lang['label'] = 'Bezeichnung';
|
||||
$lang['webhook_saved'] = 'Webhook erfolgreich gespeichert.';
|
||||
$lang['webhook_deleted'] = 'Webhook erfolgreich gelöscht.';
|
||||
$lang['delete_webhook'] = 'Webhook löschen';
|
||||
$lang['contact_info'] = 'Kontakt-Infos';
|
||||
$lang['hide_from_public'] = 'Vor der Öffentlichkeit verbergen';
|
||||
$lang['matomo_analytics_site_id'] = 'Matomo Analytics Standort-ID';
|
||||
$lang['matomo_analytics_site_id_hint'] = 'Legen Sie die Site-ID fest, die von Matomo getrackt werden soll (die Standard-Site hat die ID „1“).';
|
||||
$lang['default_timezone'] = 'Standard-Zeitzone';
|
||||
$lang['default_timezone_hint'] = 'Legen Sie die Standardzeitzone fest, die für neue Datensätze verwendet werden soll.';
|
||||
$lang['default_language'] = 'Standard-Sprache';
|
||||
$lang['default_language_hint'] = 'Legen Sie den Standardwert für die Sprache fest, die für neue Datensätze verwendet werden soll.';
|
||||
$lang['sync_method_prompt'] = 'Welche Synchronisierungsmethode möchten Sie verwenden?';
|
||||
$lang['caldav_server'] = 'CalDAV-Server';
|
||||
$lang['caldav_connection_info_prompt'] = 'Bitte geben Sie die Verbindungsinformationen des CalDAV-Zielservers ein.';
|
||||
$lang['connect'] = 'Verbinden';
|
||||
$lang['ldap'] = 'LDAP';
|
||||
$lang['ldap_info'] = 'Diese Integration ermöglicht es Ihnen, sich mit einem bestehenden LDAP-Server zu verbinden und Benutzer automatisch in Easy!Appointments zu importieren und ihnen ein SSO mit ihrem Verzeichnispasswort zu ermöglichen (der Benutzername muss übereinstimmen).';
|
||||
$lang['host'] = 'Host';
|
||||
$lang['port'] = 'Port';
|
||||
$lang['user_dn'] = 'User DN';
|
||||
$lang['base_dn'] = 'Base DN';
|
||||
$lang['keyword'] = 'Schlüsselwort';
|
||||
$lang['ldap_search_hint'] = 'Geben Sie ein Schlüsselwort an, um das LDAP-Verzeichnis nach Benutzern zu durchsuchen, die den Filterkriterien entsprechen.';
|
||||
$lang['ldap_extension_not_loaded'] = 'Die LDAP-PHP-Erweiterung wird nicht geladen, ist aber erforderlich, damit diese Integration funktioniert.';
|
||||
$lang['field_mapping'] = 'Feldzuordnung';
|
||||
$lang['content'] = 'Inhalt';
|
||||
$lang['active'] = 'Aktiv';
|
||||
$lang['user_imported'] = 'Der Benutzerdatensatz wurde erfolgreich importiert.';
|
||||
$lang['import'] = 'Importieren';
|
||||
$lang['ldap_dn'] = 'LDAP-DN';
|
||||
$lang['role'] = 'Rolle';
|
||||
$lang['at_least_one_field_required'] = 'Mindestens ein Feld muss auf der Buchungsseite als erforderlich gekennzeichnet sein.';
|
||||
$lang['customer_is_already_booked'] = 'This customer already has an appointment during the requested reservation period.';
|
||||
$lang['fields'] = 'Fields';
|
||||
$lang['invalid_credentials_provided'] = 'Invalid credentials provided, please try again.';
|
||||
$lang['calendar_url'] = 'Calendar URL';
|
||||
$lang['please_select'] = 'Bitte Wählen';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/german/unit_test_lang.php
Normal file
58
application/language/german/unit_test_lang.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ut_test_name'] = 'Test Name';
|
||||
$lang['ut_test_datatype'] = 'Test Datatype';
|
||||
$lang['ut_res_datatype'] = 'Expected Datatype';
|
||||
$lang['ut_result'] = 'Result';
|
||||
$lang['ut_undefined'] = 'Undefined Test Name';
|
||||
$lang['ut_file'] = 'File Name';
|
||||
$lang['ut_line'] = 'Line Number';
|
||||
$lang['ut_passed'] = 'Passed';
|
||||
$lang['ut_failed'] = 'Failed';
|
||||
$lang['ut_boolean'] = 'Boolean';
|
||||
$lang['ut_integer'] = 'Integer';
|
||||
$lang['ut_float'] = 'Float';
|
||||
$lang['ut_double'] = 'Float'; // can be the same as float
|
||||
$lang['ut_string'] = 'String';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Object';
|
||||
$lang['ut_resource'] = 'Resource';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'Notes';
|
||||
55
application/language/german/upload_lang.php
Normal file
55
application/language/german/upload_lang.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.';
|
||||
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
|
||||
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
|
||||
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
|
||||
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
|
||||
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
|
||||
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
|
||||
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
|
||||
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
|
||||
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
|
||||
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
|
||||
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
|
||||
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
|
||||
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
|
||||
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
|
||||
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';
|
||||
Reference in New Issue
Block a user