forked from evaldobarbosa/addhost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathde_de.lang.php
More file actions
52 lines (51 loc) · 2.32 KB
/
de_de.lang.php
File metadata and controls
52 lines (51 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
/**
* Languagefile for
* PHP Add Apache Virtual Host (class)
* by Evaldo Barbosa
*
* @source = http://www.phpclasses.org/package/8114-PHP-Add-a-virtual-host-to-Apache-configuration.html
*
* GERMAN TRANSLATION BY
*
* @name = Andre Schwarzer
* @site = www.multisol.eu
* @mail = info@multisol.eu
*
*/
return array(
'project_name' => 'APACHE HOSTS KONFUGURATION',
'success' => 'Erfolg',
'error' => 'FEHLER',
'alert' => 'WARNUNG',
'created_by' => 'ERSTELLT VON',
'copy_file' => 'Dateien kopieren',
'param_first_error' => 'Zuerst muss die IP Adresse der Anwendung konfiguriert werden',
'vhost_label' => 'VIRTUALHOST KONFUGURATION',
'vhost_exists' => 'Der Virtualhost ist bereits konfuguriert',
'vhost_create_error' => 'Erstellen beim Erstellen des Virtualhosts',
'vhost_remove_success' => 'Virtualhost ist entfernt worden',
'vhost_remove_error' => 'Feher beim entfernen des Virtualhost',
'vhost_not_found' => 'Virtualhostdatei nicht gefunden',
'host_label' => 'HOST KONFUGURATION',
'host_add_name_error' => 'Fehler beim Hinzufügen der Hostdatei',
'host_success' => 'Hostdatei wurde konfiguriert',
'host_remove_ip_error' => 'Host oder IP nicht gefunden',
'host_ip_exists_alert' => 'Host / IP bereits vorhanden',
'host_exists_alert' => 'Host ist bereits vorhanden',
'host_not_exists_alert' => 'Host nicht existiert',
'folder_create_error' => 'Fehler beim Erstellen des/r Hostordner',
'folder_removed' => 'hostordner wurde entfernt',
'folder_not_found' => 'Projektordner nicht gefunden',
'folder_remove_error' => 'Fehler beim Entfernen des Projektordners',
'folder_remove_manually' => 'Der Projektornder muss manuell entfernt werden',
'htaccess_label' => 'HTACCESS KONFUGURATION',
'htaccess_create_error' => 'Fehler beim Erstellen der .htaccess-Datei',
'htaccess_success' => 'Die .htaccess-Datei wurde korrekt angelegt',
'composer_label' => 'COMPOSER HERUNTERLADEN',
'composer_dl_error' => 'Fehler beim Herunterladen des Composers',
'composer_success' => 'Herunterladen des Composers abgeschlossen',
'composer_json_success' => 'Die Standarddatei composer.json wurde erstellt',
'composer_json_error' => 'Fehler beim Erstellden der composer.json-Datei',
'composer_license_warn' => 'Lesen Sie die Lizenzvereinbarung composer.json'
);