tdf#131332: Replace custom date formats with ISO 8601
Change-Id: Ia9307e299f5cbf131b62e8936bc65aa8d7af8739 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177496 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
This commit is contained in:
parent
e67465f817
commit
a1b8b44bf9
2 changed files with 12 additions and 12 deletions
|
@ -49,19 +49,19 @@
|
||||||
<prop oor:name="YY" oor:type="xs:int">
|
<prop oor:name="YY" oor:type="xs:int">
|
||||||
<info>
|
<info>
|
||||||
<desc>Specifies the year.</desc>
|
<desc>Specifies the year.</desc>
|
||||||
<label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
|
<label>1899-12-30 (Standard) 1900-01-01 (StarCalc 1.0) 1904-01-01</label>
|
||||||
</info>
|
</info>
|
||||||
</prop>
|
</prop>
|
||||||
<prop oor:name="MM" oor:type="xs:int">
|
<prop oor:name="MM" oor:type="xs:int">
|
||||||
<info>
|
<info>
|
||||||
<desc>Specifies the month.</desc>
|
<desc>Specifies the month.</desc>
|
||||||
<label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
|
<label>1899-12-30 (Standard) 1900-01-01 (StarCalc 1.0) 1904-01-01</label>
|
||||||
</info>
|
</info>
|
||||||
</prop>
|
</prop>
|
||||||
<prop oor:name="DD" oor:type="xs:int">
|
<prop oor:name="DD" oor:type="xs:int">
|
||||||
<info>
|
<info>
|
||||||
<desc>Specifies the day.</desc>
|
<desc>Specifies the day.</desc>
|
||||||
<label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
|
<label>1899-12-30 (Standard) 1900-01-01 (StarCalc 1.0) 1904-01-01</label>
|
||||||
</info>
|
</info>
|
||||||
</prop>
|
</prop>
|
||||||
</group>
|
</group>
|
||||||
|
|
|
@ -536,17 +536,17 @@
|
||||||
<property name="margin-top">6</property>
|
<property name="margin-top">6</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkRadioButton" id="datestd">
|
<object class="GtkRadioButton" id="datestd">
|
||||||
<property name="label" translatable="yes" context="optcalculatepage|datestd">12/30/1899 (defa_ult)</property>
|
<property name="label" translatable="yes" context="optcalculatepage|datestd">1899-12-30 (defa_ult)</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can-focus">True</property>
|
<property name="can-focus">True</property>
|
||||||
<property name="receives-default">False</property>
|
<property name="receives-default">False</property>
|
||||||
<property name="tooltip-text" translatable="yes" context="optcalculatepage|datestd|tooltip_text">Value 0 corresponds to 12/30/1899</property>
|
<property name="tooltip-text" translatable="yes" context="optcalculatepage|datestd|tooltip_text">Value 0 corresponds to 1899-12-30</property>
|
||||||
<property name="use-underline">True</property>
|
<property name="use-underline">True</property>
|
||||||
<property name="active">True</property>
|
<property name="active">True</property>
|
||||||
<property name="draw-indicator">True</property>
|
<property name="draw-indicator">True</property>
|
||||||
<child internal-child="accessible">
|
<child internal-child="accessible">
|
||||||
<object class="AtkObject" id="datestd-atkobject">
|
<object class="AtkObject" id="datestd-atkobject">
|
||||||
<property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|datestd">Sets 12/30/1899 as day zero.</property>
|
<property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|datestd">Sets 1899-12-30 as day zero.</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
@ -557,17 +557,17 @@
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkRadioButton" id="datesc10">
|
<object class="GtkRadioButton" id="datesc10">
|
||||||
<property name="label" translatable="yes" context="optcalculatepage|datesc10">01/01/1900 (Star_Calc 1.0)</property>
|
<property name="label" translatable="yes" context="optcalculatepage|datesc10">1900-01-01 (Star_Calc 1.0)</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can-focus">True</property>
|
<property name="can-focus">True</property>
|
||||||
<property name="receives-default">False</property>
|
<property name="receives-default">False</property>
|
||||||
<property name="tooltip-text" translatable="yes" context="optcalculatepage|datesc10|tooltip_text">Value 0 corresponds to 01/01/1900</property>
|
<property name="tooltip-text" translatable="yes" context="optcalculatepage|datesc10|tooltip_text">Value 0 corresponds to 1900-01-01</property>
|
||||||
<property name="use-underline">True</property>
|
<property name="use-underline">True</property>
|
||||||
<property name="draw-indicator">True</property>
|
<property name="draw-indicator">True</property>
|
||||||
<property name="group">datestd</property>
|
<property name="group">datestd</property>
|
||||||
<child internal-child="accessible">
|
<child internal-child="accessible">
|
||||||
<object class="AtkObject" id="datesc10-atkobject">
|
<object class="AtkObject" id="datesc10-atkobject">
|
||||||
<property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|datesc10">Sets 1/1/1900 as day zero. Use this setting for StarCalc 1.0 spreadsheets containing date entries.</property>
|
<property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|datesc10">Sets 1900-01-01 as day zero. Use this setting for StarCalc 1.0 spreadsheets containing date entries.</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
@ -578,17 +578,17 @@
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkRadioButton" id="date1904">
|
<object class="GtkRadioButton" id="date1904">
|
||||||
<property name="label" translatable="yes" context="optcalculatepage|date1904">_01/01/1904</property>
|
<property name="label" translatable="yes" context="optcalculatepage|date1904">_1904-01-01</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can-focus">True</property>
|
<property name="can-focus">True</property>
|
||||||
<property name="receives-default">False</property>
|
<property name="receives-default">False</property>
|
||||||
<property name="tooltip-text" translatable="yes" context="optcalculatepage|date1904|tooltip_text">0 corresponds to 01/01/1904</property>
|
<property name="tooltip-text" translatable="yes" context="optcalculatepage|date1904|tooltip_text">0 corresponds to 1904-01-01</property>
|
||||||
<property name="use-underline">True</property>
|
<property name="use-underline">True</property>
|
||||||
<property name="draw-indicator">True</property>
|
<property name="draw-indicator">True</property>
|
||||||
<property name="group">datestd</property>
|
<property name="group">datestd</property>
|
||||||
<child internal-child="accessible">
|
<child internal-child="accessible">
|
||||||
<object class="AtkObject" id="date1904-atkobject">
|
<object class="AtkObject" id="date1904-atkobject">
|
||||||
<property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|date1904">Sets 1/1/1904 as day zero. Use this setting for spreadsheets that are imported in a foreign format.</property>
|
<property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|date1904">Sets 1904-01-01 as day zero. Use this setting for spreadsheets that are imported in a foreign format.</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|
Loading…
Reference in a new issue