Revision: 2546
https://sourceforge.net/p/mrbs/code/2546/
Author: cimorrison
Date: 2012-10-31 09:00:47 +0000 (Wed, 31 Oct 2012)
Log Message:
-----------
Fixed problem with French translation (a temporary fix - I think there has to
be a more elegant way of dealing with the requirement in French for a non
breaking space before colons etc.)
Modified Paths:
--------------
mrbs/trunk/web/lang/lang.en
mrbs/trunk/web/lang/lang.fr
mrbs/trunk/web/report.php
Modified: mrbs/trunk/web/lang/lang.en
===================================================================
--- mrbs/trunk/web/lang/lang.en 2012-10-30 21:04:19 UTC (rev 2545)
+++ mrbs/trunk/web/lang/lang.en 2012-10-31 09:00:47 UTC (rev 2546)
@@ -303,6 +303,7 @@
$vocab["submitquery"] = "Run Report";
$vocab["sort_rep"] = "Sort report by";
$vocab["sort_rep_time"] = "Start date/time";
+$vocab["sort_room"] = "Room";
$vocab["fulldescription_short"] = "Full Description";
$vocab["both"] = "All";
$vocab["privacy_status"] = "Privacy status";
Modified: mrbs/trunk/web/lang/lang.fr
===================================================================
--- mrbs/trunk/web/lang/lang.fr 2012-10-30 21:04:19 UTC (rev 2545)
+++ mrbs/trunk/web/lang/lang.fr 2012-10-31 09:00:47 UTC (rev 2546)
@@ -264,6 +264,7 @@
$vocab["submitquery"] = "Afficher le rapport";
$vocab["sort_rep"] = "Trier par ";
$vocab["sort_rep_time"] = "Date/Heure";
+$vocab["sort_room"] = "Salle";
$vocab["fulldescription_short"] = "Description complète";
$vocab["both"] = "Tous";
$vocab["privacy_status"] = "Etat caractère privé";
Modified: mrbs/trunk/web/report.php
===================================================================
--- mrbs/trunk/web/report.php 2012-10-30 21:04:19 UTC (rev 2545)
+++ mrbs/trunk/web/report.php 2012-10-31 09:00:47 UTC (rev 2546)
@@ -276,7 +276,7 @@
case 'sortby':
echo "<div id=\"div_sortby\">\n";
- $options = array('r' => get_vocab("room"),
+ $options = array('r' => get_vocab("sort_room"),
's' => get_vocab("sort_rep_time"));
$params = array('label' => get_vocab("sort_rep") . ':',
'name' => 'sortby',
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits