[gnumeric] plugins: note the textdomain for translations.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnumeric] plugins: note the textdomain for translations.
- Date: Fri, 10 Jul 2009 00:30:29 +0000 (UTC)
commit 46c7412d333043649cbf3f6f2002e49d4253fe90
Author: Morten Welinder <terra gnome org>
Date: Thu Jul 9 20:26:54 2009 -0400
plugins: note the textdomain for translations.
plugins/derivatives/plugin.xml.in | 2 +-
plugins/fn-complex/plugin.xml.in | 2 +-
plugins/fn-database/plugin.xml.in | 2 +-
plugins/fn-date/plugin.xml.in | 2 +-
plugins/fn-eng/plugin.xml.in | 2 +-
plugins/fn-erlang/plugin.xml.in | 2 +-
plugins/fn-financial/plugin.xml.in | 2 +-
plugins/fn-info/plugin.xml.in | 2 +-
plugins/fn-logical/plugin.xml.in | 2 +-
plugins/fn-lookup/plugin.xml.in | 2 +-
plugins/fn-math/plugin.xml.in | 2 +-
plugins/fn-r/plugin.xml.in | 2 +-
plugins/fn-random/plugin.xml.in | 2 +-
plugins/fn-stat/plugin.xml.in | 2 +-
plugins/fn-string/plugin.xml.in | 2 +-
plugins/fn-tsa/plugin.xml.in | 8 ++++----
plugins/numtheory/plugin.xml.in | 4 ++--
17 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/plugins/derivatives/plugin.xml.in b/plugins/derivatives/plugin.xml.in
index 6f8e9ed..705ef80 100644
--- a/plugins/derivatives/plugin.xml.in
+++ b/plugins/derivatives/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="derivatives">
<_category>Finance</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="cum_biv_norm_dist"/>
<function name="opt_bs"/>
<function name="opt_bs_delta"/>
diff --git a/plugins/fn-complex/plugin.xml.in b/plugins/fn-complex/plugin.xml.in
index be6ac0e..094b034 100644
--- a/plugins/fn-complex/plugin.xml.in
+++ b/plugins/fn-complex/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="complex">
<_category>Complex</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="complex"/>
<function name="imabs"/>
<function name="imaginary"/>
diff --git a/plugins/fn-database/plugin.xml.in b/plugins/fn-database/plugin.xml.in
index 275e743..1332a7f 100644
--- a/plugins/fn-database/plugin.xml.in
+++ b/plugins/fn-database/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="database">
<_category>Database</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="daverage"/>
<function name="dcount"/>
<function name="dcounta"/>
diff --git a/plugins/fn-date/plugin.xml.in b/plugins/fn-date/plugin.xml.in
index cc538ca..ad18264 100644
--- a/plugins/fn-date/plugin.xml.in
+++ b/plugins/fn-date/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="datetime">
<_category>Date/Time</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="date"/>
<function name="unix2date"/>
<function name="date2unix"/>
diff --git a/plugins/fn-eng/plugin.xml.in b/plugins/fn-eng/plugin.xml.in
index 77acc4c..1105ff4 100644
--- a/plugins/fn-eng/plugin.xml.in
+++ b/plugins/fn-eng/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="engineering">
<_category>Engineering</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="base"/>
<function name="besseli"/>
<function name="besselk"/>
diff --git a/plugins/fn-erlang/plugin.xml.in b/plugins/fn-erlang/plugin.xml.in
index d01e8cc..1ce03f9 100644
--- a/plugins/fn-erlang/plugin.xml.in
+++ b/plugins/fn-erlang/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="erlang">
<_category>Erlang</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="probblock"/>
<function name="offtraf"/>
<function name="dimcirc"/>
diff --git a/plugins/fn-financial/plugin.xml.in b/plugins/fn-financial/plugin.xml.in
index a8d455f..9a923a2 100644
--- a/plugins/fn-financial/plugin.xml.in
+++ b/plugins/fn-financial/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="financial">
<_category>Finance</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="accrint"/>
<function name="accrintm"/>
<function name="amordegrc"/>
diff --git a/plugins/fn-info/plugin.xml.in b/plugins/fn-info/plugin.xml.in
index f9f6d13..fed1922 100644
--- a/plugins/fn-info/plugin.xml.in
+++ b/plugins/fn-info/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="info">
<_category>Information</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="cell"/>
<function name="countblank"/>
<function name="error"/>
diff --git a/plugins/fn-logical/plugin.xml.in b/plugins/fn-logical/plugin.xml.in
index 0adfca9..d1cf5d8 100644
--- a/plugins/fn-logical/plugin.xml.in
+++ b/plugins/fn-logical/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="logical">
<_category>Logic</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="and"/>
<function name="or"/>
<function name="xor"/>
diff --git a/plugins/fn-lookup/plugin.xml.in b/plugins/fn-lookup/plugin.xml.in
index 1f15632..b963b87 100644
--- a/plugins/fn-lookup/plugin.xml.in
+++ b/plugins/fn-lookup/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="lookup">
<_category>Lookup</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="address"/>
<function name="areas"/>
<function name="choose"/>
diff --git a/plugins/fn-math/plugin.xml.in b/plugins/fn-math/plugin.xml.in
index 0d36c06..f2ca60d 100644
--- a/plugins/fn-math/plugin.xml.in
+++ b/plugins/fn-math/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="math">
<_category>Mathematics</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="abs"/>
<function name="acos"/>
<function name="acosh"/>
diff --git a/plugins/fn-r/plugin.xml.in b/plugins/fn-r/plugin.xml.in
index c8e2cfb..8345670 100644
--- a/plugins/fn-r/plugin.xml.in
+++ b/plugins/fn-r/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="stat">
<_category>Statistics</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="r.dbeta"/>
<function name="r.dbinom"/>
<function name="r.dcauchy"/>
diff --git a/plugins/fn-random/plugin.xml.in b/plugins/fn-random/plugin.xml.in
index 88b71c1..36cf18d 100644
--- a/plugins/fn-random/plugin.xml.in
+++ b/plugins/fn-random/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="random">
<_category>Random Numbers</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="rand"/>
<function name="randbernoulli"/>
<function name="randbeta"/>
diff --git a/plugins/fn-stat/plugin.xml.in b/plugins/fn-stat/plugin.xml.in
index 61adc38..25bb2bc 100644
--- a/plugins/fn-stat/plugin.xml.in
+++ b/plugins/fn-stat/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="stat">
<_category>Statistics</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="avedev"/>
<function name="average"/>
<function name="averagea"/>
diff --git a/plugins/fn-string/plugin.xml.in b/plugins/fn-string/plugin.xml.in
index e90af5d..de64a5d 100644
--- a/plugins/fn-string/plugin.xml.in
+++ b/plugins/fn-string/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="string">
<_category>String</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="asc"/>
<function name="char"/>
<function name="clean"/>
diff --git a/plugins/fn-tsa/plugin.xml.in b/plugins/fn-tsa/plugin.xml.in
index 6da0bbb..97a3385 100644
--- a/plugins/fn-tsa/plugin.xml.in
+++ b/plugins/fn-tsa/plugin.xml.in
@@ -11,10 +11,10 @@
<services>
<service type="function_group" id="TimeSeriesAnalysis">
<_category>Time Series Analysis</_category>
- <functions>
- <function name="interpolation"/>
- <function name="periodogram"/>
- <function name="fourier"/>
+ <functions textdomain="gnumeric-functions">
+ <function name="interpolation"/>
+ <function name="periodogram"/>
+ <function name="fourier"/>
</functions>
</service>
</services>
diff --git a/plugins/numtheory/plugin.xml.in b/plugins/numtheory/plugin.xml.in
index d2fbbe8..fdcbb34 100644
--- a/plugins/numtheory/plugin.xml.in
+++ b/plugins/numtheory/plugin.xml.in
@@ -10,7 +10,7 @@
<services>
<service type="function_group" id="num_theory">
<_category>Number Theory</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="isprime"/>
<function name="ithprime"/>
<function name="nt_d"/>
@@ -23,7 +23,7 @@
</service>
<service type="function_group" id="bitwise">
<_category>Bitwise Operations</_category>
- <functions>
+ <functions textdomain="gnumeric-functions">
<function name="bitand"/>
<function name="bitlshift"/>
<function name="bitor"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]