diff options
author | plegall <plg@piwigo.org> | 2010-03-24 23:24:56 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-24 23:24:56 +0000 |
commit | f9c4587dbd4148e370f7a0d51c47c7e94265a80d (patch) | |
tree | a3561d77e3331a6c37f1fc3f9f9ebf86e3fece88 /plugins/SwiftThemeCreator/language/fr_FR | |
parent | f9b339cf796e1b78e2a3416f594897c0b808c156 (diff) |
move SwiftThemeCreator plugin from core to extensions
git-svn-id: http://piwigo.org/svn/trunk@5329 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/SwiftThemeCreator/language/fr_FR')
-rw-r--r-- | plugins/SwiftThemeCreator/language/fr_FR/description.txt | 1 | ||||
-rw-r--r-- | plugins/SwiftThemeCreator/language/fr_FR/index.php | 30 | ||||
-rw-r--r-- | plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php | 35 |
3 files changed, 0 insertions, 66 deletions
diff --git a/plugins/SwiftThemeCreator/language/fr_FR/description.txt b/plugins/SwiftThemeCreator/language/fr_FR/description.txt deleted file mode 100644 index a23b2c67c..000000000 --- a/plugins/SwiftThemeCreator/language/fr_FR/description.txt +++ /dev/null @@ -1 +0,0 @@ -Create new theme elements which can be manually updated later.
\ No newline at end of file diff --git a/plugins/SwiftThemeCreator/language/fr_FR/index.php b/plugins/SwiftThemeCreator/language/fr_FR/index.php deleted file mode 100644 index 17747c927..000000000 --- a/plugins/SwiftThemeCreator/language/fr_FR/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | -// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | -// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | -// +-----------------------------------------------------------------------+ -// | 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. | -// +-----------------------------------------------------------------------+ - -// Recursive call -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> diff --git a/plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php b/plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php deleted file mode 100644 index 997c25478..000000000 --- a/plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php - -$lang['Swift Theme Creator'] = 'Swift Theme Creator'; -$lang[''] = ''; -$lang['The Swift Theme Creator is powerful webmaster tool to create a new theme in few seconds. You can update later the result as you need.'] = 'The Swift Theme Creator is powerful webmaster tool to create a new theme in few seconds. You can update later the result as you need.'; -$lang['Template selection'] = 'Template selection'; -$lang['Template'] = 'Template'; -$lang['New theme to be created'] = 'New theme to be created'; -$lang['Colours selection'] = 'Colours selection'; -$lang['Main background'] = 'Main background'; -$lang['Default text'] = 'Default text'; -$lang['Internal links'] = 'Internal links'; -$lang['Hover links'] = 'Hover links'; -$lang['External links'] = 'External links'; -$lang['Header background selection'] = 'Header background selection'; -$lang['No picture'] = 'No picture'; -$lang['Random source'] = 'Random source'; -$lang['Fixed path'] = 'Fixed path'; -$lang['Colorize'] = 'Colorize'; -$lang['Enhance brightness'] = 'Enhance brightness'; -$lang['Reduce contrast'] = 'Reduce contrast'; -$lang['Width limit in pixels'] = 'Width limit in pixels'; -$lang['Height limit in pixels'] = 'Height limit in pixels'; -$lang['Display mode'] = 'Display mode'; -$lang['Reset'] = 'Reset'; -$lang['Generate'] = 'Generate'; -$lang['Simulate'] = 'Simulate'; -$lang['Just a yoga preview...'] = 'Just a yoga preview...'; -$lang['"Fixed header" preview'] = '"Fixed header" preview'; -$lang['"Random header" preview'] = '"Random header" preview'; -$lang['"No header" preview'] = '"No header" preview'; -$lang['Preview'] = 'Preview'; -$lang['home'] = 'home'; -$lang['...to get an idea of the expected result. Preview is based on yoga-like template only.'] = '...to get an idea of the expected result. Preview is based on yoga-like template only.'; -?>
\ No newline at end of file |