~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/lang/spanish.lang

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
 
 
4
$w_allServicesRunning = 'Todos los servicios estan ejecutandose';
 
5
$w_oneServiceRunning = '%n de %t servicios se estan ejecutando';
 
6
$w_allServicesStopped = 'Ningun servicio de %t se esta corriendo';
 
7
 
 
8
$w_serverOffline = 'servidor Desactivado';
 
9
$w_serverOnline = 'servidor Activo';
 
10
 
 
11
$w_about = '&Acerca...';
 
12
$w_helpFile = 'Ayuda';
 
13
$w_help = 'Ayuda';
 
14
$w_exit = 'Salida';
 
15
 
 
16
$w_localhost = 'Localhost';
 
17
$w_phpmyadmin = 'phpMyAdmin';
 
18
$w_sqlitemanager = 'SQLiteManager';
 
19
$w_wwwDirectory = 'directorio www';
 
20
$w_logFiles = 'Registros';
 
21
$w_configFiles = 'Configuraci�n';
 
22
$w_apacheModules = 'M�dulos de Apache';
 
23
$w_phpSettings = 'Configuraci�n de PHP';
 
24
$w_aliasDirectories = 'Directorios Alias';
 
25
$w_services = 'Servicios';
 
26
$w_apache = 'Apache';
 
27
$w_mysql = 'MySQL';
 
28
$w_startServices = 'Iniciar los Servicios';
 
29
$w_stopServices = 'Detener los Servicios';
 
30
$w_restartServices = 'Reiniciar los Servicios';
 
31
$w_putOnline = 'Encender';
 
32
$w_putOffline = 'Apagar';
 
33
 
 
34
$w_apacheErrorLog = 'Apache error log';
 
35
$w_apacheAccessLog = 'Apache access log';
 
36
$w_phpLog = 'PHP error log';
 
37
$w_mysqlLog = 'MySQL log';
 
38
$w_adddAlias = 'Agregar un alias';
 
39
$w_refresh = 'Refrescar';
 
40
$w_phpExtensions = 'Extensiones de PHP';
 
41
$w_addExtension = 'Agregar extensi�n';
 
42
 
 
43
$w_startResume = '&Iniciar/Continuar Servicio';
 
44
$w_pauseService = '&Pausar Servicio';
 
45
$w_stopService = '&Detener Servicio';
 
46
$w_restartService = '&Reiniciar Servicio';
 
47
$w_testPort80 = 'Probar puerto 80';
 
48
$w_installService = 'I&nstalar Servicio';
 
49
$w_removeService = 'R&emover Servicio';
 
50
$w_mysqlConsole = 'Consola de MySQL';
 
51
 
 
52
$w_language = 'Idioma';
 
53
 
 
54
 
 
55
?>
 
 
b'\\ No newline at end of file'