String change in gnome-vfs
- From: Malcolm Tredinnick <malcolm commsecure com au>
- To: gnome-i18n gnome org
- Subject: String change in gnome-vfs
- Date: Wed, 13 Aug 2003 10:58:43 +1000
Whoops. :-(
I guess we should own up to this before Christian or Kjarten starts
smacking heads....
There has been an inadvertent string change in
gnome-vfs/schemas/system_http_proxy.schemas as part of a commit to add
better proxy support that was made yesterday (see discussion on
gnome-vfs list for why the patch ultimately went in). I *believe* this
affects translations (stuff marked 'locale="C"' in schema files appears
in the POT files, right?). If it's not correclty marked for translation,
it ultimately should be.
I have attached the diff concerned. If the i18n maintainers are
sufficiently unhappy with this, we can probably just remove the
translatable status from this string and file a bug to add it back after
2.4 is released.
I'm really sorry about this.
Malcolm
Index: system_http_proxy.schemas
===================================================================
RCS file: /cvs/gnome/gnome-vfs/schemas/system_http_proxy.schemas,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- system_http_proxy.schemas 1 Oct 2002 05:26:18 -0000 1.3
+++ system_http_proxy.schemas 11 Aug 2003 13:59:32 -0000 1.4
@@ -72,5 +72,21 @@
<long>Password to pass as authentication when doing http proxying</long>
</locale>
</schema>
+ <schema>
+ <key>/schemas/system/http_proxy/ignore_hosts</key>
+ <applyto>/system/http_proxy/ignore_hosts</applyto>
+ <owner>gnome-vfs</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[localhost,127.0.0.0/8]</default>
+ <locale name="C">
+ <short>Hosts are not contacted via the proxy</short>
+ <long>This key contains a list of hosts which are connected to
+ directly, rather than via the proxy (if it is active). The values can
+ be hostnames, domains (using an initial wildcard like *.foo.com), IP
+ host addresses (both IPv4 and IPv6) and network addresses with a
+ netmask (something like 192.168.0.0/24).</long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]