qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/o3s locales/en.php locales/fr.php xsl...


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/o3s locales/en.php locales/fr.php xsl...
Date: Thu, 25 Feb 2010 21:56:56 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>    10/02/25 21:56:56

Modified files:
        apps/o3s/locales: en.php fr.php 
Added files:
        apps/o3s/xslt  : template-freemind.xsl 

Log message:
        Database backend
        QSOS Quadrant
        Freemind export

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/o3s/locales/en.php?cvsroot=qsos&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/o3s/locales/fr.php?cvsroot=qsos&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/o3s/xslt/template-freemind.xsl?cvsroot=qsos&rev=1.1

Patches:
Index: locales/en.php
===================================================================
RCS file: /sources/qsos/qsos/apps/o3s/locales/en.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- locales/en.php      17 May 2009 22:37:15 -0000      1.1
+++ locales/en.php      25 Feb 2010 21:56:55 -0000      1.2
@@ -66,6 +66,7 @@
 $msg['s3_format_html'] = "HTML";
 $msg['s3_format_xml'] = "XML";
 $msg['s3_set_weights'] = "Change weightings";
+$msg['s3_show_mindmap'] = "Visualize template";
 $msg['s3_format_odf'] = "ODF comparison";
 $msg['s3_format_html_tooltip'] = "View in HTML format";
 $msg['s3_format_xml_tooltip'] = "View in QSOS native XML format";
@@ -73,6 +74,7 @@
 $msg['s3_table_compare'] = "Compare";
 $msg['s3_button_next'] = "Online comparison";
 $msg['s3_graph'] = "Graphic comparison";
+$msg['s3_quadrant'] = "Quadrant";
 $msg['s3_check_svg'] = "My browser supports SVG";
 $msg['s3_err_js_no_file'] = "At least one product must be checked";
 $msg['s3_err_no_family'] = " not in repository!";
@@ -99,6 +101,7 @@
 $msg['ods_qsosversion'] = "QSOS version";
 $msg['ods_templateversion'] = "Template version";
 $msg['ods_criterion'] = "Criterion";
+$msg['ods_desc'] = "Description";
 $msg['ods_score0'] = "Score 0";
 $msg['ods_score1'] = "Score 1";
 $msg['ods_score2'] = "Score 2";
@@ -113,6 +116,19 @@
 $msg['ods_comment'] = "Comment";
 $msg['ods_score'] = "Score";
 $msg['ods_weight'] = "Weight";
+$msg['ods_header'] = "QSOS analysis";
 $msg['ods_synthesis'] = "Synthesis";
+$msg['ods_synthesis_title'] = "Synthesis and dynamic comparison";
+$msg['ods_citeria_title'] = "Description of used criteria";
+$msg['ods_evaluation_title'] = "Evaluation of ";
+$msg['ods_val_title'] = "Modify weight";
+$msg['ods_val_error'] = "Error";
+$msg['ods_val_helpmsg'] = "Enter an integer value";
+$msg['ods_val_errormsg'] = "Only integer values are allowed";
+$msg['ods_note_weight'] = "You can modify weights of criteria in column B 
(Weight)";
+
+//QSOS quadrant
+$msg['qq_maturity'] = "Maturity";
+$msg['qq_funccoverage'] = "Functional coverage";
 
 ?>

Index: locales/fr.php
===================================================================
RCS file: /sources/qsos/qsos/apps/o3s/locales/fr.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- locales/fr.php      17 May 2009 22:37:38 -0000      1.1
+++ locales/fr.php      25 Feb 2010 21:56:55 -0000      1.2
@@ -66,6 +66,7 @@
 $msg['s3_format_html'] = "HTML";
 $msg['s3_format_xml'] = "XML";
 $msg['s3_set_weights'] = "Pondérer la grille";
+$msg['s3_show_mindmap'] = "Visualiser la grille";
 $msg['s3_format_odf'] = "Comparatif ODF";
 $msg['s3_format_html_tooltip'] = "Voir au format HTML";
 $msg['s3_format_xml_tooltip'] = "Voir au format XML natif de QSOS";
