[Frugalware-darcs] fw-control-center: gnetconfig: added missing _(
) to translatable strings.
Priyank
priyank at frugalware.org
Thu Jun 28 20:00:52 CEST 2007
Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fw-control-center;a=darcs_commitdiff;h=20070628175818-5ce2c-c0875e9c2b90dd9d41ce4e37c2a00dbfcbeb8d3d.gz;
[gnetconfig: added missing _( ) to translatable strings.
Priyank <priyank at frugalware.org>**20070628175818] {
hunk ./gnetconfig/src/gnetconfig-interface.c 657
- gn_error ("This interface cannot be activated. It belongs to an inactive profile.");
+ gn_error (_("This interface cannot be activated. It belongs to an inactive profile."));
hunk ./gnetconfig/src/gnetconfig-interface.c 678
- gn_error ("Unknown error.");
+ gn_error (_("Unknown error."));
hunk ./gnetconfig/src/gnetconfig-interface.c 712
- gn_error ("This interface cannot be de-activated. It belongs to an inactive profile.");
+ gn_error (_("This interface cannot be de-activated. It belongs to an inactive profile."));
hunk ./gnetconfig/src/gnetconfig-interface.c 733
- gn_error ("Unknown error.");
+ gn_error (_("Unknown error."));
hunk ./gnetconfig/src/gnetconfig-interface.c 737
- gn_error ("Interface is not running.");
+ gn_error (_("Interface is not running."));
hunk ./gnetconfig/src/gnetconfig-interface.c 893
- gn_error ("No network interface found.");
+ gn_error (_("No network interface found."));
hunk ./gnetconfig/src/gnetconfig-interface.c 931
- gn_error ("Unknown error.");
+ gn_error (_("Unknown error."));
hunk ./gnetconfig/src/gnetconfig-interface.c 939
- gn_error ("The selected interface is running. Please stop it first.");
+ gn_error (_("The selected interface is running. Please stop it first."));
hunk ./gnetconfig/src/gnetconfig-interface.c 945
- gn_message ("Interface deleted successfully");
+ gn_message (_("Interface deleted successfully"));
hunk ./gnetconfig/src/gnetconfig-interface.c 994
- string = g_strdup_printf ("Connection type: Static IP");
+ string = g_strdup_printf (_("Connection type: Static IP"));
hunk ./gnetconfig/src/gnetconfig-interface.c 999
- string = g_strdup_printf (" (Wireless Connection)\n\n");
+ string = g_strdup_printf (_(" (Wireless Connection)\n\n"));
hunk ./gnetconfig/src/gnetconfig-interface.c 1025
- string = g_strdup_printf ("\nWireless connection details:\n");
+ string = g_strdup_printf (_("\nWireless connection details:\n"));
}
More information about the Frugalware-darcs
mailing list