Changeset 7971

Show
Ignore:
Timestamp:
12/02/10 13:53:06 (2 years ago)
Author:
nikrou
Message:

Add lv_LV (Latvian) thanks to Aivars Baldone
Fix problem of language not loaded

Location:
extensions/akBookStyle/trunk
Files:
4 modified
6 copied

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/CHANGELOG

    r6852 r7971  
     1akBookStyle 0.2.3 - 2010-12-02 
     2================================ 
     3* Add lv_LV (Latvian) thanks to Aivars Baldone 
     4 
    15akBookStyle 0.2.3 - 2010-09-06 
    26================================ 
  • extensions/akBookStyle/trunk/MANIFEST

    r6852 r7971  
    1010akBookStyle/main.inc.php 
    1111akBookStyle/default_values.inc.php 
     12akBookStyle/language/fr_FR/index.php 
    1213akBookStyle/language/fr_FR/description.txt 
    1314akBookStyle/language/fr_FR/plugin.lang.php 
     15akBookStyle/language/de_DE/index.php 
    1416akBookStyle/language/de_DE/description.txt 
    1517akBookStyle/language/de_DE/plugin.lang.php 
     18akBookStyle/language/templates/index.php 
    1619akBookStyle/language/templates/plugin.lang.php 
     20akBookStyle/language/en_UK/index.php 
    1721akBookStyle/language/en_UK/plugin.lang.php 
     22akBookStyle/language/lv_LV/description.txt 
     23akBookStyle/language/lv_LV/plugin.lang.php 
     24akBookStyle/language/it_IT/index.php 
     25akBookStyle/language/it_IT/description.txt 
    1826akBookStyle/language/it_IT/plugin.lang.php 
     27akBookStyle/language/es_ES/index.php 
    1928akBookStyle/language/es_ES/description.txt 
    2029akBookStyle/language/es_ES/plugin.lang.php 
     30akBookStyle/language/cs_CZ/plugin.lang.php 
     31akBookStyle/language/hu_HU/index.php 
    2132akBookStyle/language/hu_HU/description.txt 
    2233akBookStyle/language/hu_HU/plugin.lang.php 
  • extensions/akBookStyle/trunk/language/de_DE/index.php

    r7765 r7971  
    2121// +-----------------------------------------------------------------------+ 
    2222 
    23 /* 
    24 Plugin Name: akBookStyle 
    25 Version: 0.2.3 
    26 Description: Book style for designers 
    27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 
    28 Author: nikrou,vdigital 
    29 Author URI: http://www.nikrou.net/ 
    30 */ 
    31  
    32 if (!defined('PHPWG_ROOT_PATH')) { 
    33   die('Hacking attempt!'); 
    34 } 
    35  
    36 include_once(dirname(__FILE__).'/init.php'); 
     23// Recursive call 
     24$url = '../'; 
     25header( 'Request-URI: '.$url ); 
     26header( 'Content-Location: '.$url ); 
     27header( 'Location: '.$url ); 
     28exit(); 
    3729?> 
  • extensions/akBookStyle/trunk/language/en_UK/index.php

    r7765 r7971  
    2121// +-----------------------------------------------------------------------+ 
    2222 
    23 /* 
    24 Plugin Name: akBookStyle 
    25 Version: 0.2.3 
    26 Description: Book style for designers 
    27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 
    28 Author: nikrou,vdigital 
    29 Author URI: http://www.nikrou.net/ 
    30 */ 
    31  
    32 if (!defined('PHPWG_ROOT_PATH')) { 
    33   die('Hacking attempt!'); 
    34 } 
    35  
    36 include_once(dirname(__FILE__).'/init.php'); 
     23// Recursive call 
     24$url = '../'; 
     25header( 'Request-URI: '.$url ); 
     26header( 'Content-Location: '.$url ); 
     27header( 'Location: '.$url ); 
     28exit(); 
    3729?> 
  • extensions/akBookStyle/trunk/language/es_ES/index.php

    r7765 r7971  
    2121// +-----------------------------------------------------------------------+ 
    2222 
    23 /* 
    24 Plugin Name: akBookStyle 
    25 Version: 0.2.3 
    26 Description: Book style for designers 
    27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 
    28 Author: nikrou,vdigital 
    29 Author URI: http://www.nikrou.net/ 
    30 */ 
    31  
    32 if (!defined('PHPWG_ROOT_PATH')) { 
    33   die('Hacking attempt!'); 
    34 } 
    35  
    36 include_once(dirname(__FILE__).'/init.php'); 
     23// Recursive call 
     24$url = '../'; 
     25header( 'Request-URI: '.$url ); 
     26header( 'Content-Location: '.$url ); 
     27header( 'Location: '.$url ); 
     28exit(); 
    3729?> 
  • extensions/akBookStyle/trunk/language/fr_FR/index.php

    r7765 r7971  
    2121// +-----------------------------------------------------------------------+ 
    2222 
    23 /* 
    24 Plugin Name: akBookStyle 
    25 Version: 0.2.3 
    26 Description: Book style for designers 
    27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 
    28 Author: nikrou,vdigital 
    29 Author URI: http://www.nikrou.net/ 
    30 */ 
    31  
    32 if (!defined('PHPWG_ROOT_PATH')) { 
    33   die('Hacking attempt!'); 
    34 } 
    35  
    36 include_once(dirname(__FILE__).'/init.php'); 
     23// Recursive call 
     24$url = '../'; 
     25header( 'Request-URI: '.$url ); 
     26header( 'Content-Location: '.$url ); 
     27header( 'Location: '.$url ); 
     28exit(); 
    3729?> 
  • extensions/akBookStyle/trunk/language/hu_HU/index.php

    r7765 r7971  
    2121// +-----------------------------------------------------------------------+ 
    2222 
    23 /* 
    24 Plugin Name: akBookStyle 
    25 Version: 0.2.3 
    26 Description: Book style for designers 
    27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 
    28 Author: nikrou,vdigital 
    29 Author URI: http://www.nikrou.net/ 
    30 */ 
    31  
    32 if (!defined('PHPWG_ROOT_PATH')) { 
    33   die('Hacking attempt!'); 
    34 } 
    35  
    36 include_once(dirname(__FILE__).'/init.php'); 
     23// Recursive call 
     24$url = '../'; 
     25header( 'Request-URI: '.$url ); 
     26header( 'Content-Location: '.$url ); 
     27header( 'Location: '.$url ); 
     28exit(); 
    3729?> 
  • extensions/akBookStyle/trunk/language/it_IT/index.php

    r7255 r7971  
    11<?php 
    22// +-----------------------------------------------------------------------+ 
     3<<<<<<< HEAD 
    34// | PhpWebGallery - a PHP based picture gallery                           | 
    45// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 
     
    910// | last modifier : $Author: ddtddt $ 
    1011// | revision      : $Revision: 6934 $ 
     12======= 
     13// | akBookStyle  - a plugin for Piwigo                                    | 
     14// +-----------------------------------------------------------------------+ 
     15// | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  | 
     16// | Copyright(C) 2009      vdigital                                       | 
     17>>>>>>> Forget indexes 
    1118// +-----------------------------------------------------------------------+ 
    1219// | This program is free software; you can redistribute it and/or modify  | 
     
    2128// | You should have received a copy of the GNU General Public License     | 
    2229// | along with this program; if not, write to the Free Software           | 
     30<<<<<<< HEAD 
    2331// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 
    2432// | USA.                                                                  | 
     33======= 
     34// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            | 
     35// | MA 02110-1301 USA                                                     | 
     36>>>>>>> Forget indexes 
    2537// +-----------------------------------------------------------------------+ 
    2638 
     
    3143header( 'Location: '.$url ); 
    3244exit(); 
     45<<<<<<< HEAD 
    3346?> 
     47======= 
     48?> 
     49>>>>>>> Forget indexes 
  • extensions/akBookStyle/trunk/language/templates/index.php

    r7765 r7971  
    2121// +-----------------------------------------------------------------------+ 
    2222 
    23 /* 
    24 Plugin Name: akBookStyle 
    25 Version: 0.2.3 
    26 Description: Book style for designers 
    27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 
    28 Author: nikrou,vdigital 
    29 Author URI: http://www.nikrou.net/ 
    30 */ 
    31  
    32 if (!defined('PHPWG_ROOT_PATH')) { 
    33   die('Hacking attempt!'); 
    34 } 
    35  
    36 include_once(dirname(__FILE__).'/init.php'); 
     23// Recursive call 
     24$url = '../'; 
     25header( 'Request-URI: '.$url ); 
     26header( 'Content-Location: '.$url ); 
     27header( 'Location: '.$url ); 
     28exit(); 
    3729?> 
  • extensions/akBookStyle/trunk/main.inc.php

    r7765 r7971  
    2323/* 
    2424Plugin Name: akBookStyle 
    25 Version: 0.2.3 
     25Version: 0.3.0 
    2626Description: Book style for designers 
    2727Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307