mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
Fix some menu labels that are not marked for translation
This commit is contained in:
parent
7271ddd1d6
commit
2fff7b6a14
@ -74,7 +74,7 @@
|
||||
</section>
|
||||
</submenu>
|
||||
<submenu>
|
||||
<attribute name="label" translatable="no">_View</attribute>
|
||||
<attribute name="label" translatable="yes">_View</attribute>
|
||||
<attribute name="action">embeddedwin.ViewAction</attribute>
|
||||
<section>
|
||||
<item>
|
||||
|
@ -141,7 +141,7 @@
|
||||
<attribute name="temp" translatable="no">yes</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="no">Stock Ass_istant…</attribute>
|
||||
<attribute name="label" translatable="yes">Stock Ass_istant…</attribute>
|
||||
<attribute name="action">GncPluginPageAccountTreeActions.ActionsStockAssistantAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Stock Assistant</attribute>
|
||||
<attribute name="temp" translatable="no">yes</attribute>
|
||||
@ -178,7 +178,7 @@
|
||||
<attribute name="tempx" translatable="no">yes</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="no">Check & Repair A_ll</attribute>
|
||||
<attribute name="label" translatable="yes">Check & Repair A_ll</attribute>
|
||||
<attribute name="action">GncPluginPageAccountTreeActions.ScrubAllAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Check for and repair unbalanced transactions and orphan splits in all accounts</attribute>
|
||||
<attribute name="tempx" translatable="no">yes</attribute>
|
||||
@ -246,7 +246,7 @@
|
||||
<attribute name="tooltip" translatable="yes">Transfer funds from one account to another</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="no">Stock Ass_istant…</attribute>
|
||||
<attribute name="label" translatable="yes">Stock Ass_istant…</attribute>
|
||||
<attribute name="action">GncPluginPageAccountTreeActions.ActionsStockAssistantAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Stock Assistant</attribute>
|
||||
</item>
|
||||
|
@ -204,7 +204,7 @@
|
||||
|
||||
<menu id="ReportsPlaceholder1">
|
||||
<item>
|
||||
<attribute name="label" translatable="no">_Company Report</attribute>
|
||||
<attribute name="label" translatable="yes">_Company Report</attribute>
|
||||
<attribute name="action">GncPluginPageInvoiceActions.ReportsCompanyReportAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Open a company report window for the owner of this invoice</attribute>
|
||||
<attribute name="temp" translatable="no">yes</attribute>
|
||||
|
@ -122,7 +122,7 @@
|
||||
<attribute name="temp" translatable="no">yes</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="no">Vendor Listing</attribute>
|
||||
<attribute name="label" translatable="yes">Vendor Listing</attribute>
|
||||
<attribute name="action">GncPluginPageOwnerTreeActions.OTVendorListingReportAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Show vendor aging overview for all vendors</attribute>
|
||||
<attribute name="temp" translatable="no">yes</attribute>
|
||||
@ -131,7 +131,7 @@
|
||||
|
||||
<menu id="ReportsPlaceholder1-e">
|
||||
<item>
|
||||
<attribute name="label" translatable="no">Employee Report</attribute>
|
||||
<attribute name="label" translatable="yes">Employee Report</attribute>
|
||||
<attribute name="action">GncPluginPageOwnerTreeActions.OTEmployeeReportAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Show employee report</attribute>
|
||||
<attribute name="temp" translatable="no">yes</attribute>
|
||||
|
@ -104,12 +104,12 @@
|
||||
|
||||
<menu id="ViewPlaceholder3">
|
||||
<item>
|
||||
<attribute name="label" translatable="no">_Sort By…</attribute>
|
||||
<attribute name="label" translatable="yes">_Sort By…</attribute>
|
||||
<attribute name="action">GncPluginPageRegisterActions.ViewSortByAction</attribute>
|
||||
<attribute name="temp" translatable="no">yes</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="no">_Filter By…</attribute>
|
||||
<attribute name="label" translatable="yes">_Filter By…</attribute>
|
||||
<attribute name="action">GncPluginPageRegisterActions.ViewFilterByAction</attribute>
|
||||
<attribute name="temp" translatable="no">yes</attribute>
|
||||
</item>
|
||||
|
@ -40,14 +40,14 @@
|
||||
|
||||
<menu id="ReportsPlaceholder1">
|
||||
<item>
|
||||
<attribute name="label" translatable="no">Save _Report Configuration</attribute>
|
||||
<attribute name="label" translatable="yes">Save _Report Configuration</attribute>
|
||||
<attribute name="action">GncPluginPageReportActions.ReportSaveAction</attribute>
|
||||
<attribute name="accel"><Primary><Alt>s</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Update the current report's saved configuration</attribute>
|
||||
<attribute name="temp" translatable="no">yes</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="no">Save Report Configuration As…</attribute>
|
||||
<attribute name="label" translatable="yes">Save Report Configuration As…</attribute>
|
||||
<attribute name="action">GncPluginPageReportActions.ReportSaveAsAction</attribute>
|
||||
<attribute name="accel"><Primary><Alt><Shift>s</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Add the current report's configuration to the 'Reports->Saved Report Configurations' menu</attribute>
|
||||
|
Loading…
Reference in New Issue
Block a user