root/trunk/languages/spanish.inc.php

Revision 19 (checked in by svn, 2 years ago)

updated copyright info, ready for 1.0 release

  • Property svn:executable set to *
Line 
1 <?php
2
3 // Copyright (c) 2006 Alex King. Todos los derechos reservados.
4 // http://alexking.org/projects/php-tag-engine/
5 //
6 // Released under the LGPL license
7 // http://www.opensource.org/licenses/lgpl-license.php
8 //
9 // **********************************************************************
10 // Este programa se distribuye con la esperanza de que sera util, pero
11 // SIN NINGUNA GARANTIA; Incluso sin la garantia implicita de caracter
12 // MERCANTIL or APTITUD PARA UN PROPOSITO PARTICULAR.
13 // **********************************************************************
14
15 /**
16  * Spanish language file for PHP Tag Engine
17  *
18  * @package phptagengine
19  */
20
21 $pte->charset = 'ISO-8859-1';
22
23 $pte->strings["action_cancel"] = "Cancelar";
24 $pte->strings["action_edit"] = "Editar";
25 $pte->strings["action_delete"] = "Borrar";
26 $pte->strings["action_delete_text_icon"] = "X";
27 $pte->strings["action_save"] = "Guardar";
28 $pte->strings["action_saving"] = "Guardando...";
29 $pte->strings["data_none"] = "(ninguno)";
30 $pte->strings["label_tags"] = "Etiquetas:";
31
32 ?>
Note: See TracBrowser for help on using the browser.