[ Index ] |
|
Code source de Dotclear 1.2.5 |
1 <?php 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear. 4 # Copyright (c) 2004 Olivier Meunier and contributors. All rights 5 # reserved. 6 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 # 21 # ***** END LICENSE BLOCK ***** 22 # 23 24 25 # DOT NOT MODIFY THIS FILE ! 26 27 28 29 30 $GLOBALS['__l10n']['Installation'] = 'Instalación'; 31 $GLOBALS['__l10n']['Welcome on DotClear installation'] = 'Bienvenido al instalador de Dotclear'; 32 $GLOBALS['__l10n']['You are about to install DotClear. Please choose your language and encoding.'] = 'Vas a instalar Dotclear. Elige tu idioma y codificación.'; 33 $GLOBALS['__l10n']['Go'] = 'Seguir'; 34 $GLOBALS['__l10n']['Next step'] = 'Siguiente'; 35 $GLOBALS['__l10n']['DotClear is still installed.'] = 'Dotclear se encuentra ya instalado.'; 36 $GLOBALS['__l10n']['Upgrade'] = 'Actualizar'; 37 $GLOBALS['__l10n']['Note: You must accept session cookies to use this installer.'] = 'Aviso: Tu navegador ha de aceptar cookies para poder utilizar este instalador.'; 38 $GLOBALS['__l10n']['Checking your configuration'] = 'Comprobando configuración del servidor'; 39 $GLOBALS['__l10n']['PHP version and modules'] = 'Versión de PHP y módulos'; 40 $GLOBALS['__l10n']['PHP version is %s.'] = 'La versión de PHP es %s.'; 41 $GLOBALS['__l10n']['PHP version is %s. Version 4.1 or better is required.'] = 'Versión PHP detectada %s. Se necesita una versión 4.1 o superior.'; 42 $GLOBALS['__l10n']['%s module is present.'] = 'Módulo %s instalado.'; 43 $GLOBALS['__l10n']['%s module is not present.'] = 'Módulo %s no instalado.'; 44 $GLOBALS['__l10n']['Files permissions'] = 'Permisos de los archivos'; 45 $GLOBALS['__l10n']['%s is writable.'] = '%s posee permisos de escritura.'; 46 $GLOBALS['__l10n']['%s is not writable. Please change its permissions to install.'] = '%s no posee permisos de escritura. Cambia los permisos para poder realizar la instalación.'; 47 $GLOBALS['__l10n']['DotClear cannot be installed.'] = 'Dotclear no ha podido ser instalado.'; 48 $GLOBALS['__l10n']['Your PHP configuration is not valid. Please contact your Web host to solve this problem.'] = 'Tu configuración PHP no es válida. Contacta con tu empresa de alojamiento web para resolver este problema.'; 49 $GLOBALS['__l10n']['Some files or directories are not writable. Please change their permissions to install DotClear.'] = 'Algunos archivos y carpetas no poseen permisos de escritura. Modifica sus permisos para poder instalar Dotclear.'; 50 $GLOBALS['__l10n']['DotClear can be installed on your site.'] = 'Dotclear puede ser instalado en tu servidor.'; 51 $GLOBALS['__l10n']['Database parameters'] = 'Parámetros de la base de datos'; 52 $GLOBALS['__l10n']['Invalid tables prefix. It can contain only letters or "_".'] = 'Prefijo de la base de datos no válido. Sólo puede contener letras o "_".'; 53 $GLOBALS['__l10n']['Error, check your parameters.'] = 'Error, comprueba los parámetros.'; 54 $GLOBALS['__l10n']['Server address'] = 'Dirección del servidor'; 55 $GLOBALS['__l10n']['User ID'] = 'Nombre de usuario'; 56 $GLOBALS['__l10n']['Password'] = 'Contraseña'; 57 $GLOBALS['__l10n']['Database name'] = 'Nombre de la base de datos'; 58 $GLOBALS['__l10n']['Tables prefix'] = 'Prefijo de las tablas'; 59 $GLOBALS['__l10n']['Create tables'] = 'Crear tablas'; 60 $GLOBALS['__l10n']['DotClear seems to be present on your site. You may want to upgrade.'] = 'Parece que Dotclear ya se encuentra instalado en tu servidor. Quizá quieras realizar una actualización.'; 61 $GLOBALS['__l10n']['Don\'t forget to upload your old dotclear.ini in conf/ directory before upgrade.'] = 'No olvides subir al servidor (en el directorio conf/) tu antiguo archivo dotclear.ini antes de realizar la actualización.'; 62 $GLOBALS['__l10n']['Tables creation'] = 'Creando las tablas'; 63 $GLOBALS['__l10n']['Table %s exists'] = 'La tabla %s ha sido creada'; 64 $GLOBALS['__l10n']['Field %s exists'] = 'El campo %s ha sido creado'; 65 $GLOBALS['__l10n']['Create table %s'] = 'Creando la tabla %s'; 66 $GLOBALS['__l10n']['Add fulltext key %s'] = 'Añadiendo la clave fulltext %s'; 67 $GLOBALS['__l10n']['Creation of first category'] = 'Creando la primera categorÃa'; 68 $GLOBALS['__l10n']['Unable to create all tables. Please check if the tables don\'t exist yet.'] = 'Ha sido imposible crear todas las tablas. Comprueba que no estuvieran ya creadas.'; 69 $GLOBALS['__l10n']['Tables successfully created.'] = 'Tablas creadas con éxito.'; 70 $GLOBALS['__l10n']['DotClear will run properly even if warnings are issued.'] = 'Dotclear funcionará correctamente aunque se muestren algunos avisos.'; 71 $GLOBALS['__l10n']['Creation of first user'] = 'Creación del primer usuario'; 72 $GLOBALS['__l10n']['You are about to create the first user of your blog. This user will be administrator.'] = 'Vas a crear el primer usuario de la bitácora. Este usuario será el administrador.'; 73 $GLOBALS['__l10n']['Create user'] = 'Crear usuario'; 74 $GLOBALS['__l10n']['User successfully created'] = 'Usuario creado con éxito'; 75 $GLOBALS['__l10n']['Blog configuration'] = 'Configuración de la bitácora'; 76 $GLOBALS['__l10n']['DotClear needs to know in which directory it has been installed. For example, if DotClear has been installed in %s/dotclear, then please type "/dotclear" in the field below:'] = 'Es necesario indicar a Dotclear en qué directorio ha sido instalado. Por ejemplo, si ha sido instalado en %s/dotclear, escribe "/dotclear" en el siguiente campo:'; 77 $GLOBALS['__l10n']['DotClear location'] = 'Directorio de Dotclear'; 78 $GLOBALS['__l10n']['Your blog\'s name'] = 'Nombre de tu bitácora'; 79 $GLOBALS['__l10n']['My first weblog'] = 'Mi primera bitácora'; 80 $GLOBALS['__l10n']['Your blog archive addresses (permalinks) may be displayed in various formats. The "Query string" URLs will be displayed as "index.php?/2002/04". The "Path info" URLs will be displayed as "index.php/2002/04" (preferred method for search engine optimization). And the "Get" URLs will be displayed as "index.php?d=2002/04" (only for mod_rewrite fans).'] = 'Las direcciones de los archivos (enlaces permanentes) pueden ser mostrados de diversas maneras. Las URLs con formato "Query string" serán mostradas como "index.php?/2002/04". Las URLs con formato "Path info" serán mostradas como "index.php/2002/04" (este método es el más aconsejado para conseguir una mejor indexación en los buscadores). Las URLs con formato "Get" serán mostradas como "index.php?d=2002/04" (sólo recomendado para aficionados al mod_rewrite).'; 81 $GLOBALS['__l10n']['Please note that "Path info" type could be broken on some Web hosting configurations.'] = 'Ten en cuenta que el formato "Path info" puede no ser admitido por algunos servidores.'; 82 $GLOBALS['__l10n']['URLs format'] = 'Formato de las URLs'; 83 $GLOBALS['__l10n']['Save'] = 'Guardar'; 84 $GLOBALS['__l10n']['Unable to write dotclear.ini'] = 'No se ha podido escribir el archivo dotclear.ini'; 85 $GLOBALS['__l10n']['Weblog successfully configured'] = 'Bitácora configurada con éxito'; 86 $GLOBALS['__l10n']['End installation'] = 'Finalizar instalación'; 87 $GLOBALS['__l10n']['End of installation'] = 'Fin de la instalación'; 88 $GLOBALS['__l10n']['First post'] = 'Primer artÃculo'; 89 $GLOBALS['__l10n']['This is the first post. Please edit it.'] = 'Este es el primer artÃculo. EdÃtalo.'; 90 $GLOBALS['__l10n']['Creation of first entry.'] = 'Creando el primer artÃculo.'; 91 $GLOBALS['__l10n']['Creation of first entry failed.'] = 'La creación del primer artÃculo ha fallado.'; 92 $GLOBALS['__l10n']['Creation of config file.'] = 'Creando el fichero de configuración.'; 93 $GLOBALS['__l10n']['Creation of config file failed.'] = 'La creación del fichero de configuración ha fallado.'; 94 $GLOBALS['__l10n']['An error occured while finishing installation.'] = 'Se ha producido un error al finalizar la instalación.'; 95 $GLOBALS['__l10n']['Congratulations!'] = '¡Felicidades!'; 96 $GLOBALS['__l10n']['You successfully installed DotClear. Have fun.'] = 'Has instalado Dotclear con éxito. Que te diviertas mucho.'; 97 $GLOBALS['__l10n']['Manage your blog'] = 'Administrar la bitácora'; 98 $GLOBALS['__l10n']['Upgrade DotClear'] = 'Actualizar Dotclear'; 99 $GLOBALS['__l10n']['Update URLed titles'] = 'Actualizar los tÃtulos URLizados'; 100 $GLOBALS['__l10n']['Update %s'] = 'Actualizar %s'; 101 $GLOBALS['__l10n']['Reord categories'] = 'Reordenar categorÃas'; 102 $GLOBALS['__l10n']['Reord categories failed'] = 'Ha fallado la reordenación de categorÃas'; 103 $GLOBALS['__l10n']['Update of dotclear.ini'] = 'Actualizar dotclear.ini'; 104 $GLOBALS['__l10n']['Update of dotclear.ini failed'] = 'Ha fallado la actualización de dotclear.ini'; 105 $GLOBALS['__l10n']['DotClear successfully upgraded.'] = 'Dotclear ha sido actualizado con éxito.'; 106 $GLOBALS['__l10n']['Log in'] = 'Conectar'; 107 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Feb 23 21:40:15 2007 | par Balluche grâce à PHPXref 0.7 |