bug-sourceinstall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-sourceinstall] [patch #6319] patch for sourceinstall-gtk/diaglog.c


From: Jorma Karvonen
Subject: [bug-sourceinstall] [patch #6319] patch for sourceinstall-gtk/diaglog.c
Date: Thu, 06 Dec 2007 20:44:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.8.1.8) Gecko/20071015 SUSE/2.0.0.8-1.2 Firefox/2.0.0.8

URL:
  <http://savannah.gnu.org/patch/?6319>

                 Summary: patch for sourceinstall-gtk/diaglog.c
                 Project: GNU Source Installer
            Submitted by: jormak
            Submitted on: Thursday 12/06/2007 at 22:44
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

23c23,25
< 
---
> #ifdef HAVE_NLS
> # include <locale.h>
> #endif
396c398
<                                        "Choose", 10,
---
>                                        gettext ( "Choose" ), 10,
419c421
<                        "<small>Assign default package name</small>");
---
>                        gettext ( "<small>Assign default package name</small>" 
> ));
433c435
<                        "<small>Custom package name:</small>");
---
>                        gettext ( "<small>Custom package name:</small>" ));
443c445
<     gtk_file_filter_set_name(f, "All known package formats");
---
>     gtk_file_filter_set_name(f, gettext ( "All known package formats" ));
484c486
<     char *title = "Choose source package or directory";
---
>     char *title = gettext ( "Choose source package or directory" );
512c514
<                        "<small>Assign default package name</small>");
---
>                        gettext ( "<small>Assign default package name</small>" 
> ));
526c528
<                        "<small>Custom package name:</small>");
---
>                        gettext ( "<small>Custom package name:</small>" ));
575c577
<     char *title = "Package Configuration";
---
>     char *title = gettext ( "Package Configuration" );
611c613
<     columns[0].title = "Features";
---
>     columns[0].title = gettext ( "Features" );
613c615
<     columns[1].title = "Packages";
---
>     columns[1].title = gettext ( "Packages" );
615c617
<     columns[2].title = "Environment";
---
>     columns[2].title = gettext ( "Environment" );
617c619
<     columns[3].title = "Features and Packages";
---
>     columns[3].title = gettext ( "Features and Packages" );
619c621
<     columns[4].title = "Uncategorized";
---
>     columns[4].title = gettext ( "Uncategorized" );
621c623
<     columns[5].title = "Directories";
---
>     columns[5].title = gettext ( "Directories" );
786c788
<                                        "Export", GTK_RESPONSE_OK,
---
>                                        gettext ( "Export" ), GTK_RESPONSE_OK,
865c867
<                                        "Export", GTK_RESPONSE_OK,
---
>                                        gettext ( "Export" ), GTK_RESPONSE_OK,
876c878
<     frame = gtk_frame_new("Export as");
---
>     frame = gtk_frame_new( gettext ("Export as" ));
883c885
<     txt = gtk_radio_button_new_with_label(NULL, "Plain text (.txt)");
---
>     txt = gtk_radio_button_new_with_label(NULL, gettext ( "Plain text
(.txt)" ));
891c893
<                                                       "File List (.lst)");
---
>                                                       gettext ( "File List 
> (.lst)" ));




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6319>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]