spanish update from martin
authorchriskl <chriskl>
Wed, 10 Nov 2004 01:37:43 +0000 (01:37 +0000)
committerchriskl <chriskl>
Wed, 10 Nov 2004 01:37:43 +0000 (01:37 +0000)
HISTORY
lang/recoded/spanish.php
lang/spanish.php

diff --git a/HISTORY b/HISTORY
index 140d4ddff9fb14f95a0f4c8262085f2449cb39fa..5354e9e6ac748a58e67e0e853842468caaaade63 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -35,7 +35,7 @@ Translations
 * Romanian from Alin
 * Arabic from Zaki
 * Japanese from Tadashi
-* Spanish from Robert
+* Spanish from Robert & Martin
 * Mongolian from Erdenemandal
 * Ukrainian from Alex Rootoff
 * Hebrew from jonatan
index 728ea314a9e8cf9d829591c8bb26c003628360d7..d711ab348d445c77ee8c74039a644e962fe7cc7c 100644 (file)
@@ -4,7 +4,7 @@
         * Spanish language file for phpPgAdmin.
         * @maintainer Mart&iacute;n Marqu&eacute;s (martin@bugs.unl.edu.ar)
         *
-        * $Id: spanish.php,v 1.26 2004/07/12 04:18:43 chriskl Exp $
+        * $Id: spanish.php,v 1.27 2004/11/10 01:37:44 chriskl Exp $
         */
 
        // Language and character set
@@ -66,6 +66,7 @@
        $lang['strtrue'] = 'Verdadero';
        $lang['strfalse'] = 'Falso';
        $lang['stredit'] = 'Editar';
+        $lang['strcolumn']  =  'Columna';
        $lang['strcolumns'] = 'Columnas';
        $lang['strrows'] = 'fila(s)';
        $lang['strrowsaff'] = 'fila(s) afectadas.';
@@ -93,9 +94,9 @@
        $lang['strrun'] = 'Ejecutar';
        $lang['stradd'] = 'Agregar';
        $lang['strevent'] = 'Evento';
-       $lang['strwhere'] = 'Donde';
+       $lang['strwhere'] = 'D&oacute;nde';
        $lang['strinstead'] = 'Hacer en su lugar';
-       $lang['strwhen'] = 'Cuando';
+       $lang['strwhen'] = 'Cu&aacute;ndo';
        $lang['strformat'] = 'Formato';
        $lang['strdata'] = 'Dato';
        $lang['strconfirm'] = 'Confirmar';
        $lang['strrowdeleted'] = 'Fila eliminada.';
        $lang['strrowdeletedbad'] = 'Fall&oacute; la eliminaci&oacute;n de fila.';
         $lang['strinsertandrepeat']  =  'Insertar y Repite';
-       $lang['strfield'] = 'Campo';
-       $lang['strfields'] = 'Campos';
-       $lang['strnumfields'] = 'N&uacute;mero de Campos';
-       $lang['strfieldneedsname'] = 'Debe darle un nombre al campo';
+        $lang['strnumcols']  =  'Cantidad de columnas';
+        $lang['strcolneedsname']  =  'Debe especificar un nombre para la columna';
         $lang['strselectallfields'] = 'Seleccionar todos los campos.';
        $lang['strselectneedscol'] = 'Debe elegir al menos una columna';
        $lang['strselectunary'] = 'Operaciones unitarias no pueden tener valores.';
        $lang['strstructureanddata'] = 'Estructura y datos';
        $lang['strtabbed'] = 'Tabulado';
        $lang['strauto'] = 'Autom&aacute;tico';
+        $lang['strconfvacuumtable']  =  'Esta seguro que quiere limpiar &quot;%s&quot;?';
+        $lang['strestimatedrowcount']  =  'Cantidad de filas estimadas';
 
         // Users
        $lang['struser'] = 'Usuario';
        $lang['strgranted'] = 'Privilegios otorgados/revocados.';
        $lang['strgrantfailed'] = 'Fall&oacute; al intentar otorgar privilegios.';
        $lang['strgrantbad'] = 'Debe especificar al menos un usuario o grupo y al menos un privilegio.';
-       $lang['stralterprivs'] = 'Cambiar Privilegios';
        $lang['strgrantor']  =  'Cedente';
        $lang['strasterisk']  =  '*';
 
        $lang['strfull'] = 'Full';
        $lang['strfreeze'] = 'Freeze';
        $lang['strforce'] = 'Force';
