mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Replace the translatable latexism 'longtable' with 'multi-page table' in UI.
This commit is contained in:
parent
78c706e02d
commit
5c796730b2
@ -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.
|
||||||
|
@ -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"
|
||||||
|
@ -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>&Multicolumn</string>
|
<string>Mu&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>&Longtable</string>
|
<string>&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>&Use long table</string>
|
<string>&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" >
|
||||||
|
Loading…
Reference in New Issue
Block a user