Merge pull request #720 from phl0/AddGermanLanguage

Add German language
pull/724/head
Peter Goodhall 2020-11-28 19:44:23 +00:00 zatwierdzone przez GitHub
commit 204e4f45a9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
16 zmienionych plików z 839 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,39 @@
<?php
defined('BASEPATH') OR exit('Direkter Zugriff auf Skripe ist nicht erlaubt');
$lang['error_no_active_station_profile'] = 'Attention: you need to set an active station profile.';
$lang['notice_turn_the_radio_on'] = 'Du hast heute noch keine QSOs gemacht; Zeit, das Funkgerät einzuschalten!';
$lang['general_word_important'] = 'Wichtig';
$lang['general_word_date'] = 'Datum';
$lang['general_word_time'] = 'Zeit';
$lang['general_word_total'] = 'Gesamt';
$lang['general_word_year'] = 'Jahr';
$lang['general_word_month'] = 'Monat';
$lang['general_word_worked'] = 'Gearbeitet';
$lang['general_word_confirmed'] = 'Bestätigt';
$lang['general_word_needed'] = 'Benötigt';
$lang['general_word_sent'] = 'Gesendet';
$lang['general_word_received'] = 'Erhalten';
$lang['general_word_requested'] = 'Beantragt';
$lang['general_word_qslcards'] = 'QSL Karten';
// ham radio terms
$lang['gen_hamradio_call'] = 'Call';
$lang['gen_hamradio_callsign'] = 'Rufzeichen';
$lang['gen_hamradio_mode'] = 'Mode';
$lang['gen_hamradio_rst_sent'] = 'Gegeben';
$lang['gen_hamradio_rst_recv'] = 'Erhalten';
$lang['gen_hamradio_band'] = 'Band';
// Dashboard Words
$lang['dashboard_you_have_had'] = 'Du hattest';
$lang['dashboard_qsos_today'] = 'QSOs heute!';
$lang['dashboard_qso_breakdown'] = 'QSOs Übersicht';
$lang['dashboard_countries_breakdown'] = 'Länder Übersicht';

Wyświetl plik

@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$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&auml;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&auml;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';

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$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) Bakerinsel/Howlandinsel';
$lang['UM11'] = '(UTC -11:00) Amerikanisch-Samoa, Niue';
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cookinseln, Hawaii';
$lang['UM95'] = '(UTC -9:30) Marquesas-Inseln';
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambierinseln';
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton-Insel';
$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) Argentinien, Brasilien, Franz&ouml;sisch-Guayana, Uruguay';
$lang['UM2'] = '(UTC -2:00) S&uuml;dgeorgien und die s&uuml;dlichen Sandwichinseln';
$lang['UM1'] = '(UTC -1:00) Azoren, Kap Verde';
$lang['UTC'] = '(UTC) Greenwich Mean Time, Westeurop&auml;ische Zeit';
$lang['UP1'] = '(UTC +1:00) Mitteleurop&auml;ische Zeit, West Africa Time';
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Osteurop&auml;ische Zeit, Kaliningrad Time';
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa 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) Kokosinseln, Myanmar';
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Kambodscha, 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-Insel';
$lang['UP11'] = '(UTC +11:00) Magadan Time, Salomonen, Vanuatu';
$lang['UP115'] = '(UTC +11:30) Norfolkinseln';
$lang['UP12'] = '(UTC +12:00) Fidschi, Gilbertinseln, Kamtschatka, New Zealand Standard Time';
$lang['UP1275'] = '(UTC +12:45) Chatham-Inseln';
$lang['UP13'] = '(UTC +13:00) Phoenixinseln, Tonga';
$lang['UP14'] = '(UTC +14:00) Line Islands';

Wyświetl plik