+        $lang['strsignalsent']  =  'Se&ntilde;al enviada.';
+        $lang['strsignalsentbad']  =  'Fall&oacute; el env&iacute;o de la se&ntilde;al.';
+        $lang['strallobjects']  =  'Todos los objetos';
 
        // Views
        $lang['strview'] = 'Vista';
        $lang['strshowallfunctions'] = 'Mostrar todas las funciones';
        $lang['strnofunction'] = 'No se encontr&oacute; la funci&oacute;n.';
        $lang['strnofunctions'] = 'No se encontraron funciones.';
-       $lang['strcreatefunction'] = 'Crear funci&oacute;n';
+        $lang['strcreateplfunction']  =  'Crear funci&oacute;n SQL/PL';
+        $lang['strcreateinternalfunction']  =  'Crear funci&oacute;n interna';
+        $lang['strcreatecfunction']  =  'Crear funci&oacute;n en C';
        $lang['strfunctionname'] = 'Nombre de la funci&oacute;n';
        $lang['strreturns'] = 'Devuelve';
        $lang['strarguments'] = 'Argumentos';
        $lang['strfunctiondroppedbad'] = 'Fall&oacute; al eliminar la funci&oacute;n.';
        $lang['strfunctionupdated'] = 'Funci&oacute;n actualizada.';
        $lang['strfunctionupdatedbad'] = 'Fall&oacute; al actualizar la funci&oacute;n.';
+        $lang['strobjectfile']  =  'Archivo de objeto';
+        $lang['strlinksymbol']  =  'Vinculo simb&oacute;lico';
 
        // Triggers
        $lang['strtrigger'] = 'Disparador';
        $lang['strnotype'] = 'No se encontr&oacute; el tipo.';
        $lang['strnotypes'] = 'No se encontraron tipos.';
        $lang['strcreatetype'] = 'Crear Tipo';
+$lang['strcreatecomptype']  =  'Create composite type';
+        $lang['strtypeneedsfield']  =  'Debe especificar al menos un campo.';
+$lang['strtypeneedscols']  =  'Composite types require a valid number of columns.';    
        $lang['strtypename'] = 'Nombre del tipo';
        $lang['strinputfn'] = 'Funci&oacute;n de entrada';
        $lang['stroutputfn'] = 'Funci&oacute;n de salida';
        $lang['strelement'] = 'Elemento';
        $lang['strdelimiter'] = 'Delimitador';
        $lang['strstorage'] = 'Almacenamiento';
+        $lang['strfield']  =  'Campo';
+        $lang['strnumfields']  =  'Cantidad de campos';
        $lang['strtypeneedsname'] = 'Debe especificar un nombre para el tipo.';
        $lang['strtypeneedslen'] = 'Debe especificar una longitud para el tipo.';
        $lang['strtypecreated'] = 'Tipo creado';
        $lang['strconfdroptype'] = '&iquest;Est&aacute; seguro que quiere eliminar el tipo &quot;%s&quot;?';
        $lang['strtypedropped'] = 'Tipo eliminado.';
        $lang['strtypedroppedbad'] = 'Fall&oacute; al eliminar el tipo.';
+$lang['strflavor']  =  'Flavor';
+        $lang['strbasetype']  =  'Base';
+        $lang['strcompositetype']  =  'Compuesto';
+        $lang['strpseudotype']  =  'Pseudo';
 
        // Schemas
        $lang['strschema'] = 'Esquema';
        $lang['strschemadroppedbad'] = 'Fall&oacute; al eliminar el esquema.';
        $lang['strschemaaltered'] = 'Esquema modificado.';
        $lang['strschemaalteredbad'] = 'Modificaci&oacute;n del esquema fall&oacute;.';
+        $lang['strsearchpath']  =  'Orden de busqueda en esquemas';
 
        // Reports
        $lang['strreport'] = 'Reporte';
        $lang['strdisk'] = 'Disk';
        $lang['strrows2'] = 'Rows';
 
+       // Tablespaces
+        $lang['strtablespace']  =  'Tablespace';
+        $lang['strtablespaces']  =  'Tablespaces';
+        $lang['strshowalltablespaces']  =  'Mostrar todos los tablespaces';
+        $lang['strnotablespaces']  =  'No se encontraron tablespaces.';
+        $lang['strcreatetablespace']  =  'Crear tablespace';
+        $lang['strlocation']  =  'Ubicaci&oacute;n';
+        $lang['strtablespaceneedsname']  =  'Debe darle un nombre al tablespace.';
+        $lang['strtablespaceneedsloc']  =  'Debe dar un directorio en donde crear el tablespace.';
+        $lang['strtablespacecreated']  =  'Tablespace creado.';
+        $lang['strtablespacecreatedbad']  =  'Fall&oacute; la creaci&oacute;n del tablespace.';
+        $lang['strconfdroptablespace']  =  'Esta seguro que quiere eliminar el tablespace &quot;%s&quot;?';
+        $lang['strtablespacedropped']  =  'Tablespace eliminado.';
+        $lang['strtablespacedroppedbad']  =  'Fall&oacute; al intenta eliminar el tablespace.';
+        $lang['strtablespacealtered']  =  'Tablespace modificado.';
+        $lang['strtablespacealteredbad']  =  'Fall&oacute; la modificaci&oacute;n del Tablespace.';
+
        // Miscellaneous
        $lang['strtopbar'] = '%s corriendo en %s:%s -- Usted est&aacute; logueado con usuario &quot;%s&quot;, %s';
        $lang['strtimefmt'] = 'd/m/Y, G:i:s';
        $lang['strhelp'] = 'Ayuda';
