Replace the translatable latexism 'longtable' with 'multi-page table' in UI.

This commit is contained in:
Kornel Benko 2015-11-16 10:29:53 +01:00
parent 78c706e02d
commit 5c796730b2
3 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ Template GnumericSpreadsheet
GuiName "Spreadsheet" GuiName "Spreadsheet"
HelpText HelpText
A spreadsheet made with Gnumeric, LibreOffice, OpenOffice or Excel. A spreadsheet made with Gnumeric, LibreOffice, OpenOffice or Excel.
It imports as a long table, so any length It imports as a multi-page table, so any length
is ok. Excessive width could be a problem. is ok. Excessive width could be a problem.
The gnumeric software is necessary for conversion, The gnumeric software is necessary for conversion,
both for gnumeric and excel files. both for gnumeric and excel files.

View File

@ -442,7 +442,7 @@ Menuset
Menu "context-tabular" Menu "context-tabular"
Item "Normal Table|g" "inset-modify tabular unset-longtabular" Item "Normal Table|g" "inset-modify tabular unset-longtabular"
Item "Breakable Table|g" "inset-modify tabular set-longtabular" Item "Multi-page Table|g" "inset-modify tabular set-longtabular"
Separator Separator
Item "Default Style|m" "inset-modify tabular unset-booktabs" Item "Default Style|m" "inset-modify tabular unset-booktabs"
Item "Formal Style|m" "inset-modify tabular set-booktabs" Item "Formal Style|m" "inset-modify tabular set-booktabs"

View File

@ -550,7 +550,7 @@
<string>Merge cells of different columns</string> <string>Merge cells of different columns</string>
</property> </property>
<property name="text" > <property name="text" >
<string>&amp;Multicolumn</string> <string>Mu&amp;lticolumn</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -1301,7 +1301,7 @@
</widget> </widget>
<widget class="QWidget" name="Longtables" > <widget class="QWidget" name="Longtables" >
<attribute name="title" > <attribute name="title" >
<string>&amp;Longtable</string> <string>&amp;Multi-page table</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_7" > <layout class="QGridLayout" name="gridLayout_7" >
<item row="0" column="0" > <item row="0" column="0" >
@ -1310,7 +1310,7 @@
<string>Select for tables that span multiple pages</string> <string>Select for tables that span multiple pages</string>
</property> </property>
<property name="text" > <property name="text" >
<string>&amp;Use long table</string> <string>&amp;Use multi-page table</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -1537,10 +1537,10 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip" > <property name="toolTip" >
<string>Horizontal alignment of the longtable</string> <string>Horizontal alignment of the multi-page table</string>
</property> </property>
<property name="title" > <property name="title" >
<string>Longtable alignment</string> <string>Multi-page table alignment</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout9" > <layout class="QGridLayout" name="gridLayout9" >
<item row="0" column="0" > <item row="0" column="0" >