[Xfce4-commits] <midori:master> Add i18n comments for Paste Proceed as well as Go to next/ previous page

Christian Dywan noreply at xfce.org
Sun Jan 10 07:24:02 CET 2010


Updating branch refs/heads/master
         to a7cbc7398108519a5b4754beb6a1e4816e916d12 (commit)
       from b88c26d334e9a043a7fb1ecb092f6edbd8cbddc6 (commit)

commit a7cbc7398108519a5b4754beb6a1e4816e916d12
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Jan 9 23:08:40 2010 +0100

    Add i18n comments for Paste Proceed as well as Go to next/ previous page

 midori/midori-browser.c        |    2 ++
 midori/midori-locationaction.c |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 438c881..bc1821e 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -5162,9 +5162,11 @@ static const GtkActionEntry entries[] = {
    N_("Go forward to the next page"), G_CALLBACK (_action_forward_activate) },
  { "Previous", GTK_STOCK_MEDIA_PREVIOUS,
    NULL, "<Ctrl>Left",
+ /* i18n: Visit the previous logical page, ie. in a forum or blog */
    N_("Go to the previous sub-page"), G_CALLBACK (_action_previous_activate) },
  { "Next", GTK_STOCK_MEDIA_NEXT,
    NULL, "<Ctrl>Right",
+ /* i18n: Visit the following logical page, ie. in a forum or blog */
    N_("Go to the next sub-page"), G_CALLBACK (_action_next_activate) },
  { "Homepage", STOCK_HOMEPAGE,
    NULL, "<Alt>Home",
diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c
index 053656e..910f8cd 100644
--- a/midori/midori-locationaction.c
+++ b/midori/midori-locationaction.c
@@ -1138,6 +1138,7 @@ midori_location_action_populate_popup_cb (GtkWidget*            entry,
     menuitem = sokoke_action_create_popup_menu_item (
         gtk_action_group_get_action (actions, "ManageSearchEngines"));
     gtk_menu_shell_append (menu, menuitem);
+    /* i18n: Right-click on Location, Open an URL from the clipboard */
     menuitem = gtk_menu_item_new_with_mnemonic (_("Paste and p_roceed"));
     gtk_widget_show (menuitem);
     gtk_menu_shell_append (menu, menuitem);



More information about the Xfce4-commits mailing list