+        $lang['strhelpicon']  =  '?';
 
 ?>
index 89468aee1be7857614b9929af8dbe0f190f9c822..16aa8687f495817367455bb0b9c3e181a53f7d4a 100644 (file)
@@ -4,7 +4,7 @@
         * Spanish language file for phpPgAdmin.
         * @maintainer Martín Marqués (martin@bugs.unl.edu.ar)
         *
-        * $Id: spanish.php,v 1.26 2004/07/12 04:18:41 chriskl Exp $
+        * $Id: spanish.php,v 1.27 2004/11/10 01:37:43 chriskl Exp $
         */
 
        // Language and character set
@@ -66,6 +66,7 @@
        $lang['strtrue'] = 'Verdadero';
        $lang['strfalse'] = 'Falso';
        $lang['stredit'] = 'Editar';
+        $lang['strcolumn']  =  'Columna';
        $lang['strcolumns'] = 'Columnas';
        $lang['strrows'] = 'fila(s)';
        $lang['strrowsaff'] = 'fila(s) afectadas.';
@@ -93,9 +94,9 @@
        $lang['strrun'] = 'Ejecutar';
        $lang['stradd'] = 'Agregar';
        $lang['strevent'] = 'Evento';
-       $lang['strwhere'] = 'Donde';
+       $lang['strwhere'] = 'Dónde';
        $lang['strinstead'] = 'Hacer en su lugar';
-       $lang['strwhen'] = 'Cuando';
+       $lang['strwhen'] = 'Cuándo';
        $lang['strformat'] = 'Formato';
        $lang['strdata'] = 'Dato';
        $lang['strconfirm'] = 'Confirmar';
        $lang['strrowdeleted'] = 'Fila eliminada.';
        $lang['strrowdeletedbad'] = 'Falló la eliminación de fila.';
         $lang['strinsertandrepeat']  =  'Insertar y Repite';
-       $lang['strfield'] = 'Campo';
-       $lang['strfields'] = 'Campos';
-       $lang['strnumfields'] = 'Número de Campos';
-       $lang['strfieldneedsname'] = 'Debe darle un nombre al campo';
+        $lang['strnumcols']  =  'Cantidad de columnas';
+        $lang['strcolneedsname']  =  'Debe especificar un nombre para la columna';
         $lang['strselectallfields'] = 'Seleccionar todos los campos.';
        $lang['strselectneedscol'] = 'Debe elegir al menos una columna';
        $lang['strselectunary'] = 'Operaciones unitarias no pueden tener valores.';
        $lang['strstructureanddata'] = 'Estructura y datos';
        $lang['strtabbed'] = 'Tabulado';
        $lang['strauto'] = 'Automático';
+        $lang['strconfvacuumtable']  =  'Esta seguro que quiere limpiar "%s"?';
+        $lang['strestimatedrowcount']  =  'Cantidad de filas estimadas';
 
         // Users
        $lang['struser'] = 'Usuario';
        $lang['strgranted'] = 'Privilegios otorgados/revocados.';
        $lang['strgrantfailed'] = 'Falló al intentar otorgar privilegios.';
        $lang['strgrantbad'] = 'Debe especificar al menos un usuario o grupo y al menos un privilegio.';
-       $lang['stralterprivs'] = 'Cambiar Privilegios';
        $lang['strgrantor']  =  'Cedente';
        $lang['strasterisk']  =  '*';
 
        $lang['strfull'] = 'Full';
        $lang['strfreeze'] = 'Freeze';
        $lang['strforce'] = 'Force';
+        $lang['strsignalsent']  =  'Señal enviada.';
+        $lang['strsignalsentbad']  =  'Falló el envío de la señal.';
+        $lang['strallobjects']  =  'Todos los objetos';
 
        // Views
        $lang['strview'] = 'Vista';
        $lang['strshowallfunctions'] = 'Mostrar todas las funciones';
        $lang['strnofunction'] = 'No se encontró la función.';
        $lang['strnofunctions'] = 'No se encontraron funciones.';
-       $lang['strcreatefunction'] = 'Crear función';
+        $lang['strcreateplfunction']  =  'Crear función SQL/PL';
+        $lang['strcreateinternalfunction']  =  'Crear función interna';
+        $lang['strcreatecfunction']  =  'Crear función en C';
        $lang['strfunctionname'] = 'Nombre de la función';
        $lang['strreturns'] = 'Devuelve';
        $lang['strarguments'] = 'Argumentos';
        $lang['strfunctiondroppedbad'] = 'Falló al eliminar la función.';
        $lang['strfunctionupdated'] = 'Función actualizada.';
        $lang['strfunctionupdatedbad'] = 'Falló al actualizar la función.';
+        $lang['strobjectfile']  =  'Archivo de objeto';
+        $lang['strlinksymbol']  =  'Vinculo simbólico';
 
        // Triggers
        $lang['strtrigger'] = 'Disparador';
        $lang['strnotype'] = 'No se encontró el tipo.';
        $lang['strnotypes'] = 'No se encontraron tipos.';
        $lang['strcreatetype'] = 'Crear Tipo';
+$lang['strcreatecomptype']  =  'Create composite type';
+        $lang['strtypeneedsfield']  =  'Debe especificar al menos un campo.';
+$lang['strtypeneedscols']  =  'Composite types require a valid number of columns.';    
        $lang['strtypename'] = 'Nombre del tipo';
        $lang['strinputfn'] = 'Función de entrada';
        $lang['stroutputfn'] = 'Función de salida';
        $lang['strelement'] = 'Elemento';
        $lang['strdelimiter'] = 'Delimitador';
        $lang['strstorage'] = 'Almacenamiento';
+        $lang['strfield']  =  'Campo';
+        $lang['strnumfields']  =  'Cantidad de campos';
        $lang['strtypeneedsname'] = 'Debe especificar un nombre para el tipo.';
        $lang['strtypeneedslen'] = 'Debe especificar una longitud para el tipo.';
        $lang['strtypecreated'] = 'Tipo creado';
        $lang['strconfdroptype'] = '¿Está seguro que quiere eliminar el tipo "%s"?';
        $lang['strtypedropped'] = 'Tipo eliminado.';
        $lang['strtypedroppedbad'] = 'Falló al eliminar el tipo.';
+$lang['strflavor']  =  'Flavor';
+        $lang['strbasetype']  =  'Base';
+        $lang['strcompositetype']  =  'Compuesto';
+        $lang['strpseudotype']  =  'Pseudo';
 
        // Schemas
        $lang['strschema'] = 'Esquema';
        $lang['strschemadroppedbad'] = 'Falló al eliminar el esquema.';
        $lang['strschemaaltered'] = 'Esquema modificado.';
        $lang['strschemaalteredbad'] = 'Modificación del esquema falló.';
+        $lang['strsearchpath']  =  'Orden de busqueda en esquemas';
 
        // Reports
        $lang['strreport'] = 'Reporte';
        $lang['strdisk'] = 'Disk';
        $lang['strrows2'] = 'Rows';
 
+       // Tablespaces
+        $lang['strtablespace']  =  'Tablespace';
+        $lang['strtablespaces']  =  'Tablespaces';
+        $lang['strshowalltablespaces']  =  'Mostrar todos los tablespaces';
+        $lang['strnotablespaces']  =  'No se encontraron tablespaces.';
+        $lang['strcreatetablespace']  =  'Crear tablespace';
+        $lang['strlocation']  =  'Ubicación';
+        $lang['strtablespaceneedsname']  =  'Debe darle un nombre al tablespace.';
+        $lang['strtablespaceneedsloc']  =  'Debe dar un directorio en donde crear el tablespace.';
+        $lang['strtablespacecreated']  =  'Tablespace creado.';
+        $lang['strtablespacecreatedbad']  =  'Falló la creación del tablespace.';
+        $lang['strconfdroptablespace']  =  'Esta seguro que quiere eliminar el tablespace "%s"?';
+        $lang['strtablespacedropped']  =  'Tablespace eliminado.';
+        $lang['strtablespacedroppedbad']  =  'Falló al intenta eliminar el tablespace.';
+        $lang['strtablespacealtered']  =  'Tablespace modificado.';
+        $lang['strtablespacealteredbad']  =  'Falló la modificación del Tablespace.';
+
        // Miscellaneous
        $lang['strtopbar'] = '%s corriendo en %s:%s -- Usted está logueado con usuario "%s", %s';
        $lang['strtimefmt'] = 'd/m/Y, G:i:s';
        $lang['strhelp'] = 'Ayuda';
+        $lang['strhelpicon']  =  '?';
 
 ?>