mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Bugtracker #3518, adding language phrases
This commit is contained in:
25
e107_themes/newsroom/languages/English.php
Executable file
25
e107_themes/newsroom/languages/English.php
Executable file
@@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
+ ----------------------------------------------------------------------------+
|
||||||
|
| e107 website system
|
||||||
|
|
|
||||||
|
| <20>Steve Dunstan 2001-2002
|
||||||
|
| http://e107.org
|
||||||
|
| jalist@e107.org
|
||||||
|
|
|
||||||
|
| Released under the terms and conditions of the
|
||||||
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
||||||
|
| $Source: /cvs_backup/e107_0.8/e107_themes/newsroom/languages/English.php,v $
|
||||||
|
| $Revision: 1.1 $
|
||||||
|
| $Date: 2006-12-03 00:40:44 $
|
||||||
|
| $Author: mcfly_e107 $
|
||||||
|
+----------------------------------------------------------------------------+
|
||||||
|
*/
|
||||||
|
|
||||||
|
define("LAN_THEME_1", "Comments");
|
||||||
|
define("LAN_THEME_2", "Comments off");
|
||||||
|
define("LAN_THEME_3", "FULL STORY");
|
||||||
|
define("LAN_THEME_4", "Posted on");
|
||||||
|
|
||||||
|
?>
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
include_lan(THEME."languages/".e_LANGUAGE.".php");
|
||||||
$themename = "newsroom";
|
$themename = "newsroom";
|
||||||
$themeversion = "1.02";
|
$themeversion = "1.02";
|
||||||
$themeauthor = "CaMer0n";
|
$themeauthor = "CaMer0n";
|
||||||
@@ -181,14 +182,14 @@ $NEWSSTYLE = "
|
|||||||
</table>
|
</table>
|
||||||
<table style='width:100%;border:0px' cellpadding='0' cellspacing='0' >
|
<table style='width:100%;border:0px' cellpadding='0' cellspacing='0' >
|
||||||
<tr>
|
<tr>
|
||||||
<td style='padding:3px'>Posted on
|
<td style='padding:3px'>".LAN_THEME_4."
|
||||||
{NEWSDATE}
|
{NEWSDATE}
|
||||||
|
|
|
|
||||||
{EMAILICON}
|
{EMAILICON}
|
||||||
{PRINTICON}
|
{PRINTICON}
|
||||||
{PDFICON}
|
{PDFICON}
|
||||||
{ADMINOPTIONS}
|
{ADMINOPTIONS}<br />
|
||||||
|
{NEWSCOMMENTS}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table><br /></div>
|
</table><br /></div>
|
||||||
@@ -265,10 +266,10 @@ $OTHERNEWS2_STYLE = "
|
|||||||
|
|
||||||
// [News]
|
// [News]
|
||||||
define("ICONSTYLE", "float: left; border:0");
|
define("ICONSTYLE", "float: left; border:0");
|
||||||
define("COMMENTLINK", "Comments");
|
define("COMMENTLINK", LAN_THEME_1.": ");
|
||||||
define("COMMENTOFFSTRING", "Comments Off");
|
define("COMMENTOFFSTRING", LAN_THEME_2);
|
||||||
define("PRE_EXTENDEDSTRING", "<span style='font-size:13px'> ");
|
define("PRE_EXTENDEDSTRING", "<span style='font-size:13px'> ");
|
||||||
define("EXTENDEDSTRING", "<br /><br /><b>FULL STORY</b>");
|
define("EXTENDEDSTRING", "<br /><br /><b>".LAN_THEME_3."</b>");
|
||||||
define("POST_EXTENDEDSTRING", "</span><br />");
|
define("POST_EXTENDEDSTRING", "</span><br />");
|
||||||
define("ICONMAIL", "iconmail.png"); // Usable since e107v615
|
define("ICONMAIL", "iconmail.png"); // Usable since e107v615
|
||||||
define("ICONPRINT", "iconprint.png"); // Usable since e107v615
|
define("ICONPRINT", "iconprint.png"); // Usable since e107v615
|
||||||
|
Reference in New Issue
Block a user