[Xfce4-commits] <midori:master> Add translation comments to 'History' and 'Form History'

Christian Dywan noreply at xfce.org
Thu Oct 21 21:10:01 CEST 2010


Updating branch refs/heads/master
         to 936758afdcbedd7febc15c530134aa4afa670833 (commit)
       from 01d5b09190ee035df74d9c270688a7c18aba0759 (commit)

commit 936758afdcbedd7febc15c530134aa4afa670833
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Oct 21 20:43:39 2010 +0200

    Add translation comments to 'History' and 'Form History'

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

diff --git a/extensions/formhistory.c b/extensions/formhistory.c
index c058777..cc4c07c 100644
--- a/extensions/formhistory.c
+++ b/extensions/formhistory.c
@@ -539,6 +539,7 @@ extension_init (void)
         g_signal_connect (extension, "activate",
             G_CALLBACK (formhistory_activate_cb), NULL);
 
+    /* i18n: Data entered into web forms by the user */
     sokoke_register_privacy_item ("formhistory", _("_Form History"),
         G_CALLBACK (formhistory_clear_database_cb));
 
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 6b19b0f..421767c 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -4288,6 +4288,7 @@ _action_clear_private_data_activate (GtkAction*     action,
         vbox = gtk_vbox_new (TRUE, 4);
         alignment = gtk_alignment_new (0, 0, 1, 1);
         gtk_alignment_set_padding (GTK_ALIGNMENT (alignment), 0, 6, 12, 0);
+        /* i18n: Browsing history, visited web pages */
         button = gtk_check_button_new_with_mnemonic (_("History"));
         if ((clear_prefs & MIDORI_CLEAR_HISTORY) == MIDORI_CLEAR_HISTORY)
             gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);



More information about the Xfce4-commits mailing list