[rkward-cvs] SF.net SVN: rkward-code:[4956] trunk/rkward

tfry at users.sf.net tfry at users.sf.net
Sat Oct 25 13:37:26 UTC 2014


Revision: 4956
          http://sourceforge.net/p/rkward/code/4956
Author:   tfry
Date:     2014-10-25 13:37:25 +0000 (Sat, 25 Oct 2014)
Log Message:
-----------
Add some first i18n comments and contexts

Modified Paths:
--------------
    trunk/rkward/po/rkward.pot
    trunk/rkward/rkward/plugins/analysis.pluginmap
    trunk/rkward/rkward/plugins/plots/cor_graph.xml

Modified: trunk/rkward/po/rkward.pot
===================================================================
--- trunk/rkward/po/rkward.pot	2014-10-25 13:36:50 UTC (rev 4955)
+++ trunk/rkward/po/rkward.pot	2014-10-25 13:37:25 UTC (rev 4956)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://p.sf.net/rkward/bugs\n"
-"POT-Creation-Date: 2014-10-25 10:45+0200\n"
+"POT-Creation-Date: 2014-10-25 15:30+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"

Modified: trunk/rkward/rkward/plugins/analysis.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/analysis.pluginmap	2014-10-25 13:36:50 UTC (rev 4955)
+++ trunk/rkward/rkward/plugins/analysis.pluginmap	2014-10-25 13:37:25 UTC (rev 4956)
@@ -12,7 +12,7 @@
 		<component type="standard" id="wilcoxon_tests" file="analysis/wilcoxon/wilcoxon_tests.xml" label="Wilcoxon/Mann-Whitney Tests" />
 
 		<!-- moments -->
-		<component type="standard" id="moment" file="analysis/moments/moment.xml" label="Moment" />
+		<component type="standard" id="moment" file="analysis/moments/moment.xml" label="Moment" i18n_context="Statistics" />
 		<component type="standard" id="bonett_test" file="analysis/moments/bonett_test.xml" label="Bonett-Seier Test of Geary's Kurtosis" />
 		<component type="standard" id="agostino_test" file="analysis/moments/agostino_test.xml" label="D'Agostino Test of Skewness" />
 		<component type="standard" id="anscombe_test" file="analysis/moments/anscombe_test.xml" label="Anscombe-Glynn Test of Kurtosis" />
@@ -64,7 +64,7 @@
 					<entry component="t_test" />
 				</menu>
 			</menu>
-			<menu id="moments" label="Moments" index="6">
+			<menu id="moments" label="Moments" i18n_context="Statistics" index="6">
 				<entry component="anscombe_test"/>
 				<entry component="bonett_test"/>
 				<entry component="agostino_test"/>

Modified: trunk/rkward/rkward/plugins/plots/cor_graph.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/cor_graph.xml	2014-10-25 13:36:50 UTC (rev 4955)
+++ trunk/rkward/rkward/plugins/plots/cor_graph.xml	2014-10-25 13:37:25 UTC (rev 4956)
@@ -25,9 +25,9 @@
 					<option value="pairwise.complete.obs" label="pairwise" checked="true"/>
 				</radio>
 				<spinbox id="digits" label="Precision" type="integer" min="0" max="5" initial="3"/> 
-				<checkbox id="scale" label="Scale text" value="TRUE" value_unchecked="FALSE" checked="true"/>
+				<checkbox id="scale" label="Scale text" value="TRUE" value_unchecked="FALSE" checked="true"><!-- i18n: Should text be scaled? --></checkbox>
 			</tab>
-		</tabbook>			
+		</tabbook>
 	</dialog>
 
 </document>





More information about the rkward-tracker mailing list