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:
Christian Stimming 2006-02-07 21:05:33 +00:00
parent 25393c9432
commit 8ba1f3fd4f

View File

@ -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,