mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-07-06 01:42:15 +02:00
Update fr_CA, thanks to bgoutier
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
Fonctions de partage pour Facebook, Twitter, Google+ et Tumblr
|
||||
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Lexiglot - A PHP based translation tool |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Copyright(C) 2011-2013 Damien Sorel http://www.strangeplanet.fr |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | This program is free software; you can redistribute it and/or modify |
|
||||
// | it under the terms of the GNU General Public License as published by |
|
||||
// | the Free Software Foundation |
|
||||
// | |
|
||||
// | This program is distributed in the hope that it will be useful, but |
|
||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
||||
// | General Public License for more details. |
|
||||
// | |
|
||||
// | You should have received a copy of the GNU General Public License |
|
||||
// | along with this program; if not, write to the Free Software |
|
||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
||||
// | USA. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | This file is part of Piwigo. |
|
||||
// | |
|
||||
// | For copyright and license information, please view the COPYING.txt |
|
||||
// | file that was distributed with this source code. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['When light mode is activated no external script is loaded, it <b>speeds up the load of the page and disables user tracking</b> but also disables annotations and in-page popups.'] = 'Quand le mode léger est activé aucun script externe n\'est chargé, cela <b>accélère le chargement de la page et désactive le suivi des utilisateurs</b> mais désactive aussi les annotations et les popups détaillés.';
|
||||
Reference in New Issue
Block a user