I did half of the spanish translation just to test language functionality
authorxzilla <xzilla>
Wed, 11 Sep 2002 15:20:24 +0000 (15:20 +0000)
committerxzilla <xzilla>
Wed, 11 Sep 2002 15:20:24 +0000 (15:20 +0000)
lang/spanish.php [new file with mode: 0644]

diff --git a/lang/spanish.php b/lang/spanish.php
new file mode 100644 (file)
index 0000000..babc355
--- /dev/null
@@ -0,0 +1,59 @@
+<?php\r
+\r
+       /**\r
+        * Language template file for WebDB.  Use this to base language\r
+        * files.\r
+        *\r
+        * $Id: spanish.php,v 1.1 2002/09/11 15:20:24 xzilla Exp $\r
+        */\r
+\r
+       $appLang = 'spanish';\r
+\r
+-      $strNoFrames = 'You need a frames-enabled browser to use this application.';\r
+-      $strLogin = 'Login';\r
+       $strNoTables = "No se han encontrado tablas.";\r
+-      $strNoViews = 'No views found.';\r
+       $strNoFunctions = 'No se han encontrado funci&oacute;nes.';\r
+-      $strOwner = 'Owner';\r
+       $strActions = "Acci&oacute;nes";\r
+       $strName = 'Nombre';\r
+       $strTable = "Tabla ";\r
+       $strTables = 'Tablas';\r
+-      $strView = 'View';\r
+-      $strViews = 'Views';\r
+-      $strDefinition = 'Definition';\r
+-      $strTriggers = 'Triggers';\r
+-      $strRules = 'Rules';\r
+-      $strSequences = 'Sequences';\r
+       $strFunction = "Funci&oacute;n";\r
+       $strFunctions = "Funci&oacute;nes";\r
+-      $strOperators = 'Operators';\r
+       $strTypes = 'Tipos';\r
+-      $strAggregates = 'Aggregates';\r
+       \r
+       // Users\r
+       $strUsername = 'Usario';\r
+       $strPassword = 'Password';\r
+-      $strSuper = 'Superuser?';\r
+-      $strCreateDB = 'Create DB?';\r
+-      $strExpires = 'Expires';        \r
+-      $strNoUsers = 'No users found.';\r
+       \r
+       // Views\r
+-      $strViewNeedsName = 'You must give a name for your view.';\r
+-      $strViewNeedsDef = 'You must give a definition for your view.';\r
+\r
+       // Sequences\r
+-      $strNoSequences = 'No sequences found.';\r
+       \r
+       // Tables\r
+       $strField = "Campo";\r
+       $strType = "Tipo";\r
+       $strValue = "Valor";\r
+\r
+       // Functions\r
+-      $strReturns = 'Returns';\r
+-      $strArguments = 'Arguments';\r
+-      $strLanguage = 'Language';\r
+\r
+?>\r