[Fusionforge-commits] r12694 - in branches/Branch_5_1/src: common/forum www/account www/export

Alain Peyrat aljeux at fusionforge.org
Fri Mar 11 18:10:22 CET 2011


Author: aljeux
Date: 2011-03-11 18:10:22 +0100 (Fri, 11 Mar 2011)
New Revision: 12694

Modified:
   branches/Branch_5_1/src/common/forum/ForumHTML.class.php
   branches/Branch_5_1/src/www/account/register.php
   branches/Branch_5_1/src/www/export/rss_project.php
Log:
Rework some strings

Modified: branches/Branch_5_1/src/common/forum/ForumHTML.class.php
===================================================================
--- branches/Branch_5_1/src/common/forum/ForumHTML.class.php	2011-03-11 17:10:13 UTC (rev 12693)
+++ branches/Branch_5_1/src/common/forum/ForumHTML.class.php	2011-03-11 17:10:22 UTC (rev 12694)
@@ -323,17 +323,19 @@
 						<td>' . _('File to upload') . ':   <input type="file" name="attachment1"/></td>
 					</tr>
 					<tr>
-						<td class="warning">' . _('Warning: Current file will be deleted permanently') . '</td>
+						<td class="warning">' . _('Warning: Uploaded file will replace current file') . '</td>
 					</tr>
 			</table>
-			<input type="submit" name="go" value="'._('Update').'">
+				<input type="submit" name="go" value="'._('Update').'" />
 			<input type="hidden" name="doedit" value="1"/>
 			<input type="hidden" name="edit" value="yes"/>
 			<input type="hidden" name="forum_id" value="'.$forum_id.'"/>
 			<input type="hidden" name="group_id" value="'.$group_id.'"/>
 			<input type="hidden" name="attachid" value="'.$attachid.'"/>
 			<input type="hidden" name="msg_id" value="'.$msg_id.'"/>
-			</fieldset></form><p>';
+			</fieldset>
+			</form>
+			<p/>';
 		return $return_val;
 	}
 

Modified: branches/Branch_5_1/src/www/account/register.php
===================================================================
--- branches/Branch_5_1/src/www/account/register.php	2011-03-11 17:10:13 UTC (rev 12693)
+++ branches/Branch_5_1/src/www/account/register.php	2011-03-11 17:10:22 UTC (rev 12694)
@@ -4,6 +4,7 @@
  *
  * Copyright 1999-2001 (c) VA Linux Systems
  * Copyright 2010 (c) FusionForge Team
+ * Copyright (C) 2011 Alain Peyrat - Alcatel-Lucent
  *
  * This file is part of FusionForge.
  *
@@ -243,7 +244,7 @@
 <input type="submit" name="submit" value="<?php echo _('Register'); ?>" />
 </p>
 </form>
-<p><a href="pending-resend.php"><?php echo _('[Resend confirmation email to a pending account]'); ?></a></p>
+<p><a href="pending-resend.php"><?php echo _('Resend confirmation email to a pending account'); ?></a></p>
 
 <?php site_footer(array());
 

Modified: branches/Branch_5_1/src/www/export/rss_project.php
===================================================================
--- branches/Branch_5_1/src/www/export/rss_project.php	2011-03-11 17:10:13 UTC (rev 12693)
+++ branches/Branch_5_1/src/www/export/rss_project.php	2011-03-11 17:10:22 UTC (rev 12694)
@@ -2,6 +2,7 @@
 /*
  * Copyright 1999-2000 (c) The SourceForge Crew
  * Copyright (C) 2009-2010 Alain Peyrat, Alcatel-Lucent
+ * Copyright (C) 2011 Alain Peyrat - Alcatel-Lucent
  *
  * This file is part of FusionForge.
  *
@@ -76,9 +77,7 @@
 
 echo '<h2>' . _('RSS Exports') . '</h2>';
 echo '<p>';
-printf(_('%1$s data is exported in RSS 2.0 format. Many of
-the export URLs can also accept form/get data to customize the output. All
-data generated by these pages is realtime.'), forge_get_config ('forge_name'));
+printf(_('%1$s data is exported in RSS 2.0 format. Many of the export URLs can also accept form/get data to customize the output. All data generated by these pages is realtime.'), forge_get_config ('forge_name'));
 
 echo _('To get Project News or New Project Releases of a specific project use the Links below.'); 
 




More information about the Fusionforge-commits mailing list