mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +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; }
|
||||
|
||||
include_lan(THEME."languages/".e_LANGUAGE.".php");
|
||||
$themename = "newsroom";
|
||||
$themeversion = "1.02";
|
||||
$themeauthor = "CaMer0n";
|
||||
@@ -181,14 +182,14 @@ $NEWSSTYLE = "
|
||||
</table>
|
||||
<table style='width:100%;border:0px' cellpadding='0' cellspacing='0' >
|
||||
<tr>
|
||||
<td style='padding:3px'>Posted on
|
||||
<td style='padding:3px'>".LAN_THEME_4."
|
||||
{NEWSDATE}
|
||||
|
|
||||
{EMAILICON}
|
||||
{PRINTICON}
|
||||
{PDFICON}
|
||||
{ADMINOPTIONS}
|
||||
|
||||
{ADMINOPTIONS}<br />
|
||||
{NEWSCOMMENTS}
|
||||
</td>
|
||||
</tr>
|
||||
</table><br /></div>
|
||||
@@ -265,10 +266,10 @@ $OTHERNEWS2_STYLE = "
|
||||
|
||||
// [News]
|
||||
define("ICONSTYLE", "float: left; border:0");
|
||||
define("COMMENTLINK", "Comments");
|
||||
define("COMMENTOFFSTRING", "Comments Off");
|
||||
define("COMMENTLINK", LAN_THEME_1.": ");
|
||||
define("COMMENTOFFSTRING", LAN_THEME_2);
|
||||
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("ICONMAIL", "iconmail.png"); // Usable since e107v615
|
||||
define("ICONPRINT", "iconprint.png"); // Usable since e107v615
|
||||
|
Reference in New Issue
Block a user