1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Language file cleanup

This commit is contained in:
Cameron
2012-12-15 13:40:09 -08:00
parent 89a50d6070
commit 4de0dd7403
5 changed files with 15 additions and 26 deletions

View File

@@ -90,7 +90,7 @@ class plugin_gallery_index_controller extends eControllerFront
$text .= e107::getParser()->parseTemplate($template['CAT_ITEM'],TRUE);
}
$text = $template['CAT_START'].$text.$template['CAT_END'];
$this->addTitle(GALLERY_LAN_TITLE)
$this->addTitle(LAN_PLUGIN_GALLERY_TITLE)
->addBody($text);
}
@@ -150,7 +150,7 @@ class plugin_gallery_index_controller extends eControllerFront
$text .= $tp->parseTemplate($template['LIST_END'],TRUE);
$this->addTitle($catname)
->addTitle(GALLERY_LAN_TITLE)
->addTitle(LAN_PLUGIN_GALLERY_TITLE)
->addBody($text);
}
}

View File

@@ -0,0 +1,10 @@
<?php
/*
* Copyright (c) e107 Inc 2008-2012 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id$
*
* Gallery Global Language
*/
define("LAN_PLUGIN_GALLERY_TITLE", "Gallery");
define("LAN_PLUGIN_GALLERY_DIZ", "A simple image gallery");

View File

@@ -1,8 +0,0 @@
<?php
/*
* Copyright (c) e107 Inc 2008-2012 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id$
*
* Gallery back-end laguage defines
*/
//define('GALLERY_ALAN_1', '');

View File

@@ -1,9 +0,0 @@
<?php
/*
* Copyright (c) e107 Inc 2008-2012 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id$
*
* Gallery front-end laguage defines
*/
define('GALLERY_LAN_TITLE', 'Gallery');
//define('GALLERY_LAN_1', '');

View File

@@ -1,17 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.15 2009-10-22 04:14:45 e107coders Exp $ -->
<e107Plugin name="Gallery" lan="Gallery" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<e107Plugin name="Gallery" lan="LAN_PLUGIN_GALLERY_TITLE" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<author name="e107 Inc." url="http://e107.org" />
<description>Gallery</description>
<description lan="LAN_PLUGIN_GALLERY_DIZ">A simple image gallery</description>
<category>content</category>
<languageFiles>
<file type='install' path='languages/--LAN--/admin_gallery.php' />
</languageFiles>
<adminLinks>
<link url='admin_gallery.php' description='LAN_CONFIGURE' icon='images/gallery_32.png' iconSmall='images/gallery_16.png' primary='true' >LAN_CONFIGURE</link>
</adminLinks>
<siteLinks>
<link url="{e_PLUGIN}gallery/gallery.php" sef="gallery" perm="everyone" >Gallery</link>
<link url="{e_PLUGIN}gallery/gallery.php" sef="gallery" perm="everyone" >LAN_PLUGIN_GALLERY_TITLE</link>
</siteLinks>
<mainPrefs>
</mainPrefs>