Update Spanish translation
[gnumeric.git] / plugins / fn-hebrew-date / plugin.xml.in
blob23bd15ccfe005648dc44b3855ad4c91f343e0ab7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <plugin id="Gnumeric_fnhebdate">
3 <information>
4 <_name>Hebrew Date Functions</_name>
5 <_description>Functions manipulating Hebrew dates</_description>
6 </information>
7 <loader type="Gnumeric_Builtin:module">
8 <attribute name="module_file" value="plugin"/>
9 </loader>
10 <services>
11 <service type="function_group" id="hebrew_datetime">
12 <_category>Date/Time</_category>
13 <functions textdomain="gnumeric-VERSION-functions">
14 <function name="hdate"/>
15 <function name="hdate_heb"/>
16 <function name="hdate_month"/>
17 <function name="hdate_day"/>
18 <function name="hdate_year"/>
19 <function name="hdate_julian"/>
20 <function name="date2hdate"/>
21 <function name="date2hdate_heb"/>
22 <function name="date2julian"/>
23 </functions>
24 </service>
25 </services>
26 </plugin>