@@ -73,6 +74,7 @@
 $msg['s3_table_compare'] = "Comparer";
 $msg['s3_button_next'] = "Comparatif en ligne";
 $msg['s3_graph'] = "Comparatif graphique";
+$msg['s3_quadrant'] = "Quadrant";
 $msg['s3_check_svg'] = "Mon navigateur supporte SVG";
 $msg['s3_err_js_no_file'] = "Au moins un logiciel doit être coché";
 $msg['s3_err_no_family'] = " non trouvée dans le référentiel";
@@ -99,6 +101,7 @@
 $msg['ods_qsosversion'] = "Version de QSOS";
 $msg['ods_templateversion'] = "Version de la grille";
 $msg['ods_criterion'] = "Critère";
+$msg['ods_desc'] = "Description";
 $msg['ods_score0'] = "Score 0";
 $msg['ods_score1'] = "Score 1";
 $msg['ods_score2'] = "Score 2";
@@ -113,6 +116,19 @@
 $msg['ods_comment'] = "Commentaires";
 $msg['ods_score'] = "Score";
 $msg['ods_weight'] = "Poids";
+$msg['ods_header'] = "Analyse QSOS";
 $msg['ods_synthesis'] = "Synthèse";
+$msg['ods_synthesis_title'] = "Synthèse et comparatif dynamique";
+$msg['ods_citeria_title'] = "Explications des critères utilisés";
+$msg['ods_evaluation_title'] = "Évaluation de ";
+$msg['ods_val_title'] = "Modifier le poids";
+$msg['ods_val_error'] = "Erreur";
+$msg['ods_val_helpmsg'] = "Saisir un nombre entier";
+$msg['ods_val_errormsg'] = "Seules les valeurs nulles ou entières sont 
autorisées";
+$msg['ods_note_weight'] = "Vous pouvez modifier le poids des critères dans la 
colonne B (Poids)";
+
+//QSOS quadrant
+$msg['qq_maturity'] = "Maturité";
+$msg['qq_funccoverage'] = "Couverture fonctionnelle";
 
 ?>

Index: xslt/template-freemind.xsl
===================================================================
RCS file: xslt/template-freemind.xsl
diff -N xslt/template-freemind.xsl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ xslt/template-freemind.xsl  25 Feb 2010 21:56:56 -0000      1.1
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns="http://www.w3.org/TR/xhtml1/strict"; version="1.0">
+<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
+
+  <xsl:template match="document">
+      <xsl:element name="map">
+       <xsl:attribute name="version">0.7.1</xsl:attribute>
+       <xsl:element name="node">
+         <xsl:attribute name="ID"><xsl:value-of 
select="header/qsosappfamily"/></xsl:attribute>
+         <xsl:attribute name="TEXT"><xsl:value-of 
select="header/qsosappfamily"/></xsl:attribute>
+         <font NAME="SansSerif" BOLD="true" SIZE="12"/>
+         <xsl:apply-templates select="section"/>
+       </xsl:element>
+      </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="section">
+    <node ID="address@hidden" TEXT="address@hidden">
+      <font NAME="SansSerif" BOLD="true" SIZE="12"/>
+      <xsl:apply-templates select="element"/>
+    </node>
+  </xsl:template>
+
+  <xsl:template match="element">
+    <node ID="address@hidden" TEXT="address@hidden">
+      <xsl:if test="score and desc != ''">
+       <xsl:attribute name="FOLDED">true</xsl:attribute>
+       <xsl:element name="node">
+         <xsl:attribute name="TEXT"><xsl:value-of 
select="desc"/></xsl:attribute>
+         <font NAME="SansSerif" ITALIC="true" SIZE="10"/>
+       </xsl:element>
+      </xsl:if>
+      <xsl:apply-templates select="element"/>
+    </node>
+  </xsl:template>
+
+</xsl:stylesheet>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]