<?php
/**
- * Spanish language file for WebDB.
+ * Spanish language file for phpPgAdmin.
* @maintainer Robert Treat [xzilla@users.sourceforge.net]
*
- * $Id: spanish.php,v 1.1 2003/01/18 08:23:24 chriskl Exp $
+ * $Id: spanish.php,v 1.2 2003/03/13 01:49:20 chriskl Exp $
*/
$appLang = 'Spanish';
$appCharset = 'ISO-8859-1';
-- $strNoFrames = 'You need a frames-enabled browser to use this application.';
-- $strLogin = 'Login';
+ $strNoFrames = 'You need a frames-enabled browser to use this application.';
+ $strLogin = 'Login';
$strNoTables = "No se han encontrado tablas.";
-- $strNoViews = 'No views found.';
+ $strNoViews = 'No views found.';
$strNoFunctions = 'No se han encontrado funci&oacute;nes.';
-- $strOwner = 'Owner';
+ $strOwner = 'Owner';
$strActions = "Acci&oacute;nes";
$strName = 'Nombre';
$strTable = "Tabla ";
$strTables = 'Tablas';
-- $strView = 'View';
-- $strViews = 'Views';
-- $strDefinition = 'Definition';
-- $strTriggers = 'Triggers';
-- $strRules = 'Rules';
-- $strSequences = 'Sequences';
+ $strView = 'View';
+ $strViews = 'Views';
+ $strDefinition = 'Definition';
+ $strTriggers = 'Triggers';
+ $strRules = 'Rules';
+ $strSequences = 'Sequences';
$strFunction = "Funci&oacute;n";
$strFunctions = "Funci&oacute;nes";
-- $strOperators = 'Operators';
+ $strOperators = 'Operators';
$strTypes = 'Tipos';
-- $strAggregates = 'Aggregates';
+ $strAggregates = 'Aggregates';
// Users
$strUsername = 'Usario';
$strPassword = 'Password';
-- $strSuper = 'Superuser?';
-- $strCreateDB = 'Create DB?';
-- $strExpires = 'Expires';
-- $strNoUsers = 'No users found.';
+ $strSuper = 'Superuser?';
+ $strCreateDB = 'Create DB?';
+ $strExpires = 'Expires';
+ $strNoUsers = 'No users found.';
// Views
-- $strViewNeedsName = 'You must give a name for your view.';
-- $strViewNeedsDef = 'You must give a definition for your view.';
+ $strViewNeedsName = 'You must give a name for your view.';
+ $strViewNeedsDef = 'You must give a definition for your view.';
// Sequences
-- $strNoSequences = 'No sequences found.';
+ $strNoSequences = 'No sequences found.';
// Tables
$strField = "Campo";
$strValue = "Valor";
// Functions
-- $strReturns = 'Returns';
-- $strArguments = 'Arguments';
-- $strLanguage = 'Language';
+ $strReturns = 'Returns';
+ $strArguments = 'Arguments';
+ $strLanguage = 'Language';
?>