Revision: 243
Author: markthedaemon
Date: 2006-06-20 15:30:24 -0700 (Tue, 20 Jun 2006)
ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=243&view=rev
Log Message:
-----------
why the hell do we have a whole file for 3 lang entries? anyway, we dont anymore ;-)
Modified Paths:
--------------
phpBB Reloaded 2/language/lang_english/lang_main.php
Removed Paths:
-------------
phpBB Reloaded 2/language/lang_english/lang_extend_ranks.php
Deleted: phpBB Reloaded 2/language/lang_english/lang_extend_ranks.php
===================================================================
--- phpBB Reloaded 2/language/lang_english/lang_extend_ranks.php 2006-06-20 22:20:27 UTC (rev 242)
+++ phpBB Reloaded 2/language/lang_english/lang_extend_ranks.php 2006-06-20 22:30:24 UTC (rev 243)
@@ -1,39 +0,0 @@
-<?php
-/***************************************************************************
- * lang_extend_ranks.php [English]
- * ---------------------
- * begin : 28/09/2003
- * copyright : Ptirhiik
- * email : pti...@cl...
- *
- * version : 1.0.4 - 28/10/2003
- *
- *
- ***************************************************************************/
-
-/***************************************************************************
- *
- * 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; either version 2 of the License, or
- * (at your option) any later version.
- *
- ***************************************************************************/
-
-if ( !defined('IN_PHPBB') )
-{
- die("Hacking attempt");
-}
-
-// admin part
-if ( $lang_extend_admin )
-{
- $lang['Lang_extend_ranks'] = 'Ranks';
-}
-
-$lang['Ranks'] = 'Ranks';
-$lang['Special_ranks'] = 'Special ranks';
-$lang['Rank_minimum'] = 'Minimum Posts';
-$lang['Total_users'] = 'Total of users';
-
-?>
\ No newline at end of file
Modified: phpBB Reloaded 2/language/lang_english/lang_main.php
===================================================================
--- phpBB Reloaded 2/language/lang_english/lang_main.php 2006-06-20 22:20:27 UTC (rev 242)
+++ phpBB Reloaded 2/language/lang_english/lang_main.php 2006-06-20 22:30:24 UTC (rev 243)
@@ -1064,4 +1064,9 @@
$lang['Censor'] = 'Censor';
//-- fin mod : fully integrated shoutbox ---------------------------------------
+$lang['Ranks'] = 'Ranks';
+$lang['Special_ranks'] = 'Special ranks';
+$lang['Rank_minimum'] = 'Minimum Posts';
+$lang['Total_users'] = 'Total of users';
+
?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|