Add short_labels for a few toolbar buttons with long names.

That should fit a few more buttons on the toolbar.
This commit is contained in:
Geert Janssens 2018-11-07 18:20:58 +01:00
parent d9bdf84d36
commit 52380d11d2
3 changed files with 9 additions and 1 deletions

View File

@ -265,6 +265,7 @@ static action_toolbar_labels toolbar_labels[] =
{ "BlankEntryAction", N_("Blank") },
{ "EditPostInvoiceAction", N_("Post") },
{ "EditUnpostInvoiceAction", N_("Unpost") },
{ "ToolsProcessPaymentAction", N_("Pay") },
{ NULL, NULL },
};

View File

@ -1122,6 +1122,13 @@ static action_toolbar_labels toolbar_labels[] =
{ "FilePrintAction", N_("Print") },
{ "ReportExportAction", N_("Export") },
{ "ReportOptionsAction", N_("Options") },
/* Translators: This string is meant to be a short alternative for "Save Report Configuration"
* to be used as toolbar button label. */
{ "ReportSaveAction", N_("Save Config") },
/* Translators: This string is meant to be a short alternative for "Save Report Configuration As..."
* to be used as toolbar button label. */
{ "ReportSaveAsAction", N_("Save Config As...") },
{ "FilePrintPDFAction", N_("Make Pdf") },
{ NULL, NULL },
};

View File

@ -39,10 +39,10 @@
<toolitem name="ReportToolbarReload" action="ReportReloadAction" />
<toolitem name="ReportToolbarStop" action="ReportStopAction" />
<separator name="ReportToolbarSep1" />
<toolitem name="ReportToolbarOptions" action="ReportOptionsAction" />
<toolitem name="ReportToolbarSave" action="ReportSaveAction" />
<toolitem name="ReportToolbarSaveAs" action="ReportSaveAsAction" />
<toolitem name="ReportToolbarExport" action="ReportExportAction" />
<toolitem name="ReportToolbarOptions" action="ReportOptionsAction" />
<toolitem name="ReportToolbarPrint" action="FilePrintAction" />
<toolitem name="ReportToolbarExportPDF" action="FilePrintPDFAction"/>
</placeholder>