@ -0,0 +1,63 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['db_invalid_connection_str'] = 'Die Datenbankkonfiguration konnte f&uuml;r die angegebene Verbindung nicht ermittelt werden.';
$lang['db_unable_to_connect'] = 'Die Verbindung zur Datenbank konnte mit der angegebenen Konfiguration nicht hergestellt werden.';
$lang['db_unable_to_select'] = 'Die Datenbank %s konnte nicht ausgew&auml;hlt werden.';
$lang['db_unable_to_create'] = 'Die Datenbank %s konnte nicht erstellt werden.';
$lang['db_invalid_query'] = 'Die angegebene Abfrage ist ung&uuml;ltig.';
$lang['db_must_set_table'] = 'Diese Abfrage erfordert die Angabe einer Datenbanktabelle.';
$lang['db_must_use_set'] = 'Der Befehl "set" muss verwendet werden, um einen Eintrag zu aktualisieren.';
$lang['db_must_use_index'] = 'Batch-Updates erfordern einen passenden.';
$lang['db_batch_missing_index'] = 'Einem oder mehreren Eintr&auml;gen f&uuml;r das Batch-Update fehlt ein Index.';
$lang['db_must_use_where'] = 'Aktualisierungen von Datens&auml;tzen erfordern eine "WHERE"-Klausel.';
$lang['db_del_must_use_where'] = 'Das L&ouml;schen von Datens&auml;tzen erfordert eine "WHERE"-Klausel.';
$lang['db_field_param_missing'] = 'Der Name der Tabelle, aus der Daten abgefragt werden sollen, muss angegeben werden.';
$lang['db_unsupported_function'] = 'Dieser Befehl wird von der verwendeten Datenbank nicht unterst&uuml;tzt.';
$lang['db_transaction_failure'] = 'Die Transaktion ist fehlgeschlagen: Der vorherige Zustand wurde wiederhergestellt.';
$lang['db_unable_to_drop'] = 'Die Datenbank konnte nicht gelouml;scht werden.';
$lang['db_unsuported_feature'] = 'Dieser Befehl wird von der verwendeten Datenbank nicht unterst&uuml;tzt.';
$lang['db_unsuported_compression'] = 'Das verwendete Kompressions-Dateiformat wird von der Datenbank nicht unterst&uuml;tzt.';
$lang['db_filepath_error'] = 'Die Ausgabe von Daten in den angegebenen Dateipfad ist fehlgeschlagen.';
$lang['db_invalid_cache_path'] = 'Der Cache-Pfad ist ung&uuml;ltig oder schreibgesch&uuml;tzt.';
$lang['db_table_name_required'] = 'Dieser Befehl erfordert die Angabe eines Tabellennamens.';
$lang['db_column_name_required'] = 'Dieser Befehl erfordert die Angabe eines Spaltennamens.';
$lang['db_column_definition_required'] = 'Dieser Befehl erfordert die Angabe einer Spaltendefinition.';
$lang['db_unable_to_set_charset'] = 'Der Zeichensatz f&uuml;r die Datenbankverbindung konnte nicht festgelegt werden: %s';
$lang['db_error_heading'] = 'Ein Datenbankfehler ist aufgetreten';

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['email_must_be_array'] = 'Der E-Mail-Validierungsmethode muss ein Array übergeben werden.';
$lang['email_invalid_address'] = 'Ung&uuml;ltige E-Mail-Adresse: %s';
$lang['email_attachment_missing'] = 'Der Dateianhang %s wurde nicht gefunden.';
$lang['email_attachment_unreadable'] = 'Der Dateianhang %s konnte nicht ge&ouml;ffnet werden.';
$lang['email_no_recipients'] = 'Es muss mindestens ein Empf&auml;nger (To, Cc oder Bcc) angegeben werden.';
$lang['email_send_failure_phpmail'] = 'Der E-Mail-Versand &uuml;ber die PHP-Funktion mail() ist fehlgeschlagen. Der Server muss m&ouml;glicherweise für diese Methode konfiguriert werden.';
$lang['email_send_failure_sendmail'] = 'Der E-Mail-Versand &uuml;ber sendmail ist fehlgeschlagen. Der Server muss m&ouml;glicherweise für diese Methode konfiguriert werden.';
$lang['email_send_failure_smtp'] = 'Der E-Mail-Versand &uuml;ber SMTP ist fehlgeschlagen. Der Server muss m&ouml;glicherweise für diese Methode konfiguriert werden.';
$lang['email_sent'] = 'Ihre Nachricht wurde erfolgreich mit dem Protokoll %s versandt.';
$lang['email_no_socket'] = 'Es konnte kein Socket f&uuml;r Sendmail ge&ouml;ffnet werden. Bitte pr&uuml;fen Sie die Einstellungen.';
$lang['email_no_hostname'] = 'Es wurde kein SMTP-Hostname angegeben.';
$lang['email_smtp_error'] = 'Der SMTP-Fehler %s ist aufgetreten';
$lang['email_no_smtp_unpw'] = 'SMTP-Benutzername und -Passwort m&uuml;ssen angegeben werden.';
$lang['email_failed_smtp_login'] = 'Der AUTH LOGIN-Befehl konnte nicht gesendet werden. Fehler: %s';
$lang['email_smtp_auth_un'] = 'Der Benutzername ist nicht g&uuml;ltig. Fehler: %s';
$lang['email_smtp_auth_pw'] = 'Das Passwort ist nicht g&uuml;ltig. Fehler: %s';
$lang['email_smtp_data_failure'] = 'Die Daten konnten nicht versandt werden: %s';
$lang['email_exit_status'] = 'Abbruch mit Statuscode: %s';

