PHP Classes

File: en_en.lang.php

Recommend this page to a friend!
  Classes of Evaldo Barbosa   PHP Add Apache Virtual Host   en_en.lang.php   Download  
File: en_en.lang.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Add Apache Virtual Host
Add a virtual host to Apache configuration
Author: By
Last change: Update of en_en.lang.php
Date: 2 months ago
Size: 2,424 bytes
 

Contents

Class file image Download
<?
/********************************************************************************************************
*
* 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
*
* BRAZILIAN PORTUGUESE TRANSLATION BY
*
* @name = Evaldo Barbosa
* @mail = evaldobarbosa@gmail.com
*
********************************************************************************************************/
return array(
   
'project_name' => 'Apache\'s Virtual Hosts Creator',
   
'success' => 'SUCCESS',
   
'error' => 'ERROR',
   
'alert' => 'WARNING',
   
'created_by' => 'CREATED BY',
   
'copy_file' => 'Arquivos copiados',
   
'param_first_error' => 'The first parameter should be the IP address to be configured',

   
'vhost_label' => 'SETTING VIRTUALHOST',
   
'vhost_exists' => 'Virtual host already setted',
   
'vhost_create_error' => 'Error while creating the vhost file',
   
'vhost_remove_success' => 'Virtual host removed',
   
'vhost_remove_error' => 'Error while removing virtual host file',
   
'vhost_not_found' => 'Virtual host not found',

   
'host_label' => 'SETTING HOST NAME',
   
'host_add_name_error' => 'Error while adding host name',
   
'host_success' => 'HOSTNAME SETTED',
   
'host_remove_ip_error' => 'Host or IP not found',
   
'host_ip_exists_alert' => 'Host/IP already exists',
   
'host_exists_alert' => 'Host already exists',
   
'host_not_exists_alert' => 'Host not exists',

   
'folder_create_error' => 'Error while creating project folder',
   
'folder_removed' => 'Host removed',
   
'folder_not_found' => 'Pasta do projeto não encontrada',
   
'folder_remove_error' => 'Error while removing project follder',
   
'folder_remove_manually' => 'Remove the project folder manually',
   
'folder_def_not_defined' => 'Default project folder has not been defined',

   
'htaccess_label' => 'SETTING HTACCESS',
   
'htaccess_create_error' => 'Error while creating htaccess',
   
'htaccess_success' => 'YOUR HTACCESS WAS CREATED SUCCESSFULLY',

   
'composer_label' => 'COMPOSER DOWNLOAD',
   
'composer_dl_error' => 'Error while downloading composer',
   
'composer_success' => 'COMPOSER DOWNLOADED SUCCESSFULLY',
   
'composer_json_success' => 'SETTING composer.json DEFAULT FILE',
   
'composer_json_error' => 'Error while creating composer.json',
   
'composer_licence_warn' => 'Review the license within composer.json'
);