Ignore:
Timestamp:
Oct 28, 2010, 12:19:44 AM (13 years ago)
Author:
plg
Message:

bug fixed: ability to use a Google Analytics/Piwik javascript code including a
comma.

simpler code, easier to maintain I hope.

change file format from MacOs to Unix line endings.

Location:
extensions/Statistics/language
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/Statistics/language/en_UK/index.php

    r3438 r7445  
    11<?php
    2 
     2// +-----------------------------------------------------------------------+
     3// | PhpWebGallery - a PHP based picture gallery                           |
     4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     6// +-----------------------------------------------------------------------+
     7// | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
     8// | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
     9// | last modifier : $Author: rub $
     10// | revision      : $Revision: 1912 $
     11// +-----------------------------------------------------------------------+
     12// | This program is free software; you can redistribute it and/or modify  |
     13// | it under the terms of the GNU General Public License as published by  |
     14// | the Free Software Foundation                                          |
     15// |                                                                       |
     16// | This program is distributed in the hope that it will be useful, but   |
     17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     19// | General Public License for more details.                              |
     20// |                                                                       |
     21// | You should have received a copy of the GNU General Public License     |
     22// | along with this program; if not, write to the Free Software           |
     23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     24// | USA.                                                                  |
    325// +-----------------------------------------------------------------------+
    426
    5 // | PhpWebGallery - a PHP based picture gallery                           |
    6 
    7 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    8 
    9 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    10 
    11 // +-----------------------------------------------------------------------+
    12 
    13 // | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
    14 
    15 // | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    16 
    17 // | last modifier : $Author: rub $
    18 
    19 // | revision      : $Revision: 1912 $
    20 
    21 // +-----------------------------------------------------------------------+
    22 
    23 // | This program is free software; you can redistribute it and/or modify  |
    24 
    25 // | it under the terms of the GNU General Public License as published by  |
    26 
    27 // | the Free Software Foundation                                          |
    28 
    29 // |                                                                       |
    30 
    31 // | This program is distributed in the hope that it will be useful, but   |
    32 
    33 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    34 
    35 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    36 
    37 // | General Public License for more details.                              |
    38 
    39 // |                                                                       |
    40 
    41 // | You should have received a copy of the GNU General Public License     |
    42 
    43 // | along with this program; if not, write to the Free Software           |
    44 
    45 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    46 
    47 // | USA.                                                                  |
    48 
    49 // +-----------------------------------------------------------------------+
    50 
    51 
    52 
    5327// Recursive call
    54 
    5528$url = '../';
    56 
    5729header( 'Request-URI: '.$url );
    58 
    5930header( 'Content-Location: '.$url );
    60 
    6131header( 'Location: '.$url );
    62 
    6332exit();
    64 
    6533?>
    66 
  • extensions/Statistics/language/en_UK/plugin.lang.php

    r3438 r7445  
    11<?php
    2 $lang['Howto'] = 'This plugin allow you to insert code given by Google Analytics, PhpMyVisites and co in all pages of your gallery';
     2$lang['Howto'] = 'This plugin allow you to insert code given by Google Analytics, Piwik and others in all pages of your gallery';
    33$lang['statistics_admin'] = 'Statistics Adminstration';
    44$lang['statistics_admin_description'] = 'Paste the code here. ';
     
    66$lang['stat_tail'] = 'Insert code in the footer';
    77$lang['statistics_save_config'] = 'Data saved';
    8 $lang['stat_admin'] = 'Exclude adminstrator of statistics.';
    9 $lang['stat_admin'] = 'Exclude guest of statistics.';
     8$lang['stat_admin'] = 'Exclude administrator from statistics.';
     9$lang['stat_guest'] = 'Exclude guest from statistics.';
    1010?>
  • extensions/Statistics/language/es_ES/index.php

    r3438 r7445  
    11<?php
    2 
    32// +-----------------------------------------------------------------------+
    4 
    53// | PhpWebGallery - a PHP based picture gallery                           |
    6 
    74// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    8 
    95// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    10 
    116// +-----------------------------------------------------------------------+
    12 
    137// | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
    14 
    158// | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    16 
    179// | last modifier : $Author: rub $
    18 
    1910// | revision      : $Revision: 1912 $
    20 
    2111// +-----------------------------------------------------------------------+
    22 
    2312// | This program is free software; you can redistribute it and/or modify  |
    24 
    2513// | it under the terms of the GNU General Public License as published by  |
    26 
    2714// | the Free Software Foundation                                          |
    28 
    2915// |                                                                       |
    30 
    3116// | This program is distributed in the hope that it will be useful, but   |
    32 
    3317// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    34 
    3518// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    36 
    3719// | General Public License for more details.                              |
    38 
    3920// |                                                                       |
    40 
    4121// | You should have received a copy of the GNU General Public License     |
    42 
    4322// | along with this program; if not, write to the Free Software           |
    44 
    4523// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    46 
    4724// | USA.                                                                  |
    48 
    4925// +-----------------------------------------------------------------------+
    50 
    51 
    52 
    5326// Recursive call
    54 
    5527$url = '../';
    56 
    5728header( 'Request-URI: '.$url );
    58 
    5929header( 'Content-Location: '.$url );
    60 
    6130header( 'Location: '.$url );
    62 
    6331exit();
    64 
    6532?>
    66 
  • extensions/Statistics/language/fr_FR/index.php

    r3438 r7445  
    11<?php
    2 
    32// +-----------------------------------------------------------------------+
    4 
    53// | PhpWebGallery - a PHP based picture gallery                           |
    6 
    74// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    8 
    95// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    10 
    116// +-----------------------------------------------------------------------+
    12 
    137// | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
    14 
    158// | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    16 
    179// | last modifier : $Author: rub $
    18 
    1910// | revision      : $Revision: 1912 $
    20 
    2111// +-----------------------------------------------------------------------+
    22 
    2312// | This program is free software; you can redistribute it and/or modify  |
    24 
    2513// | it under the terms of the GNU General Public License as published by  |
    26 
    2714// | the Free Software Foundation                                          |
    28 
    2915// |                                                                       |
    30 
    3116// | This program is distributed in the hope that it will be useful, but   |
    32 
    3317// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    34 
    3518// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    36 
    3719// | General Public License for more details.                              |
    38 
    3920// |                                                                       |
    40 
    4121// | You should have received a copy of the GNU General Public License     |
    42 
    4322// | along with this program; if not, write to the Free Software           |
    44 
    4523// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    46 
    4724// | USA.                                                                  |
    48 
    4925// +-----------------------------------------------------------------------+
    50 
    51 
    52 
    5326// Recursive call
    54 
    5527$url = '../';
    56 
    5728header( 'Request-URI: '.$url );
    58 
    5929header( 'Content-Location: '.$url );
    60 
    6130header( 'Location: '.$url );
    62 
    6331exit();
    64 
    6532?>
    66 
  • extensions/Statistics/language/fr_FR/plugin.lang.php

    r3438 r7445  
    11<?php
    2 $lang['Howto'] = 'Ce plugin permet d\'inserer le code fournie par Google Analytics, PhpMyVisites and co dans toutes les pages de votre galerie';
     2$lang['Howto'] = 'Ce plugin permet d\'inserer le code fournie par Google Analytics, Piwik ou autres dans toutes les pages de votre galerie';
    33$lang['statistics_admin'] = 'Administration de Statistics';
    44$lang['statistics_admin_description'] = 'Coller ci dessous le code fourni. ';
     
    88$lang['Link'] = 'Lien vers votre logiciel de statistiques et de mesure d\'audience.';
    99$lang['stat_admin'] = 'Exclure l\'administrateur des statistiques.';
    10 $lang['stat_guest'] = 'Exclure le guest des statistiques.';
     10$lang['stat_guest'] = 'Exclure l\'utilisateur non connecté des statistiques.';
    1111?>
  • extensions/Statistics/language/index.php

    r3438 r7445  
    11<?php
    2 
     2// +-----------------------------------------------------------------------+
     3// | PhpWebGallery - a PHP based picture gallery                           |
     4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     6// +-----------------------------------------------------------------------+
     7// | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
     8// | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
     9// | last modifier : $Author: rub $
     10// | revision      : $Revision: 1912 $
     11// +-----------------------------------------------------------------------+
     12// | This program is free software; you can redistribute it and/or modify  |
     13// | it under the terms of the GNU General Public License as published by  |
     14// | the Free Software Foundation                                          |
     15// |                                                                       |
     16// | This program is distributed in the hope that it will be useful, but   |
     17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     19// | General Public License for more details.                              |
     20// |                                                                       |
     21// | You should have received a copy of the GNU General Public License     |
     22// | along with this program; if not, write to the Free Software           |
     23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     24// | USA.                                                                  |
    325// +-----------------------------------------------------------------------+
    426
    5 // | PhpWebGallery - a PHP based picture gallery                           |
    6 
    7 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    8 
    9 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    10 
    11 // +-----------------------------------------------------------------------+
    12 
    13 // | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
    14 
    15 // | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    16 
    17 // | last modifier : $Author: rub $
    18 
    19 // | revision      : $Revision: 1912 $
    20 
    21 // +-----------------------------------------------------------------------+
    22 
    23 // | This program is free software; you can redistribute it and/or modify  |
    24 
    25 // | it under the terms of the GNU General Public License as published by  |
    26 
    27 // | the Free Software Foundation                                          |
    28 
    29 // |                                                                       |
    30 
    31 // | This program is distributed in the hope that it will be useful, but   |
    32 
    33 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    34 
    35 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    36 
    37 // | General Public License for more details.                              |
    38 
    39 // |                                                                       |
    40 
    41 // | You should have received a copy of the GNU General Public License     |
    42 
    43 // | along with this program; if not, write to the Free Software           |
    44 
    45 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    46 
    47 // | USA.                                                                  |
    48 
    49 // +-----------------------------------------------------------------------+
    50 
    51 
    52 
    5327// Recursive call
    54 
    5528$url = '../';
    56 
    5729header( 'Request-URI: '.$url );
    58 
    5930header( 'Content-Location: '.$url );
    60 
    6131header( 'Location: '.$url );
    62 
    6332exit();
    64 
    6533?>
    66 
  • extensions/Statistics/language/it_IT/index.php

    r3492 r7445  
    11<?php
    2 
    32// +-----------------------------------------------------------------------+
    4 
    53// | PhpWebGallery - a PHP based picture gallery                           |
    6 
    74// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    8 
    95// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    10 
    116// +-----------------------------------------------------------------------+
    12 
    137// | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
    14 
    158// | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    16 
    179// | last modifier : $Author: rub $
    18 
    1910// | revision      : $Revision: 1912 $
    20 
    2111// +-----------------------------------------------------------------------+
    22 
    2312// | This program is free software; you can redistribute it and/or modify  |
    24 
    2513// | it under the terms of the GNU General Public License as published by  |
    26 
    2714// | the Free Software Foundation                                          |
    28 
    2915// |                                                                       |
    30 
    3116// | This program is distributed in the hope that it will be useful, but   |
    32 
    3317// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    34 
    3518// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    36 
    3719// | General Public License for more details.                              |
    38 
    3920// |                                                                       |
    40 
    4121// | You should have received a copy of the GNU General Public License     |
    42 
    4322// | along with this program; if not, write to the Free Software           |
    44 
    4523// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    46 
    4724// | USA.                                                                  |
    48 
    4925// +-----------------------------------------------------------------------+
    50 
    51 
    52 
    5326// Recursive call
    54 
    5527$url = '../';
    56 
    5728header( 'Request-URI: '.$url );
    58 
    5929header( 'Content-Location: '.$url );
    60 
    6130header( 'Location: '.$url );
    62 
    6331exit();
    64 
    6532?>
    66 
Note: See TracChangeset for help on using the changeset viewer.