[gnumeric] Set gettext context
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Set gettext context
- Date: Thu, 10 Mar 2011 11:42:24 +0000 (UTC)
commit 9cbdbd3d9125c4ae98636fc4239beb1f0872ddaa
Author: Marek Ä?ernocký <marek manet cz>
Date: Thu Mar 10 12:40:01 2011 +0100
Set gettext context
src/wbc-gtk-actions.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/wbc-gtk-actions.c b/src/wbc-gtk-actions.c
index 95e1919..ba6a53b 100644
--- a/src/wbc-gtk-actions.c
+++ b/src/wbc-gtk-actions.c
@@ -2080,9 +2080,11 @@ static GtkActionEntry const actions[] = {
G_CALLBACK (cb_edit_clear_content_filtered) },
/* Edit -> Delete */
+ /*Translators: Delete "Rows"*/
{ "EditDeleteRows", "Gnumeric_RowDelete", N_("_Rows"),
NULL, N_("Delete the row(s) containing the selected cells"),
G_CALLBACK (cb_edit_delete_rows) },
+ /*Translators: Delete "Columns"*/
{ "EditDeleteColumns", "Gnumeric_ColumnDelete", N_("_Columns"),
NULL, N_("Delete the column(s) containing the selected cells"),
G_CALLBACK (cb_edit_delete_columns) },
@@ -2235,9 +2237,11 @@ static GtkActionEntry const actions[] = {
{ "InsertCellsXL", NULL, N_("C_ells..."),
"<control>KP_Add", N_("Insert new cells"),
G_CALLBACK (cb_insert_cells) },
+ /*Translators: Insert "Columns"*/
{ "InsertColumns", "Gnumeric_ColumnAdd", N_("_Columns"),
NULL, N_("Insert new columns"),
G_CALLBACK (cb_insert_cols) },
+ /*Translators: Insert "Rows"*/
{ "InsertRows", "Gnumeric_RowAdd", N_("_Rows"),
NULL, N_("Insert new rows"),
G_CALLBACK (cb_insert_rows) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]