aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/SwiftThemeCreator/language/en_UK
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--plugins/SwiftThemeCreator/language/en_UK/description.txt1
-rw-r--r--plugins/SwiftThemeCreator/language/en_UK/index.php30
-rw-r--r--plugins/SwiftThemeCreator/language/en_UK/plugin.lang.php35
3 files changed, 0 insertions, 66 deletions
diff --git a/plugins/SwiftThemeCreator/language/en_UK/description.txt b/plugins/SwiftThemeCreator/language/en_UK/description.txt
deleted file mode 100644
index a23b2c67c..000000000
--- a/plugins/SwiftThemeCreator/language/en_UK/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/en_UK/index.php b/plugins/SwiftThemeCreator/language/en_UK/index.php
deleted file mode 100644
index 17747c927..000000000
--- a/plugins/SwiftThemeCreator/language/en_UK/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/en_UK/plugin.lang.php b/plugins/SwiftThemeCreator/language/en_UK/plugin.lang.php
deleted file mode 100644
index 997c25478..000000000
--- a/plugins/SwiftThemeCreator/language/en_UK/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