Wyświetl plik

@ -0,0 +1,66 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['form_validation_required'] = 'Das Feld {field} ist ein Pflichtfeld.';
$lang['form_validation_isset'] = 'Das Feld {field} muss einen Wert enthalten.';
$lang['form_validation_valid_email'] = 'Das Feld {field} muss eine g&uuml;ltige E-Mail-Adresse enthalten.';
$lang['form_validation_valid_emails'] = 'Das Feld {field} kann nur g&uuml;ltige E-Mail-Adressen enthalten.';
$lang['form_validation_valid_url'] = 'Das Feld {field} muss eine g&uuml;ltige Web-Adresse (URL) enthalten.';
$lang['form_validation_valid_ip'] = 'Das Feld {field} muss eine g&uuml;ltige IP enthalten.';
$lang['form_validation_min_length'] = 'Das Feld {field} muss mindestens {param} Zeichen lang sein.';
$lang['form_validation_max_length'] = 'Das Feld {field} darf nicht l&auml;nger als {param} Zeichen lang sein.';
$lang['form_validation_exact_length'] = 'Das Feld {field} muss genau {param} lang sein.';
$lang['form_validation_alpha'] = 'Das Feld {field} darf nur Buchstaben enthalten.';
$lang['form_validation_alpha_numeric'] = 'Das Feld {field} darf nur Buchstaben und/oder Zahlen enthalten.';
$lang['form_validation_alpha_dash'] = 'Das Feld {field} darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten.';
$lang['form_validation_numeric'] = 'Das Feld {field} darf nur Zahlen enthalten.';
$lang['form_validation_is_numeric'] = 'Das Feld {field} darf nur Zahlen enthalten.';
$lang['form_validation_integer'] = 'Das Feld {field} muss einen ganzzahligen Wert enthalten.';
$lang['form_validation_regex_match'] = 'Das Feld {field} ist nicht im korrekten Format.';
$lang['form_validation_matches'] = 'Das Feld {field} muss mit dem Feld {param} &uuml;bereinstimmen.';
$lang['form_validation_is_unique'] = 'Das Feld {field} muss einen eindeutigen Wert enthalten.';
$lang['form_validation_is_natural'] = 'Das Feld {field} darf nur positive Zahlen enthalten.';
$lang['form_validation_is_natural_no_zero'] = 'Das Feld {field} darf nur Zahlen grö&szlig;er Null enthalten.';
$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} muß eine Zahl kleiner als oder gleich {param} enthalten.';
$lang['form_validation_greater_than'] = 'Das Feld {field} muss eine Zahl gr&ouml;&szlig; als {param} enthalten.';
$lang['form_validation_greater_than_equal_to'] = 'Das Feld {field} muss eine Zahl gr&ouml;&szlig; als oder gleich {param} enthalten.';
$lang['form_validation_error_message_not_set'] = 'Kein Zugriff auf eine Fehlermeldung die Ihrem Feldnamen {field} entspricht.';
$lang['form_validation_in_list'] = 'Das Feld {field} muss eines von {param} sein';

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['ftp_no_connection'] = 'Es konnte keine g&uuml;ltige Verbindungs-ID gefunden werden. Stellen Sie sicher, dass eine Verbindung besteht, bevor Dateioperationen ausgef&uuml;hrt werden.';
$lang['ftp_unable_to_connect'] = 'Es konnte keine Verbindung zum angegebenen Server hergestellt werden.';
$lang['ftp_unable_to_login'] = 'Es konnte keine Verbindung zum angegebenen Server hergestellt werden. Bitte pr&uuml;fen Sie Benutzernamen und Passwort.';
$lang['ftp_unable_to_makdir'] = 'Das Verzeichnis konnte nicht erstellt werden.';
$lang['ftp_unable_to_changedir'] = 'Es konnte nicht zu dem Verzeichnis gewechselt werden.';
$lang['ftp_unable_to_chmod'] = 'Die Dateirechte konnten nicht gesetzt werden. Bitte pr&uuml;fen Sie den Pfad. Hinweis: Diese Funktion ist nur in PHP 5 oder h&ouml;her verf&uuml;gbar.';
$lang['ftp_unable_to_upload'] = 'Die Datei konnte nicht hochgeladen werden. Bitte pr&uuml;fen Sie den Pfad.';
$lang['ftp_unable_to_download'] = 'Die Dateie konnte nicht heruntergeladen werden. Bitte pr&uuml;fen Sie den Pfad.';
$lang['ftp_no_source_file'] = 'Die Quelldatei konnte nicht gefunden werden. Bitte pr&uuml;fen Sie den Pfad.';
$lang['ftp_unable_to_rename'] = 'Die Datei konnte nicht umbenannt werden.';
$lang['ftp_unable_to_delete'] = 'Die Datei konnte nicht gel&ouml;scht werden.';
$lang['ftp_unable_to_move'] = 'Die Datei konnte nicht verschoben werden. Bitte stellen Sie sicher, dass das Zielverzeichnis existiert.';

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['imglib_source_image_required'] = 'Eine Quelldatei muss in den Voreinstellungen festgelegt werden.';
$lang['imglib_gd_required'] = 'Die GD-Bibliothek ist f&uuml;r diese Funktion erforderlich.';
$lang['imglib_gd_required_for_props'] = 'Der Server muss die GD-Bibliothek unterst&uuml;tzen, um die Bildeigenschaften auszulesen.';
$lang['imglib_unsupported_imagecreate'] = 'Der Server muss die GD-Bibliothek unterst&uuml;tzen, um dieses Bildformat zu verarbeiten.';
$lang['imglib_gif_not_supported'] = 'GIF-Dateien werden h&auml;ufig wegen Lizenzbeschr&auml;nkungen nicht unterst&uuml;tzt. Mouml;glicherweise m&uuml;ssen Sie stattdessen JPEG- oder PNG-Dateien verwenden.';
$lang['imglib_jpg_not_supported'] = 'JPEG-Dateien werden nicht unterst&uuml;tzt.';
$lang['imglib_png_not_supported'] = 'PNG-Dateien werden nicht unterst&uuml;tzt.';
$lang['imglib_jpg_or_png_required'] = 'Nur JPEG- und PNG-Dateien kouml;nnen mit der festgelegten Methode verkleinert und vergrouml;&szlig;ert werden.';
$lang['imglib_copy_error'] = 'Die Datei konnte nicht &uuml;berschrieben werden. Mouml;glicherweise ist das Verzeichnis schreibgesch&uuml;tzt.';
$lang['imglib_rotate_unsupported'] = 'Der Server unterst&uuml;tzt das Drehen von Bildern nicht.';
$lang['imglib_libpath_invalid'] = 'Die Bildbearbeitungs-Bibliothek konnte nicht gefunden werden. Bitte pr&uuml;fen Sie, ob der Pfad in den Einstellungen stimmt.';
$lang['imglib_image_process_failed'] = 'Die Bildbearbeitung ist fehlgeschlagen. Bitte stellen Sie sicher, dass der Server das angegebene Protokoll unterst&uuml;tzt und der Pfad zur Bildbearbeitungs-Bibliothek stimmt.';
$lang['imglib_rotation_angle_required'] = 'Der gew&uuml;nschte Grad f&uuml;r die Drehung des Bildes muss angegeben werden.';
$lang['imglib_writing_failed_gif'] = 'Die GIF-Datei konnte nicht erzeugt werden.';
$lang['imglib_invalid_path'] = 'Der Pfad zur Bilddatei ist ung&uuml;ltig.';
$lang['imglib_copy_failed'] = 'Das Kopieren der Bilddatei ist fehlgeschlagen.';
$lang['imglib_missing_font'] = 'Es konnte keine Schriftartendatei gefunden werden.';
$lang['imglib_save_failed'] = 'Speichern der Bilddatei fehlgeschlagen. Bitte vergewissern Sie sich, dass die Bilddatei und das Zielverzeichnis beschreibbar sind.';

