~ubuntu-branches/ubuntu/trusty/gnumeric/trusty

« back to all changes in this revision

Viewing changes to src/wbc-gtk-actions.c

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-05-02 10:16:08 UTC
  • mfrom: (2.1.28 sid)
  • Revision ID: james.westby@ubuntu.com-20110502101608-5m2ohvyqiph54pmd
Tags: 1.10.14-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/control: Promote gnumeric-doc to Recommends in package gnumeric
    so that help gets installed automatically.
  - debian/rules: run intltool-update in po{,-functions}/

Show diffs side-by-side

added added

removed removed

Lines of Context:
2080
2080
                G_CALLBACK (cb_edit_clear_content_filtered) },
2081
2081
 
2082
2082
/* Edit -> Delete */
 
2083
        /*Translators: Delete "Rows"*/
2083
2084
        { "EditDeleteRows", "Gnumeric_RowDelete", N_("_Rows"),
2084
2085
                NULL, N_("Delete the row(s) containing the selected cells"),
2085
2086
                G_CALLBACK (cb_edit_delete_rows) },
 
2087
        /*Translators: Delete "Columns"*/
2086
2088
        { "EditDeleteColumns", "Gnumeric_ColumnDelete", N_("_Columns"),
2087
2089
                NULL, N_("Delete the column(s) containing the selected cells"),
2088
2090
                G_CALLBACK (cb_edit_delete_columns) },
2235
2237
        { "InsertCellsXL", NULL, N_("C_ells..."),
2236
2238
                "<control>KP_Add", N_("Insert new cells"),
2237
2239
                G_CALLBACK (cb_insert_cells) },
 
2240
        /*Translators: Insert "Columns"*/
2238
2241
        { "InsertColumns", "Gnumeric_ColumnAdd", N_("_Columns"),
2239
2242
                NULL, N_("Insert new columns"),
2240
2243
                G_CALLBACK (cb_insert_cols) },
 
2244
        /*Translators: Insert "Rows"*/
2241
2245
        { "InsertRows", "Gnumeric_RowAdd", N_("_Rows"),
2242
2246
                NULL, N_("Insert new rows"),
2243
2247
                G_CALLBACK (cb_insert_rows) },
2725
2729
                NULL, N_("Toggle whether to display column outlines on the left or right"),
2726
2730
                G_CALLBACK (cb_sheet_pref_outline_symbols_right) },
2727
2731
        { "SheetDisplayFormulas", "Gnumeric_FormulaGuru",
2728
 
          N_("Display _Formulas"),
 
2732
          N_("Display _Formul\303\246"),
2729
2733
          "<control>quoteleft",
2730
2734
          N_("Display the value of a formula or the formula itself"),
2731
2735
                G_CALLBACK (cb_sheet_pref_display_formulas) },