summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>1999-10-05 15:57:10 +0000
committerHavoc Pennington <hp@src.gnome.org>1999-10-05 15:57:10 +0000
commit6b8a03886ee6fc2480893b04a8309b7d35b1186b (patch)
tree5a995f72698d041c257947901ab917b2dcab0344
parent99b61f0b48db21235690ef892b898b92bbf35ddd (diff)
downloadgconf-GCONF_0_3.tar.gz
0.3, bump sonameGCONF_0_3
1999-10-05 Havoc Pennington <hp@pobox.com> * configure.in: 0.3, bump soname
-rw-r--r--ChangeLog4
-rw-r--r--backends/xml-backend.c2
-rw-r--r--configure.in4
-rw-r--r--po/da.po168
-rw-r--r--po/no.po168
-rw-r--r--po/pt_BR.po168
6 files changed, 274 insertions, 240 deletions
diff --git a/ChangeLog b/ChangeLog
index 9327dc03..a8b489b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-05 Havoc Pennington <hp@pobox.com>
+
+ * configure.in: 0.3, bump soname
+
1999-10-04 Havoc Pennington <hp@pobox.com>
* tests/testgconf.c (main): Add checks for getting/setting lists,
diff --git a/backends/xml-backend.c b/backends/xml-backend.c
index 74f6be6e..88556af2 100644
--- a/backends/xml-backend.c
+++ b/backends/xml-backend.c
@@ -1902,7 +1902,7 @@ entry_fill (Entry* e, const gchar* name)
{
g_free(e->name);
e->name = NULL;
- }
+ }
if (name == NULL)
{
diff --git a/configure.in b/configure.in
index 627bc26c..176edb73 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(gconf/gconf.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(GConf, 0.2)
+AM_INIT_AUTOMAKE(GConf, 0.3)
AM_MAINTAINER_MODE
@@ -26,7 +26,7 @@ AC_SUBST(SCMGCONF_AGE)
dnl libtool versioning for libgconf-client
dnl increment if the interface has additions, changes, removals.
-GCONF_CURRENT=7
+GCONF_CURRENT=8
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
diff --git a/po/da.po b/po/da.po
index c9ebe524..9a2db2c1 100644
--- a/po/da.po
+++ b/po/da.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf\n"
-"POT-Creation-Date: 1999-09-29 15:29-0400\n"
+"POT-Creation-Date: 1999-10-05 11:37-0400\n"
"PO-Revision-Date: 1999-09-24 17:18+02:00\n"
"Last-Translator: Birger Langkjer <birger.langkjer@image.dk>\n"
"Language-Team: Danish <sslug-locale@sslug.dk>\n"
@@ -21,89 +21,89 @@ msgstr "Aflæs XML-backend modulet."
msgid "Couldn't find the XML root directory in the address"
msgstr "Kunne ikke finde XML rodmappen i adressen"
-#: backends/xml-backend.c:558
+#: backends/xml-backend.c:560
msgid "Initializing XML backend module"
msgstr "Opstarter XML-backend modul"
-#: backends/xml-backend.c:1008
+#: backends/xml-backend.c:1010
#, c-format
msgid "Could not stat `%s': %s"
msgstr "Kunne ikke køre stat på '%s': %s"
-#: backends/xml-backend.c:1015
+#: backends/xml-backend.c:1017
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML-filnavnet `%s' er en mappe"
-#: backends/xml-backend.c:1070
+#: backends/xml-backend.c:1072
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Kunne ikke oprette mappen `%s': %s"
-#: backends/xml-backend.c:1084
+#: backends/xml-backend.c:1086
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Kunne ikke oprette filen `%s': %s"
-#: backends/xml-backend.c:1092
+#: backends/xml-backend.c:1094
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Kunne ikke lukke filen `%s': %s"
-#: backends/xml-backend.c:1177 backends/xml-backend.c:1184
+#: backends/xml-backend.c:1179 backends/xml-backend.c:1186
#, c-format
msgid "Failed to delete `%s': %s"
msgstr "Kunne ikke slette `%s': %s"
#. I think libxml may mangle errno, but we might as well
#. try.
-#: backends/xml-backend.c:1220
+#: backends/xml-backend.c:1222
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Kunne ikke skrive filen '%s': %s"
-#: backends/xml-backend.c:1236 backends/xml-backend.c:1246
+#: backends/xml-backend.c:1238 backends/xml-backend.c:1248
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Kunne ikke omdøbe `%s' til `%s': %s"
-#: backends/xml-backend.c:1252
+#: backends/xml-backend.c:1254
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Kunne ikke genoprette `%s' fra `%s': %s"
-#: backends/xml-backend.c:1264
+#: backends/xml-backend.c:1266
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Kunne ikke slette gammel fil `%s': %s"
-#: backends/xml-backend.c:1457
+#: backends/xml-backend.c:1463
#, c-format
msgid "Failed to open directory `%s': %s"
msgstr "Kunne ikke åbne mappe `%s': %s"
#. These are all fatal errors
-#: backends/xml-backend.c:1595
+#: backends/xml-backend.c:1600
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Kunne ikke køre stat på `%s': %s"
-#: backends/xml-backend.c:1766
+#: backends/xml-backend.c:1771
#, c-format
msgid "Duplicate entry `%s' in `%s', deleting"
msgstr "Dobbelt \"entry\" '%s' i '%s', sletter"
-#: backends/xml-backend.c:1789
+#: backends/xml-backend.c:1793
#, c-format
msgid "Entry with no name in XML file `%s', deleting"
msgstr "\"Entry\" uden navn i XML-filen `%s', sletter"
-#: backends/xml-backend.c:1797
+#: backends/xml-backend.c:1801
#, c-format
msgid "Toplevel node in XML file `%s' is not an <entry>, deleting"
msgstr "Node på topniveau i XML-fil `%s' er ikke en <entry>, sletter"
-#: backends/xml-backend.c:2060
+#: backends/xml-backend.c:2087
#, c-format
msgid "A node has unknown \"type\" attribute `%s', ignoring"
msgstr "En node har ukendt \"type\" attribut `%s', ignorerer"
@@ -152,167 +152,167 @@ msgstr "åbning af info-fil fejlede: %s"
msgid "IOR read failed: %s"
msgstr "Læsning af IOR fejlede: %s"
-#: gconf/gconf-internals.c:724
+#: gconf/gconf-internals.c:780
#, c-format
msgid "Couldn't open path file `%s': %s\n"
msgstr ""
-#: gconf/gconf-internals.c:779
+#: gconf/gconf-internals.c:835
#, c-format
msgid "Adding source `%s'\n"
msgstr ""
-#: gconf/gconf-internals.c:791
+#: gconf/gconf-internals.c:847
#, c-format
msgid "Read error on file `%s': %s\n"
msgstr ""
-#: gconf/gconf.c:60
+#: gconf/gconf.c:61
#, fuzzy, c-format
msgid "`%s': %s"
msgstr "`%s'"
-#: gconf/gconf.c:165
+#: gconf/gconf.c:166
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr ""
-#: gconf/gconf.c:697
+#: gconf/gconf.c:708
#, c-format
msgid "Pinging the server failed, CORBA error: %s"
msgstr ""
-#: gconf/gconf.c:705
+#: gconf/gconf.c:716
msgid "Failed to convert server IOR to an object reference"
msgstr ""
-#: gconf/gconf.c:734
+#: gconf/gconf.c:745
#, c-format
msgid "Failed to create pipe to server: %s"
msgstr ""
-#: gconf/gconf.c:744
+#: gconf/gconf.c:755
#, c-format
msgid "gconfd fork failed: %s"
msgstr ""
#. in the child, don't want to set error
-#: gconf/gconf.c:761
+#: gconf/gconf.c:772
#, c-format
msgid "Failed to exec gconfd: %s"
msgstr ""
-#: gconf/gconf.c:774
+#: gconf/gconf.c:785
#, c-format
msgid "waitpid() failed waiting for child in %s: %s"
msgstr ""
-#: gconf/gconf.c:786
+#: gconf/gconf.c:797
msgid "spawned server returned error code, giving up on contacting it."
msgstr ""
-#: gconf/gconf.c:794
+#: gconf/gconf.c:805
msgid "spawned gconfd child didn't exit normally, can't contact server."
msgstr ""
-#: gconf/gconf.c:918
+#: gconf/gconf.c:929
#, c-format
msgid "Failed to init the listener servant: %s"
msgstr ""
-#: gconf/gconf.c:928
+#: gconf/gconf.c:939
#, c-format
msgid "Failed to resolve the root POA: %s"
msgstr ""
-#: gconf/gconf.c:939
+#: gconf/gconf.c:950
#, c-format
msgid "Failed to activate the POA Manager: %s"
msgstr ""
-#: gconf/gconf.c:950
+#: gconf/gconf.c:961
#, c-format
msgid "Failed to activate the listener servant: %s"
msgstr ""
-#: gconf/gconf.c:963
+#: gconf/gconf.c:974
#, c-format
msgid "Failed get object reference for the listener servant: %s"
msgstr ""
-#: gconf/gconf.c:1002
+#: gconf/gconf.c:1013
msgid "Must begin with a slash (/)"
msgstr ""
-#: gconf/gconf.c:1024
+#: gconf/gconf.c:1035
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:1026
+#: gconf/gconf.c:1037
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:1047
+#: gconf/gconf.c:1058
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:1061
+#: gconf/gconf.c:1072
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:1210
+#: gconf/gconf.c:1221
#, c-format
msgid "Failure shutting down config server: %s"
msgstr ""
-#: gconf/gconf.c:1267
+#: gconf/gconf.c:1278
#, c-format
msgid "Expected float, got %s"
msgstr "Forventede flydendetal, fik %s"
-#: gconf/gconf.c:1298
+#: gconf/gconf.c:1309
#, c-format
msgid "Expected int, got %s"
msgstr "Forventede heltal, fik %s"
-#: gconf/gconf.c:1329
+#: gconf/gconf.c:1340
#, c-format
msgid "Expected string, got %s"
msgstr "Forventede streng, fik %s"
-#: gconf/gconf.c:1363
+#: gconf/gconf.c:1374
#, c-format
msgid "Expected bool, got %s"
msgstr "Forventede boolsk, fik %s"
-#: gconf/gconf.c:1393
+#: gconf/gconf.c:1404
#, c-format
msgid "Expected schema, got %s"
msgstr "Forventede skema, fik %s"
-#: gconf/gconf.c:1556
+#: gconf/gconf.c:1567
#, c-format
msgid "CORBA error: %s"
msgstr "CORBA fejl: %s"
-#: gconf/gconfd.c:567
+#: gconf/gconfd.c:569
msgid "Shutdown request received"
msgstr ""
-#: gconf/gconfd.c:612
+#: gconf/gconfd.c:614
msgid ""
"No configuration sources in the source path, configuration won't be saved; "
"edit /etc/gconf/path"
msgstr ""
-#: gconf/gconfd.c:624
+#: gconf/gconfd.c:626
msgid ""
"No config source addresses successfully resolved, can't load or store config "
"data"
msgstr ""
-#: gconf/gconfd.c:640
+#: gconf/gconfd.c:642
msgid ""
"No writeable config sources successfully resolved, won't be able to save "
"configuration changes"
@@ -359,132 +359,142 @@ msgid ""
"shutting down."
msgstr ""
-#: gconf/gconfd.c:835
+#: gconf/gconfd.c:845
msgid "Failed to fork gconfd"
msgstr ""
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:861
+#: gconf/gconfd.c:872
#, c-format
msgid "starting, pid %u user `%s'"
msgstr "starter, pid %u bruger `%s'"
-#: gconf/gconfd.c:882
+#: gconf/gconfd.c:876
+msgid "starting in debug (no daemon) mode"
+msgstr ""
+
+#: gconf/gconfd.c:896
#, c-format
msgid "Failed to init ORB: %s"
msgstr "Kunne ikke opstarte ORB: %s"
-#: gconf/gconfd.c:888
+#: gconf/gconfd.c:902
msgid "Invalid command line arguments"
msgstr "Ugyldigt kommandolinieargument"
-#: gconf/gconfd.c:899
+#: gconf/gconfd.c:913
#, c-format
msgid "Command line arg should be a file descriptor, not `%s'"
msgstr ""
-#: gconf/gconfd.c:908
+#: gconf/gconfd.c:922
#, c-format
msgid "Will notify launcher client on fd %d"
msgstr ""
-#: gconf/gconfd.c:917
+#: gconf/gconfd.c:925
+msgid ""
+"GCONFD_NO_DAEMON environment variable is set to 1, but we are being launched "
+"as if from a GConf client"
+msgstr ""
+
+#: gconf/gconfd.c:934
msgid "Failed to get ORB reference"
msgstr ""
-#: gconf/gconfd.c:933
+#: gconf/gconfd.c:950
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:942
+#: gconf/gconfd.c:959
msgid "Failed to write info file - maybe another gconfd is running. Exiting."
msgstr ""
-#: gconf/gconfd.c:955
+#: gconf/gconfd.c:972
#, c-format
msgid "Failed to notify spawning parent of server liveness: %s"
msgstr ""
-#: gconf/gconfd.c:959
+#: gconf/gconfd.c:976
#, c-format
msgid "Failed to close pipe to spawning parent: %s"
msgstr ""
-#: gconf/gconfd.c:969
+#: gconf/gconfd.c:986
msgid "Exiting"
msgstr "Afslutter"
-#: gconf/gconfd.c:1148
+#: gconf/gconfd.c:1165
#, c-format
msgid "Couldn't re-resolve hibernating configuration source `%s'"
msgstr ""
-#: gconf/gconfd.c:1219
+#: gconf/gconfd.c:1236
#, c-format
msgid "Error setting value for `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1244
+#: gconf/gconfd.c:1261
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1275
+#: gconf/gconfd.c:1292
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Fejl ved tjekning af eksisterende `%s': %s"
-#: gconf/gconfd.c:1299
+#: gconf/gconfd.c:1316
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Fejl under fjernelse af mappe '%s': %s"
-#: gconf/gconfd.c:1319
+#: gconf/gconfd.c:1336
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1343
+#: gconf/gconfd.c:1360
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1363
+#: gconf/gconfd.c:1380
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1379
+#: gconf/gconfd.c:1396
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr ""
-#: gconf/gconfd.c:1512
+#: gconf/gconfd.c:1529
msgid "Attempt to unregister invalid context ID"
msgstr ""
-#: gconf/gconfd.c:1519
+#: gconf/gconfd.c:1536
#, c-format
msgid "Bad context ID %lu, request ignored"
msgstr ""
-#: gconf/gconfd.c:1527
+#: gconf/gconfd.c:1544
#, c-format
msgid "Already-unregistered context ID %lu, request ignored"
msgstr ""
-#: gconf/gconfd.c:1551
+#: gconf/gconfd.c:1568
#, c-format
msgid "Attempt to use invalid context ID %lu"
msgstr ""
-#: gconf/gconfd.c:1560
+#: gconf/gconfd.c:1577
#, c-format
msgid "Attempt to use already-unregistered context ID %lu"
msgstr ""
-#: gconf/gconfd.c:1750 gconf/gconfd.c:1760
+#: gconf/gconfd.c:1767 gconf/gconfd.c:1777
msgid "Attempt to remove nonexistent connection"
msgstr ""
diff --git a/po/no.po b/po/no.po
index 2e3792ab..5bb81e0b 100644
--- a/po/no.po
+++ b/po/no.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf VERSION\n"
-"POT-Creation-Date: 1999-09-29 15:29-0400\n"
+"POT-Creation-Date: 1999-10-05 11:37-0400\n"
"PO-Revision-Date: 1999-09-04 00:41+02:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
"Language-Team: Norwegian <no@li.org>\n"
@@ -21,89 +21,89 @@ msgstr "Laster ut XML-backend modulen."
msgid "Couldn't find the XML root directory in the address"
msgstr "Kunne ikke finne XML rotkatalogen i adressen"
-#: backends/xml-backend.c:558
+#: backends/xml-backend.c:560
msgid "Initializing XML backend module"
msgstr "Initialiserer XML-backend modulen"
-#: backends/xml-backend.c:1008
+#: backends/xml-backend.c:1010
#, c-format
msgid "Could not stat `%s': %s"
msgstr "Kunne ikke kjøre stat `%s': %s"
-#: backends/xml-backend.c:1015
+#: backends/xml-backend.c:1017
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML-filnavnet `%s' er en katalog"
-#: backends/xml-backend.c:1070
+#: backends/xml-backend.c:1072
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Kunne ikke opprette katalogen `%s': %s"
-#: backends/xml-backend.c:1084
+#: backends/xml-backend.c:1086
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Kunne ikke opprette filen `%s': %s"
-#: backends/xml-backend.c:1092
+#: backends/xml-backend.c:1094
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Kunne ikke lukke filen `%s': %s"
-#: backends/xml-backend.c:1177 backends/xml-backend.c:1184
+#: backends/xml-backend.c:1179 backends/xml-backend.c:1186
#, c-format
msgid "Failed to delete `%s': %s"
msgstr "Kunne ikke slette `%s': %s"
#. I think libxml may mangle errno, but we might as well
#. try.
-#: backends/xml-backend.c:1220
+#: backends/xml-backend.c:1222
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Kunne ikke skrive filen `%s': %s"
-#: backends/xml-backend.c:1236 backends/xml-backend.c:1246
+#: backends/xml-backend.c:1238 backends/xml-backend.c:1248
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Kunne ikke å døpe om `%s' til `%s': %s"
-#: backends/xml-backend.c:1252
+#: backends/xml-backend.c:1254
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Klarte ikke å gjenopprette `%s' fra `%s': %s"
-#: backends/xml-backend.c:1264
+#: backends/xml-backend.c:1266
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Kunne ikke slette gammel fil `%s': %s"
-#: backends/xml-backend.c:1457
+#: backends/xml-backend.c:1463
#, c-format
msgid "Failed to open directory `%s': %s"
msgstr "Kunne ikke åpne katalog `%s': %s"
#. These are all fatal errors
-#: backends/xml-backend.c:1595
+#: backends/xml-backend.c:1600
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Kunne ikke kjøre stat på `%s': %s"
-#: backends/xml-backend.c:1766
+#: backends/xml-backend.c:1771
#, c-format
msgid "Duplicate entry `%s' in `%s', deleting"
msgstr "Duplikatoppføring `%s' i `%s', sletter"
-#: backends/xml-backend.c:1789
+#: backends/xml-backend.c:1793
#, c-format
msgid "Entry with no name in XML file `%s', deleting"
msgstr "Oppføring uten navn i XML-filen `%s', sletter"
-#: backends/xml-backend.c:1797
+#: backends/xml-backend.c:1801
#, c-format
msgid "Toplevel node in XML file `%s' is not an <entry>, deleting"
msgstr "Node på toppnivå i XML-fil `%s' er ikke en <entry>, sletter"
-#: backends/xml-backend.c:2060
+#: backends/xml-backend.c:2087
#, c-format
msgid "A node has unknown \"type\" attribute `%s', ignoring"
msgstr "En node har ukjent \"type\" attributt `%s', ignorerer"
@@ -152,167 +152,167 @@ msgstr "åpning av info-fil feilet: %s"
msgid "IOR read failed: %s"
msgstr "Lesing av IOR feilet: %s"
-#: gconf/gconf-internals.c:724
+#: gconf/gconf-internals.c:780
#, c-format
msgid "Couldn't open path file `%s': %s\n"
msgstr ""
-#: gconf/gconf-internals.c:779
+#: gconf/gconf-internals.c:835
#, c-format
msgid "Adding source `%s'\n"
msgstr ""
-#: gconf/gconf-internals.c:791
+#: gconf/gconf-internals.c:847
#, c-format
msgid "Read error on file `%s': %s\n"
msgstr ""
-#: gconf/gconf.c:60
+#: gconf/gconf.c:61
#, fuzzy, c-format
msgid "`%s': %s"
msgstr "`%s'"
-#: gconf/gconf.c:165
+#: gconf/gconf.c:166
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr ""
-#: gconf/gconf.c:697
+#: gconf/gconf.c:708
#, c-format
msgid "Pinging the server failed, CORBA error: %s"
msgstr ""
-#: gconf/gconf.c:705
+#: gconf/gconf.c:716
msgid "Failed to convert server IOR to an object reference"
msgstr ""
-#: gconf/gconf.c:734
+#: gconf/gconf.c:745
#, c-format
msgid "Failed to create pipe to server: %s"
msgstr ""
-#: gconf/gconf.c:744
+#: gconf/gconf.c:755
#, c-format
msgid "gconfd fork failed: %s"
msgstr ""
#. in the child, don't want to set error
-#: gconf/gconf.c:761
+#: gconf/gconf.c:772
#, c-format
msgid "Failed to exec gconfd: %s"
msgstr ""
-#: gconf/gconf.c:774
+#: gconf/gconf.c:785
#, c-format
msgid "waitpid() failed waiting for child in %s: %s"
msgstr ""
-#: gconf/gconf.c:786
+#: gconf/gconf.c:797
msgid "spawned server returned error code, giving up on contacting it."
msgstr ""
-#: gconf/gconf.c:794
+#: gconf/gconf.c:805
msgid "spawned gconfd child didn't exit normally, can't contact server."
msgstr ""
-#: gconf/gconf.c:918
+#: gconf/gconf.c:929
#, c-format
msgid "Failed to init the listener servant: %s"
msgstr ""
-#: gconf/gconf.c:928
+#: gconf/gconf.c:939
#, c-format
msgid "Failed to resolve the root POA: %s"
msgstr ""
-#: gconf/gconf.c:939
+#: gconf/gconf.c:950
#, c-format
msgid "Failed to activate the POA Manager: %s"
msgstr ""
-#: gconf/gconf.c:950
+#: gconf/gconf.c:961
#, c-format
msgid "Failed to activate the listener servant: %s"
msgstr ""
-#: gconf/gconf.c:963
+#: gconf/gconf.c:974
#, c-format
msgid "Failed get object reference for the listener servant: %s"
msgstr ""
-#: gconf/gconf.c:1002
+#: gconf/gconf.c:1013
msgid "Must begin with a slash (/)"
msgstr ""
-#: gconf/gconf.c:1024
+#: gconf/gconf.c:1035
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:1026
+#: gconf/gconf.c:1037
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:1047
+#: gconf/gconf.c:1058
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:1061
+#: gconf/gconf.c:1072
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:1210
+#: gconf/gconf.c:1221
#, c-format
msgid "Failure shutting down config server: %s"
msgstr ""
-#: gconf/gconf.c:1267
+#: gconf/gconf.c:1278
#, c-format
msgid "Expected float, got %s"
msgstr ""
-#: gconf/gconf.c:1298
+#: gconf/gconf.c:1309
#, c-format
msgid "Expected int, got %s"
msgstr ""
-#: gconf/gconf.c:1329
+#: gconf/gconf.c:1340
#, c-format
msgid "Expected string, got %s"
msgstr ""
-#: gconf/gconf.c:1363
+#: gconf/gconf.c:1374
#, c-format
msgid "Expected bool, got %s"
msgstr ""
-#: gconf/gconf.c:1393
+#: gconf/gconf.c:1404
#, c-format
msgid "Expected schema, got %s"
msgstr ""
-#: gconf/gconf.c:1556
+#: gconf/gconf.c:1567
#, c-format
msgid "CORBA error: %s"
msgstr ""
-#: gconf/gconfd.c:567
+#: gconf/gconfd.c:569
msgid "Shutdown request received"
msgstr ""
-#: gconf/gconfd.c:612
+#: gconf/gconfd.c:614
msgid ""
"No configuration sources in the source path, configuration won't be saved; "
"edit /etc/gconf/path"
msgstr ""
-#: gconf/gconfd.c:624
+#: gconf/gconfd.c:626
msgid ""
"No config source addresses successfully resolved, can't load or store config "
"data"
msgstr ""
-#: gconf/gconfd.c:640
+#: gconf/gconfd.c:642
msgid ""
"No writeable config sources successfully resolved, won't be able to save "
"configuration changes"
@@ -359,132 +359,142 @@ msgid ""
"shutting down."
msgstr ""
-#: gconf/gconfd.c:835
+#: gconf/gconfd.c:845
msgid "Failed to fork gconfd"
msgstr ""
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:861
+#: gconf/gconfd.c:872
#, c-format
msgid "starting, pid %u user `%s'"
msgstr ""
-#: gconf/gconfd.c:882
+#: gconf/gconfd.c:876
+msgid "starting in debug (no daemon) mode"
+msgstr ""
+
+#: gconf/gconfd.c:896
#, c-format
msgid "Failed to init ORB: %s"
msgstr "Kunne ikke initialisere ORB: %s"
-#: gconf/gconfd.c:888
+#: gconf/gconfd.c:902
msgid "Invalid command line arguments"
msgstr "Ugyldig kommandolinjeargument"
-#: gconf/gconfd.c:899
+#: gconf/gconfd.c:913
#, c-format
msgid "Command line arg should be a file descriptor, not `%s'"
msgstr ""
-#: gconf/gconfd.c:908
+#: gconf/gconfd.c:922
#, c-format
msgid "Will notify launcher client on fd %d"
msgstr ""
-#: gconf/gconfd.c:917
+#: gconf/gconfd.c:925
+msgid ""
+"GCONFD_NO_DAEMON environment variable is set to 1, but we are being launched "
+"as if from a GConf client"
+msgstr ""
+
+#: gconf/gconfd.c:934
msgid "Failed to get ORB reference"
msgstr ""
-#: gconf/gconfd.c:933
+#: gconf/gconfd.c:950
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:942
+#: gconf/gconfd.c:959
msgid "Failed to write info file - maybe another gconfd is running. Exiting."
msgstr ""
-#: gconf/gconfd.c:955
+#: gconf/gconfd.c:972
#, c-format
msgid "Failed to notify spawning parent of server liveness: %s"
msgstr ""
-#: gconf/gconfd.c:959
+#: gconf/gconfd.c:976
#, c-format
msgid "Failed to close pipe to spawning parent: %s"
msgstr ""
-#: gconf/gconfd.c:969
+#: gconf/gconfd.c:986
msgid "Exiting"
msgstr ""
-#: gconf/gconfd.c:1148
+#: gconf/gconfd.c:1165
#, c-format
msgid "Couldn't re-resolve hibernating configuration source `%s'"
msgstr ""
-#: gconf/gconfd.c:1219
+#: gconf/gconfd.c:1236
#, c-format
msgid "Error setting value for `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1244
+#: gconf/gconfd.c:1261
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1275
+#: gconf/gconfd.c:1292
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Feil ved sjekking av eksisterende `%s': %s"
-#: gconf/gconfd.c:1299
+#: gconf/gconfd.c:1316
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Feil under fjerning av katalog `%s': %s"
-#: gconf/gconfd.c:1319
+#: gconf/gconfd.c:1336
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1343
+#: gconf/gconfd.c:1360
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1363
+#: gconf/gconfd.c:1380
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1379
+#: gconf/gconfd.c:1396
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr ""
-#: gconf/gconfd.c:1512
+#: gconf/gconfd.c:1529
msgid "Attempt to unregister invalid context ID"
msgstr ""
-#: gconf/gconfd.c:1519
+#: gconf/gconfd.c:1536
#, c-format
msgid "Bad context ID %lu, request ignored"
msgstr ""
-#: gconf/gconfd.c:1527
+#: gconf/gconfd.c:1544
#, c-format
msgid "Already-unregistered context ID %lu, request ignored"
msgstr ""
-#: gconf/gconfd.c:1551
+#: gconf/gconfd.c:1568
#, c-format
msgid "Attempt to use invalid context ID %lu"
msgstr ""
-#: gconf/gconfd.c:1560
+#: gconf/gconfd.c:1577
#, c-format
msgid "Attempt to use already-unregistered context ID %lu"
msgstr ""
-#: gconf/gconfd.c:1750 gconf/gconfd.c:1760
+#: gconf/gconfd.c:1767 gconf/gconfd.c:1777
msgid "Attempt to remove nonexistent connection"
msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index f69c2f55..9e543716 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 0.1\n"
-"POT-Creation-Date: 1999-09-29 15:29-0400\n"
+"POT-Creation-Date: 1999-10-05 11:37-0400\n"
"PO-Revision-Date: 1999-09-29 16:42-03:00\n"
"Last-Translator: Alexandre Hautequest <hquest@fesppr.br>\n"
"Language-Team: \n"
@@ -21,90 +21,90 @@ msgstr "Descarregando módulo XML"
msgid "Couldn't find the XML root directory in the address"
msgstr "Não consegui encontrar o diretório raiz XML no endereço"
-#: backends/xml-backend.c:558
+#: backends/xml-backend.c:560
msgid "Initializing XML backend module"
msgstr "Inicializando módulo XML"
-#: backends/xml-backend.c:1008
+#: backends/xml-backend.c:1010
#, c-format
msgid "Could not stat `%s': %s"
msgstr "Não consegui obter status de `%s': %s"
-#: backends/xml-backend.c:1015
+#: backends/xml-backend.c:1017
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "Arquivo XML `%s' é um diretório"
-#: backends/xml-backend.c:1070
+#: backends/xml-backend.c:1072
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Não consegui criar diretório `%s': %s"
-#: backends/xml-backend.c:1084
+#: backends/xml-backend.c:1086
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Falha ao criar arquivo `%s': %s"
-#: backends/xml-backend.c:1092
+#: backends/xml-backend.c:1094
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Falha ao fechar arquivo `%s': %s"
-#: backends/xml-backend.c:1177 backends/xml-backend.c:1184
+#: backends/xml-backend.c:1179 backends/xml-backend.c:1186
#, c-format
msgid "Failed to delete `%s': %s"
msgstr "Falha ao remover `%s': %s"
#. I think libxml may mangle errno, but we might as well
#. try.
-#: backends/xml-backend.c:1220
+#: backends/xml-backend.c:1222
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Falha ao escrever arquivo `%s': %s"
-#: backends/xml-backend.c:1236 backends/xml-backend.c:1246
+#: backends/xml-backend.c:1238 backends/xml-backend.c:1248
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Falha ao renomear `%s' para `%s': %s"
-#: backends/xml-backend.c:1252
+#: backends/xml-backend.c:1254
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Falha ao restaurar `%s' de `%s': %s"
-#: backends/xml-backend.c:1264
+#: backends/xml-backend.c:1266
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Falha ao remover arquivo antigo `%s': %s"
-#: backends/xml-backend.c:1457
+#: backends/xml-backend.c:1463
#, c-format
msgid "Failed to open directory `%s': %s"
msgstr "Falha ao abrir diretório `%s': %s"
#. These are all fatal errors
-#: backends/xml-backend.c:1595
+#: backends/xml-backend.c:1600
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Falha ao obter status `%s': %s"
-#: backends/xml-backend.c:1766
+#: backends/xml-backend.c:1771
#, c-format
msgid "Duplicate entry `%s' in `%s', deleting"
msgstr "Entrada duplicada `%s' em `%s', removendo"
-#: backends/xml-backend.c:1789
+#: backends/xml-backend.c:1793
#, c-format
msgid "Entry with no name in XML file `%s', deleting"
msgstr "Entrada sem nome no arquivo XML `%s', removendo"
-#: backends/xml-backend.c:1797
+#: backends/xml-backend.c:1801
#, c-format
msgid "Toplevel node in XML file `%s' is not an <entry>, deleting"
msgstr ""
"Nó de nível principal no arquivo XML `%s' não é uma <entrada>, removendo"
-#: backends/xml-backend.c:2060
+#: backends/xml-backend.c:2087
#, c-format
msgid "A node has unknown \"type\" attribute `%s', ignoring"
msgstr "Um nó tem atributo de \"tipo\" desconhecido `%s', ignorando"
@@ -153,156 +153,156 @@ msgstr "abertura de arquivo falhou: %s"
msgid "IOR read failed: %s"
msgstr "leitura IOR falhou: %s"
-#: gconf/gconf-internals.c:724
+#: gconf/gconf-internals.c:780
#, c-format
msgid "Couldn't open path file `%s': %s\n"
msgstr "Não pude abrir arquivo de caminhos `%s': %s\n"
-#: gconf/gconf-internals.c:779
+#: gconf/gconf-internals.c:835
#, c-format
msgid "Adding source `%s'\n"
msgstr "Adicionando fonte `%s'\n"
-#: gconf/gconf-internals.c:791
+#: gconf/gconf-internals.c:847
#, c-format
msgid "Read error on file `%s': %s\n"
msgstr "Erro de leitura no arquivo `%s': %s\n"
-#: gconf/gconf.c:60
+#: gconf/gconf.c:61
#, fuzzy, c-format
msgid "`%s': %s"
msgstr "`%s'"
-#: gconf/gconf.c:165
+#: gconf/gconf.c:166
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Servidor não conseguiu resolver o endereço `%s'"
-#: gconf/gconf.c:697
+#: gconf/gconf.c:708
#, c-format
msgid "Pinging the server failed, CORBA error: %s"
msgstr "Falha ao alcançar servidor, erro CORBA: %s"
-#: gconf/gconf.c:705
+#: gconf/gconf.c:716
msgid "Failed to convert server IOR to an object reference"
msgstr "Falha ao converter servidor IOR em referência de objeto"
-#: gconf/gconf.c:734
+#: gconf/gconf.c:745
#, c-format
msgid "Failed to create pipe to server: %s"
msgstr "Falha ao criar conexão ao servidor: %s"
-#: gconf/gconf.c:744
+#: gconf/gconf.c:755
#, c-format
msgid "gconfd fork failed: %s"
msgstr "gconfd fork falhou: %s"
#. in the child, don't want to set error
-#: gconf/gconf.c:761
+#: gconf/gconf.c:772
#, c-format
msgid "Failed to exec gconfd: %s"
msgstr "Falha ao executar gconfd: %s"
-#: gconf/gconf.c:774
+#: gconf/gconf.c:785
#, c-format
msgid "waitpid() failed waiting for child in %s: %s"
msgstr "waitpid() falhow esperando processo filho em %s: %s"
-#: gconf/gconf.c:786
+#: gconf/gconf.c:797
msgid "spawned server returned error code, giving up on contacting it."
msgstr "servidor criado retornou código de erro, abandonando-o para contato"
-#: gconf/gconf.c:794
+#: gconf/gconf.c:805
msgid "spawned gconfd child didn't exit normally, can't contact server."
msgstr ""
"gconfd filho criado não encerror normalmente, não posso contactar o servidor."
-#: gconf/gconf.c:918
+#: gconf/gconf.c:929
#, c-format
msgid "Failed to init the listener servant: %s"
msgstr "Falha ao iniciar o serviço ouvinte: %s"
-#: gconf/gconf.c:928
+#: gconf/gconf.c:939
#, c-format
msgid "Failed to resolve the root POA: %s"
msgstr "Falha ao resolver o POA raiz: %s"
-#: gconf/gconf.c:939
+#: gconf/gconf.c:950
#, c-format
msgid "Failed to activate the POA Manager: %s"
msgstr "Falha ao ativar o Gerenciador de POA: %s"
-#: gconf/gconf.c:950
+#: gconf/gconf.c:961
#, c-format
msgid "Failed to activate the listener servant: %s"
msgstr "Falha ao ativar o serviço ouvinte: %s"
-#: gconf/gconf.c:963
+#: gconf/gconf.c:974
#, c-format
msgid "Failed get object reference for the listener servant: %s"
msgstr "Falha ao obter referência de objeto do servidor ouvinte: %s"
-#: gconf/gconf.c:1002
+#: gconf/gconf.c:1013
msgid "Must begin with a slash (/)"
msgstr ""
-#: gconf/gconf.c:1024
+#: gconf/gconf.c:1035
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:1026
+#: gconf/gconf.c:1037
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:1047
+#: gconf/gconf.c:1058
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:1061
+#: gconf/gconf.c:1072
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:1210
+#: gconf/gconf.c:1221
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Falha desligando servidor de configuração: %s"
-#: gconf/gconf.c:1267
+#: gconf/gconf.c:1278
#, c-format
msgid "Expected float, got %s"
msgstr "Flutuante esperado, recebi %s"
-#: gconf/gconf.c:1298
+#: gconf/gconf.c:1309
#, c-format
msgid "Expected int, got %s"
msgstr "Inteiro esperado, recebi %s"
-#: gconf/gconf.c:1329
+#: gconf/gconf.c:1340
#, c-format
msgid "Expected string, got %s"
msgstr "String esperado, recebi %s"
-#: gconf/gconf.c:1363
+#: gconf/gconf.c:1374
#, c-format
msgid "Expected bool, got %s"
msgstr "Booleano esperado, recebi %s"
-#: gconf/gconf.c:1393
+#: gconf/gconf.c:1404
#, c-format
msgid "Expected schema, got %s"
msgstr "Esquema esperado, recebi %s"
-#: gconf/gconf.c:1556
+#: gconf/gconf.c:1567
#, c-format
msgid "CORBA error: %s"
msgstr "Erro CORBA: %s"
-#: gconf/gconfd.c:567
+#: gconf/gconfd.c:569
msgid "Shutdown request received"
msgstr "Requisição de Desligamento recebida"
-#: gconf/gconfd.c:612
+#: gconf/gconfd.c:614
msgid ""
"No configuration sources in the source path, configuration won't be saved; "
"edit /etc/gconf/path"
@@ -310,7 +310,7 @@ msgstr ""
"Nenhuma fonte de configuração no caminho de fontes, configuração não pode "
"ser salva; edite /etc/gconf/path"
-#: gconf/gconfd.c:624
+#: gconf/gconfd.c:626
msgid ""
"No config source addresses successfully resolved, can't load or store config "
"data"
@@ -318,7 +318,7 @@ msgstr ""
"Nenhum endereço fonte de configuração foi resolvido com sucesso, não posso "
"ler ou armazenar dados"
-#: gconf/gconfd.c:640
+#: gconf/gconfd.c:642
msgid ""
"No writeable config sources successfully resolved, won't be able to save "
"configuration changes"
@@ -369,135 +369,145 @@ msgstr ""
"Recebido sinal %d\n"
"desligando."
-#: gconf/gconfd.c:835
+#: gconf/gconfd.c:845
msgid "Failed to fork gconfd"
msgstr "Falha a efetuar fork em gconfd"
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:861
+#: gconf/gconfd.c:872
#, c-format
msgid "starting, pid %u user `%s'"
msgstr "iniciando, pid %u usuário `%s'"
-#: gconf/gconfd.c:882
+#: gconf/gconfd.c:876
+msgid "starting in debug (no daemon) mode"
+msgstr ""
+
+#: gconf/gconfd.c:896
#, c-format
msgid "Failed to init ORB: %s"
msgstr "Falha ao iniciar ORB: %s"
-#: gconf/gconfd.c:888
+#: gconf/gconfd.c:902
msgid "Invalid command line arguments"
msgstr "Argumento de linha de comando inválido"
-#: gconf/gconfd.c:899
+#: gconf/gconfd.c:913
#, c-format
msgid "Command line arg should be a file descriptor, not `%s'"
msgstr ""
"Argumento de linha de comando deve ser um descritor de arquivos, não `%s'"
-#: gconf/gconfd.c:908
+#: gconf/gconfd.c:922
#, c-format
msgid "Will notify launcher client on fd %d"
msgstr "Irei notificar lançador cliente no descritor de arquivos %d"
-#: gconf/gconfd.c:917
+#: gconf/gconfd.c:925
+msgid ""
+"GCONFD_NO_DAEMON environment variable is set to 1, but we are being launched "
+"as if from a GConf client"
+msgstr ""
+
+#: gconf/gconfd.c:934
msgid "Failed to get ORB reference"
msgstr "Falha a receber referência ORB"
-#: gconf/gconfd.c:933
+#: gconf/gconfd.c:950
msgid "Failed to get object reference for ConfigServer"
msgstr "Falha ao obter referência de objeto para ConfigServer"
-#: gconf/gconfd.c:942
+#: gconf/gconfd.c:959
msgid "Failed to write info file - maybe another gconfd is running. Exiting."
msgstr ""
"Falha ao gravar arquivo de informação - talvez outro gconfd esteje rodando. "
"Encerrando."
-#: gconf/gconfd.c:955
+#: gconf/gconfd.c:972
#, c-format
msgid "Failed to notify spawning parent of server liveness: %s"
msgstr "Falha ao notificar pai criador da vida do servidor: %s"
-#: gconf/gconfd.c:959
+#: gconf/gconfd.c:976
#, c-format
msgid "Failed to close pipe to spawning parent: %s"
msgstr "Falha ao fechar conexão ao pai criador: %s"
-#: gconf/gconfd.c:969
+#: gconf/gconfd.c:986
msgid "Exiting"
msgstr "Encerrando"
-#: gconf/gconfd.c:1148
+#: gconf/gconfd.c:1165
#, c-format
msgid "Couldn't re-resolve hibernating configuration source `%s'"
msgstr "Não consegui re-resolver origem de configuração hibernante `%s'"
-#: gconf/gconfd.c:1219
+#: gconf/gconfd.c:1236
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Erro configurando valor para `%s': %s"
-#: gconf/gconfd.c:1244
+#: gconf/gconfd.c:1261
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Erro desconfigurando `%s': %s"
-#: gconf/gconfd.c:1275
+#: gconf/gconfd.c:1292
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Erro checando existência de `%s': %s"
-#: gconf/gconfd.c:1299
+#: gconf/gconfd.c:1316
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Erro removendo diretório `%s': %s"
-#: gconf/gconfd.c:1319
+#: gconf/gconfd.c:1336
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Falha ao obter todas as entradas em `%s': %s"
-#: gconf/gconfd.c:1343
+#: gconf/gconfd.c:1360
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Erro listando diretórios em `%s': %s"
-#: gconf/gconfd.c:1363
+#: gconf/gconfd.c:1380
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr ""
-#: gconf/gconfd.c:1379
+#: gconf/gconfd.c:1396
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr ""
-#: gconf/gconfd.c:1512
+#: gconf/gconfd.c:1529
msgid "Attempt to unregister invalid context ID"
msgstr ""
-#: gconf/gconfd.c:1519
+#: gconf/gconfd.c:1536
#, c-format
msgid "Bad context ID %lu, request ignored"
msgstr ""
-#: gconf/gconfd.c:1527
+#: gconf/gconfd.c:1544
#, c-format
msgid "Already-unregistered context ID %lu, request ignored"
msgstr ""
-#: gconf/gconfd.c:1551
+#: gconf/gconfd.c:1568
#, c-format
msgid "Attempt to use invalid context ID %lu"
msgstr ""
-#: gconf/gconfd.c:1560
+#: gconf/gconfd.c:1577
#, c-format
msgid "Attempt to use already-unregistered context ID %lu"
msgstr ""
-#: gconf/gconfd.c:1750 gconf/gconfd.c:1760
+#: gconf/gconfd.c:1767 gconf/gconfd.c:1777
msgid "Attempt to remove nonexistent connection"
msgstr ""