Wyświetl plik

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

Wyświetl plik

@ -0,0 +1,47 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 3.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['migration_none_found'] = 'Es wurden keine Migrationen gefunden.';
$lang['migration_not_found'] = 'Diese Migration konnte nicht gefunden werden.';
$lang['migration_sequence_gap'] = 'In der Migrations Sequenz gibt es eine Lücke in Versionsnummern.: %s.';
$lang['migration_multiple_version'] = 'Dies sind 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&uuml;ltigen Dateinamen.';

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['terabyte_abbr'] = 'TB';
$lang['gigabyte_abbr'] = 'GB';
$lang['megabyte_abbr'] = 'MB';
$lang['kilobyte_abbr'] = 'KB';
$lang['bytes'] = 'Bytes';

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['pagination_first_link'] = '&lsaquo; Erster';
$lang['pagination_next_link'] = '&gt;';
$lang['pagination_prev_link'] = '&lt;';
$lang['pagination_last_link'] = 'Letzter &rsaquo;';

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['profiler_database'] = 'DATENBANK';
$lang['profiler_controller_info'] = 'KLASSE/METHODE';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'SQL-ABFRAGEN';
$lang['profiler_get_data'] = 'GET-DATEN';
$lang['profiler_post_data'] = 'POST-DATEN';
$lang['profiler_uri_string'] = 'URI-ZEICHENKETTE';
$lang['profiler_memory_usage'] = 'SPEICHERNUTZUNG';
$lang['profiler_config'] = 'KONFIGURATIONS-VARIABLEN';
$lang['profiler_session_data'] = 'SESSION-DATEN';
$lang['profiler_headers'] = 'HTTP-HEADER';
$lang['profiler_no_db'] = 'Der Datenbanktreiber ist zur Zeit nicht geladen';
$lang['profiler_no_queries'] = 'Keine Abfragen durchgef&uuml;hrt';
$lang['profiler_no_post'] = 'Keine POST-Daten vorhanden';
$lang['profiler_no_get'] = 'Keine GET-Daten vorhanden';
$lang['profiler_no_uri'] = 'Keine URI-Daten vorhanden';
$lang['profiler_no_memory'] = 'Speichernutzung nicht verfügbar';
$lang['profiler_no_profiles'] = 'Keine Profile-Daten - Alle Profiler-Abschnitte wurden deaktiviert.';
$lang['profiler_section_hide'] = 'Verstecken';
$lang['profiler_section_show'] = 'Zeigen';
$lang['profiler_seconds'] = 'Sekunden';

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['ut_test_name'] = 'Testname';
$lang['ut_test_datatype'] = 'Test-Datentyp';
$lang['ut_res_datatype'] = 'Erwarteter Datentyp';
$lang['ut_result'] = 'Ergebnis';
$lang['ut_undefined'] = 'Undefinierter Testname';
$lang['ut_file'] = 'Dateiname';
$lang['ut_line'] = 'Zeilennummer';
$lang['ut_passed'] = 'Erfolgreich';
$lang['ut_failed'] = 'Fehlgeschlagen';
$lang['ut_boolean'] = 'Boolescher Wert';
$lang['ut_integer'] = 'Integer';
$lang['ut_float'] = 'Flie&szlig;kommazahl';
$lang['ut_double'] = 'Flie&szlig;kommazahl (Double)'; // can be the same as float
$lang['ut_string'] = 'String';
$lang['ut_array'] = 'Array';
$lang['ut_object'] = 'Objekt';
$lang['ut_resource'] = 'Ressource';
$lang['ut_null'] = 'Null';
$lang['ut_notes'] = 'Notizen';

