mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
String cleanup; add translator comments
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13144 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
25393c9432
commit
8ba1f3fd4f
@ -2201,6 +2201,8 @@ gnc_invoice_search (GncInvoice *start, GncOwner *owner, GNCBook *book)
|
|||||||
{ NULL },
|
{ NULL },
|
||||||
};
|
};
|
||||||
static GNCSearchCallbackButton emp_buttons[] = {
|
static GNCSearchCallbackButton emp_buttons[] = {
|
||||||
|
/* Translators: The terms 'Voucher' and 'Expense Voucher' are used
|
||||||
|
interchangeably in gnucash and mean the same thing. */
|
||||||
{ N_("View/Edit Voucher"), edit_invoice_cb},
|
{ N_("View/Edit Voucher"), edit_invoice_cb},
|
||||||
{ N_("Process Payment"), pay_invoice_cb},
|
{ N_("Process Payment"), pay_invoice_cb},
|
||||||
{ NULL },
|
{ NULL },
|
||||||
@ -2292,7 +2294,7 @@ gnc_invoice_search (GncInvoice *start, GncOwner *owner, GNCBook *book)
|
|||||||
_("Date Opened"), NULL, type,
|
_("Date Opened"), NULL, type,
|
||||||
INVOICE_OPENED, NULL);
|
INVOICE_OPENED, NULL);
|
||||||
emp_params = gnc_search_param_prepend (emp_params,
|
emp_params = gnc_search_param_prepend (emp_params,
|
||||||
_("Employee Name "), NULL, type,
|
_("Employee Name"), NULL, type,
|
||||||
INVOICE_OWNER, OWNER_PARENT,
|
INVOICE_OWNER, OWNER_PARENT,
|
||||||
OWNER_NAME, NULL);
|
OWNER_NAME, NULL);
|
||||||
emp_params = gnc_search_param_prepend (emp_params,
|
emp_params = gnc_search_param_prepend (emp_params,
|
||||||
|
Loading…
Reference in New Issue
Block a user