PHP Classes

Error

Recommend this page to a friend!

      PHP Add Apache Virtual Host  >  All threads  >  Error  >  (Un) Subscribe thread alerts  
Subject:Error
Summary:Messages in English please.
Messages:5
Author:andre
Date:2013-08-07 15:54:46
Update:2013-08-07 20:24:16
 

  1. Error   Reply   Report abuse  
Picture of andre andre - 2013-08-07 15:54:46
Hi,

thanks for your nice .class !

It would be nice if you'll provide English comment (error messages) to us.

Best regards

André

  2. Re: Error   Reply   Report abuse  
Picture of Evaldo Barbosa Evaldo Barbosa - 2013-08-07 16:18:51 - In reply to message 1 from andre
Ok, André!

  3. Re: Error   Reply   Report abuse  
Picture of andre andre - 2013-08-07 16:38:46 - In reply to message 2 from Evaldo Barbosa
Thank you Evaldo :D

  4. Re: Error   Reply   Report abuse  
Picture of andre andre - 2013-08-07 20:06:32 - In reply to message 2 from Evaldo Barbosa
Here my German translation



<?
/********************************************************************************************************
*
* 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',
'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',

'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'
);

  5. Re: Error   Reply   Report abuse  
Picture of Evaldo Barbosa Evaldo Barbosa - 2013-08-07 20:24:16 - In reply to message 4 from andre
added to github. updating phpclasses repository.