Wyświetl plik

@ -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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('Direkter Skriptzugriff ist nicht erlaubt');
$lang['upload_userfile_not_set'] = 'Die POST-Variable userfile wurde nicht &uuml;bergeben.';
$lang['upload_file_exceeds_limit'] = 'Die Gr&ouml;&szlig;e der hochgeladenen Datei &uuml;berschreitet den in der PHP-Konfiguration angegebenen Maximalwert.';
$lang['upload_file_exceeds_form_limit'] = 'Die Gr&ouml;&szlig;e der hochgeladenen Datei &uuml;berschreitet den im Formular festgelegten Maximalwert.';
$lang['upload_file_partial'] = 'Die Datei wurde nicht vollst&auml;ndig hochgeladen.';
$lang['upload_no_temp_directory'] = 'Der tempor&auml;re Ordner fehlt.';
$lang['upload_unable_to_write_file'] = 'Die Datei konnte nicht auf die Festplatte geschrieben werden.';
$lang['upload_stopped_by_extension'] = 'Die Datentyp-Erweiterung verusachte den Abbruch des Ladens.';
$lang['upload_no_file_selected'] = 'Sie haben keine Datei zum Hochladen ausgew&auml;hlt.';
$lang['upload_invalid_filetype'] = 'Dateien dieses Dateityps k&ouml;nnen nicht hochgeladen werden.';
$lang['upload_invalid_filesize'] = 'Die Gr&ouml;&szlig;e der hochgeladenen Datei &uuml;berschreitet den zul&auml;ssigen Maximalwert.';
$lang['upload_invalid_dimensions'] = 'Das hochgeladene Bild &uuml;berschreitet die Maximalbreite oder -h&ouml;he.';
$lang['upload_destination_error'] = 'Die hochgeladene Datei konnte nicht an den definierten Zielort verschoben werden.';
$lang['upload_no_filepath'] = 'Der Pfad zum Speichern hochgeladener Dateien ist ung&uuml;ltig.';
$lang['upload_no_file_types'] = 'Es wurden keine g&uuml;ltigen Dateitypen zum Hochladen von Dateien festgelegt.';
$lang['upload_bad_filename'] = 'Eine Datei gleichen Namens ist bereits vorhanden.';
$lang['upload_not_writable'] = 'Der Pfad zum Speichern hochgeladener Dateien ist schreibgesch&uuml;tzt.';