Changeset 19
- Timestamp:
- 01/28/07 18:55:37
- Files:
-
- trunk/languages/english.inc.php (modified) (1 diff)
- trunk/languages/english_utf8.inc.php (modified) (1 diff)
- trunk/languages/french.inc.php (modified) (1 diff)
- trunk/languages/german.inc.php (modified) (1 diff)
- trunk/languages/german_utf8.inc.php (modified) (1 diff)
- trunk/languages/norwegian.inc.php (modified) (1 diff)
- trunk/languages/spanish.inc.php (modified) (1 diff)
- trunk/phptagengine.class.inc.php (modified) (1 diff)
- trunk/phptagengine.config.inc.php (modified) (1 diff)
- trunk/phptagengine.css (modified) (1 diff)
- trunk/phptagengine.inc.php (modified) (1 diff)
- trunk/phptagengine.js.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/languages/english.inc.php
r14 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.4 // http://alexking.org/project /php-tag-engine/3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 // http://alexking.org/projects/php-tag-engine 5 5 // 6 6 // Released under the LGPL license trunk/languages/english_utf8.inc.php
r18 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.4 // http://alexking.org/project /php-tag-engine3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 // http://alexking.org/projects/php-tag-engine 5 5 // 6 6 // Released under the LGPL license trunk/languages/french.inc.php
r15 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.4 // http:// www.alexking.org/software/phptagengine/3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 // http://alexking.org/projects/php-tag-engine 5 5 // 6 6 // Released under the LGPL license trunk/languages/german.inc.php
r14 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.4 // http://alexking.org/project /php-tag-engine/3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 // http://alexking.org/projects/php-tag-engine 5 5 // 6 6 // Released under the LGPL license trunk/languages/german_utf8.inc.php
r18 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.4 // http://alexking.org/project /php-tag-engine3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 // http://alexking.org/projects/php-tag-engine 5 5 // 6 6 // Released under the LGPL license trunk/languages/norwegian.inc.php
r17 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.4 // http://alexking.org/project /php-tag-engine/3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 // http://alexking.org/projects/php-tag-engine 5 5 // 6 6 // Released under the LGPL license trunk/languages/spanish.inc.php
r14 r19 14 14 15 15 /** 16 * Idioma español para el buscador de etiquetas PHP16 * Spanish language file for PHP Tag Engine 17 17 * 18 18 * @package phptagengine trunk/phptagengine.class.inc.php
r16 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 4 // http://alexking.org/projects/php-tag-engine 5 5 // trunk/phptagengine.config.inc.php
r14 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.4 // http://alexking.org/project /php-tag-engine/3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 // http://alexking.org/projects/php-tag-engine 5 5 // 6 6 // Released under the LGPL license trunk/phptagengine.css
r14 r19 1 1 /* 2 // Copyright (c) 2006 Alex King. All rights reserved.3 // http://alexking.org/project /php-tag-engine/2 // Copyright (c) 2006-2007 Alex King. All rights reserved. 3 // http://alexking.org/projects/php-tag-engine 4 4 // 5 5 // Released under the LGPL license trunk/phptagengine.inc.php
r14 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.4 // http://alexking.org/project /php-tag-engine/3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 // http://alexking.org/projects/php-tag-engine 5 5 // 6 6 // Released under the LGPL license trunk/phptagengine.js.php
r14 r19 1 1 <?php 2 2 3 // Copyright (c) 2006 Alex King. All rights reserved.4 // http://alexking.org/project /php-tag-engine/3 // Copyright (c) 2006-2007 Alex King. All rights reserved. 4 // http://alexking.org/projects/php-tag-engine 5 5 // 6 6 // Released under the LGPL license
