Add German language
Squashed commit of the following:
commit 316a6729925f4ca29e1e50d0b7f3adf93244388f
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Nov 25 16:28:19 2020 +0100
    Add German content
commit 80b66962126347da0c1c500738a3a84970eadf85
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Nov 25 16:16:57 2020 +0100
    Add system parts for German
commit 48920520306ba3b12e859e0e8e2bda6ff6ebd5b9
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Nov 25 15:48:48 2020 +0100
    Add basics for German translation
			
			
这个提交包含在:
		
							父节点
							
								
									47e8adda89
								
							
						
					
					
						当前提交
						37573f388e
					
				
					共有  16 个文件被更改,包括 839 次插入 和 0 次删除
				
			
		|  | @ -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'; | ||||
|  | @ -0,0 +1,10 @@ | |||
| <html> | ||||
| <head> | ||||
| 	<title>403 Forbidden</title> | ||||
| </head> | ||||
| <body> | ||||
| 
 | ||||
| <p>Directory access is forbidden.</p> | ||||
| 
 | ||||
| </body> | ||||
| </html> | ||||
|  | @ -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ä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'; | ||||
|  | @ -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ösisch-Guayana, Uruguay'; | ||||
| $lang['UM2']   = '(UTC -2:00) Südgeorgien und die südlichen Sandwichinseln'; | ||||
| $lang['UM1']   = '(UTC -1:00) Azoren, Kap Verde'; | ||||
| $lang['UTC']   = '(UTC) Greenwich Mean Time, Westeuropäische Zeit'; | ||||
| $lang['UP1']   = '(UTC +1:00) Mitteleuropäische Zeit, West Africa Time'; | ||||
| $lang['UP2']   = '(UTC +2:00) Central Africa Time, Osteuropä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'; | ||||
|  | @ -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ü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ählt werden.'; | ||||
| $lang['db_unable_to_create'] = 'Die Datenbank %s konnte nicht erstellt werden.'; | ||||
| $lang['db_invalid_query'] = 'Die angegebene Abfrage ist ungü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ägen für das Batch-Update fehlt ein Index.'; | ||||
| $lang['db_must_use_where'] = 'Aktualisierungen von Datensätzen erfordern eine "WHERE"-Klausel.'; | ||||
| $lang['db_del_must_use_where'] = 'Das Löschen von Datensä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ü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ützt.'; | ||||
| $lang['db_unsuported_compression'] = 'Das verwendete Kompressions-Dateiformat wird von der Datenbank nicht unterstü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ültig oder schreibgeschü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ür die Datenbankverbindung konnte nicht festgelegt werden: %s'; | ||||
| $lang['db_error_heading'] = 'Ein Datenbankfehler ist aufgetreten'; | ||||
|  | @ -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ü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öffnet werden.'; | ||||
| $lang['email_no_recipients'] = 'Es muss mindestens ein Empfänger (To, Cc oder Bcc) angegeben werden.'; | ||||
| $lang['email_send_failure_phpmail'] = 'Der E-Mail-Versand über die PHP-Funktion mail() ist fehlgeschlagen. Der Server muss möglicherweise für diese Methode konfiguriert werden.'; | ||||
| $lang['email_send_failure_sendmail'] = 'Der E-Mail-Versand über sendmail ist fehlgeschlagen. Der Server muss möglicherweise für diese Methode konfiguriert werden.'; | ||||
| $lang['email_send_failure_smtp'] = 'Der E-Mail-Versand über SMTP ist fehlgeschlagen. Der Server muss mö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ür Sendmail geöffnet werden. Bitte prü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ü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ültig. Fehler: %s'; | ||||
| $lang['email_smtp_auth_pw'] = 'Das Passwort ist nicht gültig. Fehler: %s'; | ||||
| $lang['email_smtp_data_failure'] = 'Die Daten konnten nicht versandt werden: %s'; | ||||
| $lang['email_exit_status'] = 'Abbruch mit Statuscode: %s'; | ||||
|  | @ -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ültige E-Mail-Adresse enthalten.'; | ||||
| $lang['form_validation_valid_emails']     = 'Das Feld {field} kann nur gültige E-Mail-Adressen enthalten.'; | ||||
| $lang['form_validation_valid_url']        = 'Das Feld {field} muss eine gültige Web-Adresse (URL) enthalten.'; | ||||
| $lang['form_validation_valid_ip']         = 'Das Feld {field} muss eine gü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ä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} ü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öß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öß als {param} enthalten.'; | ||||
| $lang['form_validation_greater_than_equal_to']  = 'Das Feld {field} muss eine Zahl größ 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'; | ||||
|  | @ -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ültige Verbindungs-ID gefunden werden. Stellen Sie sicher, dass eine Verbindung besteht, bevor Dateioperationen ausgefü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ü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üfen Sie den Pfad. Hinweis: Diese Funktion ist nur in PHP 5 oder höher verfügbar.'; | ||||
| $lang['ftp_unable_to_upload']       = 'Die Datei konnte nicht hochgeladen werden. Bitte prüfen Sie den Pfad.'; | ||||
| $lang['ftp_unable_to_download']  = 'Die Dateie konnte nicht heruntergeladen werden. Bitte prüfen Sie den Pfad.'; | ||||
| $lang['ftp_no_source_file']      = 'Die Quelldatei konnte nicht gefunden werden. Bitte prü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öscht werden.'; | ||||
| $lang['ftp_unable_to_move']      = 'Die Datei konnte nicht verschoben werden. Bitte stellen Sie sicher, dass das Zielverzeichnis existiert.'; | ||||
|  | @ -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ür diese Funktion erforderlich.'; | ||||
| $lang['imglib_gd_required_for_props'] = 'Der Server muss die GD-Bibliothek unterstützen, um die Bildeigenschaften auszulesen.'; | ||||
| $lang['imglib_unsupported_imagecreate'] = 'Der Server muss die GD-Bibliothek unterstützen, um dieses Bildformat zu verarbeiten.'; | ||||
| $lang['imglib_gif_not_supported'] = 'GIF-Dateien werden häufig wegen Lizenzbeschränkungen nicht unterstützt. Mouml;glicherweise müssen Sie stattdessen JPEG- oder PNG-Dateien verwenden.'; | ||||
| $lang['imglib_jpg_not_supported'] = 'JPEG-Dateien werden nicht unterstützt.'; | ||||
| $lang['imglib_png_not_supported'] = 'PNG-Dateien werden nicht unterstützt.'; | ||||
| $lang['imglib_jpg_or_png_required'] = 'Nur JPEG- und PNG-Dateien kouml;nnen mit der festgelegten Methode verkleinert und vergrouml;ßert werden.'; | ||||
| $lang['imglib_copy_error'] = 'Die Datei konnte nicht überschrieben werden. Mouml;glicherweise ist das Verzeichnis schreibgeschützt.'; | ||||
| $lang['imglib_rotate_unsupported'] = 'Der Server unterstützt das Drehen von Bildern nicht.'; | ||||
| $lang['imglib_libpath_invalid'] = 'Die Bildbearbeitungs-Bibliothek konnte nicht gefunden werden. Bitte prü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ützt und der Pfad zur Bildbearbeitungs-Bibliothek stimmt.'; | ||||
| $lang['imglib_rotation_angle_required'] = 'Der gewünschte Grad fü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ü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.'; | ||||
|  | @ -0,0 +1,11 @@ | |||
| <!DOCTYPE html> | ||||
| <html> | ||||
| <head> | ||||
| 	<title>403 Forbidden</title> | ||||
| </head> | ||||
| <body> | ||||
| 
 | ||||
| <p>Directory access is forbidden.</p> | ||||
| 
 | ||||
| </body> | ||||
| </html> | ||||
|  | @ -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ültigen Dateinamen.'; | ||||
|  | @ -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'; | ||||
|  | @ -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'] = '‹ Erster'; | ||||
| $lang['pagination_next_link'] = '>'; | ||||
| $lang['pagination_prev_link'] = '<'; | ||||
| $lang['pagination_last_link'] = 'Letzter ›'; | ||||
|  | @ -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ü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'; | ||||
|  | @ -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ßkommazahl'; | ||||
| $lang['ut_double']         = 'Fließ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'; | ||||
|  | @ -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 übergeben.'; | ||||
| $lang['upload_file_exceeds_limit'] = 'Die Größe der hochgeladenen Datei überschreitet den in der PHP-Konfiguration angegebenen Maximalwert.'; | ||||
| $lang['upload_file_exceeds_form_limit'] = 'Die Größe der hochgeladenen Datei überschreitet den im Formular festgelegten Maximalwert.'; | ||||
| $lang['upload_file_partial'] = 'Die Datei wurde nicht vollständig hochgeladen.'; | ||||
| $lang['upload_no_temp_directory'] = 'Der temporä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ählt.'; | ||||
| $lang['upload_invalid_filetype'] = 'Dateien dieses Dateityps können nicht hochgeladen werden.'; | ||||
| $lang['upload_invalid_filesize'] = 'Die Größe der hochgeladenen Datei überschreitet den zulässigen Maximalwert.'; | ||||
| $lang['upload_invalid_dimensions'] = 'Das hochgeladene Bild überschreitet die Maximalbreite oder -hö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ültig.'; | ||||
| $lang['upload_no_file_types'] = 'Es wurden keine gü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ützt.'; | ||||
		正在加载…
	
		在新工单中引用