summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-02-04 23:23:14 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-02-04 23:23:14 +0000
commit179d301377ef22eb3557e4d299d2fa5ee246c092 (patch)
tree6d22570ef67165094d3ca7ffeb923962afdf934a
parent870e3ac05f6ed21a987c0302698e3fa4184120b1 (diff)
downloadgconf-179d301377ef22eb3557e4d299d2fa5ee246c092.tar.gz
give up and check stupid enum sources in to CVS and require manualGCONF_1_1_7
2002-02-04 Havoc Pennington <hp@redhat.com> * gconf/Makefile.am (regenerate-built-sources): give up and check stupid enum sources in to CVS and require manual rebuild. * configure.in: bump to 1.1.7, do library versioning. Default bdb backend to disabled, since I don't think it's being actively used/tested. * autogen.sh: use automake-1.4 aclocal-1.4 if found
-rw-r--r--ChangeLog11
-rwxr-xr-xautogen.sh18
-rw-r--r--configure.in10
-rw-r--r--gconf/Makefile.am21
-rw-r--r--gconf/gconf-enum-types.c96
-rw-r--r--gconf/gconf-enum-types.h34
-rw-r--r--po/az.po675
-rw-r--r--po/ca.po662
-rw-r--r--po/cs.po658
-rw-r--r--po/da.po2
-rw-r--r--po/de.po704
-rw-r--r--po/el.po680
-rw-r--r--po/es.po674
-rw-r--r--po/fi.po674
-rw-r--r--po/fr.po679
-rw-r--r--po/ga.po652
-rw-r--r--po/gl.po670
-rw-r--r--po/hu.po663
-rw-r--r--po/it.po652
-rw-r--r--po/ja.po6
-rw-r--r--po/ko.po664
-rw-r--r--po/nl.po675
-rw-r--r--po/nn.po849
-rw-r--r--po/no.po373
-rw-r--r--po/pt.po59
-rw-r--r--po/pt_BR.po674
-rw-r--r--po/ro.po669
-rw-r--r--po/ru.po664
-rw-r--r--po/sk.po81
-rw-r--r--po/sl.po166
-rw-r--r--po/sv.po98
-rw-r--r--po/tr.po676
-rw-r--r--po/uk.po666
-rw-r--r--po/zh_CN.po660
34 files changed, 8480 insertions, 6735 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a75b781..6aa2e06b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-02-04 Havoc Pennington <hp@redhat.com>
+
+ * gconf/Makefile.am (regenerate-built-sources): give up and check
+ stupid enum sources in to CVS and require manual rebuild.
+
+ * configure.in: bump to 1.1.7, do library versioning.
+ Default bdb backend to disabled, since I don't think
+ it's being actively used/tested.
+
+ * autogen.sh: use automake-1.4 aclocal-1.4 if found
+
2002-02-02 jacob berkman <jacob@ximian.com>
* gconf/Makefile.am: re-enable explicit dependency on built
diff --git a/autogen.sh b/autogen.sh
index 354e9358..cf831820 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,7 +20,15 @@ DIE=0
DIE=1
}
-(automake --version) < /dev/null > /dev/null 2>&1 || {
+AUTOMAKE=automake-1.4
+ACLOCAL=aclocal-1.4
+
+($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
+ AUTOMAKE=automake
+ ACLOCAL=aclocal
+}
+
+($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have automake installed to compile $PROJECT."
echo "Get ftp://sourceware.cygnus.com/pub/automake/automake-1.4.tar.gz"
@@ -114,14 +122,14 @@ do
echo "Running libtoolize..."
libtoolize --force --copy
fi
- echo "Running aclocal $aclocalinclude ..."
- aclocal $aclocalinclude
+ echo "Running $ACLOCAL $aclocalinclude ..."
+ $ACLOCAL $aclocalinclude
if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
echo "Running autoheader..."
autoheader
fi
- echo "Running automake --gnu $am_opt ..."
- automake --add-missing --gnu $am_opt
+ echo "Running $AUTOMAKE --gnu $am_opt ..."
+ $AUTOMAKE --add-missing --gnu $am_opt
echo "Running autoconf ..."
autoconf
)
diff --git a/configure.in b/configure.in
index 377eb509..249073b6 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, 1.1.6)
+AM_INIT_AUTOMAKE(GConf, 1.1.7)
AM_MAINTAINER_MODE
@@ -49,16 +49,16 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")
dnl libtool versioning for libgconf
dnl increment if the interface has additions, changes, removals.
-GCONF_CURRENT=3
+GCONF_CURRENT=4
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
-GCONF_REVISION=2
+GCONF_REVISION=0
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been removed. removal has
dnl precedence over adding, so set to 0 if both happened.
-GCONF_AGE=1
+GCONF_AGE=0
AC_SUBST(GCONF_CURRENT)
AC_SUBST(GCONF_REVISION)
@@ -181,7 +181,7 @@ AC_SUBST(DEPENDENT_WITH_XML_CFLAGS)
AC_SUBST(DEPENDENT_WITH_GTK_LIBS)
AC_SUBST(DEPENDENT_WITH_GTK_CFLAGS)
-AC_ARG_ENABLE(bdbbackend, Enable BDB backend,,enable_bdbbackend=yes)
+AC_ARG_ENABLE(bdbbackend, Enable BDB backend,,enable_bdbbackend=no)
AC_ARG_WITH(db3-includes, [ --with-db3-includes=PREFIX Location of DB3 includes.],
with_db3_includes="$withval", with_db3_includes="/usr/include")
AC_ARG_WITH(db3-libs, [ --with-db3-libs=PREFIX Location of DB3 libs.],
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index e34f5af9..b7010168 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -30,8 +30,6 @@ CORBA_SOURCECODE = GConf-common.c GConf-skels.c GConf-stubs.c GConf.h
## not BUILT_SOURCES which seems to make a mess. fix with automake 1.5?
built_sourcecode = \
$(CORBA_SOURCECODE) \
- gconf-enum-types.h \
- gconf-enum-types.c \
gconfmarshal.h \
gconfmarshal.c
@@ -41,8 +39,6 @@ CLEANFILES = \
$(built_sourcecode) \
stamp-gconfmarshal.h \
stamp-gconfmarshal.c \
- s-enum-types-h \
- s-enum-types-c \
stamp-gconfmarshal.h \
stamp-gconfmarshal.c
@@ -137,18 +133,7 @@ stamp-gconfmarshal.c: @REBUILD@ gconfmarshal.list
&& (cmp -s xgen-gmc gconfmarshal.c || cp xgen-gmc gconfmarshal.c) \
&& rm -f xgen-gmc xgen-gmc~
-
-gconf-enum-types.h: s-enum-types-h
- @true
-
-s-enum-types-h: @REBUILD@ $(gconf_headers) Makefile regenerate-enum-header.sh
- GCONF_SRCDIR=$(srcdir) $(srcdir)/regenerate-enum-header.sh $(gconf_headers) \
- && echo timestamp > $(@F)
-
-gconf-enum-types.c: s-enum-types-c
- @true
-
-s-enum-types-c: @REBUILD@ $(gconf_headers) Makefile regenerate-enum-footer.sh
- GCONF_SRCDIR=$(srcdir) $(srcdir)/regenerate-enum-footer.sh $(gconf_headers) \
- && echo timestamp > $(@F)
+regenerate-built-sources:
+ GCONF_SRCDIR=$(srcdir) $(srcdir)/regenerate-enum-header.sh $(gconf_headers)
+ GCONF_SRCDIR=$(srcdir) $(srcdir)/regenerate-enum-footer.sh $(gconf_headers)
diff --git a/gconf/gconf-enum-types.c b/gconf/gconf-enum-types.c
new file mode 100644
index 00000000..a62be7c3
--- /dev/null
+++ b/gconf/gconf-enum-types.c
@@ -0,0 +1,96 @@
+
+/* Generated data (by glib-mkenums) */
+
+#include "gconf-client.h"
+
+/* enumerations from "gconf-value.h" */
+GType
+gconf_value_type_get_type (void)
+{
+ static GType etype = 0;
+ if (etype == 0) {
+ static const GEnumValue values[] = {
+ { GCONF_VALUE_INVALID, "GCONF_VALUE_INVALID", "invalid" },
+ { GCONF_VALUE_STRING, "GCONF_VALUE_STRING", "string" },
+ { GCONF_VALUE_INT, "GCONF_VALUE_INT", "int" },
+ { GCONF_VALUE_FLOAT, "GCONF_VALUE_FLOAT", "float" },
+ { GCONF_VALUE_BOOL, "GCONF_VALUE_BOOL", "bool" },
+ { GCONF_VALUE_SCHEMA, "GCONF_VALUE_SCHEMA", "schema" },
+ { GCONF_VALUE_LIST, "GCONF_VALUE_LIST", "list" },
+ { GCONF_VALUE_PAIR, "GCONF_VALUE_PAIR", "pair" },
+ { 0, NULL, NULL }
+ };
+ etype = g_enum_register_static ("GConfValueType", values);
+ }
+ return etype;
+}
+
+
+/* enumerations from "gconf-error.h" */
+GType
+gconf_error_get_type (void)
+{
+ static GType etype = 0;
+ if (etype == 0) {
+ static const GEnumValue values[] = {
+ { GCONF_ERROR_SUCCESS, "GCONF_ERROR_SUCCESS", "success" },
+ { GCONF_ERROR_FAILED, "GCONF_ERROR_FAILED", "failed" },
+ { GCONF_ERROR_NO_SERVER, "GCONF_ERROR_NO_SERVER", "no-server" },
+ { GCONF_ERROR_NO_PERMISSION, "GCONF_ERROR_NO_PERMISSION", "no-permission" },
+ { GCONF_ERROR_BAD_ADDRESS, "GCONF_ERROR_BAD_ADDRESS", "bad-address" },
+ { GCONF_ERROR_BAD_KEY, "GCONF_ERROR_BAD_KEY", "bad-key" },
+ { GCONF_ERROR_PARSE_ERROR, "GCONF_ERROR_PARSE_ERROR", "parse-error" },
+ { GCONF_ERROR_CORRUPT, "GCONF_ERROR_CORRUPT", "corrupt" },
+ { GCONF_ERROR_TYPE_MISMATCH, "GCONF_ERROR_TYPE_MISMATCH", "type-mismatch" },
+ { GCONF_ERROR_IS_DIR, "GCONF_ERROR_IS_DIR", "is-dir" },
+ { GCONF_ERROR_IS_KEY, "GCONF_ERROR_IS_KEY", "is-key" },
+ { GCONF_ERROR_OVERRIDDEN, "GCONF_ERROR_OVERRIDDEN", "overridden" },
+ { GCONF_ERROR_OAF_ERROR, "GCONF_ERROR_OAF_ERROR", "oaf-error" },
+ { GCONF_ERROR_LOCAL_ENGINE, "GCONF_ERROR_LOCAL_ENGINE", "local-engine" },
+ { GCONF_ERROR_LOCK_FAILED, "GCONF_ERROR_LOCK_FAILED", "lock-failed" },
+ { GCONF_ERROR_NO_WRITABLE_DATABASE, "GCONF_ERROR_NO_WRITABLE_DATABASE", "no-writable-database" },
+ { GCONF_ERROR_IN_SHUTDOWN, "GCONF_ERROR_IN_SHUTDOWN", "in-shutdown" },
+ { 0, NULL, NULL }
+ };
+ etype = g_enum_register_static ("GConfError", values);
+ }
+ return etype;
+}
+
+
+/* enumerations from "gconf-client.h" */
+GType
+gconf_client_preload_type_get_type (void)
+{
+ static GType etype = 0;
+ if (etype == 0) {
+ static const GEnumValue values[] = {
+ { GCONF_CLIENT_PRELOAD_NONE, "GCONF_CLIENT_PRELOAD_NONE", "preload-none" },
+ { GCONF_CLIENT_PRELOAD_ONELEVEL, "GCONF_CLIENT_PRELOAD_ONELEVEL", "preload-onelevel" },
+ { GCONF_CLIENT_PRELOAD_RECURSIVE, "GCONF_CLIENT_PRELOAD_RECURSIVE", "preload-recursive" },
+ { 0, NULL, NULL }
+ };
+ etype = g_enum_register_static ("GConfClientPreloadType", values);
+ }
+ return etype;
+}
+
+GType
+gconf_client_error_handling_mode_get_type (void)
+{
+ static GType etype = 0;
+ if (etype == 0) {
+ static const GEnumValue values[] = {
+ { GCONF_CLIENT_HANDLE_NONE, "GCONF_CLIENT_HANDLE_NONE", "handle-none" },
+ { GCONF_CLIENT_HANDLE_UNRETURNED, "GCONF_CLIENT_HANDLE_UNRETURNED", "handle-unreturned" },
+ { GCONF_CLIENT_HANDLE_ALL, "GCONF_CLIENT_HANDLE_ALL", "handle-all" },
+ { 0, NULL, NULL }
+ };
+ etype = g_enum_register_static ("GConfClientErrorHandlingMode", values);
+ }
+ return etype;
+}
+
+
+/* Generated data ends here */
+
diff --git a/gconf/gconf-enum-types.h b/gconf/gconf-enum-types.h
new file mode 100644
index 00000000..9e1efd3c
--- /dev/null
+++ b/gconf/gconf-enum-types.h
@@ -0,0 +1,34 @@
+
+/* Generated data (by glib-mkenums) */
+
+#ifndef __GCONF_ENUM_TYPES_H__
+#define __GCONF_ENUM_TYPES_H__
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+/* enumerations from "gconf-value.h" */
+
+GType gconf_value_type_get_type (void);
+#define GCONF_TYPE_VALUE_TYPE (gconf_value_type_get_type())
+
+/* enumerations from "gconf-error.h" */
+
+GType gconf_error_get_type (void);
+#define GCONF_TYPE_ERROR (gconf_error_get_type())
+
+/* enumerations from "gconf-client.h" */
+
+GType gconf_client_preload_type_get_type (void);
+#define GCONF_TYPE_CLIENT_PRELOAD_TYPE (gconf_client_preload_type_get_type())
+
+GType gconf_client_error_handling_mode_get_type (void);
+#define GCONF_TYPE_CLIENT_ERROR_HANDLING_MODE (gconf_client_error_handling_mode_get_type())
+
+G_END_DECLS
+
+#endif /* __GCONF_ENUM_TYPES_H__ */
+
+/* Generated data ends here */
+
diff --git a/po/az.po b/po/az.po
index 12e9937d..0da3c6f9 100644
--- a/po/az.po
+++ b/po/az.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 1.1\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-12-19 19:24GMT+0200\n"
"Last-Translator: Vasif İsmayıloğlu MD <azerb_linux@hotmail.com>\n"
"Language-Team: Azerbaijani Turkic <linuxaz@azerimail.net>\n"
@@ -32,7 +32,7 @@ msgstr "BDB \"backend\" modulu başladılır"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "`%s' ünvanda %s ana qovluğunu tapa bilmədim ."
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "`%s' qovluğunu yarada bilmədim : %s"
@@ -46,36 +46,46 @@ msgstr "`%s' ünvanda %s ana qovluğunda oxuya bilmədim və yaza bilmədim ."
msgid "Unloading XML backend module."
msgstr "XML modulunu çıxarıram ."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "`%s' ünvanda XML ana qovluğunu tapa bilmədim ."
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr "`%s' ünvanda XML ana qovluğunda oxuya bilmədim və yaza bilmədim ."
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr "%s kökündəki XML qaynaq qovluq/fayl səlahiyyətləri : %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Quraşdurma mə'lumatlarını sinxronlaşdırılırkən xəta oldu : %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "XML modulunu əlavə edirəm"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "`%s' XML qovluğunda qıfıllama edə bilmədim : %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-"XML modulunu qapadırkən sinxronlaşdırılmamış qovluq silinmələri geriyə qalır"
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -84,7 +94,7 @@ msgstr ""
"XML modulunun axtar yaddaşından `%s' qovluğunu silə bilmirəm, çünkü bu "
"qovluq diskə müvəffəqiyyətlə sinxronlaşdırılmamışdır"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -93,80 +103,80 @@ msgstr ""
"%u üzv axtar yaddaşda geriyə qaldı. %u saniyədən köhnə sinxronlaşdırılmamış "
"üzvlər silinmişdir"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "`%s''yi stat edə bilmədim :%s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML faylı `%s' bir qovluqdur"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "`%s''yi silə bilmədim : %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "`%s' faylını yazarkən xəta oldu : %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "`%s''da(də) mod qurula bilmədi: %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "`%s' üstünə XML verilənini yazarkən xəta oldu : %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "`%s' faylını qapadırkən xəta oldu : %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "`%s''yi təzədən `%s''ye adlandıra bilmədim : %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "`%s''yi `%s''dən qeyd edə bilmədim : %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Esi fayl `%s''yi silerken xəta oldu : %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "`%s''yi aça bilmədim : %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Cüt `%s' üzvləri ( `%s''de ), keçirəm"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "`%s' XML faylında adsız bir üzv var, keçirəm"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
"XML faylı `%s' içindəki təpə nüqtəsi<entry> yerinə <%s> olaraq tapılmışdır, "
"keçirəm"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "`%s' faylını yaradarkən xəta oldu : %s"
@@ -293,40 +303,51 @@ msgstr "`%s' üçün modul tapa bilmədim"
msgid "Failed to shut down backend"
msgstr "Modulu Qapada bilmədim"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "GConf Xətası : %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr "GConf xəbərdarlığı : `%s''dəki yoldaşları sıralarkən xəta oldu : %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "%s gözləyərkən, %s aldım, %s açarı üçün"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Qiymət oturtma istəyində keçərsiz qiymət tapıldı"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr "`%s' açarının oturtma istəyindəki CORBA qiymətinə mə'na verə bilmədim"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Bütün axtar yaddaşa alınmış mə'lumatları silme arzunu aldım"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Sinxronlaşdırma arzunu aldım"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr "Ağır Xəta: Quraşdırma vericisi üçün cism bağını ala bilmədim"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Bir ya da daha çox mənbələri sinxronlaşdırılırkən xəta oldu : %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -334,12 +355,12 @@ msgstr ""
"edila bilməyacək. Quraşdırma dəyişiklikləri da buna görə həyəta keçirila "
"bilməyəcək."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "Dinləyici ID %lu yoxdur"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -348,47 +369,57 @@ msgstr ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "`%s' üçün qiyməti alırkən xəta oldu : %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "`%s' üçün qiyməti oturdurkən xəta oldu : %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "`%s''yi silə bilmədim : %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "`%s' üçün əsas qiyməti alırkən xəta oldu : %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "`%s''yi silə bilmədim : %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "`%s' üçün qiyməti alırkən xəta oldu : %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "`%s' varlığını yoxlarkən xəta oldu : %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "`%s' qovluğu silinərkən xəta oldu : %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "`%s''nin bütün üzvlərini ala bilmədim : %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "`%s''dəki qovluqları sıralarkən xəta oldu : %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "`%s' üçün şəkli oturdurkən xəta oldu : %s"
@@ -458,8 +489,8 @@ msgid "No database available to save your configuration"
msgstr "Qurğularınızın qeyd edilə biləcəyi bir databeyz yoxdur"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "`%s' açarında '/' yoxdur"
#: gconf/gconf-internals.c:199
@@ -517,7 +548,7 @@ msgstr "`%s' faylında oxuma xətası oldu: %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr "Mətn hökmsüz UTF-8 daxil edir"
@@ -575,8 +606,10 @@ msgid "Failed to create or open '%s'"
msgstr "'%s' yaradılması və ya açılmasında xəta"
#: gconf/gconf-internals.c:2397
-#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+#, fuzzy, c-format
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr "'%s' qıfıllana bilmədi: başqa bir gedişat başlamışdır(%s)"
#: gconf/gconf-internals.c:2425
@@ -635,69 +668,108 @@ msgstr "'%s' faylı təmizlənmə xətası: %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Qıfıllanmış cərgə `%s' silinməsi xətası: %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "%s yaradılması bacarılmadı: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr "gconf demonu ilə borulanmış rabitə yaradılması bacarılmadı: %s\n"
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Quraşdırma vericisi başladıla bilmədi: %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
+#, fuzzy
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
"Failed to contact configuration server (a likely cause of this is that you "
"have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
"need to enable TCP networking for ORBit)\n"
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+#, fuzzy
+msgid "Schema contains invalid UTF-8"
+msgstr "Mətn hökmsüz UTF-8 daxil edir"
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "`%s' qaynağını yükləyə bilmədim : %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr "`%s' şəkli `%s' üçün bir şəkil qiyməti olmayan bir qiymət daxil edir"
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr ""
"'/' adları sadəcə bir qovluq ola bilər, qətiyyan'iyyen bir açar ola bilməz"
-#: gconf/gconf-sources.c:596
-#, c-format
+#: gconf/gconf-sources.c:679
+#, fuzzy, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
"`%s' üçün sırf-oxunan qaynaqda sənin yolundan əvvəl bir qiymət oturdulub"
-#: gconf/gconf-sources.c:608
-#, c-format
+#: gconf/gconf-sources.c:691
+#, fuzzy, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
msgstr ""
"Unable to store a value at key '%s', as the configuration server has no "
"writable databases. There are two common causes of this problem: 1) your "
@@ -710,17 +782,17 @@ msgstr ""
"connections? As always, check the user.* syslog for details on problems "
"gconfd encountered."
-#: gconf/gconf-sources.c:1164
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Meta mə'lumatları axtarılırkən xəta oldu : %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Meta mə'lumatları alırkən xəta oldu : %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -787,82 +859,87 @@ msgstr "`%s''yi başa düşmədim (element sayısı səhvdir)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "`%s''yi başa düşmədim (cütdə əlavə bir ')' vardır)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s' : %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "`%s' ünvanı həll edilə bilmədi"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr "Yerli quraşdırma qaynağına izahatlar əlavə edə bilmədim"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "Alıcının verici siyahısına əlavəsi bacarılmadı, CORBA xətası : %s "
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Bir bölü işarəti ilə( '/' ) başlamaq məcburiyyətindədir"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Bir sırada iki bölü işarəti( '/' ) ola bilməz"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Bir bölü işarəti( '/' )'dən sonra bir dövrə( . ) ola bilməz"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "'%c' ASCII xarakter deyil, ona görə də açar adlarında qəbul edilməz"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' açar/qovluqlar adlarında keçərsiz bir harfdır"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Açar/Qovluq bir bölü işarəti ilə( '/' ) qurtara bilməz"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Quraşdırma vericisini Qapada bilmədim : %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Üzən sayı (float) gözləyərkən, %s aldım"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Tamsayı (int) gözləyərkən, %s aldım"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Mətn gözləyərkən, %s aldım"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Boolean gözləyərkən, %s aldım"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Sxem gözləyərkən, %s aldım"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "CORBA xətası : %s"
@@ -945,44 +1022,44 @@ msgstr "%d siqnalını aldım, təmiz sürətdə qapanıram ."
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "başlayıram (buraxılış %s), pid %u istifadəçi '%s'"
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "Quraşdırma vericisi üçün cism bağını ala bilmədim"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr "Bayt fd %d borusuna yazıla bilmədi, alıcı proqram dona bilər: %s"
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Demona baxıla bilmədi, çıxılır: %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, c-format
msgid "Error releasing lockfile: %s"
msgstr "Qıfıl faylı açılma xətası: %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Çıxıram"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr "GConf vericisi istifadədə deyildir, qapanıram ."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Xəta təpməsi: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
@@ -991,62 +1068,62 @@ msgstr ""
"Gconf qeyd faylı açıla bilmədi; fconf qurtardıqdan sonra dinləyiciləri "
"bərpa eda bilməyəcəksən (%s)"
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr "Gconf qeyd faylı qapadıla bilmədi; data düzgün qeyd edilə bilməz (%s)"
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr "Qeyd edilmiş hal faylı `%s''yi aça bilmədim : %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "Qeyd edilmiş hal faylı `%s' ni yaza bilmədim fd: %d: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Təzə qeyd edilmiş `%s' hal faylını qapada bilmədim: %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "Əvvəldən qeyd edilmiş hal faylı '%s' yi köçürə bilmədim : %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Təzə qeyd edilmiş hal faylını buraya köçürə bilmədim: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
"'%s' a(ə) köçürülmüş əsl qeyd edilmiş hal faylını bərpa eda bilmədim: %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
"'%s' ünvanındakı dinləyici bərpa edilə bilmir, database hall edilə bilmir"
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr "Qeyd edilmiş vəziyyət faylı oxunarkən xəta oldu : %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "Qeyd edilmiş `%s' hal faylı açıla bilmədi: %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
@@ -1055,7 +1132,7 @@ msgstr ""
"Dinləyicini təsbitləri qeyd faylına yazıla bilmir; gconfddan çıxdığınız "
"vaxt bu qeydləri təzədən əlavə edə bilməyəcəyik (%s)"
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1064,46 +1141,46 @@ msgstr ""
"Gconfd qeyd faylından dinləyici silinə bilmədi; gconfddan çıxdığınız vaxt "
"eyni dinləyiciyi xətalı olaraq təzədən əlavə edə bilərəm (%s)"
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr "IOR alıcısı alınması bacarılmadı: %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr "Qeyd edilmiş hal faylı açıla bilmədi: %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr "Qeyd edilmiş hal faylına alıcı qeyd edilə bilmədi: %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr "Qeyd edilmiş hal faylına \"flush\" alıcı qeyd edilə bilmədi: %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
"Bir alıcı özünü GConf vericisindən çıxardıb və ona görə də əlavə edilməyib."
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Kömək seçənəkləri"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
"Bir açara bir qiymət ver və sinxronlaşdır . --type'la istifadə edilir ."
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Standart nəticəyə bir açarının qiymətini ver."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1111,11 +1188,11 @@ msgstr ""
"Bir şəkli oturt və sinxronlaşdır . --short-desc, --long-desc, --owner və --"
"type'la birlikdə istifadə edilir ."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "Əmr sətirindəki açarları sil"
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
@@ -1123,33 +1200,33 @@ msgstr ""
"Əmr sətirində açar/cərgə adları altındakı bütün açarların seçkilərini "
"avtomatik olaraq qaldır"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Bir qovluqdakı açar/qiymət yoldaşlarını göstər ."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Bir qovluqdakı altqovluqları göstər ."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
"Bir qovluğun bütün alt qovluqlarını və üzvlərini dərinliyi ilə göstər ."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Qovluq varsa 0'ı nəticəsini ver, yoxsa 2'yi nəticəsini ver ."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "gconfd'yi qapat . BU SEÇƏNƏYİ YAXŞI BIR SƏBƏBİN OLMADAN İSTİFADƏ ETMƏ."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr ""
"gconfd vericisi işləyirsə 0'ı nəticəsini ver, yoxsa 2'yi nəticəsini ver ."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1157,7 +1234,7 @@ msgstr ""
"Quraşdırma vericisini ( gconfd ) başlatdım. ( Bu onsuz da lazımlı olduğu "
"vaxt edilir . )"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1165,11 +1242,11 @@ msgstr ""
"Oturtulacaq qiymətin növünü bildir, ya da şəklin anlatdığı qiymətin növünü "
"başa sal . Həmən başa düşüləcək qısaltmalar qəbul edilir ."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|list|pair"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1177,11 +1254,11 @@ msgstr ""
"Oturdulacaq siyahı qiymətinin növünü bildir, ya da şəklin anlatdığı qiymətin "
"növünü başa sal. Həmən başa düşüləcək qısaltmalar qəbul edilir."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int | bool | float | string"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1189,7 +1266,7 @@ msgstr ""
"Oturdulacaq car çiftinin növünü bildir, ya da şəklin anlattığı qiymətin "
"növünü başa sal. Həmən başa düşüləcək qısaltmalar qəbul edilir."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1197,47 +1274,47 @@ msgstr ""
"Oturdulacaq cdr çiftinin növünü bildir, ya da şəklin anlattığı qiymətin "
"növünü başa sal. Həmən başa düşüləcək qısaltmalar qəbul edilir."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
"Şekilldə yaxşı görünəcək növdə , qısa və yarım-sətir uzunluğunda bir izahı "
"bildir ."
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "İZAH"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr "Şəkilə əlavə edləcək növdə bir izah ver ."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Şəklin yiyəsini bildir"
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "YİYƏ"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Yüklənəcək bir şəkil faylını bildir"
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "FAYLADI"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
"Əsas qurğulu qovluq xaricində istifadə ediləcək bir quraşdırma qaynağını "
"bildir"
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "QAYNAQ"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1245,7 +1322,7 @@ msgstr ""
"Quraşdırma bildi tabanına direkt olaraq yetiş və vericiyi keç . gconfd'nin "
"fəal olmamalıdır."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1255,7 +1332,7 @@ msgstr ""
"verisi əsas quraşdırma qaynağı xaricindəki bir yerə göstərməyi lazımdır və "
"ya əsas yeri istifadə etmək istəyirsənsə boş olmalıdır ."
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1263,7 +1340,7 @@ msgstr ""
"Bir proqrama cəfa sınağını əlavə et ( bu əmrdə tapılan müxtəlif növlü "
"müxtəlif qiymətlərin oturdulub silinməsi ilə olur) ."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1271,27 +1348,32 @@ msgstr ""
"Bir proqrama cəfa sınağını əlavə et ( bu əmrdə tapılan qovluqlar içindəki "
"müxtəlif açarların oturdulub silinməsi ilə olur) ."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr "Açarın qısa sənəd qatarını al"
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr "Açarın uzun sənəd qatarını al"
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr "Açara əlavə edilmiş sxem adını öyrən"
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr "Açarın sonrasında bildirilən sxem adını bildirmək çün seç"
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+#, fuzzy
+msgid "Remove any schema name applied to the given keys"
+msgstr "Açara əlavə edilmiş sxem adını öyrən"
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr "Əsas mənbənin adını öyrən"
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1300,23 +1382,23 @@ msgstr ""
"`%s' seçənəyində xəta var : %s .\n"
"Lütfən `%s --help' ilə mümkün olan seçənəkləri görün.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "Eyni anda data alıb, oturda bilmərəm\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "Eyni anda data oturdub, ala bilmərəm\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr "--all-entries --get və ya --set ilə işlədilməz\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "--get və ya --set'lə birlikdə --all-dirs istifadə edilə bilməz\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
@@ -1324,7 +1406,7 @@ msgstr ""
"--recursive-list --get, --set, --unset, --all-entries və ya --all-dirs ilə "
"işlədilməz\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
@@ -1332,337 +1414,340 @@ msgstr ""
"--set_schema --get, --set, --unset, --all-entries, --all-dirs ilə işlədilə "
"bilməz\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "Değer növü sadəcə qiyməti oturdurkən vacibdir\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Bir qiyməti oturdurkən növünü bildirmək məcburiyyətindəsən\n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "Ping seçənəyi öz özünə istifadə edilmək məcburiyyətindədir .\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "--dir-exists öz özünə istifadə edilmək məcburiyyətindədir .\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "--install-schema-file öz özünə istifadə edilmək məcburiyyətindədir .\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
"--makefile-install-rule öz özünə istifadə edilmək məcburiyyətindədir .\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "--break-key öz özünə istifadə edilmək məcburiyyətindədir .\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "--break-directory öz özünə istifadə edilmək məcburiyyətindədir .\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"--direct'lə --config-source istifadə edildiyi vaxt bir quraşdırma qaynağını "
"bildir \n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "GConf'un başlaması iflas etdi: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "GCONF_CONFIG_SOURCE verisi bildirilmiş olmaq məcburiyyətindədir\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Quraşdırma fayllarına yetişirkən xəta oldu : %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Qapatılma xətası : %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
"Alt qovluqlarla göstəriləcək bir qovluğu ya da qovluqları bildirmək "
"məcburiyyətindəsən \n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "`%s' içindəki sahələr sıralana bilmədi: %s\n"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "( qiyməti yoxdur )"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Quraşdırma vericisini ( gconfd ) açdıra bilmədim : %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Alınacak açar(lar)ı bildirmək məcburiyyətindəsən\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Nov: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Siyahı növü : %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Car növü : %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Cdr növü : %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "Ana Qiymət: %s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "İşarəti Qaldır"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Yiyə : %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Qısa izahat : %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Uzun izahat : %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "`%s' üçün bir qiymət bildirilməyib\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "`%s' üçün bir qiymət ala bilmədim : %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "`%s' növünü başa düşmürəm\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Arqument olaraq dəyişən açar/qiymətlər vermək məcburiyyətindəsən\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "`%s' açarı üçün oturdulacaq bir qiymət yoxdur\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "Bir şəkli bir qiymət olaraq oturda bilmərəm\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr "Bir siyahıyı bildirirkən siyahı növünü bildirmək məcburiyyətindəsən\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
"Bir cütü bildirirkən car növünü və cdr növünü bildirmək məcburiyyətindəsən\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Xəta : %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "Qiymət vermə xətası: %s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr "Sinxronlaşdırma xətası: %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr "Əmr sətrində açar və ya açarları bildirməlisən\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr "`%s' üçün sxem tapılmadı\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr "Sxemdə '%s' üstündə heç sənəd qatarı saxlanmayıb\n"
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "'%s' üstündə sxem alma xətası: %s\n"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr "'%s' üstündə heç sxem saxlanmayıb\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr "'%s' üstündəki qiymət sxem deyildir\n"
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr "Əlavə etmək üçün açar adı ilə davam edilmiş sxem adı girməlisən\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "'%s' sxem adının '%s' açar adı ilə əlaqələndirmə xətası: %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "'%s' üstündə sxem alma xətası: %s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Tək arqument olaraq bir açarı ( şəkli ) bildirmək məcburiyyətindəsən\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Siyahı növü bu əsas növlərdən meydana gəlməlidir: string, int, float ya da "
"bool\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr "Cütün car növü bu meydana gəlməlidir: string, int, float ya da bool\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr "Cütün cdr növü bu meydana gəlməlidir: string, int, float ya da bool\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Qiyməti oturdurkən xəta oldu : %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Sinxronlaşdırılırkən xəta oldu : %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Açar/qiymət eşlemlerini göstəriləcək bir ya da daha çox qovluqları bildirmək "
"məcburiyyətindəsən .\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Silinəcək bir ya da daha çox açar vermək məcburiyyətindəsən .\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "`%s''yi silinirkən xəta oldu : %s\n"
-#: gconf/gconftool.c:1600
-#, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "`%s''dəki alt qovluqları sıralarkən xəta oldu : %s\n"
-
-#: gconf/gconftool.c:1611
-#, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "`%s''dəki girişləri sıralarkən xəta oldu : %s\n"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "`%s' seçkisi qaldırılırkən xəta oldu : %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
msgid "Must specify one or more keys to recursively unset.\n"
msgstr ""
"Rekursiv olaraq seçkisi qaldırılacaq bir və ya daha çox açar "
"müəyyənləşdirməlsiniz.\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "`%s''dəki girişləri sıralarkən xəta oldu : %s\n"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Alt qovluqları göstəriləcək bir ya da daha çox qovluqları bildirmək "
"məcburiyyətindəsən .\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Qovluqları sıralarkən xəta oldu : %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "XƏBƏRDARLIQ : %s şəkli üçün keçərsiz ya da əksik növ\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "XƏBƏRDARLIQ : %s şəkli üçün keçərsiz ya da əksik siyahı növü\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
"XƏBƏRDARLIQ : şəkil %s üçün əsas qiymət `%s''yi daramasında xəta oldu\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr "XƏBƏRDARLIQ : %s şəkli üçün keçərsiz ya da əksik cdr növü\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "XƏBƏRDARLIQ : şəkil iÇin əsas qiyməti aturda bilmədim\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ""
"XƏBƏRDARLIQ : gconftool'd daxili bir xəta oldu , namə'lum GConfValueType\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "XƏBƏRDARLIQ : növ adı `%s''yi daraya bilmədim\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
@@ -1670,40 +1755,40 @@ msgstr ""
"XƏBƏRDARLIQ : siyahı növü int, float, string ya da bool ola bilər, fəqət `%"
"s' ola bilməz\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"XƏBƏRDARLIQ : car növü int, float, string ya da bool ola bilər, fəqət `%s' "
"ola bilməz\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"XƏBƏRDARLIQ : cdr növü int, float, string ya da bool ola bilər, fəqət `%s' "
"ola bilməz\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "XƏBƏRDARLIQ : boşdur <applyto> nöqtəsi"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "XƏBƏRDARLIQ : <schema>'nın altındakı <%s> nöqtəsini başa düşmədim\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "XƏBƏRDARLIQ : bu şəkil üçün açar bildirmədi\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
"XƏBƏRDARLIQ : <locale> nöqtəsinin `name=\"locale\"' xüsusiyyəti yoxdur, "
"keçirəm\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1711,55 +1796,55 @@ msgstr ""
"XƏBƏRDARLIQ : `%s' lokalizasiyası üçün çoxlu <locale> nöqtələri var, köhnə "
"ilkləri keçirəm\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "XƏBƏRDARLIQ : <locale> nöqtəsində keçərsiz <%s> nöqtəsi\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
"XƏBƏRDARLIQ : `%s' şəkil faylının `%s' lokalizasiyasının yüklənməsində xəta "
"var : %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "`%s' şeklinde `%s' lokalizasiyası yükləndi\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
"XƏBƏRDARLIQ : `%s' şəkil faylını `%s' açarı ilə birləşdirə bilmədim : %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "`%s' şekilni `%s' anahtarına ekledim\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr ""
"Bir <schema>'da ən azından bir <locale> nöqtəsi olmaq məcburiyyətindədir\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "XƏBƏRDARLIQ : <schemalist>'in altındakı <%s> nöqtəsi başa düşülmədi\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "`%s''yi aça bilmədim : %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "`%s' sənədi yoxsa boşdur mu ?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1767,27 +1852,27 @@ msgid ""
msgstr ""
"`%s' sənədin ana nöqtəsi (<%s>'in, <gconfschemafile> olmalıdır ) səhvdir \n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "`%s' sənədinin <gconfschemafile> ana nöqtəsi yoxdur \n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
"XƏBƏRDARLIQ : <gconfschemafile> altındakı <%s> nöqtəsi başa düşülmədi\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Quraşdurma mə'lumatlarını sinxronlaşdırılırkən xəta oldu : %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Yüklənəcək şəkil fayllarını bildirmək məcburiyyətindəsən\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1796,16 +1881,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Qırma açarı %s'yi silə bilmədim : %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Qırılacaq bə'zi açarları bildirmək məcburiyyətindəsən\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1814,11 +1899,11 @@ msgstr ""
"Proqramı bə'zi xətalı qiymətləri oturdaraq qırmağa cəhd edirəm : \n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Qırılacaq bə'zi qovluqları bildirmək məcburiyyətindəsən\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1829,17 +1914,13 @@ msgstr ""
"edirəm :\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "GConf Xətası : %s\n"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr ""
+#~ "XML modulunu qapadırkən sinxronlaşdırılmamış qovluq silinmələri geriyə "
+#~ "qalır"
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr "GConf xəbərdarlığı : `%s''dəki yoldaşları sıralarkən xəta oldu : %s"
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "`%s''dəki alt qovluqları sıralarkən xəta oldu : %s\n"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "%s gözləyərkən, %s aldım, %s açarı üçün"
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "`%s' seçkisi qaldırılırkən xəta oldu : %s\n"
diff --git a/po/ca.po b/po/ca.po
index d03dd09b..f94576af 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 0.5\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2000-04-14 11:35+01:00\n"
"Last-Translator: Softcatala <linux@softcatala.org>\n"
"Language-Team: \n"
@@ -33,7 +33,7 @@ msgstr "Inicialitzant el component de fons del XML"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "No s'ha pogut trobar el directori arrel del XML a l'adrea `%s'"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "No s'ha pogut crear el directori `%s': %s"
@@ -48,123 +48,134 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr "Descarregant el component de fons del XML"
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "No s'ha pogut trobar el directori arrel del XML a l'adrea `%s'"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
"No es pot llegir des de/escriure al directori arrel del XML a l'adrea `%s'"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
"Els permisos del directori o fitxer per l'origen del XML a l'arrel %s sn: %"
"o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Error eincronitzant dades de configuraci: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "Inicialitzant el component de fons del XML"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "Impossible d'abandonar bloqueig en el directori del XML `%s': %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, fuzzy, c-format
msgid "Could not stat `%s': %s"
msgstr "No s'ha pogut crear el directori `%s': %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr ""
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
#, fuzzy, c-format
-msgid "Failed to delete `%s': %s"
+msgid "Failed to delete \"%s\": %s"
msgstr "Impossible d'obrir `%s': %s\n"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, fuzzy, c-format
msgid "Failed to write file `%s': %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, fuzzy, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Impossible d'obrir `%s': %s\n"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, fuzzy, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Impossible d'obrir `%s': %s\n"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, fuzzy, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Impossible de prendre valor per `%s': %s\n"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, fuzzy, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, fuzzy, c-format
msgid "Failed to stat `%s': %s"
msgstr "Impossible d'obrir `%s': %s\n"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, fuzzy, c-format
msgid "Failed to create file `%s': %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
@@ -289,100 +300,121 @@ msgstr "No s'ha pogut ubicar el mdul del component de fons per `%s'"
msgid "Failed to shut down backend"
msgstr "Impossible de tancar el component de fons"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, fuzzy, c-format
+msgid "GConf Error: %s\n"
+msgstr "Error: %s\n"
+
+#: gconf/gconf-client.c:898
+#, fuzzy, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr "Fallada en llistar parelles en `%s': %s"
+
+#: gconf/gconf-client.c:1163
+#, fuzzy, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "S'esperava llista de %s, s'ha obtingut llista de %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "S'ha rebut un valor no vlid en definir el requeriment"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"No s'ha pogut tenir en compte el valor CORBA rebut en definir el requeriment "
"per la clau `%s'"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "S'ha rebut el requeriment per deixar anar totes les dades recollides"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "S'ha rebut un requeriment per sync sincrnicament"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
#, fuzzy
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr "Impossible d'obtenir les referncies pel ConfigServer"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Impossible de sincronitzar una o ms fonts: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr ""
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Error en obtenir valor per `%s': %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Error en especificar valor per `%s': %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Error d'indefinici `%s': %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Error en prendre valor per defecte per `%s': %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Error d'indefinici `%s': %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Error en obtenir valor per `%s': %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Error en comprobar l'existncia de `%s': %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Error en eliminar directori `%s': %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Impossible de rebre totes les entrades en `%s': %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Error en llistar directoris en `%s': %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Error en definir esquema per `%s': %s"
@@ -455,8 +487,8 @@ msgid "No database available to save your configuration"
msgstr ""
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "No '/' a la clau `%s'"
#: gconf/gconf-internals.c:199
@@ -515,7 +547,7 @@ msgstr "Error de lectura en el fitxer `%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -576,7 +608,9 @@ msgstr "Impossible de tancar el fitxer `%s': %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -634,76 +668,113 @@ msgstr "Impossible de tancar el fitxer `%s': %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Impossible de llanar el blocatge del directori `%s': %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Impossible d'accedir a la/es font/s de configuraci: %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
#, fuzzy, c-format
-msgid "Failed to load source `%s': %s"
+msgid "Failed to load source \"%s\": %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr ""
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, fuzzy, c-format
msgid "Error finding metainfo: %s"
msgstr "Error en llistar directoris: %s\n"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, fuzzy, c-format
msgid "Error getting metainfo: %s"
msgstr "Error en establir valor: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -768,82 +839,87 @@ msgstr ""
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "El servidor no ha pogut resoldre l'adrea `%s'"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr "No es poden afegir configuracions a una font local de configuraci"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, fuzzy, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "Fallada del servidor fent pings, error de CORBA: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Ha de comenar amb una barra (/)"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "No es poden tenir dues barres (/) en una lnia"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "No es pot tenir un punt (.) just desprs d'una barra (/)"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, fuzzy, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "`%c' no s un carcter vlid en claus/noms de directoris"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' no s un carcter vlid en claus/noms de directoris"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "La clau/directori pot no acabar amb una barra (/)"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Fallada tancant la configuraci del servidor: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "S'esperava coma flotant, s'ha obtingut %s"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "S'esperava un enter, s'ha obtingut %s"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "S'esperava una cadena, s'ha obtingut %s"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "S'esperava un bole, s'ha obtingut %s"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "S'esperava un esquema, s'ha obtingut %s"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "Error CORBA: %s"
@@ -923,157 +999,157 @@ msgstr "Rebut senyal %d, apagant."
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, fuzzy, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "s'est iniciant, pid %u usuari `%s'"
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "Impossible d'obtenir les referncies pel ConfigServer"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Impossible de prendre valor per `%s': %s\n"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "Impossible de llanar el blocatge del directori `%s': %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Sortint"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
#, fuzzy
msgid "GConf server is not in use, shutting down."
msgstr "Rebut senyal %d, apagant."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Retornant excepci: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, fuzzy, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr "No s'ha pogut obrir el cam del fitxer `%s': %s\n"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, fuzzy, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "No s'ha pogut escriure al fitxer `%s': %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, fuzzy, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, fuzzy, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "No s'ha pogut obrir el cam del fitxer `%s': %s\n"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, fuzzy, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, fuzzy, c-format
msgid "Error reading saved state file: %s"
msgstr "Error en eliminar directori `%s': %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, fuzzy, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, fuzzy, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Impossible de prendre valor per `%s': %s\n"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, fuzzy, c-format
msgid "Failed to open saved state file: %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, fuzzy, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, fuzzy, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr "Impossible de tancar el fitxer `%s': %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Opcions d'ajuda"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
"Definici d'un valor i sincronitzar amb una tecla. Usar amb --carcters."
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Impressi del valor d'una tecla com a sortida standard."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1081,44 +1157,44 @@ msgstr ""
"Definir un esquema i sincronitzar. Usar amb --short-desc, --long-desc, --"
"owner, i --type."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "Desseleccionar les claus en la lnia d'ordres"
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr "Heu d'especificar una clau o claus per obtenir\n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Impressi de totes les parelles clau/valor en un directori"
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Impressi de tots els subdirectoris en un directori"
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
"Impressi de tots els subdirectoris i entrades per sota d'un directori, "
"recursivament."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Retorna 0 si el directori existeix, 2 si no existeix."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "Apagar gconfd. NO USEU AQUESTA OPCI SENSE UNA BONA RA."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "Retorna 0 si gconfd s'est executant, 2 si no s aix."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1126,7 +1202,7 @@ msgstr ""
"Llana el configurador del servidor (gconfd). (Normalment es llana "
"automticament quan s necessari.)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1134,12 +1210,12 @@ msgstr ""
"Especificar el tipus de valor que s'ha de definir, o el tipus de valor que "
"un esquema descriu. nicament abreviacions acceptades."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
#, fuzzy
msgid "int|bool|float|string|list|pair"
msgstr "enter|bole|coma flotant|cadena"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
#, fuzzy
msgid ""
"Specify the type of the list value being set, or the type of the value a "
@@ -1148,11 +1224,11 @@ msgstr ""
"Especificar el tipus de valor que s'ha de definir, o el tipus de valor que "
"un esquema descriu. nicament abreviacions acceptades."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "enter|bole|coma flotant|cadena"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
#, fuzzy
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
@@ -1161,7 +1237,7 @@ msgstr ""
"Especificar el tipus de valor que s'ha de definir, o el tipus de valor que "
"un esquema descriu. nicament abreviacions acceptades."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
#, fuzzy
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
@@ -1170,45 +1246,45 @@ msgstr ""
"Especificar el tipus de valor que s'ha de definir, o el tipus de valor que "
"un esquema descriu. nicament abreviacions acceptades."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
"Especificar una curta descripci de mitja lnia per accedir a un esquema"
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "DESCRIPCI"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr "Especificar una descripci de vries lnies per accedir a un esquema"
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Especificar el propietari d'un esquema"
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "PROPIETARI"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Especificar un fitxer esquema per installar-lo"
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "NOM DEL FITXER"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
"Especificar una font de configuraci per usar enlloc del cam per defecte"
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "FONT"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1216,7 +1292,7 @@ msgstr ""
"Accedir a la base de dades de configuraci directament, saltant-nos el "
"servidor. Requereix que el gconfd no estigui en s "
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1227,7 +1303,7 @@ msgstr ""
"deconfigurar-se a una font no predeterminada o seleccionar la cadena buida "
"perusar la predeterminada"
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1235,7 +1311,7 @@ msgstr ""
"Proba per tortura una aplicaci en seleccionar i desseleccionar un munt "
"devalors de diferents tipus per claus en la lnia de comandes."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1243,27 +1319,31 @@ msgstr ""
"Proba per tortura una aplicaci en seleccionar i desseleccionar un munt "
"declaus dins dels directoris en la lnia de comandes."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1273,24 +1353,24 @@ msgstr ""
"Executeu '%s --help' per veure una llista completa d'opcions d'ordres de "
"lnia possibles.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "No es pot seleccionar/desseleccionar simultniament\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "No es pot seleccionar i obtenir/desseleccionar simultniament\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
#, fuzzy
msgid "Can't use --all-entries with --get or --set\n"
msgstr "No es pot usar --all-dirs amb --get o --set\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "No es pot usar --all-dirs amb --get o --set\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
#, fuzzy
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
@@ -1299,7 +1379,7 @@ msgstr ""
"--recursive-list no s'hauria d'usar amb --get, --set, --unset, --all-pairs,o "
"--all-dirs\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
#, fuzzy
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
@@ -1308,366 +1388,369 @@ msgstr ""
"--set-schema no s'hauria d'usar amb --get, --set, --unset, --all-pairs, --"
"all-dirs\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "Els tipus dels valors noms sn rellevants quan defineixen un valor\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Heu d'especificar un tipus quan definiu un valor\n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "La opci de fer pings ha de ser usada per ella mateixa.\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "la opci --dir-exists ha de ser usada per ella mateixa.\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "--install-schema-file ha de ser usat per ell mateix.\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "--makefile-install-rule ha de ser usat per ell mateix.\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "--break-key ha de ser usat per ell mateix.\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "--break-directory ha de ser usat per ell mateix.\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"Heu d'especificar una font de configuraci amb --config-source quan useu --"
"direct\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "Impossible d'inicialitzar GConf: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "Heu de definir el contorn GCONF_CONFIG_SOURCE com a variable\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Impossible d'accedir a la/es font/s de configuraci: %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Error en tancar: %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr "Heu d'especificar un o ms directoris per llistar recursivament.\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, fuzzy, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Fallada en llistar parelles en `%s': %s"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(no hi ha valor definit)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Impossible de spawn el servidor de configuraci (gconfd): %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Heu d'especificar una clau o claus per obtenir\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Tipus: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, fuzzy, c-format
msgid "List Type: %s\n"
msgstr "Tipus: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, fuzzy, c-format
msgid "Car Type: %s\n"
msgstr "Tipus: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, fuzzy, c-format
msgid "Cdr Type: %s\n"
msgstr "Tipus: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Desactivar"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Propietari: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Curta Desc: %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Llarga Desc: %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "No s'ha especificat valor per `%s'\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Impossible de prendre valor per `%s': %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "No es comprn tipus `%s'\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Heu d'especificar alternativament claus/valors com a arguments\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "No existeix valor per definir clau: `%s'\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr ""
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Error: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, fuzzy, c-format
msgid "Error setting value: %s\n"
msgstr "Error en establir valor: %s"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr "Error en sincronitzar: %s"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
#, fuzzy
msgid "Must specify a key or keys on the command line\n"
msgstr "Heu d'especificar una clau o claus per obtenir\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, fuzzy, c-format
msgid "No schema known for `%s'\n"
msgstr "No arxiu tal que `%s'\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Error en definir esquema per `%s': %s"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr "No arxiu tal que `%s'\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
#, fuzzy
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr "Heu d'especificar clau (nom de l'esquema) com a nic argument\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, fuzzy, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "ADVERTNCIA: impossible d'associar esquema `%s' amb clau `%s': %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Error en definir esquema per `%s': %s"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Heu d'especificar clau (nom de l'esquema) com a nic argument\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Error en establir valor: %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Error en sincronitzar: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Heu d'especificar un o ms directoris per obtenir-ne parelles clau/valor\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Heu d'especificar una o ms claus per desactivar.\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "Error en desactivar `%s': %s\n"
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Error en llistar directoris en `%s': %s"
-
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "Fallada en llistar parelles en `%s': %s"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Error en desactivar `%s': %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr "Heu d'especificar un o ms directoris per llistar recursivament.\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "Fallada en llistar parelles en `%s': %s"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Heu d'especificar un o ms directoris per tal d'obtenir-ne subdirectoris.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Error en llistar directoris: %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "ADVERTNCIA: tipus no vlid o perdut per a esquema (%s)\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, fuzzy, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "ADVERTNCIA: tipus no vlid o perdut per a esquema (%s)\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
"ADVERTNCIA: Impossible de processar valor per defecte `%s' per esquema (%"
"s)\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, fuzzy, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr "ADVERTNCIA: tipus no vlid o perdut per a esquema (%s)\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
#, fuzzy
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
"ADVERTNCIA: Impossible de processar valor per defecte `%s' per esquema (%"
"s)\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "ADVERTNCIA: error intern de gconftool, desconegut GConfValueType\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "ADVERTNCIA: impossible de processar nom del tipus `%s'\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "ADVERTNCIA: node <applyto> buit"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "ADVERTNCIA: node <%s> no ents sota <schema>\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "ADVERTNCIA: no s'ha especificat clau per a l'esquema\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr "ADVERTNCIA: <locale> node no t `name=\"locale\"' atribut, ignorant\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1675,51 +1758,51 @@ msgstr ""
"ADVERTNCIA: Hi ha mltiples <locale> nodes per locale `%s', ignorant totes "
"les primeres passades\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "ADVERTNCIA: Node <%s> no vlid en un <locale> node\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr "ADVERTNCIA: impossible d'installar esquema `%s' locale `%s': %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "Installat esquema `%s' per locale `%s'\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr "ADVERTNCIA: impossible d'associar esquema `%s' amb clau `%s': %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Esquema `%s' adjunt a tecla `%s'\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Heu de tenir com a mnim una entrada <locale> en un <schema>\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "ADVERTNCIA: node <%s> no comprs sota <schemalist>\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Impossible d'obrir `%s': %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Est buit el document `%s'?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1728,26 +1811,26 @@ msgstr ""
"El document `%s' t un tipus incorrecte de node arrel (<%s>, hauria de "
"ser<gconfschemafile>)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "El document `%s' no t nivell superior <gconfschemafile> node\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr "ADVERTNCIA: node <%s> sota <gconfschemafile> no comprs\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Error eincronitzant dades de configuraci: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Heu d'especificar alguns esquemes de fitxers per installar\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1756,16 +1839,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Impossible de desactivar la clau de pausa %s: %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Heu d'especificar algunes claus per pausar\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1774,11 +1857,11 @@ msgstr ""
"Intentant pausar la vostra aplicaci especificant valors dolents per clau:\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Cal especificar alguns directoris per pausar\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1789,20 +1872,13 @@ msgstr ""
"directori:\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, fuzzy, c-format
-msgid "GConf Error: %s\n"
-msgstr "Error: %s\n"
-
-#: gconf/gconf-client.c:798
-#, fuzzy, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr "Fallada en llistar parelles en `%s': %s"
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Error en llistar directoris en `%s': %s"
-#: gconf/gconf-client.c:1000
-#, fuzzy, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "S'esperava llista de %s, s'ha obtingut llista de %s"
+#, fuzzy
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "Error en desactivar `%s': %s\n"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/cs.po b/po/cs.po
index 1f84aaa8..dabcc80e 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf VERSION\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2000-03-09 14:58-0500\n"
"Last-Translator: George Lebl <jirka@5z.com>\n"
"Language-Team: czech <cs@li.org>\n"
@@ -31,7 +31,7 @@ msgstr ""
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr ""
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Nelze vytvoit adres `%s': %s"
@@ -45,120 +45,131 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr ""
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr ""
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr ""
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, fuzzy, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "Nelze otevt adres `%s': %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "`stat' selhal na `%s': %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML soubor `%s' je adres"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Nelze vymazat `%s': %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, fuzzy, c-format
msgid "Failed to write file `%s': %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, fuzzy, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Nelze otevt `%s': %s\n"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Nelze pejmenovat `%s' na `%s': %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, fuzzy, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Nelze pejmenovat `%s' na `%s': %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Nelze smazat star soubor `%s': %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "`stat' selhal na `%s': %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, fuzzy, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Zdvojen poloka `%s' v `%s', vymazvm"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, fuzzy, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "Poloka beze jmna v XML souboru `%s', vymazvm"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, fuzzy, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr "Poloka beze jmna v XML souboru `%s', vymazvm"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, fuzzy, c-format
msgid "Failed to create file `%s': %s"
msgstr "Nelze zavt soubor `%s': %s"
@@ -281,97 +292,118 @@ msgstr ""
msgid "Failed to shut down backend"
msgstr ""
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, fuzzy, c-format
+msgid "GConf Error: %s\n"
+msgstr "Chyba: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr ""
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr ""
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr ""
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr ""
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr ""
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr ""
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Chyba v ten souboru `%s': %s\n"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Chyba v ten souboru `%s': %s\n"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr ""
@@ -443,7 +475,7 @@ msgstr ""
#: gconf/gconf-internals.c:86
#, c-format
-msgid "No '/' in key `%s'"
+msgid "No '/' in key \"%s\""
msgstr ""
#: gconf/gconf-internals.c:199
@@ -501,7 +533,7 @@ msgstr "Chyba v ten souboru `%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -559,7 +591,9 @@ msgstr "Nelze zavt soubor `%s': %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -616,76 +650,113 @@ msgstr "Nelze zavt soubor `%s': %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Nelze otevt adres `%s': %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
#, fuzzy, c-format
-msgid "Failed to load source `%s': %s"
+msgid "Failed to load source \"%s\": %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr ""
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -750,82 +821,87 @@ msgstr ""
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
+#, c-format
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
#, c-format
-msgid "`%s': %s"
+msgid "\"%s\": %s"
msgstr ""
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr ""
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr ""
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr ""
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr ""
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr ""
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr ""
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr ""
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr ""
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "CORBA chyba: %s"
@@ -894,800 +970,807 @@ msgstr ""
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr ""
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Nelze vymazat `%s': %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "Nelze otevt adres `%s': %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
#, fuzzy
msgid "Exiting"
msgstr "Normln konec"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr ""
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr ""
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, fuzzy, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "Nelze pst do souboru `%s': %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, fuzzy, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, fuzzy, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "`stat' selhal na `%s': %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, fuzzy, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, fuzzy, c-format
msgid "Error reading saved state file: %s"
msgstr "Chyba v ten souboru `%s': %s\n"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, fuzzy, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, fuzzy, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Nelze vymazat `%s': %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, fuzzy, c-format
msgid "Failed to open saved state file: %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, fuzzy, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, fuzzy, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr ""
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr ""
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
msgstr ""
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr ""
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr ""
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr ""
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr ""
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr ""
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr ""
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr ""
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
msgstr ""
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr ""
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr ""
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr ""
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr ""
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr ""
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr ""
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
msgstr ""
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr ""
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr ""
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr ""
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr ""
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr ""
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, fuzzy, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr ""
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr ""
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr ""
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Typ: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, fuzzy, c-format
msgid "List Type: %s\n"
msgstr "Typ: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, fuzzy, c-format
msgid "Car Type: %s\n"
msgstr "Typ: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, fuzzy, c-format
msgid "Cdr Type: %s\n"
msgstr "Typ: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Vlastnk: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr ""
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr ""
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Chyba: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, fuzzy, c-format
msgid "Error setting value: %s\n"
msgstr "Chyba v ten souboru `%s': %s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr "Chyba: %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr ""
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Chyba v ten souboru `%s': %s\n"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Chyba v ten souboru `%s': %s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr ""
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr ""
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr ""
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Chyba v ten souboru `%s': %s\n"
+#: gconf/gconftool.c:1638
+msgid "Must specify one or more keys to recursively unset.\n"
+msgstr ""
-#: gconf/gconftool.c:1611
+#: gconf/gconftool.c:1652
#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
+msgid "Failure during recursive unset of \"%s\": %s\n"
msgstr "Nelze zavt soubor `%s': %s"
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Chyba v ten souboru `%s': %s\n"
-
-#: gconf/gconftool.c:1659
-msgid "Must specify one or more keys to recursively unset.\n"
-msgstr ""
-
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr ""
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ""
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ""
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ""
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ""
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ""
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr ""
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ""
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Nelze otevt `%s': %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Dokument `%s' je przdn?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
"<gconfschemafile>)\n"
msgstr ""
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr ""
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr ""
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr ""
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
"%s\n"
msgstr ""
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, fuzzy, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Nelze vytvoit soubor `%s': %s"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr ""
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
" %s\n"
msgstr ""
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr ""
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1695,20 +1778,9 @@ msgid ""
" %s\n"
msgstr ""
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, fuzzy, c-format
-msgid "GConf Error: %s\n"
-msgstr "Chyba: %s\n"
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr ""
-
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr ""
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Chyba v ten souboru `%s': %s\n"
#, fuzzy
#~ msgid "Can't create lock `%s': %s"
diff --git a/po/da.po b/po/da.po
index b491e8d0..fd46a86f 100644
--- a/po/da.po
+++ b/po/da.po
@@ -19,7 +19,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 1.0.4\n"
-"POT-Creation-Date: 2002-01-31 21:35+0100\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2002-01-31 21:34+0100\n"
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
diff --git a/po/de.po b/po/de.po
index fb1a1713..c7a940da 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 1.1.x\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2002-01-06 20:14GMT\n"
"Last-Translator: Christian Meyer <chrisime@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -35,7 +35,7 @@ msgid "Couldn't find the %s root directory in the address `%s'"
msgstr ""
"Das %s Root-Verzeichnis an der Adresse `%s' konnte nicht gefunden werden"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Verzeichnis `%s' konnte nicht erstellt werden: %s"
@@ -51,40 +51,49 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr "XML-Backend-Modul wird aus dem Speicher entfernt."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr ""
"Das XML-Rootverzeichnis konnte nicht an der Adresse `%s' gefunden werden"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
"Im XML-Verzeichnis an Adresse `%s' kann nicht gelesen oder geschrieben werden"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
"Verzeichnis-/Dateiberechtigungen fr XML-Quelle bei Wurzel %s sind %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Fehler beim Synchronisieren von Konfigurationsdaten: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "XML-Backend-Modul wird initialisiert"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "Sperre auf XML-Verzeichnis `%s' konnte nicht gelst werden: %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
-msgstr ""
-"Unsynchronisiertes Verzeichnis wird gelscht, wenn das XML-Backend beendet "
-"wird"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
+msgstr "Inhalt des XML-Cache konnte nicht mit HDD synchronisiert werden"
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -93,7 +102,7 @@ msgstr ""
"Das Verzeichnis %s kann nicht vom XML-Backand-Cache entfernt werden , weil "
"es nicht erfolgreich synchronisiert werden konnte"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -102,80 +111,80 @@ msgstr ""
"%u Elemente bleiben im Cache, wenn alle bereits synchronisierten Elemente, "
"die lter als %u Sekunden sind gelscht werden"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "`%s' konnte nicht mit stat() untersucht werden: %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML-Dateiname %s ist ein Verzeichnis"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Lschen von %s fehlgeschlagen: %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Schreiben von %s fehlgeschlagen: %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Es konnte kein Modus fr `%s' gesetzt werden: %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Schreiben von XML-Daten nach `%s' fehlgeschlagen: %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Datei `%s' konnte nicht geschlossen werden: %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Umbenennen von `%s' in `%s' fehlgeschlagen: %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Wiederherstellen von %s aus %s fehlgeschlagen: %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Lschen der alten Datei %s fehlgeschlagen: %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "`%s' konnte nicht mit stat() untersucht werden: %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Doppelter Eintrag %s in %s, wird ignoriert"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "Eintrag ohne Namen in der XML-Datei %s, wird ignoriert"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
"Oberstes Element in der XML-Datei `%s' ist <%s> und nicht <entry>, wird "
"ignoriert"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Erstellen von Datei %s fehlgeschlagen: %s"
@@ -299,44 +308,55 @@ msgstr "Backend-Modul fr `%s' konnte nicht gefunden werden"
msgid "Failed to shut down backend"
msgstr "Backend konnte nicht heruntergefahren werden"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "GConf-Fehler: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr "GConf-Warnung: Fehler beim Auflisten von Paaren in `%s': %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "`%s' erwartet, aber `%s' fr den Schlssel %s erhalten"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Ungltigen Wert in Einstellungsanfrage erhalten"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"Sinn des CORBA-Wertes in Einstellungsanfrage fr Schlssel `%s' konnte nicht "
"ausgemacht werden"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Anfrage zum Lschen aller Daten im Cache erhalten"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Anfrage zum synchronen Synchronisieren erhalten"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
"Schwerer Fehler: Objektreferenz fr ConfigDatabase konnte nicht erhalten "
"werden"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Eine oder mehrere Quellen konnten nicht synchronisiert werden: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -345,12 +365,12 @@ msgstr ""
"werden knnen, was zu einer unzuverlssigen Benachrichtigung ber "
"Konfigurationsnderungen fhren wird."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "Zuhrer-Kennung %lu existiert nicht"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -360,47 +380,57 @@ msgstr ""
"(wahrscheinlich harmlos, knnte zu einer neu erscheinenden Benachrichtung "
"fhren): %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Fehler beim Erhalten des Wertes fr `%s': %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Fehler beim Einstellen des Wertes fr `%s': %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Fehler beim Lschen von `%s': %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Fehler beim Erhalten des voreingestellten Wertes fr `%s': %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Fehler beim Lschen von `%s': %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Fehler beim Erhalten des Wertes fr `%s': %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Fehler beim Prfen der Existenz von `%s': %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Fehler beim Entfernen des Verzeichnisses `%s': %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Fehler beim Erhalten aller Eintrge in `%s': %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Fehler beim Auflisten der Verzeichnisse in `%s': %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Fehler beim Einstellen des Schemas fr `%s': %s"
@@ -470,8 +500,8 @@ msgid "No database available to save your configuration"
msgstr "Es wurde keine Datenbank gefunden, um Ihre Konfiguration zu speichern"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Kein '/' in Schlssel `%s'"
#: gconf/gconf-internals.c:199
@@ -529,7 +559,7 @@ msgstr "Lesefehler auf Datei `%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr "Text enthlt ungltiges UTF-8"
@@ -589,9 +619,14 @@ msgid "Failed to create or open '%s'"
msgstr "Erstellen oder ffnen von '%s' fehlgeschlagen"
#: gconf/gconf-internals.c:2397
-#, fuzzy, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
-msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
+#, c-format
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
+msgstr ""
+"Sperre fr '%s' konnte nicht erzeugt werden: vielleicht hat ein anderer "
+"Prozess die Sperre erzeugt oder ihr Betriebssystem hat eine fehlerhafte NFS-"
+"Konfiguration (%s)"
#: gconf/gconf-internals.c:2425
#, c-format
@@ -652,70 +687,109 @@ msgstr "Datei `%s' konnte nicht bereinigt werden: %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Sperrverzeichnis `%s' konnte nicht gelscht werden: %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "Erzeugen von %s fehlgeschlagen: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
"Erzeugen der Pipe zur Kommunikation mit dem gconf-Dmon fehlgeschlagen: %s\n"
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Konfigurationsserver konnte nicht gestartet werden: %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
+#, fuzzy
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
"Verbindung zum Konfigurationsserver fehlgeschlagen (eine hufige Ursache "
"dafr ist ein bereits laufender Konfigurationsserver (gconfd), der nicht von "
"hier erreichbar ist - wenn Sie von zwei Maschinen angemeldet sind, mssen "
"Sie ggf. TCP-networking fr ORBit aktivieren)\n"
-#: gconf/gconf-sources.c:320
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+#, fuzzy
+msgid "Schema contains invalid UTF-8"
+msgstr "Text enthlt ungltiges UTF-8"
+
+#: gconf/gconf-sources.c:319
#, fuzzy, c-format
-msgid "Failed to load source `%s': %s"
+msgid "Failed to load source \"%s\": %s"
msgstr "Fehler beim Laden der Quelle \"%s\": %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr "Schema %s, abgegeben fr %s speichert einen nicht-schema Wert"
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "Der Name '/' kann nur ein Verzeichnis sein, kein Schlssel"
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, fuzzy, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
"Wert fr '%s' in einer nur-lesen Quelle am Anfang Ihres Konfigurationspfades "
"gesetzt."
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, fuzzy, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
msgstr ""
"Es konnte kein Wert beim Schlssel '%s' gespeichert werden, da der "
"Konfigurationsserver keine schreibbare Datenbank hat. Es gibt zwei "
@@ -728,17 +802,17 @@ msgstr ""
"Verbindungen aus dem Netz verhindert. Sie sollten wie immer das user.* "
"syslog auf Details ber die Probleme von gconfd berprfen."
-#: gconf/gconf-sources.c:1164
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Fehler beim Finden der Meta-Informationen: %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Fehler beim Ermitteln der Meta-Informationen: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -805,85 +879,90 @@ msgstr "%s nicht verstanden (falsch Anzahl von Elementen)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "%s nicht verstanden (nicht Escape-Sequenz ')' im Paar gefunden)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Server konnte Adresse `%s' nicht auflsen"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
"Benachrichtigungen konnten nicht zu einer lokalen Konfigurationsquelle "
"hinzugefgt werden"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
"Hinzufgen des Clients zur Serverliste ist fehlgeschlagen. CORBA-Fehler: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Muss mit einem Schrgstrich beginnen (/)"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Zwei Schrgstriche (/) hintereinander in einer sind nicht erlaubt"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Punkt (.) direkt hinter einem Schrgstrich (/) ist nicht erlaubt"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "`%c' ist ein kein ASCII-Zeichen, daher in Schlsselnamen nicht erlaubt"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' ist ein unerlaubtes Zeichen in Schlssel-/Verzeichnisnamen"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Schlssel/Verzeichnis darf nicht mit einem Schrgstrich (/) enden"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Fehler beim Herunterfahren des Konfigurationsservers: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "float erwartet, aber %s erhalten"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "int erwartet, aber %s erhalten"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Zeichenkette erwartet, aber %s erhalten"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "bool erwartet, aber %s erhalten"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Schema erwartet, aber %s erhalten"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "CORBA-Fehler: %s"
@@ -963,46 +1042,46 @@ msgstr "Signal %d erhalten, sauberes Herunterfahren"
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "(version %s) wird gestartet, PID %u, Benutzer `%s'"
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "Objektreferenz fr ConfigServer konnte nicht erhalten werden"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
"Schreiben auf Pipe-FileDescriptor %d fehlgeschlagen; das Client-Programm "
"knnte hngen: %s"
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Sperre fr den Dmon konnte nicht erzeugt werden, beendet: %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, c-format
msgid "Error releasing lockfile: %s"
msgstr "Fehler bei der Freigabe der Sperrdatei: %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Beendet"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr "GConf-Server wird nicht verwendet, wird beendet."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Ausnahmefehler: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
@@ -1011,7 +1090,7 @@ msgstr ""
"gconfd-Protkolldatei konnte nicht geffnet werden; Zuhrer knnen nach "
"Beenden von gconfd nicht wiederhergestellt werden (%s)"
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
@@ -1019,36 +1098,36 @@ msgstr ""
"gconfd-Protokolldatei konnte nicht geschlossen werden; Daten knnen evtl. "
"nicht ordnungsgem gespeichert worden sein (%s)"
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
"Status-Speicherungsdatei '%s' konnte nicht zum Schreiben geffnet werden: %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr ""
"Status-Speicherungsdatei '%s', FD %d, konnte nicht geschrieben werden: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Neue Status-Speicherungsdatei '%s' konnet nicht geschlossen werden: %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "Alte Status-Speicherungsdatei '%s' konnte verschoben werden: %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr ""
"Neue Status-Speicherungsdatei konnte nicht an den richtigen Platz verschoben "
"werden: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
@@ -1056,7 +1135,7 @@ msgstr ""
"Ursprngliche Status-Speicherungsdatei, nach '%s' verschoben wurde, konnte "
"nicht wiederhergestellt werden: %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
@@ -1064,17 +1143,17 @@ msgstr ""
"Zuhrer auf Adresse '%s' konnte nicht wiederhergestellt werden, Datenbank "
"konnte nicht aufgelst werden"
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr "Lesen der gespeicherten Statusdatei fehlgeschlagen: %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "ffnen der gespeicherten Statusdatei '%s' nicht mglich: %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
@@ -1084,7 +1163,7 @@ msgstr ""
"werden; Zuhrer wird nicht wieder hinzugefgt werden knnen, wenn gconfd "
"beendet wird (%s)"
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1094,52 +1173,52 @@ msgstr ""
"werden; Zuhrer wird vielleicht irrtmlich wieder hinzugefgt, wenn gconfd "
"beendet wird (%s)"
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Empfangen des IOR fr Client fehlgeschlagen: %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr "ffnen der gespeicherten Statusdatei nicht mglich: %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
"Schreiben des Clients, der zur gespeicherten Statusdatei hinzugefgt wurde, "
"fehlgeschlagen: %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
"Entfernen des Clients, der zur gespeicherten Statusdatei hinzugefgt wurde, "
"fehlgeschlagen: %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
"Einige Clients entfernten sich selbst aus dem GConf-Server, obwohl sie nicht "
"hinzugefgt wurden."
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Hilfeoptionen"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
"Einem Schlssel einen Wert zuweisen und synchronisieren. Mit --type "
"verwenden."
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Den Wert eines Schlssels auf der Standardausgabe ausgeben."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1147,45 +1226,45 @@ msgstr ""
"Ein Schema setzen und synchronisieren. Mit --short-desc, --long-desc, --"
"owner und --type verwenden."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "Die Schlssel am Prompt zurcksetzten"
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr "Sie mssen ein oder mehrere Schlssel am Prompt angeben\n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Alle Schlssel/Wert-Paare aus einem Verzeichnis ausgeben."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Alle Unterverzeichnisse aus einem Verzeichnis ausgeben."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
"Alle Unterverzeichnisse und Eintrge unterhalb eines Verzeichnisses rekursiv "
"ausgeben."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "0 zurckgeben, wenn das Verzeichnis existiert, andernfalls 2."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr ""
"gconfd herunterfahren. DIESE OPTION NICHT OHNE EINEN GUTEN GRUND VERWENDEN."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "0 zurckgeben, wenn gconfd luft, andernfalls 2."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1193,7 +1272,7 @@ msgstr ""
"Den Konfigurationsserver (gconfd) starten. (Passiert normalerweise "
"automatisch wenn ntig.)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1201,11 +1280,11 @@ msgstr ""
"Geben Sie den Typ des einzustellenden Wertes an, oder aber den Typ eines "
"Wertes, den ein Schema beschreibt. Eindeutige Abkrzungen werden akzeptiert."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|list|pair"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1214,11 +1293,11 @@ msgstr ""
"eines Wertes, den ein Schema beschreibt. Eindeutige Abkrzungen werden "
"akzeptiert."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int|bool|float|string"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1226,7 +1305,7 @@ msgstr ""
"Geben Sie den Typ des car-Paar-Wertes an, oder aber den Typ eines Wertes, "
"den ein Schema beschreibt. Eindeutige Abkrzungen werden akzeptiert."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1234,47 +1313,47 @@ msgstr ""
"Geben Sie den Typ des cdr-Paar-Wertes an, oder aber den Typ eines Wertes, "
"den ein Schema beschreibt. Eindeutige Abkrzungen werden akzeptiert."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
"Geben Sie eine kurze, half-line-Beschreibung an, die in ein Schema einfliet."
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "BESCHREIBUNG"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
"Geben sie eine mehrzeilige Beschreibung an, die in ein Schema einfliet."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Geben Sie den Besitzer eines Schemas an"
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "BESITZER"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Geben Sie die zu installierende Schemadatei an"
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "DATEINAME"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
"Geben Sie eine Konfigurationsquelle an, die statt des voreingestellten "
"Pfades verwendet werden soll"
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "QUELLE"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1282,7 +1361,7 @@ msgstr ""
"Direkt auf die Konfigurationsdatenbank zugreifen, ohne den Server zu "
"verwenden. Setzt voraus, dass gconfd nicht luft."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1293,7 +1372,7 @@ msgstr ""
"Konfigurationsquelle als die voreingestellte zeigen oder zur Verwendung der "
"Voreinstellung eine leere Zeichenkette enthalten."
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1301,7 +1380,7 @@ msgstr ""
"Eine Anwendung foltern, indem ein Haufen Werte verschiedener Typen fr die "
"Schlssel auf der Kommandozeile gesetzt und gelscht werden."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1309,29 +1388,34 @@ msgstr ""
"Eine Anwendung foltern, indem ein Haufen Schlssel in den auf der "
"Kommandozeile angegebenen Verzeichnissen gesetzt und gelscht werden."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr "Kurze doc-Zeichenkette fr einen Schlssel anfordern"
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr "Lange doc-Zeichenkette fr einen Schlssel anfordern"
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr "Name des Schemas, das auf diesen Schlssel angewendet wurde, anfordern"
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
"Geben sie den Namen des Schemas gefolgt vom Name des Schlssels auf den der "
"Name des Schemas angewendet werden soll an"
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+#, fuzzy
+msgid "Remove any schema name applied to the given keys"
+msgstr "Name des Schemas, das auf diesen Schlssel angewendet wurde, anfordern"
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr "Geben sie den Namen der voreingestellten Quelle an"
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1341,23 +1425,23 @@ msgstr ""
"`%s --help' ausfhren, um eine vollstndige Liste verfgbarer\n"
"Kommandozeilenoptionen anzuzeigen.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "Es konnte nicht gleichzeitig abgerufen und gesetzt/gelscht werden\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "Es konnte nicht gleichzeitig gesetzt und abgerufen/gelscht werden\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr "--all-entries kann nicht mit --get oder --set verwendet werden\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "--all-dirs kann nicht mit --get oder --set verwendet werden\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
@@ -1365,7 +1449,7 @@ msgstr ""
"--recursive-list sollte nicht mit --get, --set, --unset, --all-entries oder "
"--all-dirs verwendet werden\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
@@ -1373,341 +1457,348 @@ msgstr ""
"--set_schema sollte nicht mit --get, --set, --unset, --all-entries oder --"
"all-dirs verwendet werden\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "Werttyp ist nur beim Setzen eines Wertes von Belang\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Beim Setzen eines Wertes muss ein Typ angegeben werden\n"
# # CONTINUE HERE ##
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "Ping-Option muss alleinstehend verwendet werden.\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "Option --dir-exists muss alleinstehend verwendet werden.\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "Option --install-schema-file muss alleinstehend verwendet werden.\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "Option --makefile-install-rule muss alleinstehend verwendet werden.\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "Option --break-key muss alleinstehend verwendet werden.\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "Option --break-directory muss alleinstehend verwendet werden.\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"Sie mssen eine Konfigurationsquelle mit --config-source angeben, wenn Sie --"
"direct verwenden\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+"Sie sollten --direct benutzen, wenn Sie eine nicht-standard "
+"Konfigurationsquelle verwenden\n"
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "GConf konnte nicht initialisiert werden: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+"GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL ist gesetzt. Schemas werden nicht "
+"intalliert\n"
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "Umgebungsvariable GCONF_CONFIG_SOURCE muss gesetzt sein\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Es konnte nicht auf Konfigurationsquelle(n) zugegriffen werden: %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Fehler beim Herunterfahren: %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
"Sie mssen ein oder mehrere Verzeichnisse zum rekursiven Auflisten angeben.\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Fehler beim Auflisten von Eintrgen in `%s': %s\n"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(kein Wert gesetzt)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Konfigurationsserver (gconfd) konnte nicht gestartet werden: %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Sie mssen ein oder mehrere Schlssel zum Abrufen angeben\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Typ: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Listentyp: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "car-Typ: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "cdr-Typ: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "Vorgabewert: %s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Nicht gesetzt"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Besitzer: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Kurzbeschr.: %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Lange Beschr.: %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "Kein Wert fr `%s' gesetzt\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Wert fr `%s' konnte nicht abgerufen werden: %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "Typ `%s' nicht verstanden\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Sie mssen abwechselnd Schlssel und Werte als Parameter angeben\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "Kein zu setzender Wert fr Schlssel `%s'\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "Schema kann nicht als Wert gesetzt werden\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr "Wenn eine Liste gesetzt wird, mssen einfache Liste angeben werden\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
"Wenn ein Paar gesetzt wird, mssen einfache car- und cdr-Typen angeben "
"werden\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Fehler: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "Fehler beim Zuweisen des Wertes: %s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr "Fehler beim Synchronisieren: %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr "Sie mssen ein oder mehrere Schlssel am Prompt angeben\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr "Keine Schema fr `%s' bekannt\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr "Keine doc-Zeichenkette im Schema in '%s' gespeichert\n"
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Fehler beim Anfordern des Schemas in '%s': %s\n"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr "Keine Schema in '%s' gespeichert\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr "Wert in '%s' ist kein Schema\n"
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
"Sie mssen den Name des Schemas gefolgt vom Name des Schlssels auf den es "
"angewendet werden soll angeben\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ""
"Fehler beim Verknpfen des Schemanamens '%s' mit dem Schlsselname '%s': %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Fehler beim Anfordern des Schemas in '%s': %s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
"Sie mssen einen Schlssel (Schemaname) als einziges Argument angeben\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr "Listentyp muss ein einfacher Typ sein: string, int, float oder bool\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Paar car-Typ muss ein einfacher Typ sein: string, int, float oder bool\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Paar cdr-Typ muss ein einfacher Typ sein: string, int, float oder bool\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Fehler beim Setzen des Wertes: %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Fehler beim Synchronisieren: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Sie mssen ein oder mehrere Verzeichnisse zum Abrufen der Schlssel-/"
"Wertpaare angeben.\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Sie mssen ein oder mehrere zu lschende Schlssel angeben.\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "Fehler beim Lschen von `%s': %s\n"
-#: gconf/gconftool.c:1600
-#, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Fehler beim Auflisten der Unterverzeichnisse von `%s': %s\n"
-
-#: gconf/gconftool.c:1611
-#, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "Fehler beim Auflisten von Eintrgen in `%s': %s\n"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Fehler beim Lschen von `%s': %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr ""
"Sie mssen ein oder mehrere Schlssel zum rekursiven Lschen angeben.\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "Fehler beim Auflisten von Eintrgen in `%s': %s\n"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Sie mssen ein oder mehrere Verzeichnisse zum Auflisten der "
"Unterverzeichnisse angeben.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Fehler beim Auflisten der Verzeichnisse. %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "WARNUNG: ungltiger oder fehlender Typ fr Schema (%s)\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "WARNUNG: ungltiger oder fehlender Listentyp fr Schema (%s)\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
"WARNUNG: Voreingestellten Wert `%s' fr Schema (%s) konnte nicht geparst "
"werden\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr "WARNUNG: ungltiger oder fehlender car- oder cdr-Typ fr Schema (%s)\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "WARNUNG: Sie knnen keinen Vorgabewert fr ein Schema angeben\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "WARNUNG: interner gconftool-Fehler, unbekannter GConfValueType\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "WARNUNG: Typname `%s' konnte nicht geparst werden\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
@@ -1715,38 +1806,38 @@ msgstr ""
"WARNUNG: Listentyp kann nur int, float, string oder bool sein, aber nicht %"
"s\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"WARNUNG: car-Typ kann nur int, float, string oder bool sein, aber nicht %s\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"WARNUNG: cdr-Typ kann nur int, float, string oder bool sein, aber nicht %s\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "WARNUNG: leerer <applyto>-Knoten"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "WARNUNG: Knoten <%s> unter <schema> ist nicht verstndlich\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "WARNUNG: kein Schlssel fr Schema angegeben\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
"WARNUNG: Knoten <locale> hat kein Attribut `name=\"locale\"', wird "
"ignoriert\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1754,53 +1845,53 @@ msgstr ""
"WARNUNG: Mehrere <locale>-Knoten fr Locale `%s', alle hinter dem ersten "
"werden ignoriert\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "WARNUNG: Ungltiger Knoten <%s> in einem <locale>-Knoten\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
"WARNUNG: Schema `%s', Locale `%s' konnte nicht installiert werden: %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "Schema `%s' fr Locale `%s' wurde installiert\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
"WARNUNG: Schema `%s' konnte nicht mit Schlssel `%s' verknpft werden: %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Schema `%s' wurde an Schlssel `%s' angehngt\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Sie mssen in einem <schema> mindestens einen <locale>-Eintrag haben\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "WARNUNG: Knoten <%s> ist innerhalb von <schemalist> unverstndlich\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "`%s' konnte nicht geffnet werden: %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Dokument `%s' ist leer?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1809,27 +1900,27 @@ msgstr ""
"Dokument `%s' hat den falschen Typ von Wurzelknoten (<%s>, sollte "
"<gconfschemafile> sein)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "Dokument `%s' hat keinen Knoten <gconfschemafile> in oberster Ebene\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
"WARNUNG: Knoten <%s> ist unverstndlich innerhalb von <gconfschemafile>\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Fehler beim Synchronisieren von Konfigurationsdaten: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Sie mssen Schemadateien zum Installieren angeben\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1838,16 +1929,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Breakage-Schlssel %s konnte nicht zurckgesetzt werden: %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Sie mssen zu beschdigende Schlssel angeben\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1857,11 +1948,11 @@ msgstr ""
"zu beschdigen:\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Sie mssen zu beschdigende Verzeichnisse angeben\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1872,47 +1963,20 @@ msgstr ""
"in einem Verzeichnis zu beschdigen:\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "GConf-Fehler: %s\n"
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr "GConf-Warnung: Fehler beim Auflisten von Paaren in `%s': %s"
-
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "`%s' erwartet, aber `%s' fr den Schlssel %s erhalten"
-
-#~ msgid "Failed to sync XML cache contents to disk"
-#~ msgstr "Inhalt des XML-Cache konnte nicht mit HDD synchronisiert werden"
-
-#~ msgid ""
-#~ "Failed to lock '%s': probably another process has the lock, or your "
-#~ "operating system has NFS file locking misconfigured (%s)"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
#~ msgstr ""
-#~ "Sperre fr '%s' konnte nicht erzeugt werden: vielleicht hat ein anderer "
-#~ "Prozess die Sperre erzeugt oder ihr Betriebssystem hat eine fehlerhafte "
-#~ "NFS-Konfiguration (%s)"
+#~ "Unsynchronisiertes Verzeichnis wird gelscht, wenn das XML-Backend "
+#~ "beendet wird"
#, fuzzy
-#~ msgid "Schema contains invalid UTF-8"
-#~ msgstr "Text enthlt ungltiges UTF-8"
+#~ msgid "Failed to lock '%s': another process has the lock (%s)"
+#~ msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
-#~ msgid ""
-#~ "You should use --direct when using a non-default configuration source\n"
-#~ msgstr ""
-#~ "Sie sollten --direct benutzen, wenn Sie eine nicht-standard "
-#~ "Konfigurationsquelle verwenden\n"
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Fehler beim Auflisten der Unterverzeichnisse von `%s': %s\n"
-#~ msgid ""
-#~ "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
-#~ msgstr ""
-#~ "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL ist gesetzt. Schemas werden nicht "
-#~ "intalliert\n"
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "Fehler beim Lschen von `%s': %s\n"
#~ msgid "OAF problem description: '%s'"
#~ msgstr "OAF-Problembeschreibung: '%s'"
diff --git a/po/el.po b/po/el.po
index e73557b0..7bcdfa83 100644
--- a/po/el.po
+++ b/po/el.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf 1.1\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-02-03 19:49:58+0900\n"
"Last-Translator: Simos Xenitellis <simos@hellug.gr>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -39,7 +39,7 @@ msgid "Couldn't find the %s root directory in the address `%s'"
msgstr " %s `%s'"
# backends/xml-backend.c:315
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr " `%s': %s"
@@ -56,49 +56,61 @@ msgid "Unloading XML backend module."
msgstr " XML"
# backends/xml-backend.c:300
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr " XML `%s'"
# backends/xml-backend.c:400
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
" XML `%s'"
# backends/xml-backend.c:410
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
" / XML %s "
": %o%o"
+# gconf/gconftool.c:1696 gconf/gconftool.c:1728
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr " : %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
# backends/xml-backend.c:694
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr " XML"
# backends/xml-backend.c:759
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr " XML `%s': %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -106,88 +118,88 @@ msgid ""
msgstr ""
# backends/xml-backend.c:315
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr " `%s': %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr ""
# gconf/gconftool.c:1639
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr " `%s': %s"
# gconf/gconf-internals.c:2416
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr " `%s': %s"
# gconf/gconftool.c:1639
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, fuzzy, c-format
msgid "Failed to set mode on `%s': %s"
msgstr " `%s': %s\n"
# gconf/gconf-internals.c:2416
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr " `%s': %s"
# gconf/gconf-internals.c:2416
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr " `%s': %s"
# gconf/gconftool.c:1639
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr " `%s' `%s': %s"
# gconf/gconftool.c:881
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr " `%s' `%s': %s"
# gconf/gconf-internals.c:2416
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr " `%s': %s"
# gconf/gconftool.c:1639
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr " `%s': %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
# gconf/gconf-internals.c:2416
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr " `%s': %s"
@@ -322,13 +334,31 @@ msgstr " `%s'"
msgid "Failed to shut down backend"
msgstr " (backend)"
+# gconf/gconftool.c:951
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr " GConf: %s\n"
+
+# gconf/gconftool.c:749
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr " GConf: `%s': %s"
+
+# gconf/gconf-internals.c:1292
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr " `%s' `%s' %s"
+
# gconf/gconfd.c:511
-#: gconf/gconf-database.c:231
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr " "
# gconf/gconfd.c:519
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
@@ -336,45 +366,41 @@ msgstr ""
" `%s"
# gconf/gconfd.c:802
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr " "
# gconf/gconfd.c:822
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr " "
# gconf/gconfd.c:1056
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
" : ConfigDatabase"
# gconf/gconfd.c:1194
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr " : %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr ""
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -382,55 +408,67 @@ msgid ""
msgstr ""
# gconf/gconfd.c:1523
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr " `%s': %s"
# gconf/gconfd.c:1561
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr " `%s': %s"
# gconf/gconfd.c:1593
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr " `%s': %s"
# gconf/gconfd.c:1614
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr " `%s': %s"
+# gconf/gconfd.c:1593
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr " `%s': %s"
+
+# gconf/gconfd.c:1523
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr " `%s': %s"
+
# gconf/gconfd.c:1652
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr " `%s': %s"
# gconf/gconfd.c:1676
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr " `%s': %s"
# gconf/gconfd.c:1701
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr " `%s': %s"
# gconf/gconfd.c:1725
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr " `%s': %s"
# gconf/gconfd.c:1745
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr " `%s': %s"
@@ -504,8 +542,8 @@ msgstr ""
# gconf/gconf-internals.c:100
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr " '/' `%s'"
#: gconf/gconf-internals.c:199
@@ -570,7 +608,7 @@ msgstr " `%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -639,7 +677,9 @@ msgstr " `%s': %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -706,80 +746,117 @@ msgid "Failed to remove lock directory `%s': %s"
msgstr " `%s': %s"
# gconf/gconf-internals.c:2416
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr " `%s': %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
# gconf/gconftool.c:510
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr " () () : %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
+msgstr ""
+
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
msgstr ""
# gconf/gconf-internals.c:2416
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr " `%s': %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr ""
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
msgstr ""
# gconf/gconftool.c:1181
-#: gconf/gconf-sources.c:1164
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr " : %s"
# gconf/gconftool.c:964 gconf/gconftool.c:1070
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr " : %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -844,100 +921,105 @@ msgstr ""
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-# gconf/gconf.c:69
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+# gconf/gconf.c:69
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
# gconf/gconf.c:261
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr " `%s'"
# gconf/gconf.c:391
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr " "
# gconf/gconf.c:1449
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, fuzzy, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
" , CORBA: %s"
# gconf/gconf.c:1689
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr " (/)"
# gconf/gconf.c:1711
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr " (/) "
# gconf/gconf.c:1713
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr " (.) (/)"
# gconf/gconf.c:1734
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, fuzzy, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "`%c' /"
# gconf/gconf.c:1734
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' /"
# gconf/gconf.c:1748
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr " / (/)"
# gconf/gconf.c:2079
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr " : %s"
# gconf/gconf.c:2140
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr " , %s"
# gconf/gconf.c:2175
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr " , %s"
# gconf/gconf.c:2210
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr " , %s"
# gconf/gconf.c:2247
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr " , %s"
# gconf/gconf.c:2280
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr " , %s"
# gconf/gconf-internals.c:2105 gconf/gconf.c:2607
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr " CORBA: %s"
@@ -1029,71 +1111,71 @@ msgstr " %d, "
# gconf/gconfd.c:1013
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr " ( %s), . . %u `%s'"
# gconf/gconfd.c:1056
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr " "
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
# gconf/gconftool.c:881
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr " IOR : %s"
# gconf/gconfd.c:1676
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr " `%s': %s"
# gconf/gconfd.c:1100
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr ""
# gconf/gconfd.c:955 gconf/gconfd.c:967
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr " GConf , ."
# gconf/gconfd.c:2115
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr " : %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
# gconf/gconf-internals.c:789
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
" `%s' : %s"
# gconf/gconf-internals.c:2404
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr ""
@@ -1101,13 +1183,13 @@ msgstr ""
"s"
# gconf/gconf-internals.c:2416
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr " `%s': %s"
# gconf/gconf-internals.c:789
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr ""
@@ -1115,43 +1197,43 @@ msgstr ""
"%s': %s"
# gconf/gconf-internals.c:2416
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr " : %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
# gconf/gconfd.c:1676
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr " : %s"
# gconf/gconf-internals.c:2416
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr " `%s': %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1159,19 +1241,19 @@ msgid ""
msgstr ""
# gconf/gconftool.c:881
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr " IOR : %s"
# gconf/gconf-internals.c:2416
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, fuzzy, c-format
msgid "Failed to open saved state file: %s"
msgstr " `%s': %s"
# gconf/gconf-internals.c:2416
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, fuzzy, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
@@ -1179,35 +1261,35 @@ msgstr ""
"s"
# gconf/gconf-internals.c:2416
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
" : %"
"s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
# gconf/gconftool.c:73
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr " "
# gconf/gconftool.c:82
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr " . --type."
# gconf/gconftool.c:91
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr " "
# gconf/gconftool.c:100
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1216,12 +1298,12 @@ msgstr ""
"--owner, --type."
# gconf/gconftool.c:110
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr " "
# gconf/gconftool.c:834
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
@@ -1229,39 +1311,39 @@ msgid ""
msgstr " \n"
# gconf/gconftool.c:119
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr " / ."
# gconf/gconftool.c:128
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr " ."
# gconf/gconftool.c:137
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
" , "
"."
# gconf/gconftool.c:146
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr " 0 , 2 ."
# gconf/gconftool.c:155
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr " gconfd. ."
# gconf/gconftool.c:164
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr " 0 gconfd , 2 "
# gconf/gconftool.c:173
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1270,7 +1352,7 @@ msgstr ""
" )."
# gconf/gconftool.c:182
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1279,12 +1361,12 @@ msgstr ""
" . OK."
# gconf/gconftool.c:183
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "|| |||"
# gconf/gconftool.c:182
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1293,12 +1375,12 @@ msgstr ""
" . ."
# gconf/gconftool.c:183
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "|| |"
# gconf/gconftool.c:182
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1307,7 +1389,7 @@ msgstr ""
" . ."
# gconf/gconftool.c:182
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1316,53 +1398,53 @@ msgstr ""
" . ."
# gconf/gconftool.c:191
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr " ."
# gconf/gconftool.c:192 gconf/gconftool.c:201
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
# gconf/gconftool.c:200
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr " ."
# gconf/gconftool.c:209
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr " "
# gconf/gconftool.c:210
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr ""
# gconf/gconftool.c:218
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr " "
# gconf/gconftool.c:219
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr " "
# gconf/gconftool.c:227
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
" "
# gconf/gconftool.c:228
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
# gconf/gconftool.c:236
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1371,7 +1453,7 @@ msgstr ""
". gconfd ."
# gconf/gconftool.c:245
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1383,7 +1465,7 @@ msgstr ""
" ."
# gconf/gconftool.c:254
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1392,7 +1474,7 @@ msgstr ""
" ."
# gconf/gconftool.c:263
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1400,28 +1482,32 @@ msgstr ""
" "
" ."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
# gconf/gconftool.c:310
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1432,28 +1518,28 @@ msgstr ""
".\n"
# gconf/gconftool.c:322
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr " /\n"
# gconf/gconftool.c:329
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr " /\n"
# gconf/gconftool.c:345
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
#, fuzzy
msgid "Can't use --all-entries with --get or --set\n"
msgstr " --all-dirs --get --set\n"
# gconf/gconftool.c:345
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr " --all-dirs --get --set\n"
# gconf/gconftool.c:355
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
#, fuzzy
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
@@ -1463,7 +1549,7 @@ msgstr ""
"set, --unset, --all-pairs, --all-dirs\n"
# gconf/gconftool.c:365
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
#, fuzzy
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
@@ -1473,366 +1559,368 @@ msgstr ""
"--all-pairs, --all-dirs\n"
# gconf/gconftool.c:371
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr " \n"
# gconf/gconftool.c:377
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr " \n"
# gconf/gconftool.c:386
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr " (ping) .\n"
# gconf/gconftool.c:395
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr " --dir-exists .\n"
# gconf/gconftool.c:404
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr " --install-schema-file .\n"
# gconf/gconftool.c:414
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
" --makefile-install-rule .\n"
# gconf/gconftool.c:424
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr " --break-key .\n"
# gconf/gconftool.c:434
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr " --break-directory .\n"
# gconf/gconftool.c:441
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
" --config-source "
" --direct\n"
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
# gconf-editor/gconf-editor.c:69 gconf/gconftool.c:447
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr " GConf: %s\n"
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
# gconf/gconftool.c:472
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr " GCONF_CONFIG_SOURCE\n"
# gconf/gconftool.c:510
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr " () () : %s\n"
# gconf/gconftool.c:670
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr " : %s\n"
# gconf/gconftool.c:715
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
" "
".\n"
# gconf/gconftool.c:749
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, fuzzy, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr " `%s': %s"
# gconf/gconftool.c:767
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "( )"
# gconf/gconftool.c:820
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr " : %s\n"
# gconf/gconftool.c:834
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr " \n"
# gconf/gconftool.c:865
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr ": %s\n"
# gconf/gconftool.c:865
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr " : %s\n"
# gconf/gconftool.c:865
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr " Car: %s\n"
# gconf/gconftool.c:865
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr " Cdr: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "' : %s\n"
# gconf/gconftool.c:866 gconf/gconftool.c:867 gconf/gconftool.c:868
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
# gconf/gconftool.c:866
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr ": %s\n"
# gconf/gconftool.c:867
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr " : %s\n"
# gconf/gconftool.c:868
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr " : %s\n"
# gconf/gconftool.c:877
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr " `%s'\n"
# gconf/gconftool.c:881
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr " `%s': %s\n"
# gconf/gconftool.c:940 gconf/gconftool.c:1052 gconf/gconftool.c:1056
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr " `%s'\n"
# gconf/gconftool.c:900
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr " / \n"
# gconf/gconftool.c:917
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr " : `%s'\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr ""
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
# gconf/gconftool.c:951
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr ": %s\n"
# gconf/gconftool.c:964 gconf/gconftool.c:1070
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, fuzzy, c-format
msgid "Error setting value: %s\n"
msgstr " : %s"
# gconf/gconftool.c:982 gconf/gconftool.c:1084
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr " : %s"
# gconf/gconftool.c:834
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
#, fuzzy
msgid "Must specify a key or keys on the command line\n"
msgstr " \n"
# gconf/gconf-backend.c:180
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, fuzzy, c-format
msgid "No schema known for `%s'\n"
msgstr " `%s'\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
# gconf/gconfd.c:1745
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr " `%s': %s"
# gconf/gconf-backend.c:180
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr " `%s'\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
# gconf/gconftool.c:1000
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
#, fuzzy
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr " ( ) \n"
# gconf/gconftool.c:1510
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, fuzzy, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ""
": `%s' `%s': %s\n"
+# gconf/gconfd.c:1745
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr " `%s': %s"
+
# gconf/gconftool.c:1000
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr " ( ) \n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
# gconf/gconftool.c:964 gconf/gconftool.c:1070
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr " : %s"
# gconf/gconftool.c:982 gconf/gconftool.c:1084
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr " : %s"
# gconf/gconftool.c:1099
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
" "
" /.\n"
# gconf/gconftool.c:1113
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr " .\n"
# gconf/gconftool.c:1124
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr " `%s': %s\n"
-# gconf/gconfd.c:1725
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr " `%s': %s"
-
-# gconf/gconftool.c:749
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr " `%s': %s"
-
-# gconf/gconftool.c:1124
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr " `%s': %s\n"
-
# gconf/gconftool.c:715
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr ""
" "
".\n"
+# gconf/gconftool.c:749
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr " `%s': %s"
+
# gconf/gconftool.c:1147
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
" "
".\n"
# gconf/gconftool.c:1181
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr " : %s\n"
# gconf/gconftool.c:1220
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ": (%s)\n"
# gconf/gconftool.c:1220
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ": list_type (%s)\n"
# gconf/gconftool.c:1243
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
@@ -1840,53 +1928,53 @@ msgstr ""
"(%s)\n"
# gconf/gconftool.c:1220
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ": car_type cdr_type (%s)\n"
# gconf/gconftool.c:1243
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
": ' \n"
# gconf/gconftool.c:1256
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ""
": gconftool, GConfValueType\n"
# gconf/gconftool.c:1304
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ": `%s'\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
# gconf/gconftool.c:1327
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ": <applyto>"
# gconf/gconftool.c:1330 gconf/gconftool.c:1575
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ""
@@ -1894,19 +1982,19 @@ msgstr ""
"<schema>\n"
# gconf/gconftool.c:1340
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ": \n"
# gconf/gconftool.c:1373
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
": <locale> `name=\"locale\", "
"\n"
# gconf/gconftool.c:1379
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1915,13 +2003,13 @@ msgstr ""
" \n"
# gconf/gconftool.c:1451
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ": <%s> <locale>\n"
# gconf/gconftool.c:1480
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
@@ -1929,32 +2017,32 @@ msgstr ""
"s\n"
# gconf/gconftool.c:1488
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr " `%s' `%s'\n"
# gconf/gconftool.c:1510
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
": `%s' `%s': %s\n"
# gconf/gconftool.c:1518
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr " `%s' `%s'\n"
# gconf/gconftool.c:1588
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr ""
" <locale> <schema>\n"
# gconf/gconftool.c:1617
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ""
@@ -1962,19 +2050,19 @@ msgstr ""
"<schemalist>\n"
# gconf/gconftool.c:1639
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr " `%s': %s\n"
# gconf/gconftool.c:1646
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr " `%s' ;\n"
# gconf/gconftool.c:1658
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1984,13 +2072,13 @@ msgstr ""
" <gconfschemafile>)\n"
# gconf/gconftool.c:1671
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr " `%s' <gconfschemafile> \n"
# gconf/gconftool.c:1685
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
@@ -1998,18 +2086,18 @@ msgstr ""
"<gconfschemafile>\n"
# gconf/gconftool.c:1696 gconf/gconftool.c:1728
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr " : %s"
# gconf/gconftool.c:1712
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr " \n"
# gconf/gconftool.c:1749
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -2019,18 +2107,18 @@ msgstr ""
"%s\n"
# gconf/gconftool.c:1769
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr " %s: %s\n"
# gconf/gconftool.c:1895
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr " \n"
# gconf/gconftool.c:1901
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -2041,12 +2129,12 @@ msgstr ""
" %s\n"
# gconf/gconftool.c:1919
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr " \n"
# gconf/gconftool.c:1938
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -2057,23 +2145,15 @@ msgstr ""
" :\n"
" %s\n"
-# gconf/gconftool.c:951
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr " GConf: %s\n"
-
-# gconf/gconftool.c:749
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr " GConf: `%s': %s"
+# gconf/gconfd.c:1725
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr " `%s': %s"
-# gconf/gconf-internals.c:1292
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr " `%s' `%s' %s"
+# gconf/gconftool.c:1124
+#, fuzzy
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr " `%s': %s\n"
# gconf/gconf-internals.c:2120
#~ msgid "%s"
diff --git a/po/es.po b/po/es.po
index 0afb89be..fcac6692 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf 0.12\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-01-23 16:58-04:00\n"
"Last-Translator: Hctor Garca lvarez <hector@scouts-es.org>\n"
"Language-Team: Spanish <es@li.org>\n"
@@ -31,7 +31,7 @@ msgstr "Inicializando el mdulo BDB"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "No pude encontrar el directorio raz %s en la direccin `%s'"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "No pude crear el directorio `%s': %s"
@@ -45,35 +45,46 @@ msgstr "No puedo leer ni escribir la directorio raz %s en la direccin `%s'"
msgid "Unloading XML backend module."
msgstr "Descargando el mdulo de soporte de XML."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "No pude encontrar el directorio raz XML en la direccin `%s'"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr "No puedo leer ni escribir la directorio raz XML en la direccin `%s'"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr "Los permisos del archivo/directorio de la fuente XML en %s son: %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Error sincronizando datos: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "Inicializando el mdulo de XML"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "Fallo al liberar el bloqueo en el directorio XML `%s': %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
-msgstr "Directorios borrados no sincronizados al descargar el mdulo de XML"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
+msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -82,7 +93,7 @@ msgstr ""
"No pude eliminar el directorio `%s' de la cache del mdulo XML, porque no ha "
"sido sincronizado con la informacin del disco"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -91,80 +102,80 @@ msgstr ""
"%u elementos permanecen en la cache tras limpiarla de elementos ya "
"sincronizados con ms de %u segundos"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "No pude obtener datos de `%s': %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "El archivo XML `%s' es un directorio"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Error al borrar `%s': %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Error al escribir el archivo `%s': %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Error al poner el modo en `%s': %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Error al escribir datos XML en `%s': %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Error al cerrar el archivo `%s': %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Error al renombrar `%s' a `%s': %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Fallo al recuperar `%s' de `%s': %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Error al borrar el archivo antiguo `%s': %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Error al pedir la informacin de `%s': %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Entrada duplicada `%s' en `%s', ignorndola"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "Entrada sin nombre en el archivo XML `%s', ignorndola"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
"Un nodo de alto nivel en el archivo XML `%s' es <%s> en lugar de <entry>, "
"ignorndolo"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Error al crear el archivo `%s': %s"
@@ -288,41 +299,52 @@ msgstr "No pude localizar el mdulo de soporte para `%s'"
msgid "Failed to shut down backend"
msgstr "Fallo al descargar el mdulo"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "Error en GConf: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr "Aviso GConf: error al listar los pares en `%s': %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Esperaba `%s' y obtuve `%s' para la clave %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Recib un valor errneo al realizar la peticin"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"No entend el valor CORBA recibido al realizar la peticin para la clave `%s'"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Recib una peticin para eliminar todos los datos de la cache"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Recib una peticin para sincronizar sncronamente"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr "Error fatal: error al obtener la referencia del objeto ConfigDatabase"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Error al sincronizar uno o ms recursos: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -330,12 +352,12 @@ msgstr ""
"este control al reiniciar gconfd, resultando en una mala notificacin de los "
"cambios de configuracin."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "El ID %lu de control no existe"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -345,47 +367,57 @@ msgstr ""
"(aunque lo ms probable es que no ocurra nada, puede que surjan extraas "
"notificaciones): %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Error al obtener el valor para `%s': %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Error al poner el valor para `%s': %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Error eliminando `%s': %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Error al obtener el valor por defecto para `%s': %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Error eliminando `%s': %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Error al obtener el valor para `%s': %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Error al comprobar la existencia de `%s': %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Error al eliminar el directorio `%s': %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Error al poner todas las entradas en `%s': %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Error al listar directorios en `%s': %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Error al componer el esquema para `%s': %s"
@@ -455,8 +487,8 @@ msgid "No database available to save your configuration"
msgstr "No hay bases de datos disponibles para guardar su configuracin"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "No hay '/' en la clave `%s'"
#: gconf/gconf-internals.c:199
@@ -514,7 +546,7 @@ msgstr "Error de lectura en el archivo `%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr "El texto contiene UTF-8 invlido"
@@ -571,8 +603,10 @@ msgid "Failed to create or open '%s'"
msgstr "Error al crear o abrir '%s'"
#: gconf/gconf-internals.c:2397
-#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+#, fuzzy, c-format
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr "Error al bloquear '%s': otro proceso tiene el bloqueo (%s)"
#: gconf/gconf-internals.c:2425
@@ -635,27 +669,32 @@ msgstr "Error al borrar el archivo `%s': %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Error el eliminar el bloqueo al directorio `%s': %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "Error al crear %s: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr "Error al crear una comunicacin con el demonio gconfd: %s\n"
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Error al ejecutar el servidor de configuracin: %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
+#, fuzzy
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
"Error al contactar con el servidor de configuraciones (una causa probable de "
"esto es que tengas un servidor de configuraciones ejecutandose (gconfd), "
@@ -663,42 +702,76 @@ msgstr ""
"mquinas al mismo tiempo, puede que necesite habilitar el soporte TCP de "
"ORBit\n"
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+#, fuzzy
+msgid "Schema contains invalid UTF-8"
+msgstr "El texto contiene UTF-8 invlido"
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "Error al cargar la fuente `%s': %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr "Esquema `%s' especificado por `%s' guarda un valor no esquemtico"
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "El nombre '/' solo puede ser un directorio, no una clave"
-#: gconf/gconf-sources.c:596
-#, c-format
+#: gconf/gconf-sources.c:679
+#, fuzzy, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
"El valor de `%s' est definido en una fuente de solo lectura en la parte "
"superior de su configuracin."
-#: gconf/gconf-sources.c:608
-#, c-format
+#: gconf/gconf-sources.c:691
+#, fuzzy, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
msgstr ""
"No pude guardar un valor en la clave '%s', ya que el servidor de "
"configuraciones no tiene ninguna base de datos escribible. Hay dos causas "
@@ -712,17 +785,17 @@ msgstr ""
"conexiones remotas de CORBA. Como siempre, compruebe los logs user.* para "
"obtener detalles acerca de los problemas encontrados por gconfd."
-#: gconf/gconf-sources.c:1164
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Error buscando menta-informacin: %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Error obteniendo meta-informacin: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr "Clave `%s' listada como esquema por la clave `%s' es de tipo `%s'"
@@ -787,82 +860,87 @@ msgstr "No entend `%s' (nmero de elementos errneo)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "No entend `%s' (hay un ')' extra dentro del par)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "El servidor no pudo resolver la direccin `%s'"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr "No puedo aadir notificaciones a una fuente de configuracin local"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "Error al aadir el cliente a la lista del servidor, error CORBA: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Debe comenzar con una barra (/)"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "No puede haber dos barras (/) en una fila"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "No puede haber un punto (.) tras una barra (/)"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "`%c' no es un carcter ASCII, no est permitido en nombres de claves"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' es un carcter no vlido en los nombres de claves/directorios"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Las Claves/directorios no pueden terminar con una barra (/)"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Fallo al terminar el servidor de configuraciones: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Esperaba un float, obtuve %s"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Esperaba un entero, obtuve %s"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Esperaba una cadena, obtuve %s"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Esperaba un booleano, obtuve %s"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Esperaba un esquema, obtuve %s"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "Error CORBA: %s"
@@ -945,46 +1023,46 @@ msgstr "Recibida la seal %d, acabando limpiamente"
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "comenzando (versin %s), pid %u usuario '%s'"
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "Fallo al obtener la referencia de un objeto para ConfigServer"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
"Error al escribir al conducto fd %d as que el programa cliente puede que se "
"cuelge: %s"
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Error al obtener bloqueo para el demonio, terminando: %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, c-format
msgid "Error releasing lockfile: %s"
msgstr "Error el liberar el bloqueo: %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Finalizando"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr "El servidor GConf no se est usando, cerrndolo"
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Devolviendo la excepcin: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
@@ -993,7 +1071,7 @@ msgstr ""
"Fall al abrir el archivo de log de gconfd. No ser capaz de restaurar los "
"servicios despus de acabar gconfd (%s)"
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
@@ -1001,39 +1079,39 @@ msgstr ""
"Fall al cerrar el archivo de log de gconfd. Puede que los datos no se hayan "
"guardado apropiadamente (%s)"
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr "No pude abrir el archivo de estado '%s' para escritura: %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "No pude escribir en el archivo de estado guardado '%s' fd: %d: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Error al cerrar el nuevo archivo de estado '%s': %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "No pude apartar el antiguo archivo de estado '%s': %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Error al mover el nuevo archivo de estado a su sitio: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
"Error reponiendo archivo de estado original que haba sido movido a '%s': %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
@@ -1041,17 +1119,17 @@ msgstr ""
"No pude reponer un servicio en la direccin '%s', no pude encontrar la base "
"de datos"
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr "Error leyendo el archivo de estado: %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "No pude abrir el archivo de estado '%s': %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
@@ -1060,7 +1138,7 @@ msgstr ""
"Error al anotar la adicin de un servicio al archivo de log de gconfd. No "
"ser capaz de restaurar el servicio si se cierra gconfd (%s)"
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1069,46 +1147,46 @@ msgstr ""
"Error al anotar la sustraccin de un servicio al archivo de log de gconfd. "
"Puede que restaure errneamente el servicio si se cierra gconfd (%s)"
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Error al obtener IOR para el cliente: %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr "No pude abrir el archivo de estado guardado: %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
"Error al escribir la adicin del cliente al archivo de estado guardado: %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr "Error al escribir la adicin del cliente al archivo de estado: %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
"Se elimin algn cliente del servidor GConf cuando no haba sido aadido."
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Opciones de la ayuda"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr "Asigna una clave a un valor y lo sincroniza. Usar con --type."
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Imprime el valor de una clave por la salida estndar."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1116,11 +1194,11 @@ msgstr ""
"Asigna un esquema y lo sincroniza. Usar con --short-desc, --long-desc, --"
"owner, y --type."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "Elimina la asignacin de las claves en la lnea de comandos"
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
@@ -1128,32 +1206,32 @@ msgstr ""
"Desasignar recursivamente todas la claves en o bajo el directorio de nombres "
"en la lnea de comandos"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Imprime todos los pares clave/valor en un directorio."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Imprime todos los subdirectorios de un directorio."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
"Imprime todos los subdirectorios y entradas de un directorio, recursivamente."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Devuelve 0 si el directorio existe, 2 si no existe."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "Cierra gconfd. NO USE ESTA OPCIN SIN UNA BUENA RAZN."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "Devuelve 0 si gconfd est ejecutndose, 2 si no lo est."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1161,7 +1239,7 @@ msgstr ""
"Ejecuta el servidor de configuracin (gconfd). (Normalmente ocurre "
"automticamente cuando es necesario.)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1169,11 +1247,11 @@ msgstr ""
"Especifique el tipo de un valor asignado, o el tipo del valor descrito por "
"un esquema. nicas abreviaciones admitidas."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|list|pair"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1181,11 +1259,11 @@ msgstr ""
"Especifique el tipo de la lista de valores asignados, o el tipo del valor "
"descrito por un esquema. nicas abreviaciones admitidas."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int|bool|float|string"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1193,7 +1271,7 @@ msgstr ""
"Especifique el tipo de la pareja de valores car asignados, o el tipo del "
"valor descrito por un esquema. nicas abreviaciones admitidas."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1201,45 +1279,45 @@ msgstr ""
"Especifique el tipo de la pareja de valores cdr asignados, o el tipo del "
"valor descrito por un esquema. nicas abreviaciones admitidas."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr "Especifique un descripcin corta de media lnea para un esquema."
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "DESCRIPCIN"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr "Especifique un descripcin de varias lneas para un esquema."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Especifique al dueo de un esquema"
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "DUEO"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Especifique un archivo de esquema para instalar"
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "ARCHIVO"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
"Especifique una fuente de configuracin a usar en lugar de la fuente por "
"defecto"
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "FUENTE"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1247,7 +1325,7 @@ msgstr ""
"Accede a la base de datos de configuraciones directamente, saltndose el "
"servidor. Requiere que no se est ejecutando gconfd."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1258,7 +1336,7 @@ msgstr ""
"fuente de configuracin que no sea la que est por defecto o debe contener "
"una cadena en blanco para usar la fuente por defecto."
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1266,7 +1344,7 @@ msgstr ""
"Realiza un test exhaustivo de una aplicacin mediante la asignacin y el "
"borrado de valores de distintos tipos para claves de la lnea de comandos."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1274,29 +1352,34 @@ msgstr ""
"Realiza un test exhaustivo de una aplicacin mediante la asignacin y el "
"borrado de claves dentro de un directorio."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr "Obtener la cadena doc corta para una clave"
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr "Obtener la cadena doc larga para una clave"
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr "Obtener el nombre del schema aplicado a esta clave"
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
"Especificar el nombre del schema seguido por una clave para aplicarlo al "
"schema llamado"
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+#, fuzzy
+msgid "Remove any schema name applied to the given keys"
+msgstr "Obtener el nombre del schema aplicado a esta clave"
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr "Obtener el nombre de la fuente por defecto"
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1305,23 +1388,23 @@ msgstr ""
"Error en la opcin %s: %s.\n"
"Ejecute '%s --help' para ver una lista completa de opciones disponibles.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "No puede obtener y asignar/borrar simultneamente\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "No puede asignar y obtener/borrar simultneamente\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr "No puede usar --all-entries con --get o --set\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "No puede usar --all-dirs con --get o --set\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
@@ -1329,7 +1412,7 @@ msgstr ""
"No debera usarse --recursive-list con --get, --set, --unset, --all-entries, "
"o --all-dirs\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
@@ -1337,366 +1420,369 @@ msgstr ""
"No debera usarse --set_schema con --get, --set, --unset, --all-entries, --"
"all-dirs\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "El tipo del valor solo es relevante cuando se asigna el valor\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Debe especificar un tipo cuando asigna un valor\n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "La opcin ping debe usarse sola.\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "La opcin --dir-exists debe usarse sola.\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "La opcin --install-schema-file debe usarse sola.\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "La opcin --makefile-install-rule debe usarse sola.\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "La opcin --break-key debe usarse sola.\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "La opcin --break-directory debe usarse sola.\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"Debe especificar una fuente de configuracin con --config-source cuando use "
"--direct\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "Error al iniciar GConf: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "Debe asignar un valor a la variable de entorno GCONF_CONFIG_SOURCE\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Error al acceder a la(s) fuente(s) de configuracin: %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Error al cerrar el programa: %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr "Debe especificar uno o mas directorios para listar recursivamente.\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Error al listar las entradas en `%s': %s\n"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(no hay valor asignado)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Error al reiniciar el servidor de configuraciones (gconfd): %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Debe especificar una clave o claves para obtener\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Tipo: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Tipo de Lista: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Tipo de Car: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Tipo de Cdr: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "Valor por defecto: %s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Sin asignar"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Dueo: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Descripcin corta: %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Descripcin larga: %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "No se ha asignado valor a `%s'\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Error al obtener un valor para `%s': %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "No entiendo el tipo `%s'\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Debe especificar alternativamente claves/valores como argumentos\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "No hay valor asignado para la clave: `%s'\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "No puede asignar un esquema como valor\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr "Cuando asigne una lista debe especificar un tipo de lista primitivo\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
"Cuando asigne un par debe especificar un tipo car y un tipo cdr primitivos\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Error: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "Error asignando valor: %s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr "Error sincronizando: %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr "Debe especificar una clave o claves en la lnea de comandos\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr "No hay ningn schema conocido para `%s'\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr "No hay ninguna cadena doc guardada en el schema en '%s'\n"
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Error al obtener el esquema de `%s': %s\n"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr "No hay ningn schema guardado en `%s'\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr "El valor en '%s' no es un schema\n"
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
"Debe especificar un nombre de schema seguido por el nombre de la clave para "
"aplicarlo a\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "Error al asociar el esquema `%s' con la clave `%s': %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Error al obtener el esquema de `%s': %s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Debe especificar una clave (nombre de esquema) como nico argumento\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr "El tipo de la lista debe ser primitivo: string, int, float o bool\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr "El tipo del par car debe ser primitivo: string, int, float o bool\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr "El tipo del par cdr debe ser primitivo: string, int, float o bool\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Error asignando valor: %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Error sincronizando: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Debe especificar uno o ms directorios donde obtener los pares clave/valor.\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Debe especificar una o ms claves para des-asignar.\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "Error des-asignando `%s': %s\n"
-#: gconf/gconftool.c:1600
-#, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Error al listar directorios de `%s': %s\n"
-
-#: gconf/gconftool.c:1611
-#, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "Error al listar entradas en `%s': %s\n"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Error des-asignando `%s': %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
msgid "Must specify one or more keys to recursively unset.\n"
msgstr "Debe especificar uno o mas claves para desasignar recursivamente.\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "Error al listar entradas en `%s': %s\n"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Debe especificar uno o ms directorios de los que obtener subdirectorios.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Error listando directorios: %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "AVISO: falta tipo o es errneo para el esquema (%s)\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "AVISO: falta tipo de lista o es errneo para el esquema (%s)\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
"AVISO: Error al parsear el valor por defecto `%s' para el esquema (%s)\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr "AVISO: falta tipo car o cdr o es errneo para el esquema (%s)\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "AVISO: No puede asignar un valor por defecto para el esquema\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "AVISO: error interno en gconftool, GConfValueType desconocido\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "AVISO: error al parsear el nombre del tipo `%s'\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"AVISO: el tipo de lista solo puede ser int, float, string o bool y no `%s'\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"AVISO: el tipo de car solo puede ser int, float, string o bool y no `%s'\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"AVISO: el tipo de cdr solo puede ser int, float, string o bool y no `%s'\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "AVISO: nodo <applyto> vaco"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "AVISO: nodo <%s> no comprendido en <schema>\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "AVISO: no hay clave especificada para el esquema\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
"AVISO: nodo <locale> no tiene atributo `name=\"locale\"', ignorndolo\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1704,51 +1790,51 @@ msgstr ""
"AVISO: mltiples nodos <locale> para el locale `%s', ignorando todos despus "
"del primero\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "AVISO: Nodo <%s> invlido en un nodo <locale>\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr "AVISO: error al instalar esquema `%s' locale `%s': %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "Instalado el esquema `%s' para el locale `%s'\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr "AVISO: error al asociar el esquema `%s' con la clave `%s': %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Adjuntado esquema `%s' a la clave `%s'\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Debe tener al menos una entrada <locale> en un <schema>\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "AVISO: no comprend el nodo <%s> bajo <schemalist>\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Error al abrir `%s': %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "El documento `%s' esta vaco?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1757,26 +1843,26 @@ msgstr ""
"El documento `%s' tiene un tipo errneo para el nodo raz (<%s>, debe ser "
"<gconfschemafile>)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "El documento `%s' no tiene node <gconfschemafile> de nivel superior\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr "AVISO: no comprend el nodo <%s> bajo <gconfschemafile>\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Error sincronizando datos: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Debe especificar algunos archivos de esquema a instalar\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1785,16 +1871,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Error al des-asignar la clave de rotura %s: %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Debe especificar algunas claves a romper\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1803,11 +1889,11 @@ msgstr ""
"Tratando de romper su aplicacin asignando valores errneos para la clave:\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Debe especificar algunos directorios a romper\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1818,20 +1904,14 @@ msgstr ""
"directorio:\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "Error en GConf: %s\n"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr "Directorios borrados no sincronizados al descargar el mdulo de XML"
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr "Aviso GConf: error al listar los pares en `%s': %s"
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Error al listar directorios de `%s': %s\n"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "Esperaba `%s' y obtuve `%s' para la clave %s"
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "Error des-asignando `%s': %s\n"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/fi.po b/po/fi.po
index 5b7d2ae5..64678b52 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 0.9\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2000-12-09 22:00+02:00\n"
"Last-Translator: Pauli Virtanen <pauli.virtanen@saunalahti.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
@@ -36,7 +36,7 @@ msgstr "BDB-taustamoduuli kynnistyy"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "%s-juurihakemistoa ei lytynyt osoitteesta \"%s\""
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Hakemistoa '%s' ei voitu luoda: %s"
@@ -52,37 +52,48 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr "XML-taustamoduuli poistuu muistista."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "XML-juurihakemistoa ei lytynyt osoitteesta '%s'"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
"XML-juurihakemistosta osoitteessa '%s' ei voi lukea, eik sinne voi "
"kirjoittaa"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr "XML-lhteen hakemiston tai tiedoston oikeudet juuressa %s ovat: %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Virhe asetustietoja synkronoidessa: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "XML-taustamoduuli kynnistyy"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "XML-hakemiston '%s' lukituksen luovutus eponnistui: %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
-msgstr "Synkronoimattomia hakemistoja poistui XML-taustamoduulia sammuttaessa"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
+msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -91,7 +102,7 @@ msgstr ""
"Hakemiston '%s' poistaminen XML-taustamoduulin vlimuistista ei onnistu, "
"koska se ei ole onnistuneesti synkronoitunut levylle"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -100,78 +111,78 @@ msgstr ""
"%u kohdetta on jljell vlimuistissa %u sekuntia vanhempien jo "
"synkronoitujen kohteiden poiston jlkeen"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "Tiedoston '%s' tilatietoja ei voitu lukea: %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML-tiedostonnimi '%s' on hakemisto"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Tiedoston '%s' poisto eponnistui: %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Tiedoston '%s' kirjoittaminen eponnistui: %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, fuzzy, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Tiedoston '%s' avaaminen eponnistui: %s\n"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Tiedoston '%s' kirjoittaminen eponnistui: %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Tiedoston '%s' sulkeminen eponnistui: %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Tiedoston '%s' nimeminen tiedostoksi '%s' eponnistui: %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Tiedoston '%s' palauttaminen tiedostosta '%s' eponnistui: %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Vanhan tiedoston '%s' poisto eponnistui: %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Tiedoston '%s' tilatietojen lukeminen eponnistui: %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Toinenkin '%s'-merkint tiedostossa '%s': se j huomiotta"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "Nimetn merkint XML-tiedostossa '%s': se j huomiotta"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, fuzzy, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr "Yltason solmu XML-tiedostossa '%s' ei ole <entry>: se j huomiotta"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Tiedoston '%s' luominen eponnistui: %s"
@@ -295,40 +306,51 @@ msgstr "Taustamoduulia '%s' ei lytynyt"
msgid "Failed to shut down backend"
msgstr "Taustamoduulin sammutus eponnistui"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "GConf-virhe: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr "GConf-varoitus: Hakemiston '%s' parien luetteloiminen eponnistui: %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Odotettiin tyyppi '%s', saatiin tyyppi '%s' avaimelle %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Asetuspyyntn vastaanotettiin virheellinen arvo."
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr "Avaimen '%s' asetuspyynnst saatu CORBA-arvo ei ole jrkev"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Pyynt kaiken vlivarastoidun tiedon hylkmiseen vastaanotettu"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Synkronointipyynt vastaanotettu"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr "Vakava virhe: objektiin ConfigDatabase ei saatu viittausta"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Yhden tai useamman lhteen synkronointi eponnistui: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -336,12 +358,12 @@ msgstr ""
"palauttaa gconfd:n kynnistyess uudestaan, mik johtaa epluotettavaan "
"asetusten muutosten ilmoittamiseen."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "Kuuntelija ID %lu ei ole olemassa"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -351,47 +373,57 @@ msgstr ""
"harmitonta, mutta saattaa johtaa ilmoituksen kummalliseen uudelleen "
"ilmaantumiseen): %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Virhe avaimen '%s' arvoa hakiessa: %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Virhe avaimen '%s' arvoa asettaessa: %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Virhe avaimen '%s' arvoa poistaessa: %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Virhe avaimen '%s' oletusarvoa hakiessa: %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Virhe avaimen '%s' arvoa poistaessa: %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Virhe avaimen '%s' arvoa hakiessa: %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Virhe hakemiston '%s' olemassaoloa tarkistaessa: %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Virhe hakemistoa '%s' poistaessa: %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Kaikkien hakemiston '%s' merkintjen saaminen eponnistui: %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Virhe hakemiston '%s' hakemistoja luetteloidessa: %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Virhe avaimen '%s' kaavainta asettaessa: %s"
@@ -461,8 +493,8 @@ msgid "No database available to save your configuration"
msgstr "Tietokantaa ei ole asetusten tallentamista varten."
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Ei merkki '/' avaimessa '%s'"
#: gconf/gconf-internals.c:199
@@ -520,7 +552,7 @@ msgstr "Virhe luettaessa tiedostoa '%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -580,7 +612,9 @@ msgstr "Tiedoston '%s' luominen eponnistui: %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -639,79 +673,116 @@ msgstr "Tiedoston '%s' sulkeminen eponnistui: %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Lukitushakemiston '%s' palauttaminen eponnistui: %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr "Tiedoston '%s' luominen eponnistui: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Asetuslhteen tai lhteiden kyttminen eponnistui: %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "Lhteen '%s' lataaminen eponnistui: %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
"Kaavain '%s', joka on mritelty arvolle '%s' sislt arvon, joka ei ole "
"kaavain."
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "Nimi '/' voi olla vain hakemisto, ei avain"
-#: gconf/gconf-sources.c:596
-#, c-format
+#: gconf/gconf-sources.c:679
+#, fuzzy, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
"Arvo avaimelle '%s' on asetettu vain-luku-lhteess asetuspolkusi alussa."
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Virhe metainfoa etsiess: %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Virhe metainfoa saadessa: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -779,83 +850,88 @@ msgstr "En ymmrtnyt arvoa '%s' (vr mr osia)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "En ymmrtnyt arvoa '%s' (ylimrinen lainaamaton ')' parin sisll)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "'%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Palvelin ei voinut selvitt osoitetta '%s'"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr "Paikalliseen asetuslhteeseen ei voi list huomautuksia"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, fuzzy, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
"Asiakkaan lisminen palvelimen luetteloon eponnistui, CORBA-virhe: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Tytyy alkaa kauttaviivalla (/)"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Kahta kauttaviivaa (/) ei voi olla perkkin"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Pistett (.) ei voi olla heti kauttaviivan (/) jlkeen"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, fuzzy, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "'%c' on virheellinen merkki avaimien ja hakemistojen nimiss"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "'%c' on virheellinen merkki avaimien ja hakemistojen nimiss"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Avaimen tai hakemiston nimi ei voi ptty kauttaviivaan (/)"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Asetuspalvelimen sammutus eponnistui: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Odotettiin liukulukua, saatiin %s"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Odotettiin kokonaislukua, mutta saatiin %s"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Odotettiin merkkijonoa, mutta saatiin %s"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Odotettiin totuusarvoa, mutta saatiin %s"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Odotettiin kaavainta, mutta saatiin %s"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "CORBA-virhe: %s"
@@ -935,44 +1011,44 @@ msgstr "Signaali %d vastaanotettu: sammutetaan siististi"
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "kynnistyy (versio %s), pid %u, kyttj '%s'"
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "Olioon ConfigServer ei saatu viittausta"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Asiakkaan IOR:n saaminen eponnistui: '%s'"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "Virhe hakemistoa '%s' poistaessa: %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Poistutaan"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr "GConf-palvelin ei ole kytss: sammutetaan"
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Palautetaan poikkeus: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
@@ -981,7 +1057,7 @@ msgstr ""
"gconfd:n lokitiedoston avaaminen eponnistui: kuuntelijoita ei voi palauttaa "
"gconfd:n sammutuksen jlkeen (%s)"
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
@@ -989,32 +1065,32 @@ msgstr ""
"gconfd:n lokitiedoston sulkeminen eponnistui: tietoja saattaa olla hvinnyt "
"(%s)"
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr "Tilatiedostoa '%s' ei voitu avata kirjoittamista varten: %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "Tilatiedostoa '%s', fd: %d, ei voitu kirjoittaa: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Uuden tilatiedoston '%s' sulkeminen eponnistui: %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "Vanhaa tilatiedostoa '%s' ei voitu siirt syrjn: %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Uuden tilatiedoston siirtminen paikalleen eponnistui: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
@@ -1022,7 +1098,7 @@ msgstr ""
"Alkuperisen tilatiedoston, joka on nimetty tiedostoksi '%s', palauttaminen "
"eponnistui: %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
@@ -1030,17 +1106,17 @@ msgstr ""
"Kuuntelijan, osoitteessa '%s', palauttaminen ei onnistu: tietokannan "
"selvittminen ei onnistunut"
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr "Virhe tilatiedostoa lukiessa: %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "Tilatiedoston '%s' avaaminen ei onnistu: %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
@@ -1049,7 +1125,7 @@ msgstr ""
"Kuuntelijan lismisen kirjaaminen gconfd:n lokitiedostoon eponnistui: sit "
"ei voi list uudestaan, kun gconfd lopetetaan tai sammuu (%s)"
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1059,45 +1135,45 @@ msgstr ""
"saattaa virheellisesti tulla listyksi uudestaan, kun gconfd lopetetaan tai "
"sammuu (%s)"
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Asiakkaan IOR:n saaminen eponnistui: '%s'"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, fuzzy, c-format
msgid "Failed to open saved state file: %s"
msgstr "Tilatiedoston '%s' avaaminen ei onnistu: %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, fuzzy, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr "Asiakkaan lismisen fflush() tilatiedostoon eponnistui: '%s'"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr "Asiakkaan lismisen fflush() tilatiedostoon eponnistui: '%s'"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
"Jokin asiakas poisti itsens GConf-palvelimesta, kun sit ei oltu listty."
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Ohjevalitsimet"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr "Aseta avain arvolle ja synkronoi. Kyt --type :n kanssa."
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Tulosta avaimen arvo stdout:iin"
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1105,42 +1181,42 @@ msgstr ""
"Aseta kaavain ja synkronoi. Kyt asetusten --short-desc, --long-desc, --"
"owner ja --type kanssa."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "Poista annetut avaimet."
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr "Tytyy mritell haettavat avaimet\n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Tulosta hakemiston kaikki avain+arvo -parit."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Tulosta hakemiston kaikki alihakemistot."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr "Tulosta hakemiston kaikki alihakemistot ja tiedot rekursiivisesti."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Palauta 0 jos hakemisto on olemassa, 2 jos ei."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "Sammuta gconfd. L KYT TT VALITSINTA ILMAN HYV SYYT."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "Palauta 0, jos gconfd on kynniss, ja 2 jos ei."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1148,7 +1224,7 @@ msgstr ""
"Kynnist asetuspalvelin (gconfd). (Mik yleens tehdn tarvittaessa "
"automaattisesti.)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1156,11 +1232,11 @@ msgstr ""
"Mrit asetettavan arvon, tai kaavaimen arvon, tyyppi. Yksiselitteiset "
"lyhenteet kelpaavat."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|list|pair"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1168,11 +1244,11 @@ msgstr ""
"Mrit kaavaimen tai asetettavan luettelon arvon tyyppi. Yksiselitteiset "
"lyhenteet kelpaavat."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int|bool|float|string"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1180,7 +1256,7 @@ msgstr ""
"Mrit kaavaimen tai parin car:n arvon tyyppi. Yksiselitteiset lyhenteet "
"kelpaavat."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1188,43 +1264,43 @@ msgstr ""
"Mrit kaavaimen tai parin cdr:n arvon tyyppi. Yksiselitteiset lyhenteet "
"kelpaavat."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr "Kirjoita lyhyt puolen rivin selostus kaavaimeen laitettavaksi"
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "SELOSTUS"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr "Kirjoita useamman rivin selostus kaavaimeen laitettavaksi"
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Mrit kaavaimen omistaja"
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "OMISTAJA"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Mrit asennettava kaavaintiedosto"
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "TIEDOSTO"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr "Mrit oletuksen sijaan kytettv oletuslhde"
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "LHDE"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1232,7 +1308,7 @@ msgstr ""
"Kyt asetustietokantaa suoraan, ei palvelimen kautta. Tm vaatii, ett "
"gconfd ei ole kynniss."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1243,7 +1319,7 @@ msgstr ""
"osoittamaan ei-oletusasetuslhteeseen, tai, jos halutaan kytt oletusta, "
"tyhjksi."
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1251,7 +1327,7 @@ msgstr ""
"Rasitustestaa sovellusta asettamalla ja poistamalla joukkoa erityyppisi "
"komentorivill mriteltyj arvoja."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1259,27 +1335,31 @@ msgstr ""
"Rasitustestaa sovellusta asettamalla ja poistamalla joukkoa avaimia "
"komentorivill mritellyiss hakemistoissa."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1289,26 +1369,26 @@ msgstr ""
"Aja '%s --help' nhdksesi tydellisen luettelon kytettviss olevista\n"
"valitsimista.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "Ei voi hakea ja poistaa tai asettaa samanaikaisesti\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "Ei voi asettaa ja hakea tai poistaa samanaikaisesti\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
#, fuzzy
msgid "Can't use --all-entries with --get or --set\n"
msgstr ""
"--all-dirs -valitsinta ei voi kytt --get tai --set -valitsinten kanssa\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr ""
"--all-dirs -valitsinta ei voi kytt --get tai --set -valitsinten kanssa\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
#, fuzzy
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
@@ -1317,7 +1397,7 @@ msgstr ""
"--recursive-list asetusta ei pitisi kytt --get, --set, --unset,\n"
"--all-pairs tai --all-dirs asetusten kanssa\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
#, fuzzy
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
@@ -1326,371 +1406,374 @@ msgstr ""
"--set_schema asetusta ei pitisi kytt --get, --set, --unset, --all-pairs\n"
"tai --all-dirs asetusten kanssa\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "Arvotyypill on merkityst vain arvoa asetettaessa\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Arvoa asetettaessa sen tyyppi tytyy mritell\n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "Ping-valitsimen kanssa ei voi kytt muita valitsimia.\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "Valitsimen --dir-exist kanssa ei voi kytt muita valitsimia.\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr ""
"Valitsimen --install-schema-file kanssa ei voi kytt muita valitsimia.\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
"Valitsimen --makefile-install-rule kanssa ei voi kytt muita valitsimia.\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "Valitsimen --break-key kanssa ei voi kytt muita valitsimia.\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "Valitsimen --break-directory kanssa ei voi kytt muita valitsimia.\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"Valitsinta --direct kytettess tytyy mritell asetuslhde valitsimella "
"--config-source\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "GConfin kynnistys eponnistui: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "GCONF_CONFIG_SOURCE ympristmuuttuja tytyy asettaa\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Asetuslhteen tai lhteiden kyttminen eponnistui: %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Sammutusvirhe: %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
"Yksi tai useampi hakemisto tytyy mritell luetteloitaessa "
"rekursiivisesti.\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, fuzzy, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Hakemiston '%s' parien luettelointi eponnistui: %s"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(ei arvoa)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Asetuspalvelimen (gconfd) kynnistys eponnistui: %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Tytyy mritell haettavat avaimet\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Tyyppi: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Luettelon tyyppi: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Car:n tyyppi: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Cdr:n tyyppi: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Poista"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Omistaja: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Lyhyt seloste: %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Pitk seloste: %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "Avaimella '%s' ei ole arvoa\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Avaimen '%s' arvon hakeminen eponnistui: %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "Tyyppi '%s' ei ole tuettu\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Tytyy mritell avain+arvo -pari parametreina\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "Avaimella '%s' ei arvoa\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "Kaavainta ei voi asettaa arvoksi\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
"Luetteloa asettaessasi tytyy sinun mritell luettelo perustyyppiseksi.\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
"Paria asettaessasi tytyy sinun mritell car-type sek cdr-type "
"perustyypeiksi.\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Virhe: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, fuzzy, c-format
msgid "Error setting value: %s\n"
msgstr "Virhe arvoa asettaessa: %s"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr "Virhe synkronoidessa: %s"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
#, fuzzy
msgid "Must specify a key or keys on the command line\n"
msgstr "Tytyy mritell haettavat avaimet\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, fuzzy, c-format
msgid "No schema known for `%s'\n"
msgstr "Tiedostoa '%s' ei lydy\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Virhe avaimen '%s' kaavainta asettaessa: %s"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr "Tiedostoa '%s' ei lydy\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
#, fuzzy
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr "Arvo (kaavaimen nimi) tytyy olla ainoa parametri\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, fuzzy, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "VAROITUS: kaavaimen '%s' kytkent avaimeen '%s' eponnistui: %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Virhe avaimen '%s' kaavainta asettaessa: %s"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Arvo (kaavaimen nimi) tytyy olla ainoa parametri\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr "Luettelon tytyy olla perustyyppinen: string, int, float tai bool\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr "Parin car:n tytyy olla perustyyppinen: string, int, float tai bool\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr "Parin cdr:n tytyy olla perustyyppinen: string, int, float tai bool\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Virhe arvoa asettaessa: %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Virhe synkronoidessa: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr "Hakemistot, joista avain+arvo -parit haetaan, tytyy mritell.\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Tytyy mritell poistettavat avaimet.\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "Virhe avainta '%s' tyhjentess: %s\n"
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Virhe hakemiston '%s' hakemistoja luetteloidessa: %s"
-
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "Hakemiston '%s' parien luettelointi eponnistui: %s"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Virhe avainta '%s' tyhjentess: %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr ""
"Yksi tai useampi hakemisto tytyy mritell luetteloitaessa "
"rekursiivisesti.\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "Hakemiston '%s' parien luettelointi eponnistui: %s"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr "Hakemistoja, joiden alihakemistot saadaan, tytyy mritell.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Virhe hakemistoja luetteloidessa: %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "VAROITUS: kaavaimen (%s) tyyppi on virheellinen tai puuttuu\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "VAROITUS: kaavaimen (%s) list_type puuttuu tai on virheellinen\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr "VAROITUS: Kaavaimen (%s) oletusarvon '%s' tulkinta eponnistui\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
"VAROITUS: parin (%s) car_type tai cdr_type puuttuu tai on virheellinen\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "VAROITUS: Et voi asettaa kaavaimen oletusarvoa\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "VAROITUS: gconftool:in sisinen virhe: tuntematon GConfValueType\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "VAROITUS: tyypin '%s' nimen jsennys eponnistui\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr "VAROITUS: list_type voi olla int, float, string tai bool eik \"%s\"\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr "VAROITUS: car_type voi olla int, float, string tai bool eik \"%s\"\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr "VAROITUS: cdr_type voi olla int, float, string tai bool eik \"%s\"\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "VAROITUS: tyhj <applyto>-solmu"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "VAROITUS: solmu <%s> ei ole ymmrrettviss <schema>:n jlkeen\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "VAROITUS: kaavaimelle ei ole mritelty avainta\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
"VAROITUS: <locale>-solmulla ei ole 'name=\"locale\"'-ominaisuutta: j "
"huomiotta\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1698,51 +1781,51 @@ msgstr ""
"VAROITUS: useita <locale> solmuja localelle '%s': vain ensimminen otetaan "
"huomioon\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "VAROITUS: Virheellinen solmu <%s> solmussa <locale>\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr "VAROITUS: kaavaimen '%s' (locale '%s') asennus eponnistui: %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "Kaavain '%s' asentui localeen '%s'\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr "VAROITUS: kaavaimen '%s' kytkent avaimeen '%s' eponnistui: %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Kaavain '%s' kytkeytyi avaimeen '%s'\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Jokaisessa <schema>:ssa tytyy olla vhintn yksi <locale>-merkint\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "VAROITUS: solmu <%s> ei ole ymmrrettviss <schemalist>:in alla\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Tiedoston '%s' avaaminen eponnistui: %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Asiakirja '%s' on tyhj?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1751,28 +1834,28 @@ msgstr ""
"Asiakirjalla '%s' on vrntyyppinen juurisolmu (<%s>, pitisi olla "
"<gconfschemafile>)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "Asiakirjalla '%s' ei ole ptason <gconschemafile> -solmua\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
"VAROITUS: solmu <%s> solmun <gconfschemafile> jlkeen ei ole "
"ymmrrettviss\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Virhe asetustietoja synkronoidessa: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Asennettavat kaavaintiedostot pit mritell\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1781,16 +1864,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Rikkomisavaimen %s poisto eponnistui: %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Rikottavat avaimet tytyy mritell\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1799,11 +1882,11 @@ msgstr ""
"Yritetn rikkoa sovellus asettamalla virheellisi arvoja avaimelle:\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Tytyy mritell rikottavat hakemistot\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1814,20 +1897,17 @@ msgstr ""
"hakemistossa:\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "GConf-virhe: %s\n"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr ""
+#~ "Synkronoimattomia hakemistoja poistui XML-taustamoduulia sammuttaessa"
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr "GConf-varoitus: Hakemiston '%s' parien luetteloiminen eponnistui: %s"
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Virhe hakemiston '%s' hakemistoja luetteloidessa: %s"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "Odotettiin tyyppi '%s', saatiin tyyppi '%s' avaimelle %s"
+#, fuzzy
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "Virhe avainta '%s' tyhjentess: %s\n"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/fr.po b/po/fr.po
index 11f046fe..a61889f0 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 1.1.2\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-10-12 09:33+0200\n"
"Last-Translator: Christophe Merlet (RedFox) <redfox@eikonex.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@@ -32,7 +32,7 @@ msgstr "Initialisation du module BDB"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "Ne peut trouver le rpertoire racine %s l'adresse %s "
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Ne peut crer le rpertoire %s : %s"
@@ -46,40 +46,49 @@ msgstr "Ne peut lire ou crire vers le rpertoire racine %s l'adresse %s "
msgid "Unloading XML backend module."
msgstr "Dchargement du module XML."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "Ne peut trouver le rpertoire racine XML l'adresse %s "
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
"Ne peut lire ou crire vers le rpertoire racine XML l'adresse %s "
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
"Les permissions du rpertoire/fichier pour la source XML la racine %s "
"sont : %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Erreur de synchronisation des donnes de configuration : %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "Initialisation du module XML"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "chec pour donner le verrou sur le rpertoire XML %s : %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-"Suppressions de rpertoire non synchronises durant l'extinction du module "
-"XML"
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -88,7 +97,7 @@ msgstr ""
"Ne peut supprimer le rpertoire %s depuis le cache XML, parce qu'il n'a "
"pas t convenablement synchronis sur le disque"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -97,79 +106,79 @@ msgstr ""
"%u lments restent dans le cache aprs avoir nettoy les lments dj "
"synchroniss plus vieux que %u secondes"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "Ne peut avoir les statistiques %s : %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "Le nom de fichier XML %s est un rpertoire"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Impossible de supprimer %s : %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Impossible d'crire le fichier %s : %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Impossible de dfinir le mode %s : %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Impossible d'crire les donnes XML vers %s : %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Impossible de fermer le fichier %s : %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Impossible de renommer %s vers %s : %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Impossible de restaurer %s depuis %s : %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Impossible de supprimer l'ancien fichier %s : %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "chec de statistiques %s : %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Ignore l'entre %s duplique dans %s "
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "Ignore l'entre sans nom dans le fichier XML %s "
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
"Un noeud racine dans le fichier XML est %s au lieu de <entry>, ignore"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Impossible de crer le fichier %s : %s"
@@ -299,44 +308,56 @@ msgstr "Ne peut trouver le module pour %s "
msgid "Failed to shut down backend"
msgstr "Impossible d'teindre le module"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "Erreur GConf : %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr ""
+"Avertissement GConf : chec lors du listage des paires dans %s : %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr " %s attendu, obtenu %s pour la cl %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Rception d'une valeur invalide dans la requte de dfinition"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"Impossible de comprendre le sens de la valeur CORBA reu dans la requte de "
"dfinition de la cl %s "
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Rception de la requte d'abandonner toutes les donnes caches"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Rception de la requte de synchronisation synchrone"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
"Erreur fatale : impossible d'obtenir la rfrence de l'objet pour "
"ConfigDatabase"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Impossible de synchroniser une ou plusieurs sources : %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -344,12 +365,12 @@ msgstr ""
"restorer cet couteur au redmarrage de gconfd, rsultant en une "
"notification non sr de changements de configuration."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "L'couteur ID %lu n'existe pas"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -359,47 +380,57 @@ msgstr ""
"d'historique (la plupart du temps sans problme, mais peut rsulter la "
"rapparition d'une notification gnante) : %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Erreur durant l'obtention de la valeur de %s : %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Erreur durant la dfinition de la valeur de %s : %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Erreur durant l'annulation de %s : %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Erreur durant l'obtention de la valeur par dfaut de %s : %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Erreur durant l'annulation de %s : %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Erreur durant l'obtention de la valeur de %s : %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Erreur durant la vrification de l'existence de %s : %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Erreur durant la suppression du rpertoire %s : %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Impossible d'obtenir toutes les entres dans %s : %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Erreur durant le listage des rpertoires dans %s : %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Erreur durant la definition du schema pour %s : %s"
@@ -469,8 +500,8 @@ msgid "No database available to save your configuration"
msgstr "Aucune base de donnes disponible pour sauvegarder votre configuration"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Pas de / dans la cl %s "
#: gconf/gconf-internals.c:199
@@ -528,7 +559,7 @@ msgstr "Erreur lu dans le fichier %s : %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -586,8 +617,10 @@ msgid "Failed to create or open '%s'"
msgstr "Impossible de crer ou d'ouvrir %s "
#: gconf/gconf-internals.c:2397
-#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+#, fuzzy, c-format
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr "Impossible de verrouiller %s : un autre process a le verrou (%s)"
#: gconf/gconf-internals.c:2425
@@ -647,29 +680,34 @@ msgstr "Impossible de nettoyer le fichier %s : %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Impossible de supprimer le verrou de rpertoire %s : %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "Impossible de crer %s : %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
"Impossible de crer un tube pour communiquer avec les dmons gconf crs : %"
"s\n"
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Impossible de lancer le serveur de configuration : %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
+#, fuzzy
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
"Impossible de contacter le serveur de configuration (une cause probable de "
"cela est que vous avez un serveur de configuration existant (gconfd) en "
@@ -677,43 +715,76 @@ msgstr ""
"connect depuis deux machines la fois, vous pouvez avoir besoin d'activer "
"le rseau TCP/IP pour ORBit)\n"
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "Impossible de charger la source %s : %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
"Le schema %s spcifi pour %s ne contient pas une valeur de schema"
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "Le nom / peut seulement tre un rpertoire, pas une cl"
-#: gconf/gconf-sources.c:596
-#, c-format
+#: gconf/gconf-sources.c:679
+#, fuzzy, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
"La valeur pour %s est dfini dans une source en lecture seulement en "
"premier dans votre chemin d'accs de configuration."
-#: gconf/gconf-sources.c:608
-#, c-format
+#: gconf/gconf-sources.c:691
+#, fuzzy, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
msgstr ""
"Incapable de stocker une valeur la cl %s , car le serveur de "
"configuration n'a pas de base de donnes accessible en criture. Il y a deux "
@@ -727,17 +798,17 @@ msgstr ""
"connexions distantes CORBA ? Comme toujours, vrifiez le journal user.* pour "
"les dtails sur les problmes que gconfd a rencontrs."
-#: gconf/gconf-sources.c:1164
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Erreur lors de la recherche de la metainfo : %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Erreur durant l'obtention de la metainfo : %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -810,85 +881,90 @@ msgstr ""
"Impossible de comprendre %s (une ) non chappe trouve "
"l'intrieur d'une paire)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr " %s : %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Le serveur ne peut rsoudre l'adresse %s "
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
"Impossible d'ajouter des notifications une source de configuration locale"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "L'ajout du client la liste du serveur a chou, erreur CORBA : %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Doit commencer avec un slash (/)"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Impossible d'avoir deux slashs (/) dans une range"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Impossible d'avoir un point (.) juste aprs un slash (/)"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr ""
" %c n'est pas un caractre ASCII, aussi il n'est pas autoris dans un nom "
"de cl"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr " %c est un caractre invalide dans un nom de cl/rpertoire"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Une cl/rpertoire ne peut se finir avec un slash (/)"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "chec d'extinction du serveur de configuration : %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Flottant attendu, obtenu %s"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Entier attendu, obtenu %s"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Chane attendu, obtenu %s"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Boolain attendu, obtenu %s"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Schema attendu, obtenu %s"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "Erreur CORBA : %s"
@@ -972,46 +1048,46 @@ msgstr "Rception du signal %d, s'etteind proprement"
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "dmarrage (version %s), pid %u utilisateur %s "
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "Impossible d'obtenir la rfrence de l'objet pour ConfigServer"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
"Impossible d'crire un octet dans le tube fd %d, le programme client peut "
"avoir plant : %s"
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Impossible d'obtenir le verrou pour le dmon, quitte : %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, c-format
msgid "Error releasing lockfile: %s"
msgstr "Erreur durant la libration du verrou de fichier : %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Quitte"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr "Le serveur GConf n'est pas en cours d'utilisation, extinction."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Exception retourne : %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
@@ -1020,7 +1096,7 @@ msgstr ""
"Impossible d'ouvrir le fichier de trace de gconfd ; ne sera pas capable de "
"restorer les couteurs aprs l'extinction de gconfd (%s)"
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
@@ -1028,32 +1104,32 @@ msgstr ""
"Impossible de fermer le fichier de trace de gconfd ; des donnes peuvent ne "
"pas avoir t correctement enregistres (%s)"
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr "Ne peut ouvrir le fichier d'tat enregistr %s pour criture : %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "Ne peut crire le fichier d'tat enregistr %s fd : %d : %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Ne peut fermer le nouveau fichier d'tat enregistr %s : %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "Ne peut dplacer le vieux fichier d'tat enregistr %s : %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Ne peut dplacer le nouveau fichier d'tat enregistr la place : %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
@@ -1061,7 +1137,7 @@ msgstr ""
"Impossible de restorer le fichier d'tat original enregistr qui a t "
"dplac vers %s : %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
@@ -1069,17 +1145,17 @@ msgstr ""
"Incapable de restorer un couteur l'adresse %s , ne peut rsoudre la "
"base de donnes"
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr "Erreur de lecture du fichier d'tat enregistr : %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "Incapable d'ouvrir le fichier d'tat enregistr %s : %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
@@ -1089,7 +1165,7 @@ msgstr ""
"gconfd; ne sera pas capable de rajouter l'couteur si gconfd quitte ou "
"s'eteinds (%s)"
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1099,48 +1175,48 @@ msgstr ""
"gconfd; peut rajouter par erreur l'couteur si gconfd quitte ou s'teinds (%"
"s)"
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Impossible d'obtenir l'IOR pour le client : %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr "Impossible d'ouvrir le fichier d'tat enregistr : %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
"Impossible d'crire l'ajout du client au fichier d'tat enregistr : %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
"Impossible de vider l'ajout du client au fichier d'tat enregistr : %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
"Quelque client se sont supprim d'eux-mme du serveur GConf alors qu'ils "
"n'avaient mme pas t ajouts"
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Options d'aide"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr "Dfinit une valeur une cl et synchronise. utiliser avec --type."
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Affiche la valeeur d'une cl sur la sortie standard."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1148,43 +1224,43 @@ msgstr ""
"Dfinit un schema et synchronise. utiliser avec --short-desc, --long-desc, "
"--owner, et --type."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "Annule les cls prsentes sur la ligne de commande."
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr "Vous devez spcifier une ou plusieurs cls la ligne de commande\n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Affiche toutes les paires cl/valeur d'un rpertoire."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Affiche tous les sous-rpertoires d'un rpertoire."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
"Affiche tous les sous-rpertoires et entres d'un rpertoire, recursivement."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Retourne 0 si le rpertoire existe, sinon 2."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "Achve gconfd. N'UTILISEZ PAS CETTE OPTION SANS UNE BONNE RAISON."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "Retourne 0 si gconfd fonctionne, sinon 2."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1192,7 +1268,7 @@ msgstr ""
"Excute le serveur de configuration (gconfd). (Normallement cela ce fait "
"automatiquement quand c'est ncessaire.)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1200,11 +1276,11 @@ msgstr ""
"Spcifie le type d'une valeur dfinir, ou le type d'une valeur que dcrit "
"un schema. Abbrviation unique OK."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|list|pair"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1212,11 +1288,11 @@ msgstr ""
"Spcifie le type d'une liste de valeur dfinir, ou le type d'une valeur "
"que dcrit un schema. Abbrviation unique OK."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int|bool|float|string"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1224,7 +1300,7 @@ msgstr ""
"Spcifie le type de la valeur du premier lment d'une paire dfinir, ou "
"le type d'une valeur que dcrit un schema. Abbrviation unique OK."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1232,46 +1308,46 @@ msgstr ""
"Spcifie le type de la valeur du second lment d'une paire dfinir, ou le "
"type d'une valeur que dcrit un schema. Abbrviation unique OK."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
"Spcifie une courte description d'une demi-ligne allant dans un schema."
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "DESCRIPTION"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr "Spcifie une description de plusieurs ligne allant dans un schema."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Spcifie le propritaire d'un schema."
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "PROPRITAIRE"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Spcifie le fichier du schema installer."
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "NOMDUFICHIER"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
"Spcifie une source de configuration utiliser plutt que le chemin par "
"dfaut."
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "SOURCE"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1279,7 +1355,7 @@ msgstr ""
"Accde directement la base de donnes de configuration, outrepassant le "
"serveur. Il est ncessaire que gconfd ne fonctionne pas."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1290,7 +1366,7 @@ msgstr ""
"tre dfini sur la source de configuration par dfaut ou doit tre dfini "
"une chane vide pour utiliser la valeur par dfaut."
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1298,7 +1374,7 @@ msgstr ""
"Torture-test une application en dfinissant et annulant un ensemble de "
"valeurs de diffrents types pour les cls de la ligne de commande."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1306,28 +1382,33 @@ msgstr ""
"Torture-test une application en dfinissant et annulant un ensemble de cls "
" l'intrieur des rpertoires de la ligne de commande."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr "Obtient la courte chane de documentation pour une cl"
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr "Obtient la longue chane de documentation pour une cl"
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr "Obtient le nom du schma appliqu cette cl"
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
"Spcifier le nom du schma suivi par la cl pour y appliquer le nom du schma"
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+#, fuzzy
+msgid "Remove any schema name applied to the given keys"
+msgstr "Obtient le nom du schma appliqu cette cl"
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr "Obtient le nom de la source par dfaut"
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1337,23 +1418,23 @@ msgstr ""
"Executez %s --help pour voir la liste complte des options en ligne de "
"commande disponibles.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "Impossible d'obtenir ou dfinir/annuler simultanement\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "Impossible de dfinir ou d'obtenir/annuler simultanment\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr "Impossible d'utiliser --all-entries avec --get ou --set\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "Impossible d'utiliser --all-dirs avec --get ou --set\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
@@ -1361,7 +1442,7 @@ msgstr ""
"--recursive-list ne devrait pas tre utilis avec --get, --set, --unset, --"
"all-entries, ou --all-dirs\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
@@ -1369,345 +1450,348 @@ msgstr ""
"--set_schema ne devrait pas tre utilis avec --get, --set, --unset, --all-"
"entries, et --all-dirs\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr ""
"Le type de valeur est ncessaire seulement lorsque l'on dfinie une valeur\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Vous devez spcifier un type lorsque vous dfinissez une valeur\n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "L'option ping doit tre utilise seule.\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "L'option --dir-exists doit tre utilise seule.\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "L'option --install-schema-file doit tre utilise seule.\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "L'option --makefile-install-rule doit tre utilise seule.\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "L'option --break-key doit tre utilise seule.\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "L'option --break-directory doit tre utilise seule.\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"You devez spcifier une source de configuration avec --config-source quand "
"vous utilisez --direct\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "Echec l'initialisation de GConf : %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "Vous devez dfinir la variable d'environnement GCONF_CONFIG_SOURCE\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Impossible d'accder a(ux) source(s) de configuration : %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Erreur d'extinction : %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
"Vous devez spcifier un ou plusieurs rpertoires lister rcursivement.\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "chec lors du listage des entres dans %s : %s\n"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(aucune valeur dfini)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Impossible de spawner le serveur de configuration (gconfd) : %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Vous devez spcifier une ou plusieurs cls dfinir\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Type : %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Type Liste : %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Type Car : %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Type Cdr : %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "Valeur par dfaut : %s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Indfini"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Propritaire : %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Courte desc. : %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Longue desc. : %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "Aucune valeur dfinie pour %s \n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Impossible d'obtenir de valeur pour %s : %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "Ne comprend pas le type %s \n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Vous devez spcifier au choix des cls/valeurs comme paramtres\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "Aucune valeur dfinir pour la cl : %s \n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "Impossible de dfinir le schema comme valeur\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
"Quand vous dfinissez une liste vous devez spcifier une primitive list-"
"type\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
"Quand vous dfinissez une paire vous devez spcifier une primitive car-type "
"et cdr-type\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Erreur : %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "Erreur l'attribution de la valeur : %s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr "Erreur de synchronisation : %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr "Vous devez spcifier une ou plusieurs cls la ligne de commande\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr "Aucun schma connu pour %s \n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr "Aucune chane de documentation stocke dans le schma %s \n"
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Erreur durant l'obtention du schema %s : %s\n"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr "Aucun schma stock %s \n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr "La valeur %s n'est pas un schema\n"
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
"Vous devez spcifier un nom de schma suivi du nom de la cl appliquer\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "Erreur d'association du nom de schma %s avec la cl %s : %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Erreur durant l'obtention du schema %s : %s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Vous devez spcifier un cl (nom du schema) comme seul paramtre\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Le type de la liste doit tre un type primitif : string, int, float ou bool\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Le type car de la paire doit tre un type primitif : string, int, float ou "
"bool\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Le type cdr de la paire doit tre un type primitif : string, int, float ou "
"bool\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Erreur l'attribution de la valeur : %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Erreur de synchronisation : %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Vous devez spcifier un ou plusieurs rpertoires pour en obtenir les paires "
"cls/valeurs.\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Vous devez spcifier une ou plusieurs cls annuler.\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "Erreur d'annulation de %s : %s\n"
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Erreur durant le listage des rpertoires dans %s : %s"
-
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "chec lors du listage des entres dans %s : %s\n"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Erreur d'annulation de %s : %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr ""
"Vous devez spcifier un ou plusieurs rpertoires lister rcursivement.\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "chec lors du listage des entres dans %s : %s\n"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Vous devez spcifier un ou plusieurs rpertoires pour en obtenir les sous-"
"rpertoires.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Erreur lors du listage des rpertoires : %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "ATTENTION : type invalide ou manquant pour le schema (%s)\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "ATTENTION : list_type invalide ou manquant pour le schema (%s)\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
"ATTENTION : chec d'analyse de la valeur par dfaut %s pour le schema (%"
"s)\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
"ATTENTION : car_type ou cdr_type invalide ou manquant pour le schema (%s)\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
"ATTENTION : Vous ne pouvez dfinir une valeur par dfaut pour un schema\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "ATTENTION : erreur interne gconftool, GConfValueType inconnu\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "ATTENTION : impossible d'analyser le nom du type %s \n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
@@ -1715,40 +1799,40 @@ msgstr ""
"ATTENTION : list_type peut seulement tre int, float, string ou bool et non "
" %s \n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"ATTENTION : car_type peut seulement tre int, float, string ou bool et non "
"%s \n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"ATTENTION : cdr_type peut seulement tre int, float, string ou bool et non "
"%s \n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "ATTENTION : noeud <applyto> vide"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "ATTENTION : le noeud <%s> n'est pas compris sous <schema>\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "ATTENTION : aucune cl spcifi pour le schema\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
"ATTENTION : le noeud <locale> n'a aucun attribut name=\"locale\" , "
"ignor\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1756,54 +1840,54 @@ msgstr ""
"ATTENTION : plusieurs noeuds <locale> pour la locale %s , ignore tous "
"sauf le premier\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "ATTENTION : noeud <%s> invalide dans un noeud <locale>\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
"ATTENTION : impossible d'installer le schma %s pour la locale %s : %"
"s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "Schma %s install pour la locale %s \n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
"ATTENTION : impossible d'associer le schma %s avec la cl %s : %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Schma %s attach la cl %s \n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Vous devez avoir au moins une entre <locale> dans un <schema>\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "ATTENTION : le noeud <%s> n'est pas compris sous <schemalist>\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Impossible d'ouvrir %s : %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Le document %s est vide ?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1812,26 +1896,26 @@ msgstr ""
"Le document %s a le mauvais type de noeud racine (<%s>, devrait tre "
"<gconfschemafile>)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "Le document %s n'a pas de noeud racine <gconfschemafile>\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr "ATTENTION : le noeud <%s> sous <gconfschemafile> n'est pas compris\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Erreur de synchronisation des donnes de configuration : %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Vous devez spcifier quelques fichiers de schema installer\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1840,16 +1924,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "chec de l'annulation de la cl de torture %s : %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Vous devez spcifier quelques cls torturer\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1859,11 +1943,11 @@ msgstr ""
"valeurs pour les cls :\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Vous devez spcifier quelques rpertoires torturer\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1874,21 +1958,18 @@ msgstr ""
"valeurs pour les cls dans le rpertoire :\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "Erreur GConf : %s\n"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr ""
+#~ "Suppressions de rpertoire non synchronises durant l'extinction du "
+#~ "module XML"
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr ""
-"Avertissement GConf : chec lors du listage des paires dans %s : %s"
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Erreur durant le listage des rpertoires dans %s : %s"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr " %s attendu, obtenu %s pour la cl %s"
+#, fuzzy
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "Erreur d'annulation de %s : %s\n"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/ga.po b/po/ga.po
index 5557d09b..49478522 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf.pot\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2000-03-13 18:23+0000\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Irish <ga@li.org>\n"
@@ -31,7 +31,7 @@ msgstr ""
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr ""
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr ""
@@ -45,120 +45,131 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr ""
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr ""
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr ""
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr ""
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr ""
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr ""
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
#, c-format
-msgid "Failed to delete `%s': %s"
+msgid "Failed to delete \"%s\": %s"
msgstr ""
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr ""
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr ""
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr ""
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr ""
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr ""
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr ""
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr ""
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr ""
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr ""
@@ -281,97 +292,118 @@ msgstr ""
msgid "Failed to shut down backend"
msgstr ""
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, fuzzy, c-format
+msgid "GConf Error: %s\n"
+msgstr "Earrid: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr ""
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr ""
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr ""
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr ""
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr ""
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr ""
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Earrid: %s\n"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Earrid: %s\n"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr ""
@@ -442,7 +474,7 @@ msgstr ""
#: gconf/gconf-internals.c:86
#, c-format
-msgid "No '/' in key `%s'"
+msgid "No '/' in key \"%s\""
msgstr ""
#: gconf/gconf-internals.c:199
@@ -500,7 +532,7 @@ msgstr ""
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -558,7 +590,9 @@ msgstr ""
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -615,76 +649,113 @@ msgstr ""
msgid "Failed to remove lock directory `%s': %s"
msgstr ""
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr ""
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
+msgstr ""
+
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, c-format
+msgid "Failed to load source \"%s\": %s"
+msgstr ""
+
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
msgstr ""
-#: gconf/gconf-sources.c:320
+#: gconf/gconf-sources.c:359
#, c-format
-msgid "Failed to load source `%s': %s"
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
msgstr ""
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr ""
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -749,82 +820,87 @@ msgstr ""
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
+#, c-format
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
#, c-format
-msgid "`%s': %s"
+msgid "\"%s\": %s"
msgstr ""
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr ""
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr ""
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr ""
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr ""
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr ""
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr ""
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr ""
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr ""
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr ""
@@ -893,772 +969,779 @@ msgstr ""
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr ""
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr ""
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "Earrid: %s\n"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Ag eirigh as"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr ""
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr ""
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr ""
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr ""
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr ""
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Roghnachais Cabhair"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr ""
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
msgstr ""
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr ""
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr ""
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr ""
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr ""
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr ""
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr ""
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr ""
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
msgstr ""
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr ""
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr ""
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr ""
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "INEAR"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr ""
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "AINMCOMHAD"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
msgstr ""
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr ""
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr ""
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr ""
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr ""
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr ""
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr ""
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr ""
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr ""
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Saghas: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, fuzzy, c-format
msgid "List Type: %s\n"
msgstr "Saghas: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, fuzzy, c-format
msgid "Car Type: %s\n"
msgstr "Saghas: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, fuzzy, c-format
msgid "Cdr Type: %s\n"
msgstr "Saghas: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "inar: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr ""
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr ""
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Earrid: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr "Earrid: %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr ""
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Earrid: %s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr ""
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr ""
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr ""
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1600
-#, c-format
-msgid "Error listing subdirs of '%s': %s\n"
+#: gconf/gconftool.c:1638
+msgid "Must specify one or more keys to recursively unset.\n"
msgstr ""
-#: gconf/gconftool.c:1611
+#: gconf/gconftool.c:1652
#, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr ""
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Earrid: %s\n"
-
-#: gconf/gconftool.c:1659
-msgid "Must specify one or more keys to recursively unset.\n"
+msgid "Failure during recursive unset of \"%s\": %s\n"
msgstr ""
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr ""
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ""
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ""
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ""
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ""
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ""
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr ""
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ""
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Is Capis '`%s' folamh?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
"<gconfschemafile>)\n"
msgstr ""
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr ""
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr ""
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr ""
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1667,45 +1750,30 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr ""
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr ""
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
" %s\n"
msgstr ""
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr ""
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
"directory:\n"
" %s\n"
msgstr ""
-
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, fuzzy, c-format
-msgid "GConf Error: %s\n"
-msgstr "Earrid: %s\n"
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr ""
-
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr ""
diff --git a/po/gl.po b/po/gl.po
index a065697b..71855b0c 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-08-19 15:21+0200\n"
"Last-Translator: Jess Bravo lvarez <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -36,7 +36,7 @@ msgstr "Inicializando o mdulo BDB"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "Non se atopou o directorio raz de %s no enderezo `%s'"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Non foi posible crear o directorio `%s': %s"
@@ -50,36 +50,46 @@ msgstr "Non se pode ler ou escribir no directorio raz de %s no enderezo `%s'"
msgid "Unloading XML backend module."
msgstr "Descargando o mdulo XML."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "Non se atopou o directorio raz de XML no enderezo `%s'"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr "Non se pode ler ou escribir no directorio raz de XML no enderezo `%s'"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr "Os permisos do directorio/ficheiro da fonte XML con raz %s son: %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Erro sincronizando os datos de configuracin: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "Inicializando o mdulo XML"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "Erro ao eliminar o bloqueo no directorio de XML `%s': %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-"Eliminacins de directorios non sincronizadas ao desactivar o mdulo XML"
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -88,7 +98,7 @@ msgstr ""
"Non foi posible eliminar o directorio `%s' da cach do mdulo XML, xa que "
"non foi correctamente sincronizada ao disco"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -97,78 +107,78 @@ msgstr ""
"%u elementos permanecen na cach tras borrar elementos xa sincronizados de "
"mis de %u segundos"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "Non se puido facer stat de `%s': %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "O nome de ficheiro de XML `%s' un directorio"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Erro ao borrar `%s': %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Erro ao escribir o ficheiro `%s': %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Erro ao establecer o modo en `%s': %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Erro ao escribir o ficheiro `%s': %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Erro ao pechar o ficheiro `%s': %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Erro ao renomear `%s' a `%s': %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Erro ao restaurar `%s' de `%s': %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Erro ao borrar o ficheiro antigo `%s': %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Erro ao facer stat de `%s': %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Entrada `%s' duplicada en `%s', ignorando"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "Entrada sen nome no ficheiro XML `%s', ignorando"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, fuzzy, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr "O n de nivel superior no ficheiro XML `%s' non <entry>, ignorando"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Erro ao crear o ficheiro `%s': %s"
@@ -293,43 +303,54 @@ msgstr "Non foi posible localizar o mdulo para `%s'"
msgid "Failed to shut down backend"
msgstr "Fallou a desactivacin do mdulo"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "Erro do GConf: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr "Aviso de GConf: fallo listando as parellas en `%s': %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Agardbase `%s' e obteuse `%s' para a clave %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Recibiuse un valor non vlido na peticin de establecer"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"Non ten sentido o valor CORBA recibido na peticin de establecer para a "
"clave `%s'"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Recibiuse unha peticin de descartar tdolos datos na cach"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Recibiuse unha peticin de sincronizar sincronizadamente"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
"Erro moi grave: fallo ao obter a referencia de obxecto para ConfigDatabase"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Erro ao sincronizar unha ou mis fontes: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -337,12 +358,12 @@ msgstr ""
"ao reiniciar o gconfd, resultando notificacins irreiais de cambios da "
"configuracin."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "O cliente ID %lu non existe"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -351,47 +372,57 @@ msgstr ""
"Erro ao eliminar un cliente do ficheiro de rexistro (probablemente sen "
"problemas, podera resultar unha notificacin reaparecendo): %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Erro obtendo o valor para `%s': %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Erro establecendo o valor de `%s': %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Erro desestablecendo `%s': %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Erro obtendo o valor por omisin de `%s': %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Erro desestablecendo `%s': %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Erro obtendo o valor para `%s': %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Erro comprobando a existencia de `%s': %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Erro borrando o directorio `%s': %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Erro ao obter tdalas entradas de `%s': %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Erro listando os directorios en `%s': %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Erro establecendo o esquema para `%s': %s"
@@ -461,8 +492,8 @@ msgid "No database available to save your configuration"
msgstr "Non hai ningunha base de datos dispoible para gardar a configuracin"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Non hai un '/' na clave `%s'"
#: gconf/gconf-internals.c:199
@@ -520,7 +551,7 @@ msgstr "Erro de lectura no ficheiro `%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -579,7 +610,9 @@ msgstr "Erro ao crear %s: %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -637,66 +670,103 @@ msgstr "Erro ao pechar o ficheiro `%s': %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Erro ao liberar o directorio de bloqueo `%s': %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "Erro ao crear %s: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Erro ao acceder a(s) fonte(s) da configuracin: %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "Erro ao cargar a fonte `%s': %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
"O esquema `%s' indicado para `%s' almacena un valor que non un esquema"
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "O nome '/' s pode ser un directorio, non unha clave"
-#: gconf/gconf-sources.c:596
-#, c-format
+#: gconf/gconf-sources.c:679
+#, fuzzy, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
"O valor de `%s' est establecido nunha fonte de s-lectura no inicio do seu "
"camio de configuracin."
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, fuzzy, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
msgstr ""
"Non posible almacenar un valor na clave '%s', xa que o servidor de "
"configuracin non ten bases de datos escribibles. Hai das causas habituais "
@@ -708,17 +778,17 @@ msgstr ""
"o gconfd, e entrando de novo. Coma sempre, comprobe os rexistros do sistema "
"user.* para detalles dos problemas atopados polo gconfd."
-#: gconf/gconf-sources.c:1164
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Erro buscando metainfo: %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Erro obtendo metainfo: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -785,83 +855,88 @@ msgstr "Non se entendeu `%s' (nmero de elementos errneo)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "Non se entendeu `%s' (atopouse un ')' extra dentro da parella)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "O servidor non puido resolver o enderezo `%s'"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
"Non posible engadir notificacins a unha fonte de configuracin local"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "Erro engadindo o cliente lista do servidor, erro de CORBA: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Ten que comezar cunha barra (/)"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Non pode haber das barras (/) nunha ringleira"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Non pode haber un punto (.) xusto trala barra (/)"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, fuzzy, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "`%c' un carcter non vlido nos nomes de clave/directorio"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' un carcter non vlido nos nomes de clave/directorio"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "A clave/directorio non pode rematar cunha barra (/)"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Fallo desactivando o servidor de configuracin: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Agardbase un flotante, obteuse %s"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Agardbase un enteiro, obteuse %s"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Agardbase unha cadea, obteuse %s"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Agardbase un booleano, obteuse %s"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Agardbase un esquema, obteuse %s"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "Erro de CORBA: %s"
@@ -944,44 +1019,44 @@ msgstr "Recibiuse o sinal %d, sando limpamente"
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "iniciando (versin %s), pid %u usuario '%s'"
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "Erro ao obter unha referencia de obxecto para o ConfigServer"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Erro ao obter o bloqueo para o daemon: %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "Erro ao liberar o ficheiro de bloqueo: %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Sando"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr "Non se est a usar o servidor GConf, sando."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Devolvendo unha excepcin: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
@@ -990,7 +1065,7 @@ msgstr ""
"Erro ao abrir o ficheiro de rexistro do gconfd; non vai ser posible "
"restaurar os clientes ao desactivar o gconfd (%s)"
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
@@ -998,33 +1073,33 @@ msgstr ""
"Erro ao pechar o ficheiro de rexistro do gconfd; pode que os datos non se "
"gardaran apropiadamente (%s)"
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
"Non foi posible abrir para escritura o ficheiro co estado gardado '%s': %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "Non foi posible escribir no ficheiro co estado gardado '%s' fd: %d: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Erro ao pechar o novo ficheiro co estado gardado '%s': %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "Non se pode mover o antigo ficheiro co estado gardado '%s': %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Erro ao mover o novo ficheiro co estado gardado ao sitio: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
@@ -1032,7 +1107,7 @@ msgstr ""
"Erro ao restaurar o ficheiro orixinal co estado gardado que fora movido a '%"
"s': %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
@@ -1040,17 +1115,17 @@ msgstr ""
"Non posible restaurar un cliente no enderezo '%s', non foi posible "
"resolver a base de datos"
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr "Erro lendo o ficheiro co estado gardado: %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "Non posible abrir o ficheiro do estado gardado '%s': %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
@@ -1059,7 +1134,7 @@ msgstr ""
"Erro ao engadir un cliente no ficheiro de rexistro do gconfd; non vai ser "
"posible engadir novamente o cliente se o gconfd sae ou finaliza (%s)"
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1068,46 +1143,46 @@ msgstr ""
"Erro ao eliminar un cliente do ficheiro de rexistro do gconfd; podera "
"engadirse de novo erroneamente o cliente se o gconfd sae ou finaliza (%s)"
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Erro ao obter o IOR do cliente: %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr "Erro ao abrir o ficheiro co estado gardado: %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
"Erro ao escribir a adicin do cliente ao ficheiro co estado gardado: %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
"Erro ao envorcar a adicin do cliente ao ficheiro co estado gardado: %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr "Algn cliente eliminouse do servidor GConf, mais non se engadira."
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Opcins de axuda"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr "Establecer unha clave a un valor e sincronizar. Usar con --type"
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Amosar o valor dunha clave na sada estndar."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1115,43 +1190,43 @@ msgstr ""
"Establecer un esquema e sincronizar. Usar con --short-desc, --long-desc, --"
"owner e --type."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "Desestablecer as claves da lia de comandos"
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr "Debe indicar unha ou varias claves na lia de comandos\n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Amosar tdalas parellas clave/valor dun directorio."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Amosar tdolos subdirectorios dun directorio"
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
"Amosar tdolos subdirectorios e entradas dun directorio, recursivamente."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Devolve 0 se o directorio existe, e 2 se non."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "Desactivar gconf. NON USE ESTA OPCIN SEN UNHA BOA RAZN."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "Devolve 0 se gconfd est a se executar, 2 se non."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1159,7 +1234,7 @@ msgstr ""
"Lanzar o servidor de configuracin (gconfd). (Normalmente faise "
"automaticamente cando se precisa.)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1167,11 +1242,11 @@ msgstr ""
"Indica o tipo de valor que est a ser establecido, ou o tipo do valor que "
"describe un esquema. Abreviacins nicas vlidas."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|list|pair"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1179,11 +1254,11 @@ msgstr ""
"Indica o tipo do valor da lista que se est a establecer, ou o tipo do valor "
"que describe un esquema. Abreviacins nicas vlidas."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int|bool|float|string"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1191,7 +1266,7 @@ msgstr ""
"Indica o tipo do valor da parella car que se est a establecer, ou o tipo do "
"valor que describe un esquema. Abreviacins nicas vlidas."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1199,43 +1274,43 @@ msgstr ""
"Indica o tipo do valor da parella cdr que se est a establecer, ou o tipo do "
"valor que describe un esquema. Abreviacins nicas vlidas."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr "Indica unha descripcin curta de media lia para un esquema."
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "DESCRICIN"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr "Indica unha descricin de varias lias para un esquema."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Indica o dono dun esquema"
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "DONO"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Indica un ficheiro de esquema para instalar"
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "NOME-DE-FICH"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr "Indica unha fonte de configuracin en vez do camio por defecto"
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "FONTE"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1243,7 +1318,7 @@ msgstr ""
"Acceder base de datos da configuracin directamente, ignorando o servidor. "
"Requrese que o gconfd non estea a se executar."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1254,7 +1329,7 @@ msgstr ""
"de configuracin non predeterminada, ou ser unha cadea baleira para usar o "
"predeterminado."
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1262,7 +1337,7 @@ msgstr ""
"Fai unha proba-tortura a unha aplicacin establecendo e desestablecendo un "
"conxunto de valores de diferentes tipos para as claves da lia de comandos."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1270,28 +1345,33 @@ msgstr ""
"Fai unha proba-tortura a unha aplicacin establecendo e desestablecendo un "
"conxunto de claves nos directorios da lia de comandos."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr "Obter a cadea de documentacin curta dunha clave"
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr "Obter a cadea de documentacin longa dunha clave"
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr "Obter o nome do esquema aplicado a esta clave"
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
"Indicar o nome do esquema seguido da clave que aplicar o nome do esquema"
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+#, fuzzy
+msgid "Remove any schema name applied to the given keys"
+msgstr "Obter o nome do esquema aplicado a esta clave"
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr "Obter o nome da fonte por omisin"
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1300,23 +1380,23 @@ msgstr ""
"Erro na opcin %s: %s.\n"
"Execute '%s --help' para ver unha lista completa das opcins dispoibles.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "Non se pode obter e (des)establecer ao mesmo tempo\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "Non se pode establecer e obter/desestablecer ao mesmo tempo\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr "Non se pode usar --all-entries con --get ou --set\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "Non se pode usar --all-dirs con --get ou --set\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
@@ -1324,7 +1404,7 @@ msgstr ""
"--recursive-list non debera usarse con --get, --set, --unset, --all-"
"entries, ou --all-dirs\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
@@ -1332,369 +1412,372 @@ msgstr ""
"--set_schema non debera usarse con --get, --set, --unset, --all-entries, --"
"all-dirs\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "O tipo de valor s relevante ao establecer un valor\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Debe indicar un tipo ao establecer un valor\n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "A opcin de ping debe usarse por si mesma.\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "A opcin --dir-exists debe usarse por si mesma.\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "--install-schema-file debe usarse por si mesma.\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "--makefile-install-rule debe usarse por si mesma.\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "--break-key debe usarse por si mesma.\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "--break-directory debe usarse por si mesma.\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"Ten que indicar unha fonte de configuracin con --config-source se usa --"
"direct\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "Fallou a iniciacin de GConf: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "Ten que establecer a variable de ambiente GCONF_CONFIG_SOURCE\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Erro ao acceder a(s) fonte(s) da configuracin: %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Erro ao finalizar: %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr "Ten que indicar un ou mis directorios para listar recursivamente\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Erro listando as entradas en `%s': %s\n"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(ningn valor establecido)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Erro ao lanzar o servidor de configuracin (gconfd): %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Debe indicar unha clave ou claves para obter\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Tipo: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Tipo de lista: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Tipo de car: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Tipo de cdr: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "Valor por omisin: %s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Desestablecer"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Dono: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Descricin curta: %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Descricin longa: %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "Ningn valor establecido para `%s'\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Erro ao obter o valor de `%s': %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "Non se entende o tipo `%s'\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Debe indicar claves/valores alternados como argumentos\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "Non hai ningn valor para establecer para a clave: `%s'\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "Non se pode establecer un esquema como valor\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr "Ao establecer unha lista, debe indicar o tipo primitivo da lista\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
"Ao establecer unha parella, debe indicar o tipo primitivo do car e do cdr\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Erro: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "Erro ao establecer o valor: %s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr "Erro ao sincronizar: %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr "Debe indicar unha ou varias claves na lia de comandos\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr "Non hai ningn esquema para `%s'\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr "Non hai ningunha cadea de documentacin no esquema de '%s'\n"
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Erro obtendo o esquema de '%s': %s\n"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr "Non hai ningn esquema almacenado en '%s'\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr "O valor de '%s' non un esquema\n"
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
"Debe indicar un nome de esquema seguido do nome da clave para aplicarllo\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "Erro ao asociar o nome de esquema '%s' co nome de clave '%s': %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Erro obtendo o esquema de '%s': %s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Debe indicar a clave (o nome do esquema) como nico argumento\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
"O tipo dunha lista ten que ser un tipo primitivo: string, int, float ou "
"bool\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
"O tipo do car dunha parella ten que ser un tipo primitivo: string, int, "
"float ou bool\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
"O tipo do cdr dunha parella ten que ser un tipo primitivo: string, int, "
"float ou bool\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Erro establecendo o valor: %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Erro sincronizando: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Debe indicar un ou mis directorios para obter as parellas clave/valor.\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Debe indicar unha ou mis claves para desestablecer.\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "Erro ao desestablecer `%s': %s\n"
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Erro listando os directorios en `%s': %s"
-
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "Erro listando as entradas en `%s': %s\n"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Erro ao desestablecer `%s': %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr "Ten que indicar un ou mis directorios para listar recursivamente\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "Erro listando as entradas en `%s': %s\n"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Debe indicar un ou mis directorios para obter os subdirectorios deles.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Erro listando directorios: %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "AVISO: falta ou non vlido o tipo para o esquema (%s)\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "AVISO: falta ou non vlido o list_type para o esquema (%s)\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr "AVISO: Erro ao analizar o valor por omisin `%s' para o esquema (%s)\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
"AVISO: falta ou non vlido o car_type ou cdr_type para o esquema (%s)\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "AVISO: Non pode establecer un valor por omisin para un esquema\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "AVISO: erro interno de gconftool, GConfValueType descoecido\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "AVISO: erro ao analizar o nome de tipo `%s'\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr "AVISO: list_type s pode ser int, float, string ou bool, e non `%s'\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr "AVISO: car_type s pode ser int, float, string ou bool, e non `%s'\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr "AVISO: cdr_type s pode ser int, float, string ou bool, e non `%s'\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "AVISO: n <applyto> baleiro"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "AVISO: n <%s> non entendido baixo <schema>\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "AVISO: non se indicou unha clave para o esquema\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
"WARNING: o n <locale> non ten o atributo `name=\"locale\"', ignorando\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1702,51 +1785,51 @@ msgstr ""
"AVISO: Mltiples ns <locale> para o locale `%s', ignorando todos tralo "
"primeiro\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "AVISO: N <%s> non vlido nun n <locale>\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr "AVISO: fallo ao instalar o esquema `%s' locale `%s': %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "Instalado o esquema `%s' para o locale `%s'\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr "AVISO: fallo ao asociar o esquema `%s' coa clave `%s': %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Asociado o esquema `%s' clave `%s'\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Ten que ter polo menos unha entrada <locale> nun <schema>\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "AVISO: n <%s> non entendido baixo <schemalist>\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Erro ao abrir `%s': %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "O documento `%s' est baleiro?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1755,26 +1838,26 @@ msgstr ""
"O documento `%s' ten un tipo errneo de n raz (<%s>, debera ser "
"<gconfschemafile>)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "O documento `%s' non ten o n de nivel superior <gconfschemafile>\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr "AVISO: n <%s> baixo <gconfschemafile> non entendido\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Erro sincronizando os datos de configuracin: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Debe indicar algn ficheiro de esquema para instalar\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1783,16 +1866,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Erro ao desestablecer a clave estragadora %s: %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Debe indicar algunhas claves para estragar\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1801,11 +1884,11 @@ msgstr ""
"Tentando estragar a aplicacin establecendo valores errneos para a clave:\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Debe indicar algns directorios para estragar\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1816,20 +1899,17 @@ msgstr ""
"do directorio:\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "Erro do GConf: %s\n"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr ""
+#~ "Eliminacins de directorios non sincronizadas ao desactivar o mdulo XML"
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr "Aviso de GConf: fallo listando as parellas en `%s': %s"
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Erro listando os directorios en `%s': %s"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "Agardbase `%s' e obteuse `%s' para a clave %s"
+#, fuzzy
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "Erro ao desestablecer `%s': %s\n"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/hu.po b/po/hu.po
index 5a5e993b..df221648 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 0.6\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-02-07 19:01+01:00\n"
"Last-Translator: Gabor Laszlo Kiss <docy@levele.com>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
@@ -30,7 +30,7 @@ msgstr "BDB backend-modul indtsa"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "Nem tallhat a %s gykr knyvtr a `%s' cmen"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Nem lehet a knyvtrat ltrehozni `%s': %s"
@@ -44,35 +44,46 @@ msgstr "Nem tudok olvasni vagy irni a %s gykr knyvtrban a `%s' cmen"
msgid "Unloading XML backend module."
msgstr "Nincs betltve az XML httr modul."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "Nem tallhat az XML gykr knyvtr a `%s' cmen"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr "Nem tudok olvasni vagy irni az XML gykr knyvtrba a `%s' cmen"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr "Knyvtr/fjl jogosultsgok az XML forrsnak a gykrben %s are: %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr ""
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "XML httr modul indtsa"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "Sikertelen az XML `%s' knyvtr zrolsnak feloldsa: %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
-msgstr "Szinkronizlatlan knyvtr trlsek az XML httr lelltsakor"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
+msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -81,85 +92,85 @@ msgstr ""
"Lehetetlen a `%s' knyvtr trlse az XML httr gyorstrbl, mert nem "
"lehetett eredmnyesen szinkronizlni a lemezhez"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "Nem sikerlt a `%s' fjl adatait lekrdezni: %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML `%s' fjlnv egy knyvtr"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Sikertelen `%s' trlse: %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Nem tudom rni `%s' fjlt: %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, fuzzy, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Sikertelen `%s' trlse: %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Nem tudom rni `%s' fjlt: %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Sikertelen a `%s' fjl bezrsa: %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Sikertelen tnevezs `%s'-rl `%s'-re: %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Sikertelen visszallts `%s'-re `%s'-rl: %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Sikertelen a rgi `%s' fjl trlse: %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Sikertelen adat lekrdezs a `%s'-rl: %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Ketts bejegyzs `%s' a `%s'-ben, elvetem"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "Nv nlkli bejegyzs az XML `%s' fjlban, elvetem"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, fuzzy, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr "Fels szint node az XML `%s' fjlban nem <bejegyezs>, elvetem"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Sikertelen a `%s' fjl ltrehozsa: %s"
@@ -284,97 +295,118 @@ msgstr "Nem talltam a httr modult `%s' szmra"
msgid "Failed to shut down backend"
msgstr "Nem sikerlt lelltani a httrt"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr ""
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr ""
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr ""
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr ""
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr ""
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Nem sikerlt szinkronizlni egy vagy tbb forrst: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr ""
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Hiba az rtk belltskor `%s' szmra: %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Hiba az rtk belltskor `%s' szmra: %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Hiba az rtk belltskor `%s' szmra: %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Hiba knyvtr trlsekor `%s': %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Hiba a knyvtrak listzsakor a `%s'-ban: %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Hiba a sma belltsakor `%s': %s"
@@ -444,8 +476,8 @@ msgid "No database available to save your configuration"
msgstr ""
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Nem lehet '/' a kulcsban `%s'"
#: gconf/gconf-internals.c:199
@@ -503,7 +535,7 @@ msgstr ""
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -561,7 +593,9 @@ msgstr "Sikertelen a `%s' fjl ltrehozsa: %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -618,76 +652,113 @@ msgstr "Sikertelen a `%s' fjl bezrsa: %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Sikertelen tnevezs `%s'-rl `%s'-re: %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr "Sikertelen a `%s' fjl ltrehozsa: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "A mvelet nem engedlyezett a konfigurcis szerver nlkl"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
+msgstr "Sikertelen a `%s' fjl ltrehozsa: %s"
+
+#: gconf/gconf-sources.c:346
#, c-format
-msgid "Failed to load source `%s': %s"
+msgid "Resolved address \"%s\" to a writable config source at position %d"
msgstr ""
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr ""
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -752,82 +823,87 @@ msgstr ""
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
+#, c-format
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
#, c-format
-msgid "`%s': %s"
+msgid "\"%s\": %s"
msgstr ""
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr ""
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr ""
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr ""
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr ""
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr ""
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr ""
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr ""
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr ""
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr ""
@@ -896,799 +972,806 @@ msgstr ""
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr ""
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Sikertelen `%s' trlse: %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "Sikertelen a `%s' fjl ltrehozsa: %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr ""
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr ""
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr ""
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr ""
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr ""
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, fuzzy, c-format
msgid "Error reading saved state file: %s"
msgstr "Hiba knyvtr trlsekor `%s': %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, fuzzy, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Nem sikerlt lezrni"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, fuzzy, c-format
msgid "Failed to open saved state file: %s"
msgstr "Sikertelen a `%s' fjl ltrehozsa: %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, fuzzy, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr "Sikertelen a `%s' fjl ltrehozsa: %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, fuzzy, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr "Sikertelen a `%s' fjl ltrehozsa: %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr ""
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr ""
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
msgstr ""
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr ""
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr ""
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr ""
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr ""
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr ""
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr ""
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr ""
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
msgstr ""
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr ""
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr ""
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr ""
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr ""
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr ""
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr ""
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
msgstr ""
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr ""
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr ""
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr ""
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr ""
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr ""
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, fuzzy, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Hiba a knyvtrak listzsakor a `%s'-ban: %s"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr ""
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr ""
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr ""
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr ""
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr ""
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr ""
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr ""
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, fuzzy, c-format
msgid "Error setting value: %s\n"
msgstr "Hiba az rtk belltskor `%s' szmra: %s"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr "Hiba a modul megnyitsakor `%s': %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr ""
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, fuzzy, c-format
msgid "No schema known for `%s'\n"
msgstr "Nincs ilyen fjl `%s'\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Hiba a sma belltsakor `%s': %s"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr "Nincs ilyen fjl `%s'\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, fuzzy, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "Figyelmen kvl hagyott `%s' smanv, rvnytelen: %s"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Hiba a sma belltsakor `%s': %s"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr ""
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr ""
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr ""
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Hiba a knyvtrak listzsakor a `%s'-ban: %s"
+#: gconf/gconftool.c:1638
+msgid "Must specify one or more keys to recursively unset.\n"
+msgstr ""
-#: gconf/gconftool.c:1611
+#: gconf/gconftool.c:1652
#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
+msgid "Failure during recursive unset of \"%s\": %s\n"
msgstr "Hiba a knyvtrak listzsakor a `%s'-ban: %s"
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Hiba az rtk belltskor `%s' szmra: %s"
-
-#: gconf/gconftool.c:1659
-msgid "Must specify one or more keys to recursively unset.\n"
-msgstr ""
-
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr ""
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ""
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ""
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ""
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ""
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ""
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr ""
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ""
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr ""
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
"<gconfschemafile>)\n"
msgstr ""
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr ""
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr ""
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr ""
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
"%s\n"
msgstr ""
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr ""
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr ""
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
" %s\n"
msgstr ""
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr ""
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1696,20 +1779,12 @@ msgid ""
" %s\n"
msgstr ""
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr ""
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr ""
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr "Szinkronizlatlan knyvtr trlsek az XML httr lelltsakor"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr ""
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Hiba a knyvtrak listzsakor a `%s'-ban: %s"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/it.po b/po/it.po
index 5972274c..95894ccc 100644
--- a/po/it.po
+++ b/po/it.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf 0.5\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-02-15 06:57+01:00\n"
"Last-Translator: Christopher R. Gabriel <cgabriel@softwarelibero.org>\n"
"Language-Team: Italian <it@li.org>\n"
@@ -31,7 +31,7 @@ msgstr "Inizializzo il modulo backend BDB"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr ""
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr ""
@@ -45,120 +45,131 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr ""
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr ""
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr ""
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr ""
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr ""
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr ""
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
#, c-format
-msgid "Failed to delete `%s': %s"
+msgid "Failed to delete \"%s\": %s"
msgstr ""
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr ""
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr ""
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr ""
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr ""
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr ""
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr ""
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr ""
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr ""
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr ""
@@ -281,97 +292,118 @@ msgstr ""
msgid "Failed to shut down backend"
msgstr ""
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr ""
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr ""
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr ""
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr ""
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr ""
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr ""
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr ""
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr ""
+
+#: gconf/gconf-database.c:1443
+#, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr ""
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr ""
@@ -442,7 +474,7 @@ msgstr ""
#: gconf/gconf-internals.c:86
#, c-format
-msgid "No '/' in key `%s'"
+msgid "No '/' in key \"%s\""
msgstr ""
#: gconf/gconf-internals.c:199
@@ -500,7 +532,7 @@ msgstr ""
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -558,7 +590,9 @@ msgstr ""
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -615,76 +649,113 @@ msgstr ""
msgid "Failed to remove lock directory `%s': %s"
msgstr ""
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr ""
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
+msgstr ""
+
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, c-format
+msgid "Failed to load source \"%s\": %s"
+msgstr ""
+
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
msgstr ""
-#: gconf/gconf-sources.c:320
+#: gconf/gconf-sources.c:359
#, c-format
-msgid "Failed to load source `%s': %s"
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
msgstr ""
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr ""
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -749,82 +820,87 @@ msgstr ""
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
+#, c-format
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
#, c-format
-msgid "`%s': %s"
+msgid "\"%s\": %s"
msgstr ""
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr ""
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr ""
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr ""
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr ""
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr ""
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr ""
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr ""
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr ""
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr ""
@@ -893,817 +969,809 @@ msgstr ""
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr ""
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr ""
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, c-format
msgid "Error releasing lockfile: %s"
msgstr ""
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr ""
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr ""
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr ""
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr ""
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr ""
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr ""
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr ""
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr ""
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
msgstr ""
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr ""
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr ""
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr ""
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr ""
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr ""
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr ""
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr ""
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
msgstr ""
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr ""
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr ""
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr ""
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr ""
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr ""
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr ""
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
msgstr ""
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr ""
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr ""
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr ""
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr ""
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr ""
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr ""
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr ""
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr ""
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr ""
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr ""
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr ""
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr ""
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr ""
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr ""
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr ""
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr ""
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr ""
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr ""
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1600
-#, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr ""
-
-#: gconf/gconftool.c:1611
-#, c-format
-msgid "Failure listing entries in '%s': %s\n"
+#: gconf/gconftool.c:1638
+msgid "Must specify one or more keys to recursively unset.\n"
msgstr ""
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
+#: gconf/gconftool.c:1652
#, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr ""
-
-#: gconf/gconftool.c:1659
-msgid "Must specify one or more keys to recursively unset.\n"
+msgid "Failure during recursive unset of \"%s\": %s\n"
msgstr ""
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr ""
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ""
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ""
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ""
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ""
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ""
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr ""
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ""
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr ""
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
"<gconfschemafile>)\n"
msgstr ""
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr ""
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr ""
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr ""
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
"%s\n"
msgstr ""
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr ""
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr ""
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
" %s\n"
msgstr ""
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr ""
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
"directory:\n"
" %s\n"
msgstr ""
-
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr ""
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr ""
-
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 0d8ef4f3..267780d2 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 1.1.6cvs\n"
-"POT-Creation-Date: 2002-01-29 23:06+0900\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2002-01-29 23:14+0900\n"
"Last-Translator: Takeshi Aihana <aihana@muc.biglobe.ne.jp>\n"
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
@@ -174,7 +174,9 @@ msgstr ""
#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
-msgstr "XML ե '%s' Υȥåץ٥Ρɤ <entry> ǤϤʤ <%s> Ǥ̵뤷ޤ"
+msgstr ""
+"XML ե '%s' Υȥåץ٥Ρɤ <entry> ǤϤʤ <%s> Ǥ̵"
+"ޤ"
#: backends/xml-dir.c:1192
#, c-format
diff --git a/po/ko.po b/po/ko.po
index fcc0cdf8..6dec07dc 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf CVS-20000906\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2000-09-06 18:05+0900\n"
"Last-Translator: Chideok Hwang <hwang@mizi.co.kr>\n"
"Language-Team: Korean <ko@li.org>\n"
@@ -31,7 +31,7 @@ msgstr ""
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr " `%s'ּҸ ؼҼ ϴ"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "`%s'丮 ϴ: %s"
@@ -45,120 +45,131 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr ""
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr " Ÿ ȭϴµ ߻߽ϴ: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr ""
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr ""
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "`%s'  ϴ: %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML ̸ `%s` 丮Դϴ"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "`%s'⸦ ߽ϴ: %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "`%s` Ⱑ ߽ϴ: %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, fuzzy, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "`%s' µ ߽ϴ: %s\n"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "`%s` Ⱑ ߽ϴ: %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "`%s' ݴµ ߽ϴ: %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr ""
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr ""
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr " `%s` Ⱑ ߽ϴ: %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "`%s' ϴ: %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Ʈ `%s' `%s' ߺǾֽϴ. "
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "`%s' ϴµ ߽ϴ: %s"
@@ -281,97 +292,118 @@ msgstr ""
msgid "Failed to shut down backend"
msgstr ""
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, fuzzy, c-format
+msgid "GConf Error: %s\n"
+msgstr ": %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr ""
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr ""
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr ""
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr ""
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr ""
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr ""
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "`%s' µ ߻: %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "`%s' ϴµ ߻: %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "`%s' ⺻ µ ߻: %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr " ϴµ ߻: %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "`%s' µ ߻: %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "`%s' ˻ϴµ ߻߽ϴ: %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "`%s' ִ Ʈ µ ߽ϴ: %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "`%s' Ű : %s"
@@ -441,8 +473,8 @@ msgid "No database available to save your configuration"
msgstr ""
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Ű `%s' '/' ϴ"
#: gconf/gconf-internals.c:199
@@ -500,7 +532,7 @@ msgstr "`%s' дµ ߻߽ϴ: %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -558,7 +590,9 @@ msgstr "`%s' ϴµ ߽ϴ: %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -615,76 +649,113 @@ msgstr "'%s' µ ߽ϴ: %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "`%s' µ ߽ϴ: %s\n"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr "`%s' ϴµ ߽ϴ: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr " (gconfd) Ҽ ϴ: %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "source `%s' ҷ̴µ ߽ϴ: %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr ""
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Ÿ ãµ ϴ: %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Ÿ µ ϴ: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -749,82 +820,87 @@ msgstr ""
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr " `%s'ּҸ ؼҼ ϴ"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, fuzzy, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr " ϴµ Ͽϴ. ڹ : %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "(/) ؾմϴ"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr ""
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr " µ ߽ϴ: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Ǽ ;ϳ ſ %s ϴ."
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr " ;ϳ ſ %s ϴ."
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "ڿ ;ϳ ſ %s ϴ."
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "bool ;ϳ ſ %s ϴ."
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Ű ;ϳ ſ %s ϴ"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "ڹ : %s"
@@ -893,667 +969,674 @@ msgstr "ñ׳ %d ޾Ƽ ħϴ"
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr ""
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "`%s' µ ߽ϴ: %s\n"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "`%s' ϴµ ߽ϴ: %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr ""
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
#, fuzzy
msgid "GConf server is not in use, shutting down."
msgstr "ñ׳ %d ޾Ƽ ħϴ"
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "ܰ ߻߽ϴ: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, fuzzy, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "`%s'Ͽ ϴ: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, fuzzy, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "`%s' ݴµ ߽ϴ: %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, fuzzy, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "`%s'  ϴ: %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, fuzzy, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "`%s' ϴµ ߽ϴ: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, fuzzy, c-format
msgid "Error reading saved state file: %s"
msgstr "`%s' дµ ֽϴ: %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, fuzzy, c-format
msgid "Failed to get IOR for client: %s"
msgstr "`%s' µ ߽ϴ: %s\n"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, fuzzy, c-format
msgid "Failed to open saved state file: %s"
msgstr "`%s' ݴµ ߽ϴ: %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, fuzzy, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr "`%s' ϴµ ߽ϴ: %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, fuzzy, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr "`%s' ϴµ ߽ϴ: %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr ""
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr ""
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
msgstr ""
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr ""
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr " Ű Ű Ͽմϴ\n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr ""
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr ""
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "丮 0 ƴϸ 2 ݴϴ"
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr ""
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "gconfd ư 0 ƴϸ 2 ݴϴ"
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
msgstr ""
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr ""
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr ""
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr ""
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr ""
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr ""
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr ""
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
msgstr ""
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr ""
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "GConf ʱȭϴµ ߽ϴ: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "GCONF_CONFIG_SOURCE ȯ溯 ϼ\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr ""
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "ġµ ߻: %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, fuzzy, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "`%s' pair ϴµ ϴ: %s"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr ""
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr " (gconfd) Ҽ ϴ: %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr " Ű Ű Ͽմϴ\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Ÿ: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "List Ÿ: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Car Ÿ: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Cdr Ÿ: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr ": %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "`%s' µ ߽ϴ: %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "`%s'Ÿ νҼ ϴ\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr ""
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "μ Ű Ҽ ϴ\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr ": %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, fuzzy, c-format
msgid "Error setting value: %s\n"
msgstr " ϴµ ߻: %s"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr "ȭ ߽ϴ: %s"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
#, fuzzy
msgid "Must specify a key or keys on the command line\n"
msgstr " Ű Ű Ͽմϴ\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, fuzzy, c-format
msgid "No schema known for `%s'\n"
msgstr "`%s'Ͱ ϴ\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "`%s' Ű : %s"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr "`%s'Ͱ ϴ\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, fuzzy, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ": Ű `%s' Ű `%s' Ҵϴµ ϴ: %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "`%s' Ű : %s"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr "List Ÿ ⺻Ÿ(ڿ, , Ǽ, /)̾մϴ\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr "Pair car Ÿ ⺻Ÿ(ڿ, , Ǽ, /)̾մϴ\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr "Pair cdr Ÿ ⺻Ÿ(ڿ, , Ǽ, /)̾մϴ\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr " ϴµ ߻: %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "ȭ ߽ϴ: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr ""
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "丮鸦 оµ : %s\n"
-
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "`%s' pair ϴµ ϴ: %s"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr " ϴµ ߻: %s"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr " Ű Ű Ͽմϴ\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "`%s' pair ϴµ ϴ: %s"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "丮鸦 оµ : %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ": Ű(%s) ϰų Ÿ ֽϴ\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ": Ű(%s) ϰų list_type ֽϴ\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ": Ű ⺻ ϴ\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ": gconftool , νҼ GConfValueType\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ": Ÿ ̸ `%s' Ľϴµ ߽ϴ\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
@@ -1561,88 +1644,88 @@ msgstr ""
": list_type ,Ǽ, ڿ Ǵ boolϼ ֽϴ. `%s' ȵ˴"
".\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
": car_type ,Ǽ, ڿ Ǵ boolϼ ֽϴ. `%s' ȵ˴"
".\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
": cdr_type ,Ǽ, ڿ Ǵ boolϼ ֽϴ. `%s' ȵ˴"
".\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ": <applyto>尡 ֽϴ"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ": <schema>Ʒ <%s> մϴ\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ""
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ": <locale>ӿ ʴ <%s>尡 ֽϴ\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ": Ű `%s' `%s' ġ ߽ϴ: %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "`%s' Ű `%s' ġ߽ϴ\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ": Ű `%s' Ű `%s' Ҵϴµ ϴ: %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Ű `%s' Ű `%s' Ҵմϴ\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr " <schema>ȿ Ѱ <locale>Ʈ ־մϴ\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ": <schemalist>Ʒ <%s> ʽϴ\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "`%s' µ ߽ϴ: %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "`%s' ʳ?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1651,26 +1734,26 @@ msgstr ""
"`%s' ֻ (<%s>) ֽϴ(ݵ"
"<gconfschemafile>̾մϴ\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr " `%s' ֻ ܰ <gconfschemafile> 尡 ϴ\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ": <gconfschemafile>Ʒ ִ <%s> ʽϴ\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr " Ÿ ȭϴµ ߻߽ϴ: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "ġ Ű ϵ ϼžմϴ\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1679,27 +1762,27 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr ""
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr ""
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
" %s\n"
msgstr ""
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr ""
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1707,20 +1790,9 @@ msgid ""
" %s\n"
msgstr ""
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, fuzzy, c-format
-msgid "GConf Error: %s\n"
-msgstr ": %s\n"
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr ""
-
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr ""
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "丮鸦 оµ : %s\n"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/nl.po b/po/nl.po
index 340d094b..f8868444 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf cvs\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2000-11-19 18:25+0100\n"
"Last-Translator: Almer S. Tigelaar <almer1@dds.nl>\n"
"Language-Team: Dutch <nl@li.org>\n"
@@ -33,7 +33,7 @@ msgstr "Bezig met initializeren XML backend module"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "Kon de XML root directory niet vinden in het adres `%s'"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Kon directory `%s' niet maken: %s"
@@ -48,38 +48,47 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr "Bezig met ontladen XML backend module."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "Kon de XML root directory niet vinden in het adres `%s'"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
"Kan niet lezen uit of schrijven naar de XML root directory in het adres `%s'"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr "Directory/bestand permissies voor XML bron bij root %s zijn: %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Fout bij synchronizeren configuratie gegevens: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "Bezig met initializeren XML backend module"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "Fout bij het loslaten van de vergrendeling op XML dir `%s': %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-"Ongesynchronizeerde verwijderde directories tijdens het afsluiten van het "
-"XML backend"
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -89,7 +98,7 @@ msgstr ""
"synchroniseren\n"
"naar de schijf niet successvol is verlopen"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -98,79 +107,79 @@ msgstr ""
"%u items achtergebleven in de cache na het schoonmaken van de al "
"gesynchronizeerde items ouder dan %u seconden"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "Kon niet status voor `%s' niet verkrijgen: %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML bestandsnaam `%s' is een directory"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Fout bij verwijderen `%s': %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Fout bij het schrijven naar bestand `%s': %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, fuzzy, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Fout bij openen `%s': %s\n"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Fout bij het schrijven naar bestand `%s': %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Fout bij sluiten bestand `%s': %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Fout bij het wijzigen van de naam van `%s' naar `%s': %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Fout bij het terugzetten `%s' van `%s': %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Fout bij het verwijderen van oud bestand `%s': %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Fout bij vergaren status van `%s': %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Dubbele \"entry\" `%s' in `%s', wordt genegeerd"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "\"Entry\" zonder naam in XML bestand `%s', word genegeerd"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, fuzzy, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
"Hoogste node in XML bestand `%s' is niet van type \"<entry>\", word genegeerd"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Fout bij maken bestand `%s': %s"
@@ -295,43 +304,54 @@ msgstr "Kon backend module voor `%s' niet vinden"
msgid "Failed to shut down backend"
msgstr "Fout bij stoppen van backend"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "GConf Fout: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr "GConf waarschuwing: fout bij het weergeven van paren in `%s': %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Verwachte `%s' kreeg `%s' voor sleutel %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Ongeldige waarde ontvangen in instel verzoek"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"Kon geen wijs maken uit de CORBA waarde die ontvangen werd in een instel "
"verzoek voor sleutel `%s'"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Verzoek om alle gecachede gegevens te laten vallen"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Verzoek ontvangen om synchroon te synchronizeren"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
"Fatale fout: fout bij het vergaren van object referentie naar ConfigDatabase"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Fout bij synchronizeren van een of meer bronnen: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -339,12 +359,12 @@ msgstr ""
"hersteld als gconfd word herstart, dit resulteert in onbetrouwbare "
"notificatie van configuratie wijzingen."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "Luisteraar ID %lu bestaat niet"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -354,47 +374,57 @@ msgstr ""
"(waarschijnlijk niet gevaarlijk, kan resulteren in een notificatie die "
"opnieuw weer verschijnt): %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Fout bij het vergaren van waarde voor `%s': %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Fout bij het instellen van waarde voor `%s': %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Fout bij het ontzetten `%s': %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Fout bij het vergaren van de standaardwaarde voor `%s': %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Fout bij het ontzetten `%s': %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Fout bij het vergaren van waarde voor `%s': %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Fout bij het controleren van bestaan van `%s': %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Fout bij het verwijderen van directory `%s': %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Fout bij het vergaren van alle \"entries\" in `%s': %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Fout bij het vergaren van directorylijst in `%s': %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Fout bij het instellen van schema voor `%s': %s"
@@ -464,8 +494,8 @@ msgid "No database available to save your configuration"
msgstr "Geen databank beschikbaar om configuratie naar op te slaan"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Geen '/' in '%s' sleutel"
#: gconf/gconf-internals.c:199
@@ -523,7 +553,7 @@ msgstr "Leesfout op bestand `%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -582,7 +612,9 @@ msgstr "Fout bij maken bestand `%s': %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -640,78 +672,115 @@ msgstr "Fout bij openen bestand '%s': %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Fout bij het vrijgegeven van vergrendelings directory `%s': %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr "Fout bij maken bestand `%s': %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Fout bij benaderen configuratie bron(nen): %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "Fout bij het laden bron `%s': %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr "Schema `%s' gespecificeerd voor `%s', slaat een niet schema waarde op"
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "De '/' naam kan alleen een directory zijn, geen sleutel"
-#: gconf/gconf-sources.c:596
-#, c-format
+#: gconf/gconf-sources.c:679
+#, fuzzy, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
"Waarde voor `%s' ingesteld op een alleen-lezen bron aan de voorkant van je "
"configuratie pad."
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Fout bij het zoeken van metainfo: %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Fout bij het vergaren van metainfo: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -778,83 +847,88 @@ msgstr "`%s' niet begrepen (verkeerd aantal elementen)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "`%s' niet begrepen (extra ')' gevonden binnen paar)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Server kon adres `%s' niet vinden"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr "Kan notificaties niet toevoegen aan lokale configuratie bron"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, fuzzy, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
"Toevoegen van client aan de lijst van de server mislukt, CORBA fout: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Moet beginnen met een schuine streep (/)"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Kan geen twee schuine strepen (/) achter elkaar hebben"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Kan geen punt (.) na een schuine streep (/) hebben"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, fuzzy, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "`%c' is een ongeldig karakter in sleutel/directory namen"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' is een ongeldig karakter in sleutel/directory namen"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Sleutel/directory mag niet eindigen op een schuine streep (/)"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Fout bij sluiten configuratie server: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Verwachte 'float', kreeg %s"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Verwachte 'int', kreeg %s"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Verwachte 'string', kreeg %s"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Verwachte 'bool', kreeg %s"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Verwachte 'schema', kreeg %s"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "CORBA fout: %s"
@@ -938,44 +1012,44 @@ msgstr "Signaal %d ontvangen, normale afsluiting"
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "(versie %s) gestart, pid %u gebruiker '%s'"
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "Fout bij het verkrijgen van object referentie voor ConfigServer"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Fout bij vergaren van IOR voor client: %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "Fout bij lezen bestand '%s': %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Gestopt"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr "GConf server word niet gebruikt, bezig met afsluiten."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Uitzondering: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
@@ -984,7 +1058,7 @@ msgstr ""
"Fout bij het openen van gconfd log bestand; kan luisteraars naar gconfd "
"afsluiting niet herstarten (%s)"
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
@@ -992,34 +1066,34 @@ msgstr ""
"Fout bij sluiten van gconfd log bestand; gegevens zijn misschien niet goed "
"opgeslagen (%s)"
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr "Kon opslag status bestand '%s' niet openen voor schrijven: %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr ""
"Kon de opslag status bestand '%s' niet wegschrijven bestands-descriptor: %d: "
"%s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Fout bij sluiten van nieuw opslag status bestand '%s': %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "Kon oud opslag status bestand niet verplaatsen '%s': %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Fout bij verplaatsen van nieuw opslag status bestand: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
@@ -1027,7 +1101,7 @@ msgstr ""
"Fout bij het herstellen van origineel opslag status bestand dat was "
"verplaatst naar '%s': %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
@@ -1035,17 +1109,17 @@ msgstr ""
"Fout bij het herstellen van luisteraar op adres '%s', kon de databank niet "
"vinden"
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr "Fout bij lezen opslag status bestand: %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "Fout bij openen opslag status bestand '%s': %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
@@ -1054,7 +1128,7 @@ msgstr ""
"Fout bij het loggen van toevoeging van luisteraars aan het gconfd log "
"bestand; kan luisteraar niet opnieuw toevoegen als gconfd stopt (%s)"
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1064,48 +1138,48 @@ msgstr ""
"bestand; misschien word de luisteraar foutief opnieuw toegevoegd als gconfd "
"stopt (%s)"
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Fout bij vergaren van IOR voor client: %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, fuzzy, c-format
msgid "Failed to open saved state file: %s"
msgstr "Fout bij openen opslag status bestand '%s': %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, fuzzy, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
"Fout bij spoelen van toevoeging van client aan het opslag status bestand: %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
"Fout bij spoelen van toevoeging van client aan het opslag status bestand: %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
"Enkele clienten verwijderden zichzelf van de GConf server terwijl ze niet "
"waren toegevoegd."
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Help opties"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr "Stel een sleutel in op een waarde en synchronizeer. Gebruik met --type"
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Druk de waarde van een sleutel af op de standaard uitvoer."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1113,42 +1187,42 @@ msgstr ""
"Stel een schema in en synchronizeer. Gebruik met --short-desc, --long-desc, "
"--owner, en --type."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "De sleutels op de opdrachtregel uitzetten"
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr "Moet een sleutel of meerdere sleutels specificeren om te 'vergaren'\n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Druk alle sleutel/waarde paren in een directory af."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Druk alle subdirectories in een directory af."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr "Druk alle subdirectories en items in een directory recursief af."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Geef 0 terug als de directory bestaat, 2 als het niet bestaat."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "Stop gconfs. GEBRUIK DEZE OPTIE NIET ZONDER EEN GOEDE REDEN!."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "Geef 0 terug als gconfd draait, 2 als dit niet het geval is."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1156,7 +1230,7 @@ msgstr ""
"Lanceer de configuratie server (gconfd). (Gebeurt normaalgesproken "
"automatisch als het nodig is)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1164,11 +1238,11 @@ msgstr ""
"Specificeer het type van de waarde die word ingesteld, of het type van de "
"waarde die een schema omschrijft. Unieke afkortingen zijn toegestaan."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|list|pair"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1176,11 +1250,11 @@ msgstr ""
"Specificeer het type van de in te stellen lijst waarde, of het type van een "
"waarde die een schema omschrijft. Unieke afkortingen zijn toegestaan."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int|bool|float|string"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1188,7 +1262,7 @@ msgstr ""
"Specificeer het type van het car waardepaar dat wordt ingesteld, of het type "
"van een waarde die een schema omschrijft. Unieke afkortingen zijn toegestaan."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1196,48 +1270,48 @@ msgstr ""
"Specificeer het type cdr waardepaar dat wordt ingesteld, of het type van een "
"waarde die een schema omschrijft. Unieke afkortingen zijn toegestaan."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
"Specificeer een korte halve-regel omschrijving die in het schema moet komen."
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "OMSCHRIJVING"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
"Specificeer een uit meerdere regels bestaande omschrijving die in het schema "
"moet komen."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Specificeer de eigenaar van dit schema"
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "EIGENAAR"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Specificeer een te installeren schema bestand"
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "BESTANDSNAAM"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
"Specificeer een te gebruiken configuratie bron in plaats van het standaard "
"pad"
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "BRON"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1245,7 +1319,7 @@ msgstr ""
"Benader de configuratie databank direct, de server omzeilend. Gconfd mag "
"niet draaien."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1256,7 +1330,7 @@ msgstr ""
"standaard configuratie bron of naar een lege tekenreeks om de "
"standaardwaarde te gebruiken."
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1264,7 +1338,7 @@ msgstr ""
"Martelings-test voor applicaties d.m.v. het instellen en uitzetten van een "
"groep waarden van verschillende typen voor sleutels op de opdrachtregel."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1272,27 +1346,31 @@ msgstr ""
"Martelings-test voor een applicatie d.m.v. het instellen en uitzetten van "
"een groep sleutels binnen de directories op de opdrachtregel."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1302,24 +1380,24 @@ msgstr ""
"Start '%s --help' om een volledige lijst van beschikbare opdrachtregel "
"opties te zien.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "Kan niet vergaren en tegelijkertijd instellen/uitzetten\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "Kan niet instellen en tegelijkertijd vergaren/uitzetten\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
#, fuzzy
msgid "Can't use --all-entries with --get or --set\n"
msgstr "Kan --all-dirs niet met --get of --set gebruiken\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "Kan --all-dirs niet met --get of --set gebruiken\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
#, fuzzy
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
@@ -1328,7 +1406,7 @@ msgstr ""
"--recursive-list moet niet gebruikt worden met --get, --set, --unset, --all-"
"pairs of --all-dirs\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
#, fuzzy
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
@@ -1337,338 +1415,341 @@ msgstr ""
"--set_schema moet niet gebruikt worden met --get, --set, --unset, --all-"
"pairs of --all-dirs\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "Waardetype is alleen relevant als een waarde word ingesteld\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Moet een type geven als een waarde word ingesteld\n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "Ping optie moet gebruikt worden door zichzelf.\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "--dir-exists optie moet gebrukt worden door zichzelf.\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "--install-schema-file moet gebruikt worden door zichzelf.\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "--makefile-install-rule moet gebruikt worden door zichzelf.\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "--break-key moet gebruikt worden door zichzelf.\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "--break-directory moet gebruikt worden door zichzelf.\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"Je moet een configuratie bron specificeren met --config-source als je --"
"direct gebruikt\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "Fout bij initializeren GConf: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "Moet GCONF_CONFIG_SOURCE omgevings variabele instellen\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Fout bij benaderen configuratie bron(nen): %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Afsluit fout: %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
"Moet een of meerdere directories specificeren om recursief weer te geven.\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, fuzzy, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Fout bij het weergeven van paren in `%s': %s"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(geen waarde ingesteld)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Fout bij het starten van de configuratie server (gconfd): %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Moet een sleutel of meerdere sleutels specificeren om te 'vergaren'\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Type: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Lijst Type: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Car Type: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Cdr Type: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Niet ingesteld"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Eigenaar: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Korte Omschrijving: %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Lange Omschrijving: %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "Geen waarde ingesteld voor `%s'\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Fout bij het vergaren van waarde voor `%s': %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "Type `%s' niet begrepen\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Moet afwisselend een aantal sleutels/waarden als argumenten geven\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "Geen waarde ingesteld voor sleutel: `%s'\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "Kan schema niet in stellen als waarde\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
"Als je een lijst instelt moet je een primitief lijst-type specificeren\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
"Als je paren instelt moet je een primtief car-type en cdr-type specificeren\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Fout: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, fuzzy, c-format
msgid "Error setting value: %s\n"
msgstr "Fout bij instellen waarde: %s"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr "Fout bij synchronizeren: %s"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
#, fuzzy
msgid "Must specify a key or keys on the command line\n"
msgstr "Moet een sleutel of meerdere sleutels specificeren om te 'vergaren'\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, fuzzy, c-format
msgid "No schema known for `%s'\n"
msgstr "Bestand `%s' bestaat niet\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Fout bij het instellen van schema voor `%s': %s"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr "Bestand `%s' bestaat niet\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
#, fuzzy
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr "Moet een sleutel (schema naam) specificeren als het enige argument\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, fuzzy, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "WAARSCHUWING: fout bij associeren schema `%s' met sleutel `%s': %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Fout bij het instellen van schema voor `%s': %s"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Moet een sleutel (schema naam) specificeren als het enige argument\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr "Lijst type moet een primitief type zijn: string, int, float of bool\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Paar car type moet een primitief type zijn: string, int, float of bool\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Paar cdr type moet een primitief type zijn: string, int, float of bool\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Fout bij instellen waarde: %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Fout bij synchronizeren: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Moet een of meer directories specificeren om sleutel/waarde paren van te "
"laden.\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Moet een of meer sleutels specificeren om uit te zetten.\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "Fout bij uitzetten `%s': %s\n"
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Fout bij het vergaren van directorylijst in `%s': %s"
-
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "Fout bij het weergeven van paren in `%s': %s"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Fout bij uitzetten `%s': %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr ""
"Moet een of meerdere directories specificeren om recursief weer te geven.\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "Fout bij het weergeven van paren in `%s': %s"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Moet specificeren met een of meerdere directories om subdirectories van te "
"vergaren specificeren.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Fout bij weergeven directoris: %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "WAARSCHUWING: ongeldig of ontbrekend type voor schema (%s)\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "WAARSCHUWING: ongeldig of ontbrekend list_type voor schema (%s)\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
"WAARSCHUWING: Fout bij ontleden standaardwaarde voor `%s' voor schema (%s)\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
"WAARSCHUWING: ongeldig of ontbrekend car_type of cdr_type voor schema (%s)\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "WAARSCHUWING: Je kunt geen standaardwaarde instellen voor een schema\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "WAARSCHUWING: gconftool interne fout, onbekend GConfValueType\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "WAARSCHUWING: fout bij ontleden type naam `%s'\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
@@ -1676,40 +1757,40 @@ msgstr ""
"WAARSCHUWING: list_type kan alleen int, float, string of bool zijn en niet `%"
"s'\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"WAARSCHUWING: car_type kan alleen int, float, string of bool zijn en niet `%"
"s'\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"WAARSCHUWING: cdr_type kan alleen int, float, string of bool zijn en niet `%"
"s'\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "WAARSCHUWING: lege <applyto> node"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "WAARSCHUWING: node <%s> niet begrepen onder <schema>\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "WAARSCHUWING: geen sleutel gespecificeerd voor schema\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
"WAARSCHUWING: <locale> node heeft geen `name=\"locale\"' attribuut, wordt "
"genegeerd\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1717,51 +1798,51 @@ msgstr ""
"WAARSCHUWING: meerdere <locale> nodes voor locale `%s', alle na de eerste "
"worden genegeerd\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "WAARSCHUWING: Ongeldige node <%s> in een <locale> node\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr "WAARSCHUWING: fout bij installeren schema `%s' locale `%s': %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "Schema `%s' voor locale `%s' geinstalleerd\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr "WAARSCHUWING: fout bij associeren schema `%s' met sleutel `%s': %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Schema `%s' aan sleutel `%s' bevestigd\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Je moet tenminste een <locale> item hebben in een <schema>\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "WAARSCHUWING: node <%s> niet begrepen onder <schemalist>\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Fout bij openen `%s': %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Document `%s' is leeg?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1770,26 +1851,26 @@ msgstr ""
"Document `%s' heeft verkeerd root node type (<%s>, zou <gconfschemafile> "
"moeten zijn\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "Document `%s' heeft geen top niveau <gconfschemafile> node\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr "WAARSCHUWING: node <%s> onder <gconfschemafile> niet begrepen\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Fout bij synchronizeren configuratie gegevens: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Je moet enkele te installeren schema bestanden specificeren\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1798,16 +1879,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Fout bij uitzetten breek sleutel %s: %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Moet enkele te breken sleutels specificeren\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1817,11 +1898,11 @@ msgstr ""
"voor een sleutel:\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Moet enkele te breken directories specificeren\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1832,20 +1913,18 @@ msgstr ""
"voor sleutels in directory:\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "GConf Fout: %s\n"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr ""
+#~ "Ongesynchronizeerde verwijderde directories tijdens het afsluiten van het "
+#~ "XML backend"
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr "GConf waarschuwing: fout bij het weergeven van paren in `%s': %s"
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Fout bij het vergaren van directorylijst in `%s': %s"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "Verwachte `%s' kreeg `%s' voor sleutel %s"
+#, fuzzy
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "Fout bij uitzetten `%s': %s\n"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/nn.po b/po/nn.po
index 56a70587..3a3221c5 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf 0.6.5\n"
-"POT-Creation-Date: 2002-01-16 00:37+0100\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-12-30 22:27+0100\n"
"Last-Translator: Roy-Magne Mo <rmo@sunnmore.net>\n"
"Language-Team: Norwegian/Nynorsk <nn@li.org>\n"
@@ -14,16 +14,16 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: backends/bdb-backend.c:211
+#: backends/bdb-backend.c:215
msgid "Unloading BerkeleyDB (BDB) backend module."
msgstr "Fjernar BerkeleyDB (BDB) modul."
-#: backends/bdb-backend.c:234
+#: backends/bdb-backend.c:238
#, c-format
msgid "Opened BerkeleyDB source at root %s"
msgstr "Opna BerkeleyDB kjelde p rot %s"
-#: backends/bdb-backend.c:574
+#: backends/bdb-backend.c:578
msgid "Initializing BDB backend module"
msgstr "Intialiserar BDB-modulen"
@@ -32,7 +32,7 @@ msgstr "Intialiserar BDB-modulen"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "Fann ikkje rotkatalogen %s i adressa %s"
-#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1050
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Kunne ikkje lage katalog %s: %s"
@@ -61,190 +61,206 @@ msgstr "Klarar ikkje lese eller skrive til XML-rotkatalogen i adressa %s"
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
-#: backends/xml-backend.c:708
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Feil ved synkronisering av database"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "Intialiserar XML-modulen"
-#: backends/xml-backend.c:773
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr ""
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "Kunne ikkje kyra stat p %s: %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML-filnamn %s er ein katalog"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Kunne ikkje slette %s: %s"
-#: backends/xml-dir.c:346
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Kunne ikkje skrive fil %s: %s"
-#: backends/xml-dir.c:359
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Kunne ikkje setje modus p %s: %s"
-#: backends/xml-dir.c:373 backends/xml-dir.c:383
+#: backends/xml-dir.c:444
+#, fuzzy, c-format
+msgid "Failed to write XML data to `%s': %s"
+msgstr "Kunne ikkje skrive fil %s: %s"
+
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
+#, c-format
+msgid "Failed to close file `%s': %s"
+msgstr "Kunne ikkje stengje fil %s: %s"
+
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Kunne ikkje endre namn p %s til %s: %s"
-#: backends/xml-dir.c:389
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr ""
-#: backends/xml-dir.c:401
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Kunne ikkje slette gamal fil %s: %s"
#. These are all fatal errors
-#: backends/xml-dir.c:803
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Kunne ikkje kyre stat p %s: %s"
-#: backends/xml-dir.c:947
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:969
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr ""
-#: backends/xml-dir.c:977
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
-#: backends/xml-dir.c:1066
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Kunne ikkje lage fil %s: %s"
-#: backends/xml-dir.c:1074
-#, c-format
-msgid "Failed to close file `%s': %s"
-msgstr "Kunne ikkje stengje fil %s: %s"
-
#. There was an error
-#: backends/xml-entry.c:149
+#: backends/xml-entry.c:150
#, c-format
msgid "Ignoring XML node with name `%s': %s"
msgstr ""
-#: backends/xml-entry.c:327
+#: backends/xml-entry.c:328
#, c-format
msgid "Ignoring schema name `%s', invalid: %s"
msgstr ""
-#: backends/xml-entry.c:375
+#: backends/xml-entry.c:376
#, c-format
msgid "Ignoring XML node `%s': %s"
msgstr "Overser XML-node %s: %s"
-#: backends/xml-entry.c:726
+#: backends/xml-entry.c:727
#, c-format
msgid "Failed reading default value for schema: %s"
msgstr ""
-#: backends/xml-entry.c:940
+#: backends/xml-entry.c:941
#, c-format
msgid "No \"type\" attribute for <%s> node"
msgstr "Ingen type-attributt for <%s>-node"
-#: backends/xml-entry.c:954
+#: backends/xml-entry.c:955
#, c-format
msgid "A node has unknown \"type\" attribute `%s', ignoring"
msgstr "Ein node har ukjend type-attributt %s, ignorerar"
-#: backends/xml-entry.c:969
+#: backends/xml-entry.c:970
msgid "No \"value\" attribute for node"
msgstr "Ingen verdi-atributt for node"
-#: backends/xml-entry.c:1017 backends/xml-entry.c:1093
+#: backends/xml-entry.c:1018 backends/xml-entry.c:1094
#, c-format
msgid "Didn't understand XML node <%s> inside an XML list node"
msgstr ""
-#: backends/xml-entry.c:1051
+#: backends/xml-entry.c:1052
msgid "Invalid type (list, pair, or unknown) in a list node"
msgstr ""
-#: backends/xml-entry.c:1074
+#: backends/xml-entry.c:1075
#, c-format
msgid "Bad XML node: %s"
msgstr "Feil p XML-node: %s"
-#: backends/xml-entry.c:1082
+#: backends/xml-entry.c:1083
#, c-format
msgid "List contains a badly-typed node (%s, should be %s)"
msgstr ""
-#: backends/xml-entry.c:1134
+#: backends/xml-entry.c:1135
#, c-format
msgid "Ignoring bad car from XML pair: %s"
msgstr ""
-#: backends/xml-entry.c:1143 backends/xml-entry.c:1166
+#: backends/xml-entry.c:1144 backends/xml-entry.c:1167
msgid "parsing XML file: lists and pairs may not be placed inside a pair"
msgstr ""
-#: backends/xml-entry.c:1156
+#: backends/xml-entry.c:1157
#, c-format
msgid "Ignoring bad cdr from XML pair: %s"
msgstr ""
-#: backends/xml-entry.c:1175
+#: backends/xml-entry.c:1176
#, c-format
msgid "Didn't understand XML node <%s> inside an XML pair node"
msgstr ""
-#: backends/xml-entry.c:1193
+#: backends/xml-entry.c:1194
msgid "Didn't find car and cdr for XML pair node"
msgstr ""
-#: backends/xml-entry.c:1199
+#: backends/xml-entry.c:1200
msgid "Missing cdr from pair of values in XML file"
msgstr ""
-#: backends/xml-entry.c:1206
+#: backends/xml-entry.c:1207
msgid "Missing car from pair of values in XML file"
msgstr ""
-#: backends/xml-entry.c:1211
+#: backends/xml-entry.c:1212
msgid "Missing both car and cdr values from pair in XML file"
msgstr ""
@@ -279,97 +295,118 @@ msgstr ""
msgid "Failed to shut down backend"
msgstr ""
-#: gconf/gconf-database.c:232
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "GConf-feil: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr ""
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Venta %s fekk %s for nkkel %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr ""
-#: gconf/gconf-database.c:240
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
-#: gconf/gconf-database.c:518
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr ""
-#: gconf/gconf-database.c:535
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr ""
-#: gconf/gconf-database.c:770
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
-#: gconf/gconf-database.c:929
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr ""
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1015
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1042
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "Lyttar ID %lu eksisterar ikkje"
-#: gconf/gconf-database.c:1051
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1169 gconf/gconf-sources.c:1328
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Feil ved henting av verdi for %s: %s"
-#: gconf/gconf-database.c:1216
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Feil ved setting av verdi for %s: %s"
-#: gconf/gconf-database.c:1259
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1283
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1323
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "koplar til tenar"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Feil ved henting av verdi for %s: %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Feil ved sjekking av om %s eksisterar: %s"
-#: gconf/gconf-database.c:1347
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Feil ved fjerining av katalog %s: %s"
-#: gconf/gconf-database.c:1374
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1400
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1421
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Feil ved setting av skjema for %s: %s"
@@ -442,322 +479,294 @@ msgstr "Kunne ikkje lagra %1."
msgid "No database available to save your configuration"
msgstr "Ingen database tilgjengeleg for lagring av konfigurasjon"
-#: gconf/gconf-internals.c:114
-#, c-format
-msgid "No '/' in key `%s'"
+#: gconf/gconf-internals.c:86
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Ingen / i nkkel %s"
-#: gconf/gconf-internals.c:227
+#: gconf/gconf-internals.c:199
#, c-format
msgid "Invalid UTF-8 in string value in '%s'"
msgstr ""
-#: gconf/gconf-internals.c:286
+#: gconf/gconf-internals.c:258
msgid "Couldn't interpret CORBA value for list element"
msgstr ""
-#: gconf/gconf-internals.c:288
+#: gconf/gconf-internals.c:260
#, fuzzy, c-format
msgid "Incorrect type for list element in %s"
msgstr "Feil portnummer."
-#: gconf/gconf-internals.c:301
+#: gconf/gconf-internals.c:273
msgid "Received list from gconfd with a bad list type"
msgstr ""
-#: gconf/gconf-internals.c:482
+#: gconf/gconf-internals.c:454
#, fuzzy
msgid "Failed to convert object to IOR"
msgstr "Kunne ikkje kopla til."
-#: gconf/gconf-internals.c:619
+#: gconf/gconf-internals.c:591
msgid "Invalid UTF-8 in locale for schema"
msgstr ""
-#: gconf/gconf-internals.c:627
+#: gconf/gconf-internals.c:599
msgid "Invalid UTF-8 in short description for schema"
msgstr ""
-#: gconf/gconf-internals.c:635
+#: gconf/gconf-internals.c:607
msgid "Invalid UTF-8 in long description for schema"
msgstr ""
-#: gconf/gconf-internals.c:643
+#: gconf/gconf-internals.c:615
msgid "Invalid UTF-8 in owner for schema"
msgstr ""
-#: gconf/gconf-internals.c:868
+#: gconf/gconf-internals.c:838
#, fuzzy, c-format
msgid "Couldn't open path file `%s': %s\n"
msgstr ""
"Kunne ikkje opna fil:\n"
"%s"
-#: gconf/gconf-internals.c:928
+#: gconf/gconf-internals.c:887
#, c-format
msgid "Adding source `%s'\n"
msgstr ""
-#: gconf/gconf-internals.c:940
+#: gconf/gconf-internals.c:899
#, c-format
msgid "Read error on file `%s': %s\n"
msgstr "Feil ved lesing av fila %s: %s\n"
-#: gconf/gconf-internals.c:1271 gconf/gconf-internals.c:1337
+#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr "Teksta inneheld ugyldig UTF-8"
-#: gconf/gconf-internals.c:1422
+#: gconf/gconf-internals.c:1362
#, fuzzy, c-format
msgid "Expected list, got %s"
msgstr "Forventar %1"
-#: gconf/gconf-internals.c:1432
+#: gconf/gconf-internals.c:1372
#, c-format
msgid "Expected list of %s, got list of %s"
msgstr ""
-#: gconf/gconf-internals.c:1571
+#: gconf/gconf-internals.c:1511
#, fuzzy, c-format
msgid "Expected pair, got %s"
msgstr "Standard alarmtid:"
-#: gconf/gconf-internals.c:1585
+#: gconf/gconf-internals.c:1525
#, c-format
msgid "Expected (%s,%s) pair, got a pair with one or both values missing"
msgstr ""
-#: gconf/gconf-internals.c:1601
+#: gconf/gconf-internals.c:1541
#, c-format
msgid "Expected pair of type (%s,%s) got type (%s,%s)"
msgstr ""
-#: gconf/gconf-internals.c:1717
+#: gconf/gconf-internals.c:1657
msgid "Quoted string doesn't begin with a quotation mark"
msgstr ""
-#: gconf/gconf-internals.c:1779
+#: gconf/gconf-internals.c:1719
msgid "Quoted string doesn't end with a quotation mark"
msgstr ""
-#: gconf/gconf-internals.c:1915
+#: gconf/gconf-internals.c:1855
msgid "Encoded value is not valid UTF-8"
msgstr ""
-#: gconf/gconf-internals.c:2265 gconf/gconf.c:3082
-#, c-format
-msgid "CORBA error: %s"
-msgstr "CORBA-feil: %s"
-
-#: gconf/gconf-internals.c:2281
-#, c-format
-msgid "OAF problem description: '%s'"
-msgstr "OAF-problem skildring: %s"
-
-#: gconf/gconf-internals.c:2287
-msgid "attempt to remove not-listed OAF object directory"
-msgstr ""
-
-#: gconf/gconf-internals.c:2292
-msgid "attempt to add already-listed OAF directory"
-msgstr ""
-
-#: gconf/gconf-internals.c:2299
-#, c-format
-msgid "OAF parse error: %s"
-msgstr ""
-
-#: gconf/gconf-internals.c:2304
-msgid "Unknown OAF error"
-msgstr "Ukjend OAF-feil"
-
-#: gconf/gconf-internals.c:2437
+#: gconf/gconf-internals.c:2314
#, c-format
msgid "Could not lock temporary file '%s': %s"
msgstr "Klarte ikkje lse frebels fil %s: %s"
-#: gconf/gconf-internals.c:2464
+#: gconf/gconf-internals.c:2341
#, c-format
msgid "Could not create file '%s', probably because it already exists"
msgstr ""
-#: gconf/gconf-internals.c:2510
+#: gconf/gconf-internals.c:2387
#, c-format
msgid "Failed to create or open '%s'"
msgstr "Klarte ikkje opprette eller opne %s"
-#: gconf/gconf-internals.c:2520
+#: gconf/gconf-internals.c:2397
#, c-format
msgid ""
"Failed to lock '%s': probably another process has the lock, or your "
"operating system has NFS file locking misconfigured (%s)"
msgstr ""
-#: gconf/gconf-internals.c:2548
+#: gconf/gconf-internals.c:2425
#, c-format
msgid "IOR file '%s' not opened successfully, no gconfd located: %s"
msgstr ""
-#: gconf/gconf-internals.c:2578
+#: gconf/gconf-internals.c:2455
#, c-format
msgid "gconftool or other non-gconfd process has the lock file '%s'"
msgstr ""
-#: gconf/gconf-internals.c:2595
+#: gconf/gconf-internals.c:2472
msgid "couldn't contact ORB to resolve existing gconfd object reference"
msgstr ""
-#: gconf/gconf-internals.c:2627
+#: gconf/gconf-internals.c:2482
+#, fuzzy, c-format
+msgid "Failed to convert IOR '%s' to an object reference"
+msgstr "Kunne ikkje kopla til."
+
+#: gconf/gconf-internals.c:2510
#, c-format
msgid "couldn't create directory `%s': %s"
msgstr "klarte ikkje opprette katalog %s: %s"
-#: gconf/gconf-internals.c:2686
+#: gconf/gconf-internals.c:2569
#, c-format
msgid "Can't write to file `%s': %s"
msgstr "Kan ikkje skrive til fila %s: %s"
-#: gconf/gconf-internals.c:2727
+#: gconf/gconf-internals.c:2610
#, c-format
msgid "We didn't have the lock on file `%s', but we should have"
msgstr ""
-#: gconf/gconf-internals.c:2748
+#: gconf/gconf-internals.c:2631
#, c-format
msgid "Failed to link '%s' to '%s': %s"
msgstr "Klarte ikkje lenkje %s til %s: %s"
-#: gconf/gconf-internals.c:2760
+#: gconf/gconf-internals.c:2643
#, c-format
msgid "Failed to remove lock file `%s': %s"
msgstr ""
-#: gconf/gconf-internals.c:2779
+#: gconf/gconf-internals.c:2662
#, c-format
msgid "Failed to clean up file '%s': %s"
msgstr "Klarte ikkje rydde opp i fila %s: %s"
-#: gconf/gconf-internals.c:2793
+#: gconf/gconf-internals.c:2676
#, c-format
msgid "Failed to remove lock directory `%s': %s"
msgstr ""
-#: gconf/gconf-internals.c:3003 gconf/gconfd.c:580
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "Klarte ikkje opprette %s: %s"
-#: gconf/gconf-internals.c:3036
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:3060
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "filene for systemoppsettet.\n"
-#: gconf/gconf-internals.c:3084
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
-msgstr ""
-
-#: gconf/gconf-internals.c:3720
-#, c-format
-msgid "Failed to read from child pipe (%s)"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-internals.c:3785
-#, c-format
-msgid "Failed to fork (%s)"
-msgstr ""
-
-#: gconf/gconf-internals.c:3925
-#, c-format
-msgid "Failed to change to directory '%s' (%s)"
-msgstr "Klarte ikkje skifte katalog til %s (%s)"
-
-#: gconf/gconf-internals.c:3935
-#, c-format
-msgid "Failed to execute child process (%s)"
-msgstr "Klarte ikkje starte barnprosess (%s)"
-
-#: gconf/gconf-internals.c:3944
-#, c-format
-msgid "Failed to redirect output or input of child process (%s)"
-msgstr ""
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+#, fuzzy
+msgid "Schema contains invalid UTF-8"
+msgstr "Teksta inneheld ugyldig UTF-8"
-#: gconf/gconf-internals.c:3953
+#: gconf/gconf-sources.c:319
#, fuzzy, c-format
-msgid "Failed to fork child process (%s)"
+msgid "Failed to load source \"%s\": %s"
msgstr "Kunne ikkje lasta %1."
-#: gconf/gconf-internals.c:3961
-msgid "Unknown error executing child process"
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
msgstr ""
-#: gconf/gconf-internals.c:3982
+#: gconf/gconf-sources.c:352
#, c-format
-msgid "Failed to read enough data from child pid pipe (%s)"
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
msgstr ""
-#: gconf/gconf-internals.c:4032
+#: gconf/gconf-sources.c:359
#, c-format
-msgid "Failed to create pipe for communicating with child process (%s)"
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
msgstr ""
-#: gconf/gconf-sources.c:320
-#, fuzzy, c-format
-msgid "Failed to load source `%s': %s"
-msgstr "Kunne ikkje lasta %1."
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
-#: gconf/gconf-sources.c:544
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
-#: gconf/gconf-sources.c:601
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "Namnet / kan kun vere ein katalog, ikkje ein nkkel"
-#: gconf/gconf-sources.c:630
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:642
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writeable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1198
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, fuzzy, c-format
msgid "Error finding metainfo: %s"
msgstr "Feil ved lesing av filinfo."
-#: gconf/gconf-sources.c:1267
+#: gconf/gconf-sources.c:1479
#, fuzzy, c-format
msgid "Error getting metainfo: %s"
msgstr "Feil ved lesing av filinfo."
-#: gconf/gconf-sources.c:1291
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -822,167 +831,181 @@ msgstr ""
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-#: gconf/gconf.c:54
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "%s: %s"
-#: gconf/gconf.c:287
+#: gconf/gconf.c:343
#, fuzzy, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Kunne ikkje henta lokal adresse!"
-#: gconf/gconf.c:572
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
-#: gconf/gconf.c:1868
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
-#: gconf/gconf.c:2183
-msgid "Failed to init GConf, exiting\n"
-msgstr ""
-
-#: gconf/gconf.c:2220
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2242
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:2244
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:2265
+#: gconf/gconf.c:2479
+#, fuzzy, c-format
+msgid "'%c' is not an ASCII character, so isn't allowed in key names"
+msgstr "%c er eit ugyldig teikn i nkkel/katalog namn"
+
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "%c er eit ugyldig teikn i nkkel/katalog namn"
-#: gconf/gconf.c:2279
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2520
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr ""
-#: gconf/gconf.c:2581
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr ""
-#: gconf/gconf.c:2616
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Forventa heiltal, mottok %s"
-#: gconf/gconf.c:2651
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr ""
-#: gconf/gconf.c:2688
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr ""
-#: gconf/gconf.c:2721
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr ""
-#: gconf/gconfd.c:247
+#: gconf/gconf.c:3434
+#, c-format
+msgid "CORBA error: %s"
+msgstr "CORBA-feil: %s"
+
+#: gconf/gconfd.c:246
#, fuzzy
msgid "Shutdown request received"
msgstr "Skru av maskina og starta p nytt?"
-#: gconf/gconfd.c:279
+#: gconf/gconfd.c:278
msgid ""
"gconfd compiled with debugging; trying to load gconf.path from the source "
"directory"
msgstr ""
-#: gconf/gconfd.c:297
+#: gconf/gconfd.c:292
#, c-format
msgid ""
"No configuration files found, trying to use the default config source `%s'"
msgstr ""
-#: gconf/gconfd.c:306
+#. We want to stay alive but do nothing, because otherwise every
+#. request would result in another failed gconfd being spawned.
+#.
+#: gconf/gconfd.c:300
msgid ""
"No configuration sources in the source path, configuration won't be saved; "
"edit "
msgstr ""
-#: gconf/gconfd.c:306
+#: gconf/gconfd.c:300
msgid "/path"
msgstr "/sti"
-#: gconf/gconfd.c:320
+#: gconf/gconfd.c:313
#, fuzzy, c-format
msgid "Error loading some config sources: %s"
msgstr "Feil ved lasting av biletefil."
-#: gconf/gconfd.c:332
+#: gconf/gconfd.c:325
msgid ""
"No config source addresses successfully resolved, can't load or store config "
"data"
msgstr ""
-#: gconf/gconfd.c:349
+#: gconf/gconfd.c:342
msgid ""
"No writable config sources successfully resolved, may not be able to save "
"some configuration changes"
msgstr ""
-#: gconf/gconfd.c:375
+#: gconf/gconfd.c:368
#, c-format
msgid "Received signal %d, dumping core. Please report a GConf bug."
msgstr "Mottok signal %d, dumpar core. Rapporter denne GConf-feilen."
-#: gconf/gconfd.c:391
+#: gconf/gconfd.c:384
#, c-format
msgid ""
"Received signal %d, shutting down abnormally. Please file a GConf bug report."
msgstr ""
-#: gconf/gconfd.c:408
+#: gconf/gconfd.c:401
#, c-format
msgid "Received signal %d, shutting down cleanly"
msgstr ""
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:526
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr ""
-#: gconf/gconfd.c:567
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:605
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:615
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Kunne ikkje akseptera innkommande klient"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "Kunne ikkje laga katalog"
-#: gconf/gconfd.c:665
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Avsluttar"
@@ -1043,681 +1066,710 @@ msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1794
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1840
+#: gconf/gconfd.c:1836
#, fuzzy, c-format
msgid "Error reading saved state file: %s"
msgstr ""
"Feil ved lesing a fil:\n"
"%1"
-#: gconf/gconfd.c:1893
+#: gconf/gconfd.c:1889
#, fuzzy, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "Kan ikkje lagra til fila."
-#: gconf/gconfd.c:2010
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2015
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2038 gconf/gconfd.c:2203
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, fuzzy, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Kunne ikkje akseptera innkommande klient"
-#: gconf/gconfd.c:2053
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2066
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2074
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2164
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:68
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Hjelpeval"
-#: gconf/gconftool.c:77
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
-#: gconf/gconftool.c:86
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr ""
-#: gconf/gconftool.c:95
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
msgstr ""
-#: gconf/gconftool.c:105
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr ""
-#: gconf/gconftool.c:114
+#: gconf/gconftool.c:117
+msgid ""
+"Recursively unset all keys at or below the key/directory names on the "
+"command line"
+msgstr ""
+
+#: gconf/gconftool.c:126
#, fuzzy
msgid "Print all key/value pairs in a directory."
msgstr "Dette vil laga ein ny 'spool'-katalog."
-#: gconf/gconftool.c:123
+#: gconf/gconftool.c:135
#, fuzzy
msgid "Print all subdirectories in a directory."
msgstr "Skriv arbeidskatalogen"
-#: gconf/gconftool.c:132
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
-#: gconf/gconftool.c:141
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Returnerar 0 om katalogen eksisterar, 2 om den ikkje gjer det."
-#: gconf/gconftool.c:150
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr ""
"Koplar ned gconfd. IKKJE BRUK DETTE VALET OM DU IKKJE HAR EIN GOD GRUNN."
-#: gconf/gconftool.c:159
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "Returnerar 0 om gconfd kyrer, 2 dersom ikkje."
-#: gconf/gconftool.c:168
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
msgstr ""
-#: gconf/gconftool.c:177
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:178
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr ""
-#: gconf/gconftool.c:186
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:187 gconf/gconftool.c:196 gconf/gconftool.c:205
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr ""
-#: gconf/gconftool.c:195
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:204
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:213
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:214 gconf/gconftool.c:223
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "DESCRIPTION"
-#: gconf/gconftool.c:222
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:231
+#: gconf/gconftool.c:243
#, fuzzy
msgid "Specify the owner of a schema"
msgstr "Vel prosessnummeret det skal knytast til:"
-#: gconf/gconftool.c:232
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "OWNER"
-#: gconf/gconftool.c:240
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr ""
-#: gconf/gconftool.c:241
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "FILENAME"
-#: gconf/gconftool.c:249
+#: gconf/gconftool.c:261
#, fuzzy
msgid "Specify a configuration source to use rather than the default path"
msgstr "Spesifiser ein annan tenar enn standardtenaren (AOL)"
-#: gconf/gconftool.c:250
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "SOURCE"
-#: gconf/gconftool.c:258
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
msgstr ""
-#: gconf/gconftool.c:267
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:276
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:285
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:294
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:303
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:312
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:321
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:330
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:382
+#: gconf/gconftool.c:408
#, fuzzy, c-format
msgid ""
"Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr "Bruk --help for f ei liste over tilgjengelege kommandolinjeval."
-#: gconf/gconftool.c:394
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:401
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:417
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:427
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:437
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:443
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:449
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:459
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:469
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:479
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:490
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:501
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:512
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:519
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
-#: gconf/gconftool.c:525
+#: gconf/gconftool.c:552
msgid "You should use --direct when using a non-default configuration source\n"
msgstr ""
-#: gconf/gconftool.c:531
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "Klarte ikkje initialisere GConf: %s\n"
-#: gconf/gconftool.c:566
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr ""
-#: gconf/gconftool.c:595
+#: gconf/gconftool.c:629
#, fuzzy, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "filene for systemoppsettet.\n"
-#: gconf/gconftool.c:796
+#: gconf/gconftool.c:851
#, fuzzy, c-format
msgid "Shutdown error: %s\n"
msgstr "Vis sidekantar"
-#: gconf/gconftool.c:839
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
-#: gconf/gconftool.c:873
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:891
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(ingen verdi sett)"
-#: gconf/gconftool.c:946
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr ""
-#: gconf/gconftool.c:960
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr ""
-#: gconf/gconftool.c:995
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr " Type: %s\n"
-#: gconf/gconftool.c:996
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Listetype: %s\n"
-#: gconf/gconftool.c:997
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:998
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1003
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "Standardverdi: %s\n"
-#: gconf/gconftool.c:1003 gconf/gconftool.c:1005 gconf/gconftool.c:1006
-#: gconf/gconftool.c:1007
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
-#: gconf/gconftool.c:1005
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Eigar: %s\n"
-#: gconf/gconftool.c:1006
+#: gconf/gconftool.c:1061
#, fuzzy, c-format
msgid "Short Desc: %s\n"
msgstr "Breidd: %1"
-#: gconf/gconftool.c:1007
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Lang skildring: %s\n"
-#: gconf/gconftool.c:1016 gconf/gconftool.c:1310
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "Ingen verdi sett for %s\n"
-#: gconf/gconftool.c:1020 gconf/gconftool.c:1314
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Klarte ikkje hente fram verdi for %s: %s\n"
-#: gconf/gconftool.c:1063 gconf/gconftool.c:1075
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "Forstr ikkje type %s\n"
-#: gconf/gconftool.c:1087
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr ""
-#: gconf/gconftool.c:1107
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "Ingen verdi sett for nkkel: %s\n"
-#: gconf/gconftool.c:1135
+#: gconf/gconftool.c:1190
#, fuzzy
msgid "Cannot set schema as value\n"
msgstr ""
"Kan ikkje lagra fila\n"
"'"
-#: gconf/gconftool.c:1145
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1159
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1174
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Feil: %s\n"
-#: gconf/gconftool.c:1187
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "Feil ved setting av verdi: %s\n"
-#: gconf/gconftool.c:1205
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr "Feil ved synkronisering av database"
-#: gconf/gconftool.c:1228
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr ""
-#: gconf/gconftool.c:1248
+#: gconf/gconftool.c:1303
#, fuzzy, c-format
msgid "No schema known for `%s'\n"
msgstr "Inga slik fil \"%s\"!"
-#: gconf/gconftool.c:1281
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr "Ingen dok-streng lagra i skjema p %s\n"
-#: gconf/gconftool.c:1286
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Feil ved lagring av oppsett"
-#: gconf/gconftool.c:1293
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr "Inga slik fil \"%s\"!"
-#: gconf/gconftool.c:1296
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1352
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
-#: gconf/gconftool.c:1359
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1379
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Feil ved lagring av oppsett"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
-#: gconf/gconftool.c:1421
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1441
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1461
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1476
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Feil ved setting av verdi: %s"
-#: gconf/gconftool.c:1490
+#: gconf/gconftool.c:1578
#, fuzzy, c-format
msgid "Error syncing: %s"
msgstr "Feil ved synkronisering av database"
-#: gconf/gconftool.c:1505
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
-#: gconf/gconftool.c:1519
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr ""
-#: gconf/gconftool.c:1530
+#: gconf/gconftool.c:1618
#, fuzzy, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "koplar til tenar"
-#: gconf/gconftool.c:1553
+#: gconf/gconftool.c:1638
+#, fuzzy
+msgid "Must specify one or more keys to recursively unset.\n"
+msgstr "Base for heimekatalogar"
+
+#: gconf/gconftool.c:1652
+#, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr ""
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
-#: gconf/gconftool.c:1587
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Feil ved ulisting av katalogar: %s\n"
-#: gconf/gconftool.c:1629
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1638
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1649 gconf/gconftool.c:1679 gconf/gconftool.c:1708
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1667
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1692
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
-#: gconf/gconftool.c:1721
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ""
-#: gconf/gconftool.c:1768 gconf/gconftool.c:1789 gconf/gconftool.c:1810
-#: gconf/gconftool.c:1831
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1785
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1806
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1827
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1855
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ""
-#: gconf/gconftool.c:1858 gconf/gconftool.c:2121
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ""
-#: gconf/gconftool.c:1868
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ""
-#: gconf/gconftool.c:1901
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
-#: gconf/gconftool.c:1907
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
-#: gconf/gconftool.c:1988
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ""
-#: gconf/gconftool.c:2017
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2025
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2047
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2055
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2134
+#: gconf/gconftool.c:2251
#, fuzzy
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Eit namn m innehalda minst eitt teikn"
-#: gconf/gconftool.c:2165
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ""
-#: gconf/gconftool.c:2188
+#: gconf/gconftool.c:2305
#, fuzzy, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Fil opna: %s"
-#: gconf/gconftool.c:2195
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Er dokumentet %s tomt?\n"
-#: gconf/gconftool.c:2207
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
"<gconfschemafile>)\n"
msgstr ""
-#: gconf/gconftool.c:2220
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr ""
-#: gconf/gconftool.c:2234
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
-#: gconf/gconftool.c:2245 gconf/gconftool.c:2277
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, fuzzy, c-format
msgid "Error syncing config data: %s"
msgstr "Feil ved synkronisering av database"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr ""
-#: gconf/gconftool.c:2298
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1726,28 +1778,28 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2318
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr ""
-#: gconf/gconftool.c:2444
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr ""
-#: gconf/gconftool.c:2450
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
" %s\n"
msgstr ""
-#: gconf/gconftool.c:2468
+#: gconf/gconftool.c:2585
#, fuzzy
msgid "Must specify some directories to break\n"
msgstr "Base for heimekatalogar"
-#: gconf/gconftool.c:2487
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1755,17 +1807,18 @@ msgid ""
" %s\n"
msgstr ""
-#: wrappers/gtk/gconf-client.c:287 wrappers/gtk/gconf-client.c:304
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "GConf-feil: %s\n"
+#~ msgid "OAF problem description: '%s'"
+#~ msgstr "OAF-problem skildring: %s"
-#: wrappers/gtk/gconf-client.c:795
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr ""
+#~ msgid "Unknown OAF error"
+#~ msgstr "Ukjend OAF-feil"
-#: wrappers/gtk/gconf-client.c:997
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "Venta %s fekk %s for nkkel %s"
+#~ msgid "Failed to change to directory '%s' (%s)"
+#~ msgstr "Klarte ikkje skifte katalog til %s (%s)"
+
+#~ msgid "Failed to execute child process (%s)"
+#~ msgstr "Klarte ikkje starte barnprosess (%s)"
+
+#, fuzzy
+#~ msgid "Failed to fork child process (%s)"
+#~ msgstr "Kunne ikkje lasta %1."
diff --git a/po/no.po b/po/no.po
index 1ad26f65..b66ae0fe 100644
--- a/po/no.po
+++ b/po/no.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 0.6\n"
-"POT-Creation-Date: 2002-02-02 01:46+0100\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2002-02-02 01:47+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
@@ -271,31 +271,31 @@ msgid "Missing both car and cdr values from pair in XML file"
msgstr "Mangler bde car og cdr verdier fra par i XML-fil"
#. -- end debug only
-#: gconf/gconf-backend.c:170
+#: gconf/gconf-backend.c:167
#, c-format
msgid "No such file `%s'\n"
msgstr "Ingen slik fil `%s'\n"
-#: gconf/gconf-backend.c:198
+#: gconf/gconf-backend.c:195
#, c-format
msgid "Bad address `%s'"
msgstr "Ugyldig adresse `%s'"
-#: gconf/gconf-backend.c:223
+#: gconf/gconf-backend.c:220
msgid "GConf won't work without dynamic module support (gmodule)"
msgstr "GConf virker ikke uten sttte for dynmiske moduler (gmodule)"
-#: gconf/gconf-backend.c:233
+#: gconf/gconf-backend.c:230
#, c-format
msgid "Error opening module `%s': %s\n"
msgstr "Feil under pning av modul `%s': %s\n"
-#: gconf/gconf-backend.c:265
+#: gconf/gconf-backend.c:262
#, c-format
msgid "Couldn't locate backend module for `%s'"
msgstr "Kunne ikke finne backend modul for `%s'"
-#: gconf/gconf-backend.c:302
+#: gconf/gconf-backend.c:299
msgid "Failed to shut down backend"
msgstr "Kunne ikke stenge ned motoren"
@@ -347,7 +347,10 @@ msgid ""
"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
-msgstr "Klarte ikke logge ny lytter %s (%s); vil ikke kunne gjenoprette denne lytteren ved gjenstart av gconfd, noe som vil resultere i uplitelig notifikasjon av konfigurasjonsendringer."
+msgstr ""
+"Klarte ikke logge ny lytter %s (%s); vil ikke kunne gjenoprette denne "
+"lytteren ved gjenstart av gconfd, noe som vil resultere i uplitelig "
+"notifikasjon av konfigurasjonsendringer."
#: gconf/gconf-database.c:1109
#, c-format
@@ -364,7 +367,7 @@ msgstr ""
"harmlst, kan resultere i at notifikasjon gjenintreffer p uforklarlig vis): "
"%s"
-#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1544
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Feil under henting av verdi for `%s': %s"
@@ -704,35 +707,35 @@ msgstr ""
"sikker p at ingen gconfd-prosesser kjrer p maskiner som bruker din "
"hjemmekatalog"
-#: gconf/gconf-schema.c:194 gconf/gconf-schema.c:202 gconf/gconf-schema.c:210
-#: gconf/gconf-schema.c:218
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
msgid "Schema contains invalid UTF-8"
msgstr "Schema inneholder ugyldig UTF-8"
-#: gconf/gconf-sources.c:323
+#: gconf/gconf-sources.c:319
#, c-format
msgid "Failed to load source \"%s\": %s"
msgstr "Klarte ikke laste kilde %s: %s"
-#: gconf/gconf-sources.c:350
+#: gconf/gconf-sources.c:346
#, c-format
msgid "Resolved address \"%s\" to a writable config source at position %d"
msgstr "Koblet adressen %s til en skrivbar konfigurasjonskilde i posisjon %d"
-#: gconf/gconf-sources.c:356
+#: gconf/gconf-sources.c:352
#, c-format
msgid "Resolved address \"%s\" to a read-only config source at position %d"
msgstr ""
"Koblet adressen %s til en skrivebeskyttet konfigurasjonskilde i posisjon %d"
-#: gconf/gconf-sources.c:363
+#: gconf/gconf-sources.c:359
#, c-format
msgid ""
"Resolved address \"%s\" to a partially writable config source at position %d"
msgstr ""
"Koblet adressen %s til en delvis skrivbar konfigurasjonskilde i posisjon %d"
-#: gconf/gconf-sources.c:372
+#: gconf/gconf-sources.c:368
msgid ""
"None of the resolved addresses are writable; saving configuration settings "
"will not be possible"
@@ -740,17 +743,17 @@ msgstr ""
"Ingen av adressene som ble sltt opp er skrivbare; lagring av "
"konfigurasjonen vil ikke vre mulig"
-#: gconf/gconf-sources.c:588
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
"Schema `%s' spesifisert for `%s' lagrer en verdi som ikke er for schema"
-#: gconf/gconf-sources.c:645
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "Navnet '/' kan kun vre en katalog, ikke en nkkel"
-#: gconf/gconf-sources.c:683
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
@@ -759,7 +762,7 @@ msgstr ""
"Verdi for %s satt i en skrivebeskyttet kilde i begynnelsen av din "
"konfigurasjonssti"
-#: gconf/gconf-sources.c:695
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
@@ -796,17 +799,17 @@ msgstr ""
"gconfd per hjemmekatalog, og denne m ha en lsfil i ~/.gconfd i tillegg til "
"individuelle lagringslokasjoner slik som ~/.gconf"
-#: gconf/gconf-sources.c:1414
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Feil under sk etter metainfo: %s"
-#: gconf/gconf-sources.c:1483
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Feil under henting av metainfo: %s"
-#: gconf/gconf-sources.c:1507
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr "Nkkel `%s' listet som schema for nkkel `%s' lagrer type `%s'"
@@ -871,87 +874,87 @@ msgstr "Forsto ikke `%s' (feil antall elementer)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "Forsto ikke `%s' (ekstra \"unescaped\" ')' funnet inne i par)"
-#: gconf/gconf.c:59
+#: gconf/gconf.c:55
#, c-format
msgid "Key \"%s\" is NULL"
msgstr "Nkkel %s er NULL"
-#: gconf/gconf.c:66
+#: gconf/gconf.c:62
#, c-format
msgid "\"%s\": %s"
msgstr "%s: %s"
-#: gconf/gconf.c:347
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Tjener kunne ikke finne adressen `%s'"
-#: gconf/gconf.c:638
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr "Kan ikke legge til meldinger til en lokal konfigurasjonskilde"
-#: gconf/gconf.c:2085
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "Feil under innlegging av klient i tjenerlisten, CORBA-feil: %s"
-#: gconf/gconf.c:2440
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "M begynne med en skrstrek (/)"
-#: gconf/gconf.c:2462
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Kan ikke ha to skrstreker (/) p rad"
-#: gconf/gconf.c:2464
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Kan ikke ha punktum (.) rett etter en skrstrek (/)"
-#: gconf/gconf.c:2483
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "'%c' er ikke et ASCII-tegn, og er derfor ikke tillatt i nkkelnavn"
-#: gconf/gconf.c:2493
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' er et ugyldig tegn i nkkel/katalog navn"
-#: gconf/gconf.c:2507
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Nkkel/katalog kan ikke slutte med en skrstrek (/)"
-#: gconf/gconf.c:2876
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Feil under nedstenging av konfigurasjonstjeneren: %s"
-#: gconf/gconf.c:2937
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Forventet flyttall, mottok %s"
-#: gconf/gconf.c:2972
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Forventet heltall, mottok %s"
-#: gconf/gconf.c:3007
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Forventet streng, mottok %s"
-#: gconf/gconf.c:3044
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Forventet boolsk verdi, mottok %s"
-#: gconf/gconf.c:3077
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Forventet schema, mottok %s"
-#: gconf/gconf.c:3438
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "CORBA feil: %s"
@@ -1182,19 +1185,19 @@ msgid ""
msgstr ""
"En klient fjernet seg selv fra GConf-tjeneren uten at den var lagt til."
-#: gconf/gconftool.c:75
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Alternativer for hjelp"
-#: gconf/gconftool.c:84
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr "Sett en nkkel til en verdi ok synkroniser. Bruk med --type."
-#: gconf/gconftool.c:93
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Skriv ut verdien for en nkkel til standard ut."
-#: gconf/gconftool.c:102
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1202,11 +1205,11 @@ msgstr ""
"Sett et schema og synkroniser. Bruk med --short-desc, --long-desc, --owner, "
"og --type."
-#: gconf/gconftool.c:112
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "Nullstill nklene fra kommandolinjen"
-#: gconf/gconftool.c:121
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
@@ -1214,32 +1217,32 @@ msgstr ""
"Nullstill alle nkler rekursivt ved eller under nkkel/katalognavn p "
"kommandolinjen"
-#: gconf/gconftool.c:130
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Skriv ut alle nkkel/verdi par i en katalog."
-#: gconf/gconftool.c:139
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Skriv ut alle underkataloger i en katalog."
-#: gconf/gconftool.c:148
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
"Skriv ut alle underkataloger og oppfringer under en katalog, rekursivt."
-#: gconf/gconftool.c:157
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Returner 0 hvis katalogen eksisterer, 2 hvis ikke."
-#: gconf/gconftool.c:166
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "Steng ned gconfd. IKKE BRUK DETTE VALGET UTEN GOD GRUNN."
-#: gconf/gconftool.c:175
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "Returner 0 hvis gconfd kjrer, 2 hvis ikke."
-#: gconf/gconftool.c:184
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1247,7 +1250,7 @@ msgstr ""
"Start konfigurasjonstjeneren (gconfd). (Skjer normalt automatisk nr det er "
"ndvendig.)"
-#: gconf/gconftool.c:193
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1255,11 +1258,11 @@ msgstr ""
"Spesifiser typen verdi som settes, eller typen for verdien et schema "
"beskriver. Unike forkortelser er OK."
-#: gconf/gconftool.c:194
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|liste|par"
-#: gconf/gconftool.c:202
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1267,11 +1270,11 @@ msgstr ""
"Spesifiser type listeverdi som settes, eller typen for verdien et schema "
"beskriver. Unike forkortelser er OK."
-#: gconf/gconftool.c:203 gconf/gconftool.c:212 gconf/gconftool.c:221
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int|bool|float|string"
-#: gconf/gconftool.c:211
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1279,7 +1282,7 @@ msgstr ""
"Spesifiser car-type verdi som settes, eller typen for verdien et schema "
"beskriver. Unike forkortelser er OK."
-#: gconf/gconftool.c:220
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1287,45 +1290,45 @@ msgstr ""
"Spesifiser type verdi for cdr-par som settes, eller typen for verdien et "
"schema beskriver. Unike forkortelser er OK."
-#: gconf/gconftool.c:229
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
"Spesifiser en kort beskrivelse p en halv linje som skal brukes i et schema."
-#: gconf/gconftool.c:230 gconf/gconftool.c:239
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "BESKRIVELSE"
-#: gconf/gconftool.c:238
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr "Spesifiser en beskrivelse p flere linjer som skal brukes i et schema."
-#: gconf/gconftool.c:247
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Spesifiser eieren av et schema"
-#: gconf/gconftool.c:248
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "EIER"
-#: gconf/gconftool.c:256
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Spesifiser en schema fil som skal installeres"
-#: gconf/gconftool.c:257
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "FILNAVN"
-#: gconf/gconftool.c:265
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
"Spesifiser en konfigurasjonskilde som skal brukes i stedet for standard sti"
-#: gconf/gconftool.c:266
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "KILDE"
-#: gconf/gconftool.c:274
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1333,7 +1336,7 @@ msgstr ""
"Aksepter konfigurasjonsdatabasen direkte, gr utenom tjeneren. Det kreves at "
"gconfd ikke kjrer."
-#: gconf/gconftool.c:283
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1344,7 +1347,7 @@ msgstr ""
"standardverdien for konfigurasjonskilde eller vre tom for at "
"standardverdien skal brukes."
-#: gconf/gconftool.c:292
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1352,7 +1355,7 @@ msgstr ""
"Utfr en torturtest av en applikasjon ved sette og tmme en rekke verdier "
"av forskjellige typer for nkler fra kommandolinjen."
-#: gconf/gconftool.c:301
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1360,31 +1363,31 @@ msgstr ""
"Utfr en torturtest av en applikasjon ved sette og tmme en rekke nkler "
"inne i katalogene fra kommandolinjen."
-#: gconf/gconftool.c:310
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr "Hent kort dokumentstreng for en nkkel"
-#: gconf/gconftool.c:319
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr "Hent lang dokumentstreng for en nkkel"
-#: gconf/gconftool.c:328
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr "Hent navn p skjema som brukes p denne nkkelen"
-#: gconf/gconftool.c:337
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr "Spesifiser skjemanavn fulgt av nkkel som skal bruke skjemanavnet"
-#: gconf/gconftool.c:346
+#: gconf/gconftool.c:342
msgid "Remove any schema name applied to the given keys"
msgstr "Fjern ethvert skjemanavn som brukes p disse nklene"
-#: gconf/gconftool.c:355
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr "Hent navn p forvalgt kilde"
-#: gconf/gconftool.c:412
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1394,23 +1397,23 @@ msgstr ""
"Kjr '%s --help' for se en full liste over tilgjengelige "
"kommandolinjeflagg.\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "Kan ikke hente og sette/nullstille samtidig\n"
-#: gconf/gconftool.c:431
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "Kan ikke sette og hente/nullstille samtidig\n"
-#: gconf/gconftool.c:439
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr "Kan ikke bruke --all-entries sammen med --get eller --set\n"
-#: gconf/gconftool.c:447
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "Kan ikke bruke --all-dirs sammen med --get eller --set\n"
-#: gconf/gconftool.c:457
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
@@ -1418,7 +1421,7 @@ msgstr ""
"--recursive-list br ikke brukes sammen med --get, --set, --unset, --all-"
"entries, eller --all-dirs\n"
-#: gconf/gconftool.c:467
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
@@ -1426,371 +1429,371 @@ msgstr ""
"--set_schema br ikke brukes sammen med --get, --set, --unset, --all-"
"entries, eller --all-dirs\n"
-#: gconf/gconftool.c:473
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "Verditypen er kun relevant nr en verdi settes\n"
-#: gconf/gconftool.c:479
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "M spesifisere en type nr en verdi settes\n"
-#: gconf/gconftool.c:489
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "Ping flagget m brukes alene.\n"
-#: gconf/gconftool.c:499
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "--dir-exists flagget m brukes alene.\n"
-#: gconf/gconftool.c:509
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "--install-schema-file m brukes alene.\n"
-#: gconf/gconftool.c:520
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "--makefile-install-rule m brukes alene.\n"
-#: gconf/gconftool.c:531
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "--break-key m brukes alene.\n"
-#: gconf/gconftool.c:542
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "--break-directory m brukes alene.\n"
-#: gconf/gconftool.c:550
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"Du m spesifisere en konfigurasjonskilde med --config-source nr du bruker --"
"direct\n"
-#: gconf/gconftool.c:556
+#: gconf/gconftool.c:552
msgid "You should use --direct when using a non-default configuration source\n"
msgstr ""
"Du br bruke --direct nr du bruker en konfigurasjonskilde som ikke er "
"forvalgt\n"
-#: gconf/gconftool.c:562
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "Kunne ikke initialisere GConf: %s\n"
-#: gconf/gconftool.c:591
+#: gconf/gconftool.c:587
msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
msgstr ""
"GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL er satt, installerer ikke schema\n"
-#: gconf/gconftool.c:604
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "GCONF_CONFIG_SOURCE miljvariabelen m vre satt\n"
-#: gconf/gconftool.c:633
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Kunne ikke aksessere konfigurasjonskilden(e): %s\n"
-#: gconf/gconftool.c:855
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Feil ved nedstenging: %s\n"
-#: gconf/gconftool.c:898
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr "M spesifisere en eller flere kataloger som skal vises rekursivt.\n"
-#: gconf/gconftool.c:932
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Feil under listing av oppfringer i `%s': %s\n"
-#: gconf/gconftool.c:950
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(ingen verdi satt)"
-#: gconf/gconftool.c:1005
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Feil under splitting av konfigurasjonstjeneren (gconfd): %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "M spesifisere en eller flere nkler som skal hentes\n"
-#: gconf/gconftool.c:1054
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Type: %s\n"
-#: gconf/gconftool.c:1055
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Listetype: %s\n"
-#: gconf/gconftool.c:1056
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Car-type: %s\n"
-#: gconf/gconftool.c:1057
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Cdr-type: %s\n"
-#: gconf/gconftool.c:1062
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "Standardverdi: %s\n"
-#: gconf/gconftool.c:1062 gconf/gconftool.c:1064 gconf/gconftool.c:1065
-#: gconf/gconftool.c:1066
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Nullstill"
-#: gconf/gconftool.c:1064
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Eier: %s\n"
-#: gconf/gconftool.c:1065
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Kort beskrivelse: %s\n"
-#: gconf/gconftool.c:1066
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Lang beskrivelse: %s\n"
-#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "Ingen verdi satt for `%s'\n"
-#: gconf/gconftool.c:1079 gconf/gconftool.c:1373
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Kunne ikke hente verdi for `%s': %s\n"
-#: gconf/gconftool.c:1122 gconf/gconftool.c:1134
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "Forstr ikke type `%s'\n"
-#: gconf/gconftool.c:1146
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "M spesifisere vekselvis nkler/verdier som argumenter\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "Ingen verdi satt for nkkel: `%s'\n"
-#: gconf/gconftool.c:1194
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "Kan ikke sette schema som verdi\n"
-#: gconf/gconftool.c:1204
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr "Nr en liste settes m du spesifisere en primitiv liste-type\n"
-#: gconf/gconftool.c:1218
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr "Nr et par settes m du spesifisere en primitiv car-type og cdr-type\n"
-#: gconf/gconftool.c:1233
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Feil: %s\n"
-#: gconf/gconftool.c:1246
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "Feil under setting av verdi: %s\n"
-#: gconf/gconftool.c:1264
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr "Feil under synkronisering: %s\n"
-#: gconf/gconftool.c:1287
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr "M spesifisere en eller flere nkler p kommandolinjen\n"
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr "Ingen kjente skjema for `%s'\n"
-#: gconf/gconftool.c:1340
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr "Ingen doc-streng lagret i skjema i '%s'\n"
-#: gconf/gconftool.c:1345
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Feil under henting av schema i `%s': %s\n"
-#: gconf/gconftool.c:1352
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr "Ingen skjema lagret i `%s'\n"
-#: gconf/gconftool.c:1355
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr "Verdi i '%s' er ikke et skjema\n"
-#: gconf/gconftool.c:1411 gconf/gconftool.c:1436
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr "M spesifisere skjemanavn fulgt av nanv p nkkel det skal brukes p\n"
-#: gconf/gconftool.c:1418
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "Feil under assosiering av skjemanavn '%s' med nkkelnavn '%s': %s\n"
-#: gconf/gconftool.c:1446
+#: gconf/gconftool.c:1442
#, c-format
msgid "Error removing schema name from '%s': %s\n"
msgstr "Feil under fjerning av schemanavn fra %s: %s\n"
-#: gconf/gconftool.c:1471
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "M spesifisere nkkel (schema navn) som eneste argument\n"
-#: gconf/gconftool.c:1513
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr "Listetyp m vre en primitiv type: string, int, float eller bool\n"
-#: gconf/gconftool.c:1533
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Parets car-type m vre en primitiv type: string, int, float eller bool\n"
-#: gconf/gconftool.c:1553
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Parets cdr-type m vre en primitiv type: string, int, float eller bool\n"
-#: gconf/gconftool.c:1568
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Feil under setting av verdi: %s"
-#: gconf/gconftool.c:1582
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Feil under synkronisering: %s"
-#: gconf/gconftool.c:1597
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Det m spesifiseres en eller flere kataloger hente nkkel/verdi par fra.\n"
-#: gconf/gconftool.c:1611
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Det m spesifiseres en eller flere nkler som skal nullstilles.\n"
-#: gconf/gconftool.c:1622
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "Feil under nullstilling av `%s': %s\n"
-#: gconf/gconftool.c:1642
+#: gconf/gconftool.c:1638
msgid "Must specify one or more keys to recursively unset.\n"
msgstr "M spesifisere en eller flere nkler som skal nullstilles rekursivt.\n"
-#: gconf/gconftool.c:1656
+#: gconf/gconftool.c:1652
#, c-format
msgid "Failure during recursive unset of \"%s\": %s\n"
msgstr "Feil under rekursiv fjerning av verdier i %s: %s\n"
-#: gconf/gconftool.c:1674
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Det m spesifiseres en eller flere kataloger som det skal hentes "
"underkataloger fra.\n"
-#: gconf/gconftool.c:1708
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Feil ved vising av kataloger: %s\n"
-#: gconf/gconftool.c:1750
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "ADVARSEL: ugyldig eller manglende type for schema (%s)\n"
-#: gconf/gconftool.c:1759
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "ADVARSEL: ugyldig eller manglende list_type for schema (%s)\n"
-#: gconf/gconftool.c:1770 gconf/gconftool.c:1800 gconf/gconftool.c:1829
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr "ADVARSEL: Kunne ikke fortolke standardverdi `%s' for schema (%s)\n"
-#: gconf/gconftool.c:1788
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr "ADVARSEL: ugyldig eller manglende car_type for schema (%s)\n"
-#: gconf/gconftool.c:1813
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "ADVARSEL: Du kan ikke sette en standardverdi for et schema\n"
-#: gconf/gconftool.c:1842
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "ADVARSEL: gconftool, intern feil, ukjent GConfValueType\n"
-#: gconf/gconftool.c:1889 gconf/gconftool.c:1910 gconf/gconftool.c:1931
-#: gconf/gconftool.c:1952
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "ADVARSEL: kunne ikke forst typenavnet `%s'\n"
-#: gconf/gconftool.c:1906
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"ADVARSEL: list_type kan kun vre int, float, string eller bool og ikke `%s'\n"
-#: gconf/gconftool.c:1927
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"ADVARSEL: car_type kan kun vre int, float, string eller bool og ikke `%s'\n"
-#: gconf/gconftool.c:1948
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"ADVARSEL: cdr_type kan kun vre int, float, string eller bool og ikke `%s'\n"
-#: gconf/gconftool.c:1976
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "ADVARSEL: tom <applyto> node"
-#: gconf/gconftool.c:1979 gconf/gconftool.c:2242
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "ADVARSEL: node <%s> ikke forsttt under <schema>\n"
-#: gconf/gconftool.c:1989
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "ADVARSEL: ingen nkkel spesifisert for schema\n"
-#: gconf/gconftool.c:2022
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
"ADVARSEL: <locale> node har ingen `navn=\"locale\"' attributt, ignorerer\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1798,51 +1801,51 @@ msgstr ""
"ADVARSEL: flere <locale> noder for locale `%s', ignorerer alle etter den "
"frste\n"
-#: gconf/gconftool.c:2109
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "ADVARSEL: Ugyldig node <%s> i en <locale> node\n"
-#: gconf/gconftool.c:2138
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr "ADVARSEL: kunne ikke installere schema `%s' locale `%s': %s\n"
-#: gconf/gconftool.c:2146
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "Installert schema `%s' for locale `%s'\n"
-#: gconf/gconftool.c:2168
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr "ADVARSEL: kunne ikke assosiere schema `%s' med nkkel `%s': %s\n"
-#: gconf/gconftool.c:2176
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Lagt ved schema `%s' til nkkel `%s'\n"
-#: gconf/gconftool.c:2255
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Du m ha minst en <locale> oppfring i et <schema>\n"
-#: gconf/gconftool.c:2286
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "ADVARSEL: node <%s> ikke forsttt under <schemaliste>\n"
-#: gconf/gconftool.c:2309
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Kunne ikke pne `%s': %s\n"
-#: gconf/gconftool.c:2316
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Dokument `%s' er tomt?\n"
-#: gconf/gconftool.c:2328
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1851,26 +1854,26 @@ msgstr ""
"Dokumentet `%s' har feil type rot-node (<%s>, skulle vrt "
"<gconfschemafile>)\n"
-#: gconf/gconftool.c:2341
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "Dokumentet `%s' har ingen topp-niv <gconfschemafile> node\n"
-#: gconf/gconftool.c:2355
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr "ADVARSEL: node <%s> under <gconfschemafile> ikke forsttt\n"
-#: gconf/gconftool.c:2366 gconf/gconftool.c:2398
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Feil under synkronisering av konfigurasjonsdata: %s"
-#: gconf/gconftool.c:2382
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Spesifiser schema filer som skal installeres\n"
-#: gconf/gconftool.c:2419
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1879,16 +1882,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2439
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Kunne ikke nullstille brytningsnkkel %s: %s\n"
-#: gconf/gconftool.c:2565
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "M spesifisere nkler som skal brytes\n"
-#: gconf/gconftool.c:2571
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1897,11 +1900,11 @@ msgstr ""
"Prver knekke din applikasjon ved sette ugyldige verdier for nkkel:\n"
" %s\n"
-#: gconf/gconftool.c:2589
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "M spesifisere kataloger som skal brytes\n"
-#: gconf/gconftool.c:2608
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
diff --git a/po/pt.po b/po/pt.po
index a154b1ab..e4ca542c 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.0\n"
-"POT-Creation-Date: 2002-01-31 00:16+0000\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2002-01-31 02:20+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <none@none.org>\n"
@@ -72,8 +72,8 @@ msgid ""
"Remove dir operation is no longer supported, just remove all the values in "
"the directory"
msgstr ""
-"Operao remover sirectrio j no suportada, apenas remova todos os valores "
-"no directrio"
+"Operao remover sirectrio j no suportada, apenas remova todos os "
+"valores no directrio"
#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
@@ -354,9 +354,9 @@ msgid ""
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-"Falha ao registar adio de listener %s (%s); no ser possvel restaurar este "
-"listener ao reiniciar o gconfd, resultando na notificao sem confiana de "
-"modificaes na configurao."
+"Falha ao registar adio de listener %s (%s); no ser possvel restaurar "
+"este listener ao reiniciar o gconfd, resultando na notificao sem confiana "
+"de modificaes na configurao."
#: gconf/gconf-database.c:1109
#, c-format
@@ -703,13 +703,13 @@ msgid ""
msgstr ""
"Falha ao contactar servidor de configurao; algumas causas possveis so:\n"
"a) j existe um servidor de configurao (gconfd) a correr, mas no "
-"alcanavel daqui - se estiver ligado de duas mquinas simultaneamente, poder "
-"ter de activar redes TCP para o ORBit pondo a linha \"ORBIIOPOPv4=1"
-"\" em /etc/orbitrc\n"
-"b) tem locks mortos no seu directrio home, montado por NFS, devido a um crash "
-"de sistema. tente remover ~/.gconf/*.lock e ~/.gconfd/lock se tiver a certeza "
-"de que nenhuns processos gconfd esto a correr em nenhuma mquina utilzando o "
-"seu directrio home"
+"alcanavel daqui - se estiver ligado de duas mquinas simultaneamente, "
+"poder ter de activar redes TCP para o ORBit pondo a linha \"ORBIIOPOPv4=1\" "
+"em /etc/orbitrc\n"
+"b) tem locks mortos no seu directrio home, montado por NFS, devido a um "
+"crash de sistema. tente remover ~/.gconf/*.lock e ~/.gconfd/lock se tiver a "
+"certeza de que nenhuns processos gconfd esto a correr em nenhuma mquina "
+"utilzando o seu directrio home"
#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
#: gconf/gconf-schema.c:214
@@ -791,23 +791,22 @@ msgid ""
msgstr ""
"Incapaz de armazenar um valor na chave '%s', pois o servidor no tem bases "
"de dados onde se possa escrever. Existem duas causas comuns para tal: 1) o "
-"seu ficheiro de configurao de caminho %s/path no contm bases de dados ou no foi "
-"encontrado ou 2) de alguma forma criamos por engano dois processos gconfd 3) "
-"o seu sistema operativo est mal configurado pelo que a exclusividade de "
-"ficheiros NFS no funciona na sua home 4) a sua mquina cliente NFS estoirou "
-"e no informou devidamente o servidor, ao reiniciar, que as exclusividades "
-"sobre os ficheiros deveriam ser ignoradas. Se tiver dois processos gconfd "
-"(ou tinha dois quando o segundo foi lanado), terminar sesso, matar todas "
-"as cpias do gconfd, e reiniciar sesso poder ajudar. Se tiver exclusividades "
-"mortas, apague ~/.gconf*/*lock. Talvez o problema tenha sido que tentou "
-"utilizar o GConf de duas mquinas simultaneamente, e o "
+"seu ficheiro de configurao de caminho %s/path no contm bases de dados ou "
+"no foi encontrado ou 2) de alguma forma criamos por engano dois processos "
+"gconfd 3) o seu sistema operativo est mal configurado pelo que a "
+"exclusividade de ficheiros NFS no funciona na sua home 4) a sua mquina "
+"cliente NFS estoirou e no informou devidamente o servidor, ao reiniciar, "
+"que as exclusividades sobre os ficheiros deveriam ser ignoradas. Se tiver "
+"dois processos gconfd (ou tinha dois quando o segundo foi lanado), terminar "
+"sesso, matar todas as cpias do gconfd, e reiniciar sesso poder ajudar. "
+"Se tiver exclusividades mortas, apague ~/.gconf*/*lock. Talvez o problema "
+"tenha sido que tentou utilizar o GConf de duas mquinas simultaneamente, e o "
"ORBit ainda tem a sua configurao de defeito que impede ligaes CORBA "
"remotas - coloque \"ORBIIOPIPv4=1\" em /etc/orbitrc. Como sempre, verifique "
-"o user.* syslog para detalhes sobre o "
-"problema encontrado pelo gconfd. Apenas pode existir um gconfd por "
-"directrio home, e tem de ser dono de um ficheiro de exclusividade em ~/."
-"gconfd e tamb, ficheiros de exclusividade em localizaes individuais de "
-"armazenamento tais como ~/.gconf"
+"o user.* syslog para detalhes sobre o problema encontrado pelo gconfd. "
+"Apenas pode existir um gconfd por directrio home, e tem de ser dono de um "
+"ficheiro de exclusividade em ~/.gconfd e tamb, ficheiros de exclusividade "
+"em localizaes individuais de armazenamento tais como ~/.gconf"
#: gconf/gconf-sources.c:1410
#, c-format
@@ -1499,7 +1498,9 @@ msgstr "Falha ao inicializar GConf: %s\n"
#: gconf/gconftool.c:587
msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
-msgstr "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL est definido, no se instalaro esquemas\n"
+msgstr ""
+"GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL est definido, no se instalaro "
+"esquemas\n"
#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 29207262..7ce1bff4 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf 1.1.4\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-11-08 22:26-0200\n"
"Last-Translator: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@@ -32,7 +32,7 @@ msgstr "Iniciando mdulo BDB"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "No foi possvel encontrar o diretrio raiz %s no endereo `%s'"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "No foi possvel criar diretrio `%s': %s"
@@ -46,36 +46,47 @@ msgstr "No possvel ler ou escrever no diretrio raiz %s no endereo `%s'"
msgid "Unloading XML backend module."
msgstr "Descarregando mdulo XML"
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "No foi possvel encontrar o diretrio raiz XML no endereo `%s'"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr "No possvel ler ou escrever no diretrio raiz XML no endereo `%s'"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
"As permisses de diretrio/arquivo para a fonte XML com raiz %s so: %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Erro ao sincronizar dados de configurao: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "Iniciando mdulo XML"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "Falha ao liberar bloqueio no diretrio XML `%s': %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
-msgstr "Remoes de diretrio no sincronizadas ao desligar o mdulo XML"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
+msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -84,7 +95,7 @@ msgstr ""
"No possvel remover diretrio `%s' do cache do mdulo XML, pois ele no "
"foi sincronizado com o disco corretamente"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -93,79 +104,79 @@ msgstr ""
"%u itens continuam no cache aps a limpeza dos itens j sincronizados mais "
"antigos que %u segundos"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "No foi possvel obter status de `%s': %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "Arquivo XML `%s' um diretrio"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "Falha ao excluir `%s': %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Falha ao gravar arquivo `%s': %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "Falha ao atribuir modo a `%s': %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Falha ao gravar dados XML para `%s': %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Falha ao fechar arquivo `%s': %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Falha ao renomear `%s' para `%s': %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Falha ao restaurar `%s' de `%s': %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Falha ao excluir arquivo antigo `%s': %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "Falha ao obter status `%s': %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Entrada duplicada `%s' em `%s', ignorando"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "Entrada sem nome no arquivo XML `%s', ignorando"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
"Um n de nvel principal no arquivo XML `%s' <%s> e no <entry>, ignorando"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Falha ao criar arquivo `%s': %s"
@@ -290,42 +301,53 @@ msgstr "No foi possvel localizar mdulo para `%s'"
msgid "Failed to shut down backend"
msgstr "Falha ao desligar mdulo"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "Erro do GConf: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr "Alerta do GConf: falha ao listar pares em `%s': %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Esperado `%s' recebi `%s' para chave %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Valor invlido recebido na requisio de atribuio"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"No foi possvel interpretar o valor CORBA recebido na requisio de "
"atribuio para chave `%s'"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Recebida requisio para descartar todos os dados do cache"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Recebida requisio para sincronizar sincronamente"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr "Erro fatal: falha ao obter referncia de objeto para ConfigDatabase"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Falha ao sincronizar uma ou mais fontes: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -333,12 +355,12 @@ msgstr ""
"este listener ao reiniciar o gconfd, resultando em uma notificao no "
"confivel de modificaes de configurao."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "ID de listener %lu no existe"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -348,47 +370,57 @@ msgstr ""
"inofensivo, pode resultar em uma notificao reaparecendo de forma "
"estranha): %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Erro ao obter valor para `%s': %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Erro ao atribuir valor para `%s': %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Erro ao limpar `%s': %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Erro ao obter valor padro para `%s': %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Erro ao limpar `%s': %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Erro ao obter valor para `%s': %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Erro ao verificar existncia de `%s': %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Erro ao remover diretrio `%s': %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Falha ao obter todas as entradas em `%s': %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Erro ao listar diretrios em `%s': %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Erro ao atribuir schema para `%s': %s"
@@ -458,8 +490,8 @@ msgid "No database available to save your configuration"
msgstr "Sem banco de dados disponvel para salvar sua configurao"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Nenhum '/' na chave `%s'"
#: gconf/gconf-internals.c:199
@@ -517,7 +549,7 @@ msgstr "Erro de leitura no arquivo `%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr "Texto contm UTF-8 invlido"
@@ -576,8 +608,10 @@ msgid "Failed to create or open '%s'"
msgstr "Falha ao criar ou abrir '%s'"
#: gconf/gconf-internals.c:2397
-#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+#, fuzzy, c-format
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr "Falha ao bloquear '%s': outro processo possui o bloqueio (%s)"
#: gconf/gconf-internals.c:2425
@@ -640,69 +674,108 @@ msgstr "Falha ao limpar arquivo '%s': %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Falha ao remover diretrio de bloqueios `%s': %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "Falha ao criar %s: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr "Falha ao criar pipe para se comunicar com o daemon gconf filho: %s\n"
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Falha ao lanar servidor de configurao: %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
+#, fuzzy
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
"Falha ao contactar o servidor de configurao (uma causa provvel disto "
"que voc possui um servidor de configurao (gconfd) rodando, mas ele no "
"acessvel daqui - se voc estiver em duas mquinas ao mesmo tempo, voc pode "
"precisar ativar comunicao em rede TCP para o ORBit)\n"
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+#, fuzzy
+msgid "Schema contains invalid UTF-8"
+msgstr "Texto contm UTF-8 invlido"
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "Falha ao carregar fonte `%s': %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr "Schema `%s' especificado para `%s' armazena um valor de no-schema"
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "O nome '/' pode ser apenas um diretrio, no uma chave"
-#: gconf/gconf-sources.c:596
-#, c-format
+#: gconf/gconf-sources.c:679
+#, fuzzy, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
"Valor para `%s' atribudo em fonte somente leitura no incio do seu caminho "
"de configurao."
-#: gconf/gconf-sources.c:608
-#, c-format
+#: gconf/gconf-sources.c:691
+#, fuzzy, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
msgstr ""
"No possvel armazenar um valor na chave '%s', pois o servidor de "
"configurao no possui bancos de dados com possibilidade de escrita. "
@@ -716,17 +789,17 @@ msgstr ""
"conexes CORBA remotas? Como sempre, verifique no syslog user.* detalhes "
"sobre os problemas que o gconfd encontrou."
-#: gconf/gconf-sources.c:1164
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Erro ao localizar metainfo: %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Erro ao obter metainfo: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -792,83 +865,88 @@ msgstr "No foi possvel entender `%s' (nmero de elementos errado)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "No foi possvel entender `%s' (')' extra encontrado em um par)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Servidor no conseguiu resolver o endereo `%s'"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
"No possvel incluir notificaes para uma fonde de configuraes local"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "Falha ao incluir cliente na lista do servidor, erro CORBA: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Deve comear com uma barra (/)"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "No pode ter duas barras (/) em seqncia"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "No pode ter um ponto (.) logo aps uma barra (/)"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "'%c' no um caracter ASCII, logo no permitido em nomes de chave"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' um caracter invlido em nomes de chave/diretrio"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Chave/diretrio no pode terminar com uma barra (/)"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Falha ao desligar servidor de configurao: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Flutuante esperado, recebi %s"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Inteiro esperado, recebi %s"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "String esperado, recebi %s"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Booleano esperado, recebi %s"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Schema esperado, recebi %s"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "Erro CORBA: %s"
@@ -950,45 +1028,45 @@ msgstr "Recebido sinal %d, desligando corretamente"
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "iniciando (verso %s), pid %u usurio '%s'"
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "Falha ao obter referncia de objeto para ConfigServer"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
"Falha ao escrever byte no pipe fd %d logo o programa cliente pode travar: %s"
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Falha ao obter bloqueio para daemon, saindo: %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, c-format
msgid "Error releasing lockfile: %s"
msgstr "Falha ao liberar arquivo de bloqueio: %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Terminando"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr "Servidor GConf no est sendo usado, desligando."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Levantando exceo: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
@@ -997,7 +1075,7 @@ msgstr ""
"Falha ao abrir arquivo de registro do gconfd; no ser possvel restaurar "
"listeners aps uma parada do gconfd (%s)"
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
@@ -1005,39 +1083,39 @@ msgstr ""
"Falha ao fechar arquivo de registro do gconfd; dados podem no ter sido "
"salvos corretamente (%s)"
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr "No foi possvel abrir arquivo de estado '%s' para escrita: %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "No foi possvel escrever arquivo de estado '%s' fd: %d: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Falha ao fechar novo arquivo de estado '%s': %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "No foi possvel mover arquivo de estado antigo '%s': %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Falha ao mover novo arquivo de estado: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
"Falha ao restaurar arquivo de estado original que foi movido para '%s': %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
@@ -1045,17 +1123,17 @@ msgstr ""
"No possvel restaurar um listener no endereo '%s', no foi possvel "
"resolver o banco de dados"
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr "Erro ao lerr arquivo de estado: %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "No possvel abrir arquivo de estado '%s': %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
@@ -1064,7 +1142,7 @@ msgstr ""
"Falha ao registrar incluso de listener ao arquivo de registro do gconfd; "
"no ser possvel re-incluir o listener se o gconfd for desligado (%s)"
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1074,44 +1152,44 @@ msgstr ""
"pode ocorrer uma re-incluso errada do listener se o gconfd for desligado (%"
"s)"
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Falha ao ler IOR para cliente: %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr "Falha ao abrir arquivo de estado: %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr "Falha ao escrever incluso de cliente no arquivo de estado: %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr "Falha ao descarregar incluso de cliente no arquivo de estado: %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr "Algum cliente se excluiu do servidor GConf sem ter sido includo."
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Opes de ajuda"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr "Atribui um valor a uma chave e sincroniza. Use com --type."
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Imprime o valor de uma chave para a sada padro."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1119,11 +1197,11 @@ msgstr ""
"Atribui um schema e sincroniza. Use com --short-desc, --long-desc, --owner e "
"--type."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "Limpa as chaves na linha de comando"
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
@@ -1131,32 +1209,32 @@ msgstr ""
"Limpar recursivamente todas as chaves em ou abaixo dos nomes de chave/"
"diretrio na linha de comando"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Imprime todos os pares chave/valor em um diretrio."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Imprime todos os subdiretrios de um diretrio."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
"Imprime todos os subdiretrios e itens sob um diretrio, recursivamente."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Retorna 0 se o diretrio existe, 2 caso contrrio."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "Desliga gconfd. NO USE ESTA OPO SEM UMA BOA RAZO."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "Retorna 0 se gconfd est executando, 2 caso contrrio."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1164,7 +1242,7 @@ msgstr ""
"Executa o servidor de configurao (gconfd). (Normalmente acontece "
"automaticamente quando necessrio.)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1172,11 +1250,11 @@ msgstr ""
"Especifica o tipo do valor sendo atribudo ou o tipo do valor um schema "
"descreve. Abreviaes nicas so permitidas."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|list|pair"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1184,11 +1262,11 @@ msgstr ""
"Especifica o tipo do valor de lista sendo atribudo ou o tipo do valor um "
"schema descreve. Abreviaes nicas so permitidas."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int|bool|float|string"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1196,7 +1274,7 @@ msgstr ""
"Especifica o tipo do valor do car do par sendo atribudo ou o tipo do valor "
"um schema descreve. Abreviaes nicas so permitidas."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1204,44 +1282,44 @@ msgstr ""
"Especifica o tipo do valor do cdr do par sendo atribudo ou o tipo do valor "
"um schema descreve. Abreviaes nicas so permitidas."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr "Especifica uma breve descrio de meia linha para um schema."
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "DESCRIO"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr "Especifica uma descrio com vrias linhas para um schema."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "Especifica o dono de um schema"
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "DONO"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Especifica um arquivo de schema a ser instalado"
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "ARQUIVO"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
"Especifica uma fonte de configurao a ser usada no lugar do caminho padro"
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "FONTE"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1249,7 +1327,7 @@ msgstr ""
"Acessa o banco de dados de configurao diretamente, ignorando o servidor. "
"Exige que gconfd no esteja sendo executado."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1259,7 +1337,7 @@ msgstr ""
"dados. A varivel de ambiente GCONF_CONFIG_SOURCE deve receber uma fonte de "
"configurao no-padro ou receber a string vazia para usar o padro."
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1267,7 +1345,7 @@ msgstr ""
"Testa intensivamente um aplicativo atribuindo e limpando vrios valores de "
"tipos diferentes para chaves na linha de comando."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1275,28 +1353,33 @@ msgstr ""
"Testa intensivamente um aplicativo atribuindo e limpando vrias chaves "
"dentro de diretrios na linha de comando."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr "Obtm a linha de documentao curta para uma chave"
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr "Obtm a linha de documentao longa para uma chave"
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr "Obtm o nome do schema aplicado a esta chave"
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
"Especifica o nome do schema seguido pela chave sobre a qual aplicar este nome"
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+#, fuzzy
+msgid "Remove any schema name applied to the given keys"
+msgstr "Obtm o nome do schema aplicado a esta chave"
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr "Obtm o nome da fonte padro"
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1306,23 +1389,23 @@ msgstr ""
"Execute '%s --help' para ver a lista completa de opes de linha de "
"comando.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "No possvel ler e atribuir/limpar ao mesmo tempo\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "No possvel atribuir e ler/limpar ao mesmo tempo\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr "No possvel usar --all-entries com --get ou --set\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "No possvel usar --all-dirs com --get ou --set\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
@@ -1330,7 +1413,7 @@ msgstr ""
"--recursive-list no deve ser usado com --get, --set, --unset, --all-entries "
"ou --all-dirs\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
@@ -1338,371 +1421,374 @@ msgstr ""
"--set_schema no deve ser usado com --get, --set, --unset, --all-entries ou "
"--all-dirs\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "Tipo do valor s relevante ao atribuir um valor\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Um tipo deve ser especificado ao atribuir um valor\n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "Opo de ping deve ser usada sozinha.\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "Opo --dir-exists deve ser usada sozinha.\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "Opo --install-schema-file deve ser usada sozinha.\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "Opo --makefile-install-rule deve ser usada sozinha.\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "Opo --break-key deve ser usada sozinha.\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "Opo --break-directory deve ser usada sozinha.\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"Voc deve especificar uma fonte de configurao com --config-source ao usar "
"--direct\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "Falha ao iniciar GConf: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "A varivel de ambiente GCONF_CONFIG_SOURCE deve ser configurada\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Falha ao acessar a(s) fonte(s) de configurao: %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Erro ao desligar: %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
"Devem ser especificados um ou mais diretrios para listar recursivamente.\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Falha ao listar entradas em `%s': %s\n"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(sem valor atribudo)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Falha ao criar o servidor de configurao (gconfd): %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Devem ser especificadas uma chave ou chaves para ler\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Tipo: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Tipo de lista: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Tipo do car: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Tipo do cdr: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "Valor padro: %s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Limpar"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Dono: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "Descr. Curta: %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Descr. Longa: %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "Sem valor atribuido para `%s'\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "Falha ao ler valor para `%s': %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "No possvel entender tipo `%s'\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Devem ser especificados chaves/valores alternados como argumentos\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "Sem valor a atribuir para chave: `%s'\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "No possvel atribuir um schema como valor\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
"Ao atribuir a uma lista voc deve especificar um tipo de lista primitivo\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
"Ao atribuir a uma par voc deve especificar um tipo de car e de cdr "
"primitivos\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Erro: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "Erro ao atribuir valor: %s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr "Erro ao sincronizar: %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr "Devem ser especificadas uma chave ou chaves na linha de comando\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr "No existe schema conhecido para `%s'\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr "No existe linha de documentao no schema em '%s'\n"
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Erro obtendo schema em '%s': %s\n"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr "No existe schema armazenado em '%s'\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr "Valor em '%s' no um schema\n"
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
"Deve ser especificado um nome de schema seguido por um nome de chave onde "
"aplic-lo\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "Erro ao associar nome de schema '%s' com nome de chave '%s': %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Erro obtendo schema em '%s': %s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Deve ser especificada chave (nome do schema) como nico argumento\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr "Tipo de lista deve ser um tipo primitivo: string, int, float or bool\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Tipo de car de par deve ser um tipo primitivo: string, int, float or bool\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Tipo de cdr de par deve ser um tipo primitivo: string, int, float or bool\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Erro ao atribuir valor: %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Erro ao sincronizar: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Devem ser especificados um ou mais diretrios de onde obter pares chave/"
"valor.\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Devem ser especificadas uma ou mais chaves para limpar.\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "Erro ao limpar `%s': %s\n"
-#: gconf/gconftool.c:1600
-#, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Erro ao listar subdiretrios de '%s': %s\n"
-
-#: gconf/gconftool.c:1611
-#, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "Falha ao listar entradas em '%s': %s\n"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Erro ao limpar '%s': %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
msgid "Must specify one or more keys to recursively unset.\n"
msgstr ""
"Devem ser especificadas uma ou mais chaves para limpar recursivamente.\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "Falha ao listar entradas em '%s': %s\n"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Devem ser especificados um ou mais diretrios de onde obter subdiretrios.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Erro ao listar diretrios: %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "ALERTA: tipo invlido ou faltante para schema (%s)\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "ALERTA: tipo de lista invlido ou faltante para schema (%s)\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr "ALERTA: Falha ao analisar valor padro `%s' para schema (%s)\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr "ALERTA: tipo de car ou de cdr invlido ou faltante para schema (%s)\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "ALERTA: Voc no pode atribuir uma valor padro a um schema\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "ALERTA: Erro interno do gconftool, GConfValueType desconhecido\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "ALERTA: falha ao analisar nome do tipo `%s'\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"ALERTA: tipo de lista s pode ser int, float, string ou bool e no `%s'\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"ALERTA: tipo de car s pode ser int, float, string ou bool e no `%s'\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"ALERTA: tipo de cdr s pode ser int, float, string ou bool e no `%s'\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "ALERTA: n <applyto> vazio"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "ALERTA: n <%s> no entendido sob <schema>\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "ALERTA: sem chave especificada para schema\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr "ALERTA: n <locale> no possui atributo `name=\"locale\"', ignorando\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1710,51 +1796,51 @@ msgstr ""
"ALERTA: mltiplos ns <locale> para o locale `%s', ignorando todos aps o "
"primeiro\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "ALERTA: N invlido <%s> em um n <locale>\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr "ALERTA: falha ao instalar schema `%s' locale `%s': %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "Instalado schema `%s' para locale `%s'\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr "ALERTA: falha ao associar schema `%s' com chave `%s': %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "Anexado schema `%s' chave `%s'\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Voc deve ter pelo menos um item <locale> em um <schema>\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "ALERTA: n <%s> no entendido abaixo de <schemalist>\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "Falha ao abrir `%s': %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Documento `%s' est vazio?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1763,26 +1849,26 @@ msgstr ""
"Documento `%s' possui o tipo errado de n raiz (<%s>, deveria ser "
"<gconfschemafile>)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "Documento `%s' no possui n <gconfschemafile> de nvel principal\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr "ALERTA: n <%s> abaixo de <gconfschemafile> no entendido\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Erro ao sincronizar dados de configurao: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Devem ser especificados alguns arquivos de schema a instalar\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1791,16 +1877,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Falha ao limpar chave de quebra %s: %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Devem ser especificadas algumas chaves para serem quebradas\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1809,11 +1895,11 @@ msgstr ""
"Tentando quebrar o seu aplicativo atribundo valores invlidos para chave:\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Devem ser especificados alguns diretrios para serem quebrados\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1824,17 +1910,11 @@ msgstr ""
"no diretrio:\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "Erro do GConf: %s\n"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr "Remoes de diretrio no sincronizadas ao desligar o mdulo XML"
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr "Alerta do GConf: falha ao listar pares em `%s': %s"
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Erro ao listar subdiretrios de '%s': %s\n"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "Esperado `%s' recebi `%s' para chave %s"
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "Erro ao limpar '%s': %s\n"
diff --git a/po/ro.po b/po/ro.po
index 2443889f..a8594a91 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-02-24 13:06+0100\n"
"Last-Translator: Robert Claudiu Gheorghe <rgheorghe@writeme.com>\n"
"Language-Team: Romn <ro@li.org>\n"
@@ -31,7 +31,7 @@ msgstr "Iniializez modulul BDB"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "Nu am gsit directorul rdcin %s la adresa `%s'"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "Nu am putut crea directorul `%s': %s"
@@ -45,37 +45,47 @@ msgstr "Nu pot citi sau scrie in directorul rdcin %s la adresa `%s'"
msgid "Unloading XML backend module."
msgstr "Descarc modulul XML."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "Nu pot gsi directorul rdcin pentru XML la adresa `%s'"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr "Nu pot citi sau scrie n directorul rdcin pentru XML la adresa `%s'"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
"Drepturile pentru sursa XML pe director/fiierele la rdcin %s sunt: %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr ""
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "Iniializez modulul XML"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "ncercarea de a ridica blocarea directorului XML `%s': %s a euat"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-"tergere de directoare invalide(nesincronizate) la oprirea modulului XML"
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -84,7 +94,7 @@ msgstr ""
"Nu am putut elimina directorul `%s' din memoria tampon a modulului XML , "
"deoarece nu a fost actualizat cu succes pe disc"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -93,80 +103,80 @@ msgstr ""
"%u obiecte au rmas n memoria tampon dup eliminarea obiectelor deja "
"actualizate mai vechi de %u secunde"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr ""
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "Fiierul XML `%s' este un director"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "tergere euata pentru `%s': %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "Nu am reuit s scriu n fiierul `%s': %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, fuzzy, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "tergere euata pentru `%s': %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "Nu am reuit s scriu n fiierul `%s': %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "Nu am reuit s inchid fiierul `%s': %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "Nu am reuit s redenumesc `%s' n `%s': %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "Nu am reuit s refac `%s' din `%s': %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Nu am reuit s terg vechiul fiierul `%s': %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr ""
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "Intrare duplicat `%s' n `%s', o ignor"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "Intrare fr nume n fiierul `%s', o ignor"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, fuzzy, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
"Nodul de pe nivelul superior n fiierul XML `%s' nu este un '<entry>', il "
"ignor"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "Nu am reuit s creez fiierul `%s': %s"
@@ -291,45 +301,56 @@ msgstr "Nu am putut localiza modulul pentru `%s'"
msgid "Failed to shut down backend"
msgstr "Oprire modul(e) esuat"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, fuzzy, c-format
+msgid "GConf Error: %s\n"
+msgstr "Eroare CORBA: %s"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr ""
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr ""
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Informaie(valoare) invalid recepionat la 'set request'"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"Informaie(valoare) CORBA primit neinteligibil la 'set request' pentru "
"cheia `%s'"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr ""
"Am primit solicitarea de a abandona toate informaiile din memoria tampon"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Am primit solicitarea de actualizare(sync) sincron"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
"Eroare fatala: am euat n obinerea unei referine ctre un obiect "
"ConfigDatabase"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Nu am reuit s actualizez una sau mai multe surse: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -337,12 +358,12 @@ msgstr ""
"refac acest proces la repornirea lui gconfd, fapt care va conduce la "
"notificri gresite ale schimbrilor de configuraie."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "ID-ul de proces 'listener' %lu nu exista"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -352,47 +373,57 @@ msgstr ""
"(aproape sigur fr consecine , poate conduce la reapariia unor "
"notificri: %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Eroare la obinerea valorii pentru `%s': %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Eroare la stabilirea valorii pentru `%s': %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Eroare la resetarea `%s': %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Eroare la obinerea valorii implicite pentru `%s': %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "Eroare la resetarea `%s': %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "Eroare la obinerea valorii pentru `%s': %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Eroare la verificarea existenei lui `%s': %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Eroare la eliminarea directorului `%s': %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Nu am reuit sa obin toate intrrile(elementele) din `%s': %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Eroare la listarea directorelor n `%s': %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Eroare la stabilirea schemei pentru `%s': %s"
@@ -463,8 +494,8 @@ msgid "No database available to save your configuration"
msgstr "Nu este disponibil nici o baz de date pentru a v salva configuratia"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "Nici un '/' n cheia `%s'"
#: gconf/gconf-internals.c:199
@@ -523,7 +554,7 @@ msgstr "Eroare de citire la fiierul `%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -583,7 +614,9 @@ msgstr "Nu am reuit s creez fiierul `%s': %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -641,77 +674,114 @@ msgstr "Nu am reuit s inchid fiierul `%s': %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Nu am reuit s eliberez directorul de blocaj `%s': %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr "Nu am reuit s creez fiierul `%s': %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Operaia nu este permis far un server de configuraii"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "Nu am reuit s ncarc sursa `%s': %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
"Schema `%s' specificat pentru `%s' conine o valoare de tip non-schem"
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "Numele '/' poate fi numai un director, nu o cheie"
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -777,82 +847,87 @@ msgstr "Nu am neles `%s' (numr greit de elemente)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "Nu am neles `%s' (n interiorul listei am gsit un ')' unescaped)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Serverul nu a putut rezolva adresa `%s'"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, fuzzy, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "A euat adugarea de client la lista serverului, eroare CORBA: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Trebuie s inceap cu un slash (/)"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Nu pot avea dou shash-uri (/) pe un rnd"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Nu pot avea punct (.) imediat dup un slash (/)"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr ""
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr ""
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr ""
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr ""
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr ""
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr ""
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr ""
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "Eroare CORBA: %s"
@@ -921,799 +996,806 @@ msgstr ""
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr ""
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "tergere euata pentru `%s': %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "Nu am reuit s eliberez directorul de blocaj `%s': %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr ""
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr ""
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr ""
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr ""
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr ""
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, fuzzy, c-format
msgid "Error reading saved state file: %s"
msgstr "Eroare la eliminarea directorului `%s': %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, fuzzy, c-format
msgid "Failed to get IOR for client: %s"
msgstr "Nu am reuit sa obin toate intrrile(elementele) din `%s': %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, fuzzy, c-format
msgid "Failed to open saved state file: %s"
msgstr "Nu am reuit s creez fiierul `%s': %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, fuzzy, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr "Nu am reuit s creez fiierul `%s': %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, fuzzy, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr "Nu am reuit s creez fiierul `%s': %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr ""
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr ""
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
msgstr ""
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr ""
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr ""
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr ""
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr ""
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr ""
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr ""
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr ""
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
msgstr ""
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr ""
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr ""
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr ""
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr ""
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr ""
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr ""
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
msgstr ""
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr ""
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr ""
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr ""
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr ""
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr ""
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, fuzzy, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "Nu am reuit sa obin toate intrrile(elementele) din `%s': %s"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr ""
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr ""
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr ""
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr ""
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr ""
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr ""
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr ""
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr ""
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr ""
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, fuzzy, c-format
msgid "Error setting value: %s\n"
msgstr "Eroare la stabilirea valorii pentru `%s': %s"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr "Eroare la resetarea `%s': %s"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr ""
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, fuzzy, c-format
msgid "No schema known for `%s'\n"
msgstr "Nu exist fiierul `%s'\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "Eroare la stabilirea schemei pentru `%s': %s"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr "Nu exist fiierul `%s'\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, fuzzy, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "Ignor schema cu numele `%s', invalid: %s"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "Eroare la stabilirea schemei pentru `%s': %s"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr ""
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr ""
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr ""
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "Eroare la listarea directorelor n `%s': %s"
+#: gconf/gconftool.c:1638
+msgid "Must specify one or more keys to recursively unset.\n"
+msgstr ""
-#: gconf/gconftool.c:1611
+#: gconf/gconftool.c:1652
#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
+msgid "Failure during recursive unset of \"%s\": %s\n"
msgstr "Nu am reuit sa obin toate intrrile(elementele) din `%s': %s"
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "Eroare la resetarea `%s': %s"
-
-#: gconf/gconftool.c:1659
-msgid "Must specify one or more keys to recursively unset.\n"
-msgstr ""
-
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr ""
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ""
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ""
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ""
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ""
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ""
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr ""
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ""
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr ""
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
"<gconfschemafile>)\n"
msgstr ""
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr ""
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ""
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr ""
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr ""
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
"%s\n"
msgstr ""
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr ""
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr ""
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
" %s\n"
msgstr ""
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr ""
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1721,20 +1803,17 @@ msgid ""
" %s\n"
msgstr ""
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, fuzzy, c-format
-msgid "GConf Error: %s\n"
-msgstr "Eroare CORBA: %s"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr ""
+#~ "tergere de directoare invalide(nesincronizate) la oprirea modulului XML"
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr ""
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "Eroare la listarea directorelor n `%s': %s"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr ""
+#, fuzzy
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "Eroare la resetarea `%s': %s"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/ru.po b/po/ru.po
index d72becb9..1263f44d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-10-13 15:36+0400\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -30,7 +30,7 @@ msgstr " BDB"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr " %s '%s'"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr " '%s': %s"
@@ -45,122 +45,133 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr " XML."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr " XML '%s'"
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
" XML '%s'"
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr " : %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr " XML"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr " XML \"%s\": %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr " stat \"%s\": %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML \"%s\" "
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr " \"%s\": %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr " \"%s\": %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr " \"%s\": %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr " XML \"%s\": %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr " '%s': %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr " \"%s\" \"%s\": %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr " \"%s\" \"%s\": %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr " \"%s\": %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr " stat \"%s\": %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr " \"%s\" \"%s\", "
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr " XML- \"%s\", "
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
" XML- \"%s\" <%s> <entry>, "
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr " \"%s\": %s"
@@ -283,98 +294,119 @@ msgstr " '%s'"
msgid "Failed to shut down backend"
msgstr " "
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr " GConf: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr " GConf: \"%s\": %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr " \"%s\" \"%s\" %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr ""
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr " "
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr ""
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
" : ConfigDatabase"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr " : %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr ""
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr " : %s\n"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr " \"%s\": %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr " \"%s\": %s"
@@ -446,8 +478,8 @@ msgid "No database available to save your configuration"
msgstr " "
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr " '/' '%s'"
#: gconf/gconf-internals.c:199
@@ -505,7 +537,7 @@ msgstr " '%s': %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -564,7 +596,9 @@ msgstr " \"%s\""
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -621,76 +655,113 @@ msgstr " \"%s\": %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr " %s: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr " : %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr " \"%s\" \"%s\" "
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr " \"/\" , "
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr " : %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr " : %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -757,82 +828,87 @@ msgstr " \"%s\" ( )"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr " \"%s\" ( \")\" )"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "\"%s\": %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr " '%s'"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr " "
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr " , CORBA: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr " '/'"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr " '/' "
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr " '/'"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "'%c' /"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "'%c' /"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "/ '/'"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr " : %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr " ., %s"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr " , %s"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr " , %s"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr " , %s"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr " schema, %s"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr " CORBA: %s"
@@ -914,82 +990,82 @@ msgstr " %d, ."
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr " ( %s), pid %u \"%s\""
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr " ConfigServer"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr ""
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, c-format
msgid "Error releasing lockfile: %s"
msgstr " : %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr ""
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr " GConf , ."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr " : %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr " \"%s\" : %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr " \"%s\" fd: %d: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr " : %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
@@ -997,74 +1073,74 @@ msgstr ""
" , "
" \"%s\": %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr " : %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr " IOR : %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr " : %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr " "
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr " . --type."
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr " ."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1072,42 +1148,42 @@ msgstr ""
" . --short-desc, --long-desc, "
"--owner --type."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr ""
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr " \n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr " / ."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr " ."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr " ."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr " 0 2 ."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr " gconfd. ."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr " 0 gconfd 2 ."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1115,7 +1191,7 @@ msgstr ""
" (gconfd). ( "
" .)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1123,69 +1199,69 @@ msgstr ""
" . "
" ."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "||.|||"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "||.|"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr " () schema."
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr " schema."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr " "
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr ""
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr " "
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr " "
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1193,46 +1269,50 @@ msgstr ""
" , . , "
"gconfd ."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1242,23 +1322,23 @@ msgstr ""
" '%s --help' "
" .\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr " --all-entries --get --set\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr " --all-dirs --get --set\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
@@ -1266,7 +1346,7 @@ msgstr ""
"--recursive-list --get, --set, --unset, --all-"
"entries, --all-dirs\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
@@ -1274,439 +1354,442 @@ msgstr ""
"--set_schema --get, --set, --unset, --all-"
"entries, --all-dirs\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr " \n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr " \n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr " --dir-exists .\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr " --install-schema-file .\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr " --makefile-install-rule .\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr " --break-key .\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr " --break-directory .\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
" --config-source, "
" --direct\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr " GConf: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr " GCONF_CONFIG_SOURCE\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr " .\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr " \"%s\": %s\n"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "( )"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr ""
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr ""
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr ": %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr " Car: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr " Cdr: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr ": %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr " '%s'\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr " '%s': %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr " '%s'\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr " / \n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr " : '%s'\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr " schema \n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr ""
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr ": %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr " \n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr " \"%s\"\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr " \"%s\": %s"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr " : %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr " : %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr ""
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr " \"%s\": %s"
-
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr " \"%s\": %s\n"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr " : %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr " .\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr " \"%s\": %s\n"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
" "
".\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ": (%s)\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ": (%s)\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
": '%s' (%s)\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
": CAR CDR (%s)\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ""
": \n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ""
": gconftool, GConfValueType\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ": <applyto>"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ": <%s> <schema>\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ""
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ": <%s> <locale>\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr " \"%s\" locale \"%s\"\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr " \"%s\" \"%s\"\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr " <locale> <schema>\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ""
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr " `%s': %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr " `%s' ?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
"<gconfschemafile>)\n"
msgstr ""
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr " `%s' <gconfschemafile>\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ": <%s> <gconfschemafile> \n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr " : %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr " \n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1715,16 +1798,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr ""
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr " \n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1733,11 +1816,11 @@ msgstr ""
" :\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr " \n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1748,17 +1831,6 @@ msgstr ""
":\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr " GConf: %s\n"
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr " GConf: \"%s\": %s"
-
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr " \"%s\" \"%s\" %s"
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr " \"%s\": %s"
diff --git a/po/sk.po b/po/sk.po
index cd8f5b0c..decfa9f0 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf 1.1\n"
-"POT-Creation-Date: 2002-01-30 15:20+0100\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2002-01-30 15:20CET\n"
"Last-Translator: Stanislav Viovsk <visnovsky@nenya.ms.mff.cuni.cz>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -178,7 +178,8 @@ msgstr "Poloka bez mena v sbore XML `%s', ignorujem"
#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
-msgstr "Uzol na najvyej rovni v sbore XML `%s' je <%s> a nie <entry>, ignorujem"
+msgstr ""
+"Uzol na najvyej rovni v sbore XML `%s' je <%s> a nie <entry>, ignorujem"
#: backends/xml-dir.c:1192
#, c-format
@@ -570,7 +571,8 @@ msgstr "Oakvan pr, prijat %s"
#: gconf/gconf-internals.c:1525
#, c-format
msgid "Expected (%s,%s) pair, got a pair with one or both values missing"
-msgstr "Oakvan (%s,%s) pr, prijat pr s jednou alebo obomi chbajcimi hodnotami"
+msgstr ""
+"Oakvan (%s,%s) pr, prijat pr s jednou alebo obomi chbajcimi hodnotami"
#: gconf/gconf-internals.c:1541
#, c-format
@@ -616,7 +618,8 @@ msgstr ""
#: gconf/gconf-internals.c:2425
#, c-format
msgid "IOR file '%s' not opened successfully, no gconfd located: %s"
-msgstr "Sbor IOR '%s' nebol spene otvoren, na adrese nebol njden gconfd: %s"
+msgstr ""
+"Sbor IOR '%s' nebol spene otvoren, na adrese nebol njden gconfd: %s"
#: gconf/gconf-internals.c:2455
#, c-format
@@ -625,7 +628,8 @@ msgstr "gconftool alebo proces in ako gconfd m zamknut sbor '%s'"
#: gconf/gconf-internals.c:2472
msgid "couldn't contact ORB to resolve existing gconfd object reference"
-msgstr "nie je mon spoji sa s ORBom pre zistenie referencie na existujci gconfd"
+msgstr ""
+"nie je mon spoji sa s ORBom pre zistenie referencie na existujci gconfd"
#: gconf/gconf-internals.c:2482
#, c-format
@@ -675,7 +679,8 @@ msgstr "Nepodarilo sa vytvori %s: %s"
#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
-msgstr "Nepodarilo sa vytvori rru pre komunikciu s potomkami dmona gconf: %s\n"
+msgstr ""
+"Nepodarilo sa vytvori rru pre komunikciu s potomkami dmona gconf: %s\n"
#: gconf/gconf-internals.c:2903
#, c-format
@@ -720,11 +725,13 @@ msgstr "Zisten adresa \"%s\" je konfiguran zdroj so zpisom na pozcii %d"
#: gconf/gconf-sources.c:352
#, c-format
msgid "Resolved address \"%s\" to a read-only config source at position %d"
-msgstr "Zisten adresa \"%s\" je konfiguran zdroj iba pre tanie na pozcii %di"
+msgstr ""
+"Zisten adresa \"%s\" je konfiguran zdroj iba pre tanie na pozcii %di"
#: gconf/gconf-sources.c:359
#, c-format
-msgid "Resolved address \"%s\" to a partially writable config source at position %d"
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
msgstr ""
"Zisten adresa \"%s\" je konfiguran zdroj s iastonm zpisom na pozcii %"
"d"
@@ -966,7 +973,8 @@ msgstr ""
#: gconf/gconfd.c:292
#, c-format
-msgid "No configuration files found, trying to use the default config source `%s'"
+msgid ""
+"No configuration files found, trying to use the default config source `%s'"
msgstr ""
"Nenjden iadne konfiguran sbory, poksim sa poui tandardn "
"konfiguran zdroj `%s'"
@@ -1010,11 +1018,13 @@ msgstr ""
#: gconf/gconfd.c:368
#, c-format
msgid "Received signal %d, dumping core. Please report a GConf bug."
-msgstr "Zachyten signl %d, zapisujem sbor core. Prosm, oznmte chybu GConfu."
+msgstr ""
+"Zachyten signl %d, zapisujem sbor core. Prosm, oznmte chybu GConfu."
#: gconf/gconfd.c:384
#, c-format
-msgid "Received signal %d, shutting down abnormally. Please file a GConf bug report."
+msgid ""
+"Received signal %d, shutting down abnormally. Please file a GConf bug report."
msgstr ""
"Zachyten signl %d, konm abnormlne. Prosm, vyplte sprvu o chybe v "
"GConf."
@@ -1076,7 +1086,8 @@ msgstr ""
#: gconf/gconfd.c:1194
#, c-format
-msgid "Failed to close gconfd logfile; data may not have been properly saved (%s)"
+msgid ""
+"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
"Nepodarilo sa zavrie sbor so zznamom pre gconfd, dta mono nie s "
"sprvne uloen (%s)"
@@ -1108,14 +1119,16 @@ msgstr "Nepodarilo sa presun nov sbor s uloenm stavom na miesto: %s"
#: gconf/gconfd.c:1319
#, c-format
-msgid "Failed to restore original saved state file that had been moved to '%s': %s"
+msgid ""
+"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
"Nepodarilo sa obnovi pvodn sbor s uloenm stavom, ktor bol presunut "
"do '%s': %s"
#: gconf/gconfd.c:1790
#, c-format
-msgid "Unable to restore a listener on address '%s', couldn't resolve the database"
+msgid ""
+"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
"Nepodarilo sa obnovi listenera na adrese '%s', nie je mon zisti adresu "
"databze"
@@ -1170,7 +1183,8 @@ msgid "Failed to flush client add to saved state file: %s"
msgstr "Nepodarilo sa prida dta od klienta do sboru s uloenm stavom: %s"
#: gconf/gconfd.c:2160
-msgid "Some client removed itself from the GConf server when it hadn't been added."
+msgid ""
+"Some client removed itself from the GConf server when it hadn't been added."
msgstr "Niektor klient sa odstrnil z GConf serveru ke tam nebol pridan."
#: gconf/gconftool.c:71
@@ -1359,7 +1373,8 @@ msgstr "Zska meno schmy pouitej pre tento k"
#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
-msgstr "Zadajte meno schmy nasledovan kom, na ktor sa m tto schma poui"
+msgstr ""
+"Zadajte meno schmy nasledovan kom, na ktor sa m tto schma poui"
#: gconf/gconftool.c:342
msgid "Remove any schema name applied to the given keys"
@@ -1443,14 +1458,16 @@ msgid "--break-directory must be used by itself.\n"
msgstr "--break-directory mus by pouit iba samostatne.\n"
#: gconf/gconftool.c:546
-msgid "You must specify a config source with --config-source when using --direct\n"
+msgid ""
+"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"Ke pouvate --direct, muste zada konfiguran zdroj pomocou --config-"
"source\n"
#: gconf/gconftool.c:552
msgid "You should use --direct when using a non-default configuration source\n"
-msgstr "Ke pouvate netandardn konfiguran zdroj, mali by ste poui --direct.\n"
+msgstr ""
+"Ke pouvate netandardn konfiguran zdroj, mali by ste poui --direct.\n"
#: gconf/gconftool.c:558
#, c-format
@@ -1479,7 +1496,8 @@ msgstr "Chyba pri ukonovan: %s\n"
#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
-msgstr "Muste zada jeden alebo viac prieinkov, ktor chcete rekurzvne vypsa.\n"
+msgstr ""
+"Muste zada jeden alebo viac prieinkov, ktor chcete rekurzvne vypsa.\n"
#: gconf/gconftool.c:928
#, c-format
@@ -1577,7 +1595,8 @@ msgid "When setting a list you must specify a primitive list-type\n"
msgstr "Pri nastavovan zoznamu muste zada primitvny typ zoznamu.\n"
#: gconf/gconftool.c:1214
-msgid "When setting a pair you must specify a primitive car-type and cdr-type\n"
+msgid ""
+"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr "Pri nastavovan pru muste zada primitvny typ car alebo typ cdr.\n"
#: gconf/gconftool.c:1229
@@ -1681,7 +1700,8 @@ msgstr "Chyba mazania `%s': %s\n"
#: gconf/gconftool.c:1638
msgid "Must specify one or more keys to recursively unset.\n"
-msgstr "Muste zada jeden alebo viac prieinkov, ktor chcete rekurzvne vymaza.\n"
+msgstr ""
+"Muste zada jeden alebo viac prieinkov, ktor chcete rekurzvne vymaza.\n"
#: gconf/gconftool.c:1652
#, c-format
@@ -1690,7 +1710,8 @@ msgstr "Nepodarilo sa zrui hodnoty v '%s': %s\n"
#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
-msgstr "Muste zada jeden alebo viac prieinkov, z ktorch chcete podprieinky.\n"
+msgstr ""
+"Muste zada jeden alebo viac prieinkov, z ktorch chcete podprieinky.\n"
#: gconf/gconftool.c:1704
#, c-format
@@ -1710,12 +1731,14 @@ msgstr "VAROVANIE: neplatn alebo chbajci list_type pre schmu (%s)\n"
#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
-msgstr "VAROVANIE: Neporadilo sa spracova tandardn hodnotu `%s' pre schmu (%s)\n"
+msgstr ""
+"VAROVANIE: Neporadilo sa spracova tandardn hodnotu `%s' pre schmu (%s)\n"
#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
-msgstr "VAROVANIE: neplatn alebo chbajci car_type alebo cdr_type pre schmu (%s)\n"
+msgstr ""
+"VAROVANIE: neplatn alebo chbajci car_type alebo cdr_type pre schmu (%s)\n"
#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
@@ -1733,7 +1756,8 @@ msgstr "VAROVANIE: nepodarilo sa spracova meno typu `%s'\n"
#: gconf/gconftool.c:1902
#, c-format
-msgid "WARNING: list_type can only be int, float, string or bool and not `%s'\n"
+msgid ""
+"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"VAROVANIE: list_type me by iba int, float, string alebo bool, ale nie `%"
"s'\n"
@@ -1767,11 +1791,13 @@ msgstr "VAROVANIE: neuveden iadny k pre schmu\n"
#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
-msgstr "VAROVANIE: uzol <locale> neobsahuje atribt `name=\"locale\"', ignorujem\n"
+msgstr ""
+"VAROVANIE: uzol <locale> neobsahuje atribt `name=\"locale\"', ignorujem\n"
#: gconf/gconftool.c:2024
#, c-format
-msgid "WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
+msgid ""
+"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
"VAROVANIE: viacnsobn uzol <locale> pre locale `%s', ignorujem vetky okrem "
"prvho\n"
@@ -1889,4 +1915,3 @@ msgstr ""
"Pokam sa o poruenie aplikcie nastavenm nesprvnych hodnt pre ke v "
"prieinku:\n"
" %s\n"
-
diff --git a/po/sl.po b/po/sl.po
index 94cb756f..bf7508cf 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf\n"
-"POT-Creation-Date: 2002-01-26 22:16+0100\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-02-12 20:02+0100\n"
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -61,6 +61,7 @@ msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr "Dovoljenja imenika/datoteke za vir XML na korenu %s so: %o/%o"
#: backends/xml-backend.c:584
+#, c-format
msgid "Error syncing the XML backend directory cache: %s"
msgstr "Napaka ob usklajevanju medpomnilnika imenikov XML: %s"
@@ -69,7 +70,8 @@ msgid ""
"Remove dir operation is no longer supported, just remove all the values in "
"the directory"
msgstr ""
-"Operacija odstranjevanja imenika ni ve podprta. Preprosto odstranite vse vrednosti v imeniku"
+"Operacija odstranjevanja imenika ni ve podprta. Preprosto odstranite vse "
+"vrednosti v imeniku"
#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
@@ -113,6 +115,7 @@ msgid "XML filename `%s' is a directory"
msgstr "Datoteka XML `%s' je imenik"
#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, c-format
msgid "Failed to delete \"%s\": %s"
msgstr "Nisem uspel zbrisati \"%s\": %s"
@@ -301,51 +304,48 @@ msgstr "Nisem uspel ustaviti ozadnega modula"
msgid "GConf Error: %s\n"
msgstr "Napaka gconf %s\n"
-#: gconf/gconf-client.c:899
+#: gconf/gconf-client.c:898
#, c-format
msgid "GConf warning: failure listing pairs in `%s': %s"
msgstr "Opozorilo GConf: napaka ob izpisovanju praov v `%s': %s"
-#: gconf/gconf-client.c:1165
+#: gconf/gconf-client.c:1163
#, c-format
msgid "Expected `%s' got `%s' for key %s"
msgstr "Za klju %s priakoval `%s' dobil `%s'"
-#: gconf/gconf-database.c:233
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Prejel sem neveljavno vrednost v zahtevku \"set\""
-#: gconf/gconf-database.c:241
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"Nisem mogel najti smisla vredosti CORBA prejete v zahtevku \"set\" za klju `"
"%s'"
-#: gconf/gconf-database.c:522
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Prejel zahtevek za opustitev vseh predpomnjenih podatkov"
-#: gconf/gconf-database.c:539
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Prejel zahtevek za usklajeno (sinhrono) uskladitev"
-#: gconf/gconf-database.c:823
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr "Usodna napaka: nisem uspel dobiti sklica predmeta za ConfigDatabase"
-#: gconf/gconf-database.c:985
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Nisem uspel uskladiti enega ali ve virov: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1076
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener %s (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -353,12 +353,12 @@ msgstr ""
"gconfd-ja poslualca ne bom mogel obnoviti, kar bo povzroilo nezanesljivo "
"obveanje o spremembah nastavitev."
-#: gconf/gconf-database.c:1103
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "Poslualec z ID %lu ne obstaja"
-#: gconf/gconf-database.c:1117
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -367,55 +367,57 @@ msgstr ""
"V dnevnik nisem uspel zapisati odstranitve poslualca (verjetno ni "
"kodljivo, lahko pa povzroi ponavljanje obvestil): %s"
-#: gconf/gconf-database.c:1235 gconf/gconf-sources.c:1540
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Napaka ob branju vrednosti za `%s': %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Napaka ob nastavljanju vrednosti za `%s': %s"
-#: gconf/gconf-database.c:1325
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Napaka ob odnastavljanju `%s': %s"
-#: gconf/gconf-database.c:1354
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Napaka ob branju privzete vrednosti za `%s': %s"
-#: gconf/gconf-database.c:1405
+#: gconf/gconf-database.c:1411
+#, c-format
msgid "Error unsetting \"%s\": %s"
msgstr "Napaka ob odnastavljanju \"%s\": %s"
-#: gconf/gconf-database.c:1437
+#: gconf/gconf-database.c:1443
+#, c-format
msgid "Error getting new value for \"%s\": %s"
msgstr "Napaka ob branju nove vrednosti za \"%s\": %s"
-#: gconf/gconf-database.c:1485
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Napaka ob preverjanju obstoja `%s': %s"
-#: gconf/gconf-database.c:1509
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Napaka ob odstranjevanju imenika `%s': %s"
-#: gconf/gconf-database.c:1536
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Nisem uspel prebrati vseh vnosov v %s': %s"
-#: gconf/gconf-database.c:1562
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Napaka ob izpisu seznama imenikov v %s': %s"
-#: gconf/gconf-database.c:1583
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Napaka ob nastavljanju sheme za %s': %s"
@@ -485,6 +487,7 @@ msgid "No database available to save your configuration"
msgstr "Zbirka podatkov za shranitev vaih nastavitev ni na voljo"
#: gconf/gconf-internals.c:86
+#, c-format
msgid "No '/' in key \"%s\""
msgstr "Ni znaka '/' v kljuu \"%s\""
@@ -602,10 +605,13 @@ msgid "Failed to create or open '%s'"
msgstr "Nisem uspel ustvariti ali odpreti '%s'"
#: gconf/gconf-internals.c:2397
+#, c-format
msgid ""
"Failed to lock '%s': probably another process has the lock, or your "
"operating system has NFS file locking misconfigured (%s)"
-msgstr "Nisem uspel zakleniti '%s': verjetno ima kljuavnico drug proces ali pa ima va operacijski sistem nepravilno nastavljeno zaklepanje datotek NFS (%s)"
+msgstr ""
+"Nisem uspel zakleniti '%s': verjetno ima kljuavnico drug proces ali pa ima "
+"va operacijski sistem nepravilno nastavljeno zaklepanje datotek NFS (%s)"
#: gconf/gconf-internals.c:2425
#, c-format
@@ -664,23 +670,23 @@ msgstr "Nisem uspel poistiti datoteke %s': %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Nisem uspel odstraniti kljuavninega imenika `%s': %s"
-#: gconf/gconf-internals.c:2842 gconf/gconfd.c:583
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "Nisem uspel ustvariti %s: %s"
-#: gconf/gconf-internals.c:2875
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
"Nisem uspel ustvariti pipe za komunikacijo z odcepljenim daemonom gconf: %s\n"
-#: gconf/gconf-internals.c:2899
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Nisem uspel pognati strenika nastavitev: %s\n"
-#: gconf/gconf-internals.c:2923
+#: gconf/gconf-internals.c:2927
msgid ""
"Failed to contact configuration server; some possible causes are:\n"
"a) you have an existing configuration server (gconfd) running, but it isn't "
@@ -693,9 +699,13 @@ msgid ""
msgstr ""
"Nisem se uspel povezati s strenikom nastavitev (moni vzroki so:\n"
"a) nastavitveni strenik (gconfd) e tee, a od tu ni dostopen - e ste "
-"prijavljeni iz dveh raunalnikov hkrati, morate vkljuiti podporo mrei TCP za "
-"ORBit. To storite tako, da v /etc/orbitrc vpiete vrstico \"ORBIIOPIPv4=1\"\n"
-"b) zaradi sistemskega sesutja imate na domaem imeniku priklopljenem preko NFS zastarele kljuavnice. e ste prepriani, da nobenem raunalniku, ki uporablja va doma imenik ne tee gconfd, poskusite odstraniti datoteke ~/.gconf/*.lock in ~/.gconfd/lock"
+"prijavljeni iz dveh raunalnikov hkrati, morate vkljuiti podporo mrei TCP "
+"za ORBit. To storite tako, da v /etc/orbitrc vpiete vrstico \"ORBIIOPIPv4=1"
+"\"\n"
+"b) zaradi sistemskega sesutja imate na domaem imeniku priklopljenem preko "
+"NFS zastarele kljuavnice. e ste prepriani, da nobenem raunalniku, ki "
+"uporablja va doma imenik ne tee gconfd, poskusite odstraniti datoteke ~/."
+"gconf/*.lock in ~/.gconfd/lock"
#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
#: gconf/gconf-schema.c:214
@@ -703,6 +713,7 @@ msgid "Schema contains invalid UTF-8"
msgstr "Shema vsebuje neveljaven UTF-8"
#: gconf/gconf-sources.c:319
+#, c-format
msgid "Failed to load source \"%s\": %s"
msgstr "Nisem uspel naloiti vira \"%s\": %s"
@@ -726,7 +737,9 @@ msgstr "Razvozlal sem naslov \"%s\" v delno pisljiv vir nastavitev na mestu %d"
msgid ""
"None of the resolved addresses are writable; saving configuration settings "
"will not be possible"
-msgstr "Noben od razvozlanih naslovov ni pisljiv; shranjevanje nastavitev ne bo mogoe"
+msgstr ""
+"Noben od razvozlanih naslovov ni pisljiv; shranjevanje nastavitev ne bo "
+"mogoe"
#: gconf/gconf-sources.c:584
#, c-format
@@ -738,6 +751,7 @@ msgid "The '/' name can only be a directory, not a key"
msgstr "Ime '/' je lahko le imenik, ne klju"
#: gconf/gconf-sources.c:679
+#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
"path"
@@ -746,6 +760,7 @@ msgstr ""
"nastavitvene poti. "
#: gconf/gconf-sources.c:691
+#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
"writable databases. There are some common causes of this problem: 1) your "
@@ -765,21 +780,21 @@ msgid ""
"in individual storage locations such as ~/.gconf"
msgstr ""
"Nisem mogel shraniti vrednosti pri kljuu '%s', saj strenik nastavitev nima "
-"nobene pisljive zbirke podatkov. Ta problem ima nekaj pogostih vzrokov: 1) vaa "
-"pot nastavitev %s/path ne vsebuje nobene zbirke podatkov ali ni ta bila najdena "
-"2) nekako smo pomotoma ustvarili dva procesa gconfd. 3) va sistem ni"
-" pravilno nastavljen, zato zaklepanje datotek v vaem domaem imeniku"
-" priklopljenem preko NFS ne"
-" deluje ali 4) raunalnik z vaim odjemalcem za NFS se je sesu in ob "
-"vnovinem zagonu ni pravilno obvestil strenika, da naj odklene datoteke. "
-"e imate dva gconfd procesa "
-"(ali ste imeli dva, ko se je pognal drugi), potem lahko pomaga, e se odjavite, ubijete "
-"vse primerke gconfd ter se znova prijavite. Morda je problem "
-"v poskusu uporabe gconf-a iz dveh raunalnikov hkrati, medtem ko ORBit "
-"zaradi privzetih nastavitev ne dovoli oddaljenih povezav CORBA. V tem "
-"primeru dodajte \"ORBIIOPIPv4=1\" v datoteko /etc/orbitrc. Kot vedno, "
-"preverite user.* sistemski dnevnik za podrobnosti o problemu na katerega je "
-"naletel gconfd. Vedno je lahko le en gconfd na uporabiki imenik in mora imeti kljuavnino datoteko v ~/.gconfd in kljuavnine datoteke v posameznih hranilnih lokacijah kot je ~/.gconf"
+"nobene pisljive zbirke podatkov. Ta problem ima nekaj pogostih vzrokov: 1) "
+"vaa pot nastavitev %s/path ne vsebuje nobene zbirke podatkov ali ni ta bila "
+"najdena 2) nekako smo pomotoma ustvarili dva procesa gconfd. 3) va sistem "
+"ni pravilno nastavljen, zato zaklepanje datotek v vaem domaem imeniku "
+"priklopljenem preko NFS ne deluje ali 4) raunalnik z vaim odjemalcem za "
+"NFS se je sesu in ob vnovinem zagonu ni pravilno obvestil strenika, da naj "
+"odklene datoteke. e imate dva gconfd procesa (ali ste imeli dva, ko se je "
+"pognal drugi), potem lahko pomaga, e se odjavite, ubijete vse primerke "
+"gconfd ter se znova prijavite. Morda je problem v poskusu uporabe gconf-a "
+"iz dveh raunalnikov hkrati, medtem ko ORBit zaradi privzetih nastavitev ne "
+"dovoli oddaljenih povezav CORBA. V tem primeru dodajte \"ORBIIOPIPv4=1\" v "
+"datoteko /etc/orbitrc. Kot vedno, preverite user.* sistemski dnevnik za "
+"podrobnosti o problemu na katerega je naletel gconfd. Vedno je lahko le en "
+"gconfd na uporabiki imenik in mora imeti kljuavnino datoteko v ~/.gconfd "
+"in kljuavnine datoteke v posameznih hranilnih lokacijah kot je ~/.gconf"
#: gconf/gconf-sources.c:1410
#, c-format
@@ -857,86 +872,87 @@ msgstr "Nisem razumel `%s' (napano tevilo elementov)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "Nisem razumel `%s' (dodaten neubeen ')' najden znotraj para)"
-#: gconf/gconf.c:54
+#: gconf/gconf.c:55
#, c-format
msgid "Key \"%s\" is NULL"
msgstr "Klju \"%s\" je NULL"
-#: gconf/gconf.c:61
+#: gconf/gconf.c:62
+#, c-format
msgid "\"%s\": %s"
msgstr "\"%s\": %s"
-#: gconf/gconf.c:333
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Strenik ni mogel razvozlati naslova `%s'"
-#: gconf/gconf.c:624
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr "Krajevnemu viru nastavitev ne morem dodati obveanj"
-#: gconf/gconf.c:2072
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "Dodajanje odjemalca v seznam strenika ni uspelo, napaka CORBA: %s"
-#: gconf/gconf.c:2393
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Mora se zaeti s poevnico (/)"
-#: gconf/gconf.c:2415
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Ne more imeti dveh poevnic (/) zapored"
-#: gconf/gconf.c:2417
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Ne more imeti pike (.) takoj za poevnico (/)"
-#: gconf/gconf.c:2436
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "znak '%c' je neveljaven ASCII znak, zato ni dovoljen v imenih kljuev"
-#: gconf/gconf.c:2446
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "znak '%c' je neveljaven v imenu kljuev/imenikov"
-#: gconf/gconf.c:2460
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Klju/imenik se ne sme konati s poevnico (/)"
-#: gconf/gconf.c:2829
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Napaka ob ustavljanju strenika nastavitev: %s"
-#: gconf/gconf.c:2890
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Priakoval tevilo s plavajoo vejico, dobil %s"
-#: gconf/gconf.c:2925
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Priakoval celo tevilo, dobil %s"
-#: gconf/gconf.c:2960
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Priakoval niz, dobil %s"
-#: gconf/gconf.c:2997
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Priakoval booleanovo vrednost, dobil %s"
-#: gconf/gconf.c:3030
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Priakoval shemo, dobil %s"
-#: gconf/gconf.c:3391
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "Napaka CORBA: %s"
@@ -1451,7 +1467,8 @@ msgstr "Ob uporabi --direct morate navesti vir nastavitev z --config-source\n"
#: gconf/gconftool.c:552
msgid "You should use --direct when using a non-default configuration source\n"
-msgstr "Kadar uporabljate neprivzet vir nastavitev, bi morali uporabljati --direct\n"
+msgstr ""
+"Kadar uporabljate neprivzet vir nastavitev, bi morali uporabljati --direct\n"
#: gconf/gconftool.c:558
#, c-format
@@ -1460,7 +1477,8 @@ msgstr "Nisem uspel inicializirati GConf-a: %s\n"
#: gconf/gconftool.c:587
msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
-msgstr "Nastavljen je GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL, ne nameam shem\n"
+msgstr ""
+"Nastavljen je GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL, ne nameam shem\n"
#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
@@ -1636,6 +1654,7 @@ msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "Napaka pri povezovanju sheme '%s' s kljuem '%s': %s\n"
#: gconf/gconftool.c:1442
+#, c-format
msgid "Error removing schema name from '%s': %s\n"
msgstr "Napaka ob odstranjevanju imena sheme iz '%s': %s\n"
@@ -1685,6 +1704,7 @@ msgid "Must specify one or more keys to recursively unset.\n"
msgstr "Naveden mora biti en ali ve kljuev za rekurzivno odnastavljanje.\n"
#: gconf/gconftool.c:1652
+#, c-format
msgid "Failure during recursive unset of \"%s\": %s\n"
msgstr "Napaka ob rekurzivnem odnastavljanju \"%s\": %s\n"
diff --git a/po/sv.po b/po/sv.po
index 366b3e33..5ced56a4 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf\n"
-"POT-Creation-Date: 2002-01-28 03:23+0100\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2002-01-28 03:23+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -308,53 +308,49 @@ msgstr "Fel vid avstängning av backend"
msgid "GConf Error: %s\n"
msgstr "GConf-fel: %s\n"
-#: gconf/gconf-client.c:899
+#: gconf/gconf-client.c:898
#, c-format
msgid "GConf warning: failure listing pairs in `%s': %s"
msgstr "GConf-varning: misslyckades med att lista par i \"%s\": %s"
-#: gconf/gconf-client.c:1165
+#: gconf/gconf-client.c:1163
#, c-format
msgid "Expected `%s' got `%s' for key %s"
msgstr "Förväntade \"%s\", fick \"%s\" för nyckeln \"%s\""
-#: gconf/gconf-database.c:233
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Mottog ogiltigt värde i inställningsbegäran"
-#: gconf/gconf-database.c:241
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
"Kunde inte få ut något vettigt av CORBA-värdet som mottogs i "
"inställningsbegäran för nyckeln \"%s\""
-#: gconf/gconf-database.c:522
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Mottog begäran att släppa all cachad data"
-#: gconf/gconf-database.c:539
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Mottog begäran att synkronisera synkront"
-#: gconf/gconf-database.c:823
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
"Allvarligt fel: misslyckades med att få objektreferens för konfig-databasen"
-#: gconf/gconf-database.c:985
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Misslyckades med att synkronisera med en eller flera källor: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1076
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener %s (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -362,12 +358,12 @@ msgstr ""
"kunna återställa den här lyssnaren vid omstart av gconfd, vilket kommer att "
"resultera i otillförlitliga meddelanden om konfigurationsändringar."
-#: gconf/gconf-database.c:1103
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "Lyssnar-ID %lu finns inte"
-#: gconf/gconf-database.c:1117
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -376,57 +372,57 @@ msgstr ""
"Misslyckades med att logga borttagningen av lyssnare i loggfilen (troligtvis "
"ofarligt, men kan resultera i att ett meddelande plötsligt återkommer): %s"
-#: gconf/gconf-database.c:1235 gconf/gconf-sources.c:1540
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "Fel vid hämtning av värde för \"%s\": %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "Fel när värde för \"%s\" sattes: %s"
-#: gconf/gconf-database.c:1325
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "Fel vid återställning av \"%s\": %s"
-#: gconf/gconf-database.c:1354
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "Fel vid hämtning av standardvärde för \"%s\": %s"
-#: gconf/gconf-database.c:1405
+#: gconf/gconf-database.c:1411
#, c-format
msgid "Error unsetting \"%s\": %s"
msgstr "Fel vid återställning av \"%s\": %s"
-#: gconf/gconf-database.c:1437
+#: gconf/gconf-database.c:1443
#, c-format
msgid "Error getting new value for \"%s\": %s"
msgstr "Fel vid hämtning av nytt värde för \"%s\": %s"
-#: gconf/gconf-database.c:1485
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "Fel vid existenskontroll av \"%s\": %s"
-#: gconf/gconf-database.c:1509
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "Fel vid borttagning av katalogen \"%s\": %s"
-#: gconf/gconf-database.c:1536
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "Misslyckades med att hämta alla poster i \"%s\": %s"
-#: gconf/gconf-database.c:1562
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "Fel vid listning av kataloger i \"%s\": %s"
-#: gconf/gconf-database.c:1583
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "Fel när schema för \"%s\" sattes: %s"
@@ -676,24 +672,24 @@ msgstr "Misslyckades med att städa filen \"%s\": %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "Misslyckades med att ta bort låskatalogen \"%s\": %s"
-#: gconf/gconf-internals.c:2842 gconf/gconfd.c:583
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "Misslyckades med att skapa %s: %s"
-#: gconf/gconf-internals.c:2875
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
"Misslyckades med att skapa rör för kommunikation med startad gconf-demon: %"
"s\n"
-#: gconf/gconf-internals.c:2899
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Misslyckades med att starta konfigurationsservern: %s\n"
-#: gconf/gconf-internals.c:2923
+#: gconf/gconf-internals.c:2927
msgid ""
"Failed to contact configuration server; some possible causes are:\n"
"a) you have an existing configuration server (gconfd) running, but it isn't "
@@ -886,87 +882,87 @@ msgstr "Förstod inte \"%s\" (felaktigt antal element)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "Förstod inte \"%s\" (ett extra \")\" utan escape hittades inuti par)"
-#: gconf/gconf.c:54
+#: gconf/gconf.c:55
#, c-format
msgid "Key \"%s\" is NULL"
msgstr "Nyckeln \"%s\" är NULL"
-#: gconf/gconf.c:61
+#: gconf/gconf.c:62
#, c-format
msgid "\"%s\": %s"
msgstr "\"%s\": %s"
-#: gconf/gconf.c:333
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Servern kunde inte slå upp adressen \"%s\""
-#: gconf/gconf.c:624
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr "Kan inte lägga till notifikationer till lokal konfigurationskälla"
-#: gconf/gconf.c:2072
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "Tillägg av klient till serverns lista misslyckades, CORBA-fel: %s"
-#: gconf/gconf.c:2393
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Måste börja med ett snedstreck (/)"
-#: gconf/gconf.c:2415
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Kan inte ha två snedstreck (/) i rad"
-#: gconf/gconf.c:2417
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Kan inte ha en punkt (.) precis efter ett snedstreck (/)"
-#: gconf/gconf.c:2436
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "\"%c\" är inte ett ASCII-tecken, så det är inte tillåtet i nyckelnamn"
-#: gconf/gconf.c:2446
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "\"%c\" är ett ogiligt tecken i nyckel/katalognamn"
-#: gconf/gconf.c:2460
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Nyckel/katalog kan inte avslutas med ett snedstreck (/)"
-#: gconf/gconf.c:2829
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Misslyckades med att stänga ner konfigurationsservern: %s"
-#: gconf/gconf.c:2890
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "Förväntade flyttal, fick %s"
-#: gconf/gconf.c:2925
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "Förväntade heltal, fick %s"
-#: gconf/gconf.c:2960
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Förväntade sträng, fick %s"
-#: gconf/gconf.c:2997
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "Förväntade boolean, fick %s"
-#: gconf/gconf.c:3030
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "Förväntade schema, fick %s"
-#: gconf/gconf.c:3391
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "CORBA-fel: %s"
diff --git a/po/tr.po b/po/tr.po
index 7716e0e4..e073cabf 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GConf 1.0.3\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-12-25 13:23+0100\n"
"Last-Translator: mer Fadl USTA <omer_fad@hotmail.com>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@@ -33,7 +33,7 @@ msgstr "BDB modl balatlyor"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "`%s' kk dizini `%s' adresinde bulunamad"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "`%s' dizini oluturulamad: %s"
@@ -47,35 +47,46 @@ msgstr "%s dizini (%s adresindeki) okunamaz/yazlamaz"
msgid "Unloading XML backend module."
msgstr "XML modl kaldrlyor."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr "`%s' adresinde XML kk dizini bulunamad."
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr "`%s' adresinde XML kk dizini okunamaz/yazlamaz."
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr "%s kkndeki XML kaynak dizin/dosya eriim izinleri: %o/%o"
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "Yaplandrma verisini ezamanlarken hata: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "XML modl balatlyor"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "`%s' XML dizininde kilitleme yaplamad: %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
-msgstr "XML modl kapatlrken baz dizinler silinmeden kald"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
+msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
@@ -84,7 +95,7 @@ msgstr ""
"Diskle ezamanl olmadndan, XML modlnn arabelleindeki `%s' dizini "
"silinemiyor"
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
@@ -93,78 +104,78 @@ msgstr ""
"arabellekte %u e kald.\n"
"(%u saniyeden daha eski ezamanl eler temizlendikten sonra)"
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr "`%s' durumlanamad: %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML dosyaismi olarak verilen `%s' bir dizindir"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "`%s' silinemedi: %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "`%s' dosyas yazlamad: %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "`%s'de kip belirlenemedi: %s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "XML verisi `%s' dosyasna yazlamad: %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "`%s' dosyas kapatlamad: %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "`%s' `%s' olarak deitirilemedi: %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "`%s' `%s'den eski haline getirilemedi: %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "Eski dosya `%s' silinemedi: %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr "`%s' durumlanamad: %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "`%s' girdisi `%s' iinde tekrarland, yoksaylyor"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr "`%s' XML dosyasnda isimsiz girdi var, yoksaylyor"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr "`%s' XML dosyasndaki ilk dm <%s> bir <entry> deil, yoksaylyor"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "`%s' dosyas oluturulamad: %s"
@@ -290,40 +301,51 @@ msgstr "`%s' iin modl bulunamad"
msgid "Failed to shut down backend"
msgstr "Modl kapatlamad"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "GConf Hatas: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr "GConf uyars: `%s' iindeki iftlerin listelenmesi baarsz oldu: %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "`%s' olmalyd, `%s' alnd (%s anahtar iin)"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "Ayar isteinden geersiz deer alnd"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr "`%s' anahtarnn ayar iin alnan CORBA deerine anlam verilemedi"
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "Tm arabelleklenmi verinin silinmesi istendi"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "Ezamanlamann ezamanlanmas istendi"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr "lmcl hata: ConfigDatabase iin bavuru nesnesi alnamad"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "Bir ya da daha fazla kaynan ezamanlamasnda hata: %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
-#, c-format
+#: gconf/gconf-database.c:1078
+#, fuzzy, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
@@ -331,12 +353,12 @@ msgstr ""
"gvenilir olmayan bildirimlerinin sonucu olarak bu dinleyici gconfd tekrar "
"balatlrken etkinletirilemeyecek."
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr "Dinleyici kimlii %lu yok"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
@@ -345,47 +367,57 @@ msgstr ""
"Dinleyicinin kaldrlmas gnlk dosyasna kaydedilemedi (genelde zararsz, "
"ara sra ortaya kan bir sistem bildiriminin sonucu): %s"
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "`%s' iin deer alnrken hata: %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "`%s' iin deer belirtilirken hata: %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr "`%s' kaldrlamad: %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "`%s' iin ntanml deer alnrken hata: %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "`%s' kaldrlamad: %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "`%s' iin deer alnrken hata: %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "`%s' var m/yok mu baklrken hata: %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "`%s' dizini silinirken hata: %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr "`%s' iindeki tm girdiler alnamad: %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "`%s' iindeki dizinler listelenirken hata: %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr "`%s' iin ema belirtilirken hata: %s"
@@ -455,8 +487,8 @@ msgid "No database available to save your configuration"
msgstr "Yaplandrmanzn kaydedilebilecei bir veritaban yok"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr "`%s' anahtarnda '/' yok"
#: gconf/gconf-internals.c:199
@@ -514,7 +546,7 @@ msgstr "`%s' dosyasnda okuma hatas: %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr "Metin geersiz UTF-8 ieriyor"
@@ -571,8 +603,10 @@ msgid "Failed to create or open '%s'"
msgstr "'%s' oluturulamad ya da alamad"
#: gconf/gconf-internals.c:2397
-#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+#, fuzzy, c-format
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr "'%s' kilitlenemedi: baka bir sre kilitlemi (%s)"
#: gconf/gconf-internals.c:2425
@@ -629,69 +663,107 @@ msgstr "'%s' dosyas temizlenemedi: %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "`%s' kilit dizini silinemedi: %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, c-format
msgid "Failed to create %s: %s"
msgstr "%s oluturulamad: %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr "Alt gconfd sreciyle haberlemek iin veriyolu oluturulamad: %s\n"
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "Yaplandrma sunucusuna eriilemedi: %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
+#, fuzzy
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
"Yaplandrma sunucusuna balanlamad. (ounlukla, gconfd alan bir "
"yaplandrma sunucunuz almasna ramen buradan ona eriemezsiniz - Eer "
"iki makinadan da ayn anda giri yaptysanz, ORBit iin TCP an "
"etkinletirmeniz gerekebilir.)\n"
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr "ema geersiz UTF-8 ieriyor"
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr "`%s' kayna yklenemedi: %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr "`%s' emas (`%s' iin belirtilen) ema olmayan bir deer ieriyor"
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr "'/' ile sadece bir dizin belirtilebilir, bir anahtar deil."
-#: gconf/gconf-sources.c:596
-#, c-format
+#: gconf/gconf-sources.c:679
+#, fuzzy, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
"`%s'in deeri yaplandrma dizinlerinden birindeki bir salt-okunur kaynak "
"iinde belirtiliyor"
-#: gconf/gconf-sources.c:608
-#, c-format
+#: gconf/gconf-sources.c:691
+#, fuzzy, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
msgstr ""
"Yaplandrma sunucusu yazlabilir veritabanlarna sahip olmadndan '%s'de "
"bir deer saklanamyor. Bu sorun iki sebepten ortaya kabilir: 1) "
@@ -704,17 +776,17 @@ msgstr ""
"sahip olabilir mi? Daima, GConfd tarafndan saptanan sorunlar hakkndaki "
"ayrntlar grmek iin user.* sistem gnlk dosyasna baknz."
-#: gconf/gconf-sources.c:1164
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr "Meta bilgilerinin bulunmasnda hata: %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr "Meta bilgileri alrken hata: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -781,82 +853,87 @@ msgstr "`%s' anlalamad (eleman says yanl)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr "`%s' anlalamad (ift iinde fazladan bir ')' var)"
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "`%s': %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr "Sunucu `%s' adresini zmleyemedi"
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr "Yerel yaplandrma kaynana bildirimler eklenemedi"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr "stemci, sunucular listesine eklenemedi, CORBA hatas: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr "Bir '/' ile balamal"
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr "Bir satrda iki '/' olamaz"
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr "Bir nokta '/'den sonra gelemez"
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "`%c' bir ASCII karakter olmadndan tu isimlerinde kullanlmaz"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "`%c' anahtar/dizin isimlerinde geersizdir"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "Anahtar/Dizin bir '/' ile bitemez"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr "Yaplandrma sunucusu kapatlamad: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "\"float\" beklenirken %s alnd"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "\"tamsay\" beklenirken %s alnd"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "Dizge beklenirken %s alnd"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "\"mantksal\" beklenirken %s alnd"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "ema beklenirken %s alnd"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr "CORBA hatas: %s"
@@ -939,44 +1016,44 @@ msgstr "%d sinyali alnd, GConf kapatlyor."
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr "balyor (srm: %s), pid %u kullanc `%s'"
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr "ConfigServer iin nesne bavurusu alnamad"
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr "Bayt fd %d veriyoluna yazlamadndan istemci kapanabilir: %s"
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "Artalan uygulama iin kilit alnamad, klyor: %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, c-format
msgid "Error releasing lockfile: %s"
msgstr "kilit dosyas braklrken hata: %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr "Kapanyor"
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr "GConf sunucusu kullanmda deil, kapanyor."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr "Dnen olaandlk: %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
@@ -985,45 +1062,45 @@ msgstr ""
"gconfd gnlk dosyas alamad; gconfd kapandktan sonra dinleyiciler "
"etkinletirilemeyecek (%s)"
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
"gconfd gnlk dosyas kapatlamad; veri gerei gibi kaydedilemeyecek (%s)"
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr "Durum kayt dosyas '%s' yazmak iin alamad: %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr "'%s' durum kayt dosyasna yazlamad, fd: %d: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr "Yeni durum kayt dosyas '%s' kapatlamad: %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr "Eski durum kayt dosyas '%s' uygun bir yere tanamad: %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr "Yeni durum kayt dosyas yerine tanamad: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr "'%s' e tanm olan durum kayt dosyas zgn haline getirilemedi: %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
@@ -1031,17 +1108,17 @@ msgstr ""
"'%s' adresindeki bir dinleyici eski haline getirilemedi, veritaban "
"zmlenemedi"
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr "Durum kayt dosyas okunurken hata: %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr "Durum kayt dosyas '%s' alamad: %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
@@ -1051,7 +1128,7 @@ msgstr ""
"eklenemedi; gconf'dan kldnda ya da bir kapanmadan sonra dinleyicilerin "
"yeniden eklenmesi mmkn olmayabilecek. (%s)"
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
@@ -1061,46 +1138,46 @@ msgstr ""
"eklenemedi; gconf'dan kldnda ya da bir kapanmadan sonra bu "
"dinleyiciler yeniden eklenebilir. (%s)"
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr "stemci iin IOR alnamad: %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr "Durum kayt dosyas alamad: %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr "Durum kayt dosyasna istemci eklenmesi kaydedilemedi: %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
"Durum kayt dosyasndan istemci eklenmesinin temizlenmesi baarsz: %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr "GConf sunucusu eklemedii srada tek bir istemci sunucudan silindi."
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr "Yardm seenekleri"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
"Bir anahtara bir deer ve ezamanlama belirtilir. --type ile kullanlr."
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr "Bir anahtarn deerini standart ktya yazar."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
@@ -1108,11 +1185,11 @@ msgstr ""
"Bir ema ve ezamanlama belirler. --short-desc, --long-desc, --owner, ve --"
"type ile kullann."
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr "komut satrnda anahtarlar kaldrr"
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
@@ -1120,31 +1197,31 @@ msgstr ""
"Komut satrndan anahtar/dizin altndaki tm anahtarlar ardk olarak "
"kaldrlr"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr "Dizindeki tm anahtar/deer iftlerini gsterir."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr "Dizindeki tm alt dizinleri gsterir."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr "Bir dizinin altndaki tm alt dizinleri ardk olarak gsterir."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr "Dizin varsa 0, yoksa 2 deerini alr."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr "gconfd kapatlr. Y BR SEBEBNZ OLMADIKA BU SEENE KULLANMAYIN."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr "gconfd etkinse 0 deilse 2 deerini alr."
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1152,7 +1229,7 @@ msgstr ""
"Yaplandrma sunucusunu (gconfd) balatr. (Normalde ihtiya varsa otomatik "
"olarak balatlr)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
@@ -1160,11 +1237,11 @@ msgstr ""
"Deer tr bir ayarlama ya da bir ema aklamas olarak belirtilir. "
"Ksaltmalar esizse kabul edilir."
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "tam|mantk|gerek|dizge|liste|ift"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1172,11 +1249,11 @@ msgstr ""
"Liste tr bir ayarlama ya da bir ema aklamas olarak belirtilir. "
"Ksaltmalar esizse kabul edilir."
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "tam|mantk|gerek|dizge"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1184,7 +1261,7 @@ msgstr ""
"car iftinin tr bir ayarlama ya da bir ema aklamas olarak belirtilir. "
"Ksaltmalar esizse kabul edilir."
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
@@ -1192,43 +1269,43 @@ msgstr ""
"cdr iftinin tr bir ayarlama ya da bir ema aklamas olarak belirtilir. "
"Ksaltmalar esizse kabul edilir."
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr "Bir emaya giden yarm satrlk bir aklama belirtilir."
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr "AIKLAMA"
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr "Bir emaya giden bir ka satrlk bir aklama belirtilir."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr "ema sahibi belirtilir"
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr "SAHB"
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr "Ykl olan bir ema dosyas belirtilir"
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr "DOSYASM"
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr "ntanml dosya yolu dnda bir yaplandrma kayna belirtilir"
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr "KAYNAK"
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
@@ -1236,7 +1313,7 @@ msgstr ""
"Sunucuyu aarak yaplandrma veritabanna dorudan eriir. gconfd etkin "
"olmadnda gereklidir."
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
@@ -1247,7 +1324,7 @@ msgstr ""
"yaplandrma kaynana ya da ntanml kullanlmak zere bir bo dizgeye "
"ayarlanm olmaldr."
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
@@ -1256,7 +1333,7 @@ msgstr ""
"uygulayarak ve kaldrarak bir uygulamann deneme yanlma usul testleri "
"yaplr."
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
@@ -1265,28 +1342,33 @@ msgstr ""
"uygulayarak ve kaldrarak bir uygulamann deneme yanlma usul testleri "
"yaplr."
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr "Bir anahtar iin ksa aklama dizgesi alnr"
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr "Bir anahtar iin uzun aklama dizgesi alnr"
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr "Bu anahtara uygulanan emann ismi alnr"
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
"ema ismine uygulanacak anahtar tarafndan izlenen ema ismi belirtilir"
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+#, fuzzy
+msgid "Remove any schema name applied to the given keys"
+msgstr "Bu anahtara uygulanan emann ismi alnr"
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr "ntanml kaynan ismi alnr"
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1296,23 +1378,23 @@ msgstr ""
"Kullanlabilecek komut satr seeneklerinin tam listesini almak iin '%s --"
"help' altrn.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr "Ayn anda hem alnsn hem de belirtilsin/kaldrlsn olmaz.\n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr "Ayn anda hem belirtilsin hem de alnsn/kaldrlsn olmaz.\n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr "--all-entries seenei ile --get veya --set birlikte kullanlamaz.\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr "--all-dirs seenei ile --get veya --set birlikte kullanlamaz.\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
@@ -1320,7 +1402,7 @@ msgstr ""
"--recursive-list seenei ile --get, --set, --unset, --all-entries ya da --"
"all-dirs birlikte kullanlamaz.\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
@@ -1328,332 +1410,335 @@ msgstr ""
"--set_schema seenei ile --get, --set, --unset, --all-entries, --all-dirs "
"birlikte kullanlamaz.\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr "Deer tr sadece bir deer belirtildiinde amaca uygundur\n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Bir deer ile bir de tr belirtilmelidir.\n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr "Ping seenei tek bana kullanlabilir.\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "--dir-exists seenei tek bana kullanlabilir.\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "--install-schema-file seenei tek bana kullanlabilir.\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "--makefile-install-rule seenei tek bana kullanlabilir.\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "--break-key seenei tek bana kullanlabilir.\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "--break-directory seenei tek bana kullanlabilir.\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
"--direct seeneini kullanrken --config-source seenei ile bir "
"yaplandrma kayna belirtmelisiniz\n"
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr "GConf balatlamad: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "GCONF_CONFIG_SOURCE evre deikeni ayarlanm olmal\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "Yaplandrma kaynana/kaynaklarna eriilemedi: %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr "Kapanma hatas: %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr "Ardk listeye bir ya da daha fazla dizin belirtilmelidir.\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "`%s' iinde girdiler listelenemedi: %s\n"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(belirtilmi deer yok)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr "Yaplandrma sunucusunun (gconfd) alt sunucular alamad: %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Alnacak anahtar ya da anahtarlar belirtilmelidir.\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "Tr: %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "Liste Tr: %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Car Tr: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Cdr Tr: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "ntanml Deer: %s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr "Tanmsz"
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "Sahibi: %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "zet: %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "Aklama: %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr "%s iin belirtilmi bir deer yok\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "`%s' iin deer alnamad: %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "`%s' tr anlalamad\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Argman olarak deiik anahtarlar/deerler belirtilmelidir\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "Anahtar iin belirtilmi bir deer yok: %s\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "Bir deer olarak ema belirtilemez\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr "Bir listeyi ayarlarken bir temel liste tr belirtmelisiniz\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr "Bir ifti ayarlarken bir temel car tr ve cdr tr belirtmelisiniz\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "Hata: %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "Deer belirlenirken hata: %s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr "Ezamanlamada hata: %s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr "Komut satrnda anahtar ya da anahtarlar belirtilmelidir.\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr "`%s' iin bilinen bir ema yok\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr "'%s' de ema iinde aklama dizgesi yok\n"
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "`%s' de ema alnrken hata: %s\n"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, c-format
msgid "No schema stored at '%s'\n"
msgstr "`%s' de kaytl ema yok\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr "'%s' deki deer bir ema deil\n"
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr "Uygulanacak anahtar ismiyle izlenen bir ema ismi belirtilmelidir\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr "UYARI: `%s' emas `%s' anahtar ile ilikilendirilirken hata: %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "`%s' de ema alnrken hata: %s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Tek argman olarak anahtar (ema ismi) belirtilmelidir\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Liste tr bir temel tr olmaldr: dizge, tamsay, gerek say ya da "
"mantksal\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Car ifti tr bir temel tr olmaldr: dizge, tamsay, gerek say ya da "
"mantksal\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
"Cdr ifti tr bir temel tr olmaldr: dizge, tamsay, gerek say ya da "
"mantksal\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "Deer belirlenirken hata: %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "Ezamanlamada hata: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"anahtar/deer iftinin alnaca bir ya da daha fazla dizin "
"belirtilmelidir.\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Kaldrlacak anahtarlar belirtilmelidir.\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr "`%s' kaldrlrken hata: %s\n"
-#: gconf/gconftool.c:1600
-#, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "`%s' iindeki dizinler listelenirken hata: %s\n"
-
-#: gconf/gconftool.c:1611
-#, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "`%s' iinde girdiler listelenemedi: %s\n"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "`%s' kaldrlrken hata: %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
msgid "Must specify one or more keys to recursively unset.\n"
msgstr "Ardk kaldrlacak bir ya da daha fazla dizin belirtilmelidir.\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "`%s' iinde girdiler listelenemedi: %s\n"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr "Alt dizinlerin alnaca dizin ya da dizinler belirtilmelidir.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Dizinler listelenirken hata: %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "UYARI: ema (%s) iin type geersiz ya da verilmemi\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "UYARI: ema (%s) iin list_type geersiz ya da verilmemi\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr "UYARI: ntanml `%s' deeri ema (%s) iin ayrtrlamad\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ""
"UYARI: ema (%s) iin car_type ya da cdr_type geersiz ya da verilmemi\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "UYARI: Bir ntanml deer bir ema iin belirtilemez\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "UYARI: gconftoool hatas GConfValueType bilinmiyor\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "UYARI: Tr ismi `%s' ayrtrlamad\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
@@ -1661,40 +1746,40 @@ msgstr ""
"UYARI: list_type sadece tamsay, gerek say, dizge ya da mantksal deer "
"olabilir, %s deil\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"UYARI: car_type sadece tamsay, gerek say, dizge ya da mantksal deer "
"olabilir, %s deil\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
"UYARI: cdr_type sadece tamsay, gerek say, dizge ya da mantksal deer "
"olabilir, %s deil\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "UYARI: bo <applyto> dm"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "UYARI: <%s> dm <schema> altnda anlalamad\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "UYARI: ema iin belirtilmi bir anahtar yok\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
"UYARI: <locale> dm `name=\"konum\"' diye bir niteleyiciye sahip deil, "
"yoksayld\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
@@ -1702,51 +1787,51 @@ msgstr ""
"UYARI: `%s' konumu iin ok sayda <locale> dm, ilkinden sonrakiler "
"yoksayld\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "UYARI: Bir <locale> dmnde geersiz <%s> dm var\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr "UYARI: `%s' emas `%s' konumu yklenemedi: %s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "`%s' konumu iin `%s' emas yklendi\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr "UYARI: `%s' emas `%s' anahtar ile ilikilendirilemedi: %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr "`%s' emas `%s' anahtarna ilitirildi\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Bir <schema> iinde en az bir <locale> girdisi olmaldr\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "UYARI: <%s> dm <schemalist> altnda anlalamad\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "`%s' alamad: %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "Belge %s bo mu?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1754,26 +1839,26 @@ msgid ""
msgstr ""
"Belge %s kk dmde yanl tr ieriyor (<%s>, <gconfschemafile> olmal)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "Belge `%s' bir st dzey <gconfschemafile> dm iermiyor\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr "UYARI: <%s> dm <gconfschemafile> altnda anlalamad\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "Yaplandrma verisini ezamanlarken hata: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Yklenecek ema dosyalar belirtilmeli\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1782,16 +1867,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr "Krlma anahtar %s kaldrlamad: %s\n"
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Krlacak anahtarlar belirtilmeli\n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1800,11 +1885,11 @@ msgstr ""
"Uygulamanz anahtara hatal deerler atayarak krmaya alyor:\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Krlacak dizinler belirtilmeli\n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1815,20 +1900,11 @@ msgstr ""
"alyor:\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "GConf Hatas: %s\n"
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr "GConf uyars: `%s' iindeki iftlerin listelenmesi baarsz oldu: %s"
+#~ msgid "Unsynced directory deletions when shutting down XML backend"
+#~ msgstr "XML modl kapatlrken baz dizinler silinmeden kald"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "`%s' olmalyd, `%s' alnd (%s anahtar iin)"
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "`%s' iindeki dizinler listelenirken hata: %s\n"
-#~ msgid "Schema contains invalid UTF-8"
-#~ msgstr "ema geersiz UTF-8 ieriyor"
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr "`%s' kaldrlrken hata: %s\n"
diff --git a/po/uk.po b/po/uk.po
index b01d58b2..9245650c 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 1999-12-29 12:36+0200\n"
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -31,7 +31,7 @@ msgstr "Φæ̦æ BDB"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr " צ %s \"%s\""
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr " \"%s\": %s"
@@ -46,121 +46,132 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr " XML."
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr " צ XML \"%s\""
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
" XML \"%s\""
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr " Φæ Ʀæ: %s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "Φæ̦æ XML"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr " XML \"%s\": %s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr " Ԧ \"%s\": %s"
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr " XML \"%s\" - "
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr " \"%s\": %s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr " \"%s\": %s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, fuzzy, c-format
msgid "Failed to set mode on `%s': %s"
msgstr " צ \"%s\": %s\n"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr " \"%s\": %s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr " \"%s\": %s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr " \"%s\" \"%s\": %s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr " צ \"%s\" \"%s\": %s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr " \"%s\": %s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr " Ԧ \"%s\": %s"
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr " \"%s\" \"%s\", Ϧ"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr " ̦ XML \"%s\", Ϧ"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, fuzzy, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr " Ҧ ̦ XML \"%s\" <entry>, Ϧ"
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr " \"%s\": %s"
@@ -286,97 +297,118 @@ msgstr " \"%s\""
msgid "Failed to shut down backend"
msgstr " צ "
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr " GConf: %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr " GConf: \"%s\": %s"
+
+#: gconf/gconf-client.c:1163
+#, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "ަ \"%s\", \"%s\" %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr " צ Ԧ"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr " Ӧ "
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr ""
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr ""
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr " Φ ¦ : %s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr " Ʀ %lu դ"
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr " \"%s\": %s"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr " \"%s\": %s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr " צ Ԧ \"%s\": %s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr " Ӧ \"%s\": %s"
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr " \"%s\": %s"
@@ -446,8 +478,8 @@ msgid "No database available to save your configuration"
msgstr " ϧ ϧ Ʀæ"
#: gconf/gconf-internals.c:86
-#, c-format
-msgid "No '/' in key `%s'"
+#, fuzzy, c-format
+msgid "No '/' in key \"%s\""
msgstr " \"/\" ަ \"%s\""
#: gconf/gconf-internals.c:199
@@ -505,7 +537,7 @@ msgstr " \"%s\": %s\n"
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -565,7 +597,9 @@ msgstr " \"%s\": %s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -623,76 +657,113 @@ msgstr " \"%s\": %s"
msgid "Failed to remove lock directory `%s': %s"
msgstr " צ \"%s\": %s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "¦ Ʀæ(): %s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
msgstr ""
-#: gconf/gconf-sources.c:320
-#, c-format
-msgid "Failed to load source `%s': %s"
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
msgstr " \"%s\": %s"
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:359
+#, c-format
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr " \"%s\" \"%s\" Ҧ , "
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr " \"/\" , "
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr " æ: %s"
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr " æ: %s"
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -758,82 +829,87 @@ msgstr " ͦ \"%s\" (צ ˦˦ Ԧ)"
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
#, c-format
-msgid "`%s': %s"
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
+#, fuzzy, c-format
+msgid "\"%s\": %s"
msgstr "\"%s\": %s"
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr " ͦ Ц \"%s\""
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr " צ Ʀæ"
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, fuzzy, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr " ̦ , CORBA: %s"
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr " \"/\""
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr " \"/\" "
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr " Ц \"/\""
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, fuzzy, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr "\"%c\" - צ צ ަ/Ǧ"
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr "\"%c\" - צ צ ަ/Ǧ"
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr "/ ˦ (/)"
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr " צ Ʀæ: %s"
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr "ަ , %s"
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr "ަ æ, %s"
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr "ަ , %s"
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr "ަ Ǧ, %s"
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr "ަ , %s"
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr " CORBA: %s"
@@ -912,82 +988,82 @@ msgstr " ɭ %d, ."
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr " (Ӧ %s), %u \"%s\""
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr " IOR ̦: %s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr " \"%s\": %s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr ""
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr " GConf դ, ."
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr " : %s"
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr " צ \"%s\" : %s"
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr " \"%s\", : %d: %s"
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr " \"%s\": %s"
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr " צ \"%s\": %s"
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr " ͦ: %s"
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
@@ -995,115 +1071,115 @@ msgstr ""
" צ ɭ , "
" \"%s\": %s"
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr " : %s"
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr " צ \"%s\": %s"
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr " IOR ̦: %s"
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, fuzzy, c-format
msgid "Failed to open saved state file: %s"
msgstr " צ \"%s\": %s"
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, fuzzy, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr " ̦ : %s"
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr " ̦ : %s"
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr " צ"
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr " צ."
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
msgstr ""
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr " ަ "
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr "Ҧ ަ \n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr " Ӧ ަ/ ڦ."
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr " Ӧ Ц ڦ."
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr " Ӧ Ц ."
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr " 0, դ -- 2, Φ."
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr " gconfd. ."
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr " 0, gconfd դ -- 2, Φ"
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
@@ -1111,120 +1187,124 @@ msgstr ""
" Ʀæ (gconfd). ( "
", Ҧ.)"
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr "int|bool|float|string|list|pair"
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr "int|bool|float|string"
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr " ˦ ."
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr " "
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr ""
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr " "
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr ""
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr " Ʀæ, "
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
msgstr ""
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
@@ -1233,24 +1313,24 @@ msgstr ""
" Ҧ %s: %s.\n"
" \"%s --help\" Ҧ.\n"
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr " Φ \n"
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr " Φ \n"
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
#, fuzzy
msgid "Can't use --all-entries with --get or --set\n"
msgstr " --all-dirs --get --set\n"
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr " --all-dirs --get --set\n"
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
#, fuzzy
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
@@ -1259,7 +1339,7 @@ msgstr ""
"--recursive-list --get, --set, --unset, --all-"
"pairs, or --all-dirs\n"
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
#, fuzzy
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
@@ -1268,415 +1348,418 @@ msgstr ""
"--set_schema --get, --set, --unset, --all-pairs, "
"--all-dirs\n"
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr " ͦ Φ \n"
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr "Ҧ Φ \n"
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr " .\n"
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr "--dir-exists .\n"
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr "--install-schema-file .\n"
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr "--makefile-install-rule .\n"
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr "--break-key .\n"
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr "--break-directory .\n"
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr " Φæ̦ GConf: %s\n"
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr "Ȧ ͦ GCONF_CONFIG_SOURCE\n"
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "¦ Ʀæ(): %s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr ""
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, fuzzy, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr " \"%s\": %s"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "( )"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr " Ʀæ (gconfd): %s\n"
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "Ҧ ަ \n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr ": %s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr " CAR: %s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr " CDR: %s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr " "
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr ": %s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr " : %s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr " \"%s\"\n"
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr " \"%s\": %s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "ͦ \"%s\"\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr "Ҧ ͦΦ ަ ҭ\n"
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr "ɤ : \"%s\"\n"
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr " \n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr "Ҧ ͦ \n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr "Ҧ ͦΦ CAR CDR\n"
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr ": %s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, fuzzy, c-format
msgid "Error setting value: %s\n"
msgstr " : %s"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, fuzzy, c-format
msgid "Error syncing: %s\n"
msgstr " Φæ: %s"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
#, fuzzy
msgid "Must specify a key or keys on the command line\n"
msgstr "Ҧ ަ \n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, fuzzy, c-format
msgid "No schema known for `%s'\n"
msgstr " \"%s\"\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, fuzzy, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr " \"%s\": %s"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr " \"%s\"\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
#, fuzzy
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr "Ҧ ( ) ҭ\n"
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, fuzzy, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ": ' \"%s\" \"%s\": %s\n"
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr " \"%s\": %s"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr "Ҧ ( ) ҭ\n"
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr " ͦ : string, int, float bool\n"
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr " CAR ͦ: string, int, float bool\n"
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr " CDR ͦ: string, int, float bool\n"
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr " : %s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr " Φæ: %s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
"Ҧ ¦ Ǧ \"-"
"\".\n"
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr "Ҧ ¦ ަ .\n"
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr " \"%s\": %s\n"
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr " \"%s\": %s"
-
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr " \"%s\": %s"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr " \"%s\": %s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr "Ҧ ¦ ަ .\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr " \"%s\": %s"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr ""
"Ҧ ¦ Ǧ ЦǦ.\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr " Ǧ: %s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr ": צ צΦ (%s)\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr ": צ צΦ list_type (%s)\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr ""
": ̦ \"%s\" (%s)\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr ": צ צΦ car_type cdr_type (%s)\n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr ": \n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr ": Ҧ gconftool, צ GConfValueType\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr ": ̦ \"%s\"\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
": list_type int, float, string bool, \"%s\"\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
": car_type int, float, string bool, \"%s\"\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr ""
": cdr_type int, float, string bool, \"%s\"\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr ": Φ <applyto>"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr ": <%s> ͦ Ц <schema>\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr ": \n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr ""
": <locale> \"name=\"locale\"\", Ϧ\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr ""
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr ": צ <%s> ̦ <locale>\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr ""
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr ": ' \"%s\" \"%s\": %s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr " \"%s\" \"%s\"\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr "Ȧ <locale> <schema>\n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr ": <%s> <schemalist> - ͦ\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr " צ \"%s\": %s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr " \"%s\" Φ?\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
@@ -1685,26 +1768,26 @@ msgstr ""
" \"%s\" צ Ҧ (<%s>, "
"<gconfschemafile>)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr " \"%s\" Ҧ <gconfschemafile>\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr ": <%s> <gconfschemafile> - ͦ\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr " Φæ Ʀæ: %s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "Ҧ ˦ ̦ æ\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
@@ -1713,16 +1796,16 @@ msgstr ""
"\n"
"%s\n"
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr ""
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr "Ҧ ˦ ަ \n"
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
@@ -1731,11 +1814,11 @@ msgstr ""
" :\n"
" %s\n"
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr "Ȧ ˦ \n"
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1746,20 +1829,13 @@ msgstr ""
"ڦ:\n"
" %s\n"
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr " GConf: %s\n"
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr " GConf: \"%s\": %s"
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr " \"%s\": %s"
-#: gconf/gconf-client.c:1000
-#, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "ަ \"%s\", \"%s\" %s"
+#, fuzzy
+#~ msgid "Error unsetting '%s': %s\n"
+#~ msgstr " \"%s\": %s\n"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index ad71c159..1dc4ad85 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gconf\n"
-"POT-Creation-Date: 2001-10-31 23:14-0500\n"
+"POT-Creation-Date: 2002-02-04 17:34-0500\n"
"PO-Revision-Date: 2001-03-14 20:40+0800\n"
"Last-Translator: Wang Jian <lark@linux.net.cn>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@@ -32,7 +32,7 @@ msgstr "ڳʼ BDB ģ"
msgid "Couldn't find the %s root directory in the address `%s'"
msgstr "޷ڵַ%sҵ %s Ŀ¼"
-#: backends/dir-utils.c:124 backends/xml-backend.c:301 backends/xml-dir.c:1075
+#: backends/dir-utils.c:124 backends/xml-backend.c:304 backends/xml-dir.c:1176
#, c-format
msgid "Could not make directory `%s': %s"
msgstr "޷Ŀ¼%s%s"
@@ -46,120 +46,131 @@ msgstr ""
msgid "Unloading XML backend module."
msgstr "ж XML ģ顣"
-#: backends/xml-backend.c:286
+#: backends/xml-backend.c:289
#, c-format
msgid "Couldn't find the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:386
+#: backends/xml-backend.c:414
#, c-format
msgid "Can't read from or write to the XML root directory in the address `%s'"
msgstr ""
-#: backends/xml-backend.c:396
+#: backends/xml-backend.c:424
#, c-format
msgid "Directory/file permissions for XML source at root %s are: %o/%o"
msgstr ""
-#: backends/xml-backend.c:680
+#: backends/xml-backend.c:584
+#, fuzzy, c-format
+msgid "Error syncing the XML backend directory cache: %s"
+msgstr "ͬʱ%s"
+
+#: backends/xml-backend.c:651
+msgid ""
+"Remove dir operation is no longer supported, just remove all the values in "
+"the directory"
+msgstr ""
+
+#: backends/xml-backend.c:718
msgid "Initializing XML backend module"
msgstr "ڳʼ XML ģ"
-#: backends/xml-backend.c:748
+#: backends/xml-backend.c:786
#, c-format
msgid "Failed to give up lock on XML dir `%s': %s"
msgstr "޷ȡ XML Ŀ¼%sϵ%s"
-#: backends/xml-cache.c:119
-msgid "Unsynced directory deletions when shutting down XML backend"
+#: backends/xml-cache.c:248
+msgid "Failed to sync XML cache contents to disk"
msgstr ""
-#: backends/xml-cache.c:229
+#: backends/xml-cache.c:278
#, c-format
msgid ""
"Unable to remove directory `%s' from the XML backend cache, because it has "
"not been successfully synced to disk"
msgstr ""
-#: backends/xml-cache.c:256
+#: backends/xml-cache.c:305
#, c-format
msgid ""
"%u items remain in the cache after cleaning already-synced items older than %"
"u seconds"
msgstr ""
-#: backends/xml-dir.c:164
+#: backends/xml-dir.c:168
#, c-format
msgid "Could not stat `%s': %s"
msgstr ""
-#: backends/xml-dir.c:174
+#: backends/xml-dir.c:178
#, c-format
msgid "XML filename `%s' is a directory"
msgstr "XML ļ%sǸĿ¼"
-#: backends/xml-dir.c:298 backends/xml-dir.c:305
-#, c-format
-msgid "Failed to delete `%s': %s"
+#: backends/xml-dir.c:369 backends/xml-dir.c:376
+#, fuzzy, c-format
+msgid "Failed to delete \"%s\": %s"
msgstr "޷ɾ%s%s"
-#: backends/xml-dir.c:344
+#: backends/xml-dir.c:421
#, c-format
msgid "Failed to write file `%s': %s"
msgstr "޷дļ%s%s"
-#: backends/xml-dir.c:357
+#: backends/xml-dir.c:434
#, c-format
msgid "Failed to set mode on `%s': %s"
msgstr "޷á%sĿ¼%s"
-#: backends/xml-dir.c:367
+#: backends/xml-dir.c:444
#, fuzzy, c-format
msgid "Failed to write XML data to `%s': %s"
msgstr "޷дļ%s%s"
-#: backends/xml-dir.c:377 backends/xml-dir.c:1099
+#: backends/xml-dir.c:454 backends/xml-dir.c:1200
#, c-format
msgid "Failed to close file `%s': %s"
msgstr "޷رļ%s%s"
-#: backends/xml-dir.c:393 backends/xml-dir.c:403
+#: backends/xml-dir.c:470 backends/xml-dir.c:480
#, c-format
msgid "Failed to rename `%s' to `%s': %s"
msgstr "޷%sΪ%s%s"
-#: backends/xml-dir.c:409
+#: backends/xml-dir.c:486
#, c-format
msgid "Failed to restore `%s' from `%s': %s"
msgstr "޷ָ%sӡ%s%s"
-#: backends/xml-dir.c:421
+#: backends/xml-dir.c:498
#, c-format
msgid "Failed to delete old file `%s': %s"
msgstr "޷ɾļ%s%s"
#. These are all fatal errors
-#: backends/xml-dir.c:828
+#: backends/xml-dir.c:929
#, c-format
msgid "Failed to stat `%s': %s"
msgstr ""
-#: backends/xml-dir.c:972
+#: backends/xml-dir.c:1073
#, c-format
msgid "Duplicate entry `%s' in `%s', ignoring"
msgstr "ظ%sڡ%sУ"
-#: backends/xml-dir.c:994
+#: backends/xml-dir.c:1095
#, c-format
msgid "Entry with no name in XML file `%s', ignoring"
msgstr " XML ļ%sеĿû֣"
-#: backends/xml-dir.c:1002
+#: backends/xml-dir.c:1103
#, c-format
msgid "A toplevel node in XML file `%s' is <%s> rather than <entry>, ignoring"
msgstr ""
-#: backends/xml-dir.c:1091
+#: backends/xml-dir.c:1192
#, c-format
msgid "Failed to create file `%s': %s"
msgstr "޷ļ%s%s"
@@ -282,97 +293,118 @@ msgstr "޷Ϊ%sλģ"
msgid "Failed to shut down backend"
msgstr "޷رպģ"
-#: gconf/gconf-database.c:231
+#: gconf/gconf-client.c:342 gconf/gconf-client.c:360
+#, c-format
+msgid "GConf Error: %s\n"
+msgstr "GConf %s\n"
+
+#: gconf/gconf-client.c:898
+#, c-format
+msgid "GConf warning: failure listing pairs in `%s': %s"
+msgstr ""
+
+#: gconf/gconf-client.c:1163
+#, fuzzy, c-format
+msgid "Expected `%s' got `%s' for key %s"
+msgstr "Ҫ%sõ%sΪ %s"
+
+#: gconf/gconf-database.c:234
msgid "Received invalid value in set request"
msgstr "յЧֵ"
-#: gconf/gconf-database.c:239
+#: gconf/gconf-database.c:242
#, c-format
msgid "Couldn't make sense of CORBA value received in set request for key `%s'"
msgstr ""
-#: gconf/gconf-database.c:517
+#: gconf/gconf-database.c:523
msgid "Received request to drop all cached data"
msgstr "յлݡ"
-#: gconf/gconf-database.c:534
+#: gconf/gconf-database.c:540
msgid "Received request to sync synchronously"
msgstr "յͬؽͬ"
-#: gconf/gconf-database.c:769
+#: gconf/gconf-database.c:824
msgid "Fatal error: failed to get object reference for ConfigDatabase"
msgstr "ش޷Ϊ ConfigDatabase õ"
-#: gconf/gconf-database.c:928
+#: gconf/gconf-database.c:986
#, c-format
msgid "Failed to sync one or more sources: %s"
msgstr "޷ͬһԴ%s"
-#. This error is not fatal; we basically ignore it.
-#. * Because it's likely the right thing for the client
-#. * app to simply continue.
-#.
-#: gconf/gconf-database.c:1014
+#: gconf/gconf-database.c:1078
#, c-format
msgid ""
-"Failed to log addition of listener (%s); will not be able to restore this "
+"Failed to log addition of listener %s (%s);will not be able to restore this "
"listener on gconfd restart, resulting in unreliable notification of "
"configuration changes."
msgstr ""
-#: gconf/gconf-database.c:1041
+#: gconf/gconf-database.c:1109
#, c-format
msgid "Listener ID %lu doesn't exist"
msgstr " ID %lu "
-#: gconf/gconf-database.c:1050
+#: gconf/gconf-database.c:1123
#, c-format
msgid ""
"Failed to log removal of listener to logfile (most likely harmless, may "
"result in a notification weirdly reappearing): %s"
msgstr ""
-#: gconf/gconf-database.c:1168 gconf/gconf-sources.c:1294
+#: gconf/gconf-database.c:1241 gconf/gconf-sources.c:1540
#, c-format
msgid "Error getting value for `%s': %s"
msgstr "ȡ%sֵʱ%s"
-#: gconf/gconf-database.c:1215
+#: gconf/gconf-database.c:1288
#, c-format
msgid "Error setting value for `%s': %s"
msgstr "á%sֵʱ%s"
-#: gconf/gconf-database.c:1258
+#: gconf/gconf-database.c:1331
#, c-format
msgid "Error unsetting `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1282
+#: gconf/gconf-database.c:1360
#, c-format
msgid "Error getting default value for `%s': %s"
msgstr "ȡ%sĬֵʱ%s"
-#: gconf/gconf-database.c:1322
+#: gconf/gconf-database.c:1411
+#, fuzzy, c-format
+msgid "Error unsetting \"%s\": %s"
+msgstr "ֵʱ%s\n"
+
+#: gconf/gconf-database.c:1443
+#, fuzzy, c-format
+msgid "Error getting new value for \"%s\": %s"
+msgstr "ȡ%sֵʱ%s"
+
+#: gconf/gconf-database.c:1491
#, c-format
msgid "Error checking existence of `%s': %s"
msgstr "顰%sĴʱ%s"
-#: gconf/gconf-database.c:1346
+#: gconf/gconf-database.c:1515
#, c-format
msgid "Error removing dir `%s': %s"
msgstr "ɾĿ¼%s%s"
-#: gconf/gconf-database.c:1373
+#: gconf/gconf-database.c:1542
#, c-format
msgid "Failed to get all entries in `%s': %s"
msgstr ""
-#: gconf/gconf-database.c:1399
+#: gconf/gconf-database.c:1568
#, c-format
msgid "Error listing dirs in `%s': %s"
msgstr "г%sеĿ¼ʱ%s"
-#: gconf/gconf-database.c:1420
+#: gconf/gconf-database.c:1589
#, c-format
msgid "Error setting schema for `%s': %s"
msgstr ""
@@ -443,7 +475,7 @@ msgstr "ûпõݿ"
#: gconf/gconf-internals.c:86
#, c-format
-msgid "No '/' in key `%s'"
+msgid "No '/' in key \"%s\""
msgstr ""
#: gconf/gconf-internals.c:199
@@ -501,7 +533,7 @@ msgstr ""
#: gconf/gconf-internals.c:1211 gconf/gconf-internals.c:1277
#: gconf/gconf-value.c:125 gconf/gconf-value.c:224 gconf/gconf-value.c:366
-#: gconf/gconf-value.c:1084
+#: gconf/gconf-value.c:1341
msgid "Text contains invalid UTF-8"
msgstr ""
@@ -559,7 +591,9 @@ msgstr "޷ļ%s%s"
#: gconf/gconf-internals.c:2397
#, c-format
-msgid "Failed to lock '%s': another process has the lock (%s)"
+msgid ""
+"Failed to lock '%s': probably another process has the lock, or your "
+"operating system has NFS file locking misconfigured (%s)"
msgstr ""
#: gconf/gconf-internals.c:2425
@@ -616,76 +650,113 @@ msgstr "޷رļ%s%s"
msgid "Failed to remove lock directory `%s': %s"
msgstr "޷%sΪ%s%s"
-#: gconf/gconf-internals.c:2841 gconf/gconfd.c:576
+#: gconf/gconf-internals.c:2846 gconf/gconfd.c:583
#, fuzzy, c-format
msgid "Failed to create %s: %s"
msgstr "޷ļ%s%s"
-#: gconf/gconf-internals.c:2874
+#: gconf/gconf-internals.c:2879
#, c-format
msgid "Failed to create pipe for communicating with spawned gconf daemon: %s\n"
msgstr ""
-#: gconf/gconf-internals.c:2898
+#: gconf/gconf-internals.c:2903
#, fuzzy, c-format
msgid "Failed to launch configuration server: %s\n"
msgstr "޷Դ%s\n"
-#: gconf/gconf-internals.c:2922
+#: gconf/gconf-internals.c:2927
msgid ""
-"Failed to contact configuration server (a likely cause of this is that you "
-"have an existing configuration server (gconfd) running, but it isn't "
+"Failed to contact configuration server; some possible causes are:\n"
+"a) you have an existing configuration server (gconfd) running, but it isn't "
"reachable from here - if you're logged in from two machines at once, you may "
-"need to enable TCP networking for ORBit)\n"
+"need to enable TCP networking for ORBit by putting the line \"ORBIIOPIPv4=1"
+"\" in /etc/orbitrc\n"
+"b) you have stale locks in your NFS-mounted home directory due to a system "
+"crash, try removing ~/.gconf/*.lock and ~/.gconfd/lock if you are sure no "
+"gconfd processes are running on any machine using your home dir"
+msgstr ""
+
+#: gconf/gconf-schema.c:190 gconf/gconf-schema.c:198 gconf/gconf-schema.c:206
+#: gconf/gconf-schema.c:214
+msgid "Schema contains invalid UTF-8"
+msgstr ""
+
+#: gconf/gconf-sources.c:319
+#, fuzzy, c-format
+msgid "Failed to load source \"%s\": %s"
+msgstr "޷ļ%s%s"
+
+#: gconf/gconf-sources.c:346
+#, c-format
+msgid "Resolved address \"%s\" to a writable config source at position %d"
+msgstr ""
+
+#: gconf/gconf-sources.c:352
+#, c-format
+msgid "Resolved address \"%s\" to a read-only config source at position %d"
msgstr ""
-#: gconf/gconf-sources.c:320
+#: gconf/gconf-sources.c:359
#, c-format
-msgid "Failed to load source `%s': %s"
+msgid ""
+"Resolved address \"%s\" to a partially writable config source at position %d"
msgstr ""
-#: gconf/gconf-sources.c:510
+#: gconf/gconf-sources.c:368
+msgid ""
+"None of the resolved addresses are writable; saving configuration settings "
+"will not be possible"
+msgstr ""
+
+#: gconf/gconf-sources.c:584
#, c-format
msgid "Schema `%s' specified for `%s' stores a non-schema value"
msgstr ""
-#: gconf/gconf-sources.c:567
+#: gconf/gconf-sources.c:641
msgid "The '/' name can only be a directory, not a key"
msgstr ""
-#: gconf/gconf-sources.c:596
+#: gconf/gconf-sources.c:679
#, c-format
msgid ""
"Value for `%s' set in a read-only source at the front of your configuration "
-"path."
+"path"
msgstr ""
-#: gconf/gconf-sources.c:608
+#: gconf/gconf-sources.c:691
#, c-format
msgid ""
"Unable to store a value at key '%s', as the configuration server has no "
-"writable databases. There are two common causes of this problem: 1) your "
-"configuration path file doesn't contain any databases or wasn't found or 2) "
-"somehow we mistakenly created two gconfd processes. If you have two gconfd "
-"processes (or had two at the time the second was launched), logging out, "
-"killing all copies of gconfd, and logging back in may help. Perhaps the "
-"problem is that you attempted to use GConf from two machines at once, and "
-"ORBit still has its default configuration that prevents remote CORBA "
-"connections? As always, check the user.* syslog for details on problems "
-"gconfd encountered."
-msgstr ""
-
-#: gconf/gconf-sources.c:1164
+"writable databases. There are some common causes of this problem: 1) your "
+"configuration path file %s/path doesn't contain any databases or wasn't "
+"found 2) somehow we mistakenly created two gconfd processes 3) your "
+"operating system is misconfigured so NFS file locking doesn't work in your "
+"home directory or 4) your NFS client machine crashed and didn't properly "
+"notify the server on reboot that file locks should be dropped. If you have "
+"two gconfd processes (or had two at the time the second was launched), "
+"logging out, killing all copies of gconfd, and logging back in may help. If "
+"you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that "
+"you attempted to use GConf from two machines at once, and ORBit still has "
+"its default configuration that prevents remote CORBA connections - put "
+"\"ORBIIOPIPv4=1\" in /etc/orbitrc. As always, check the user.* syslog for "
+"details on problems gconfd encountered. There can only be one gconfd per "
+"home directory, and it must own a lockfile in ~/.gconfd and also lockfiles "
+"in individual storage locations such as ~/.gconf"
+msgstr ""
+
+#: gconf/gconf-sources.c:1410
#, c-format
msgid "Error finding metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1233
+#: gconf/gconf-sources.c:1479
#, c-format
msgid "Error getting metainfo: %s"
msgstr ""
-#: gconf/gconf-sources.c:1257
+#: gconf/gconf-sources.c:1503
#, c-format
msgid "Key `%s' listed as schema for key `%s' actually stores type `%s'"
msgstr ""
@@ -750,82 +821,87 @@ msgstr ""
msgid "Didn't understand `%s' (extra unescaped ')' found inside pair)"
msgstr ""
-#: gconf/gconf.c:53
+#: gconf/gconf.c:55
+#, c-format
+msgid "Key \"%s\" is NULL"
+msgstr ""
+
+#: gconf/gconf.c:62
#, c-format
-msgid "`%s': %s"
+msgid "\"%s\": %s"
msgstr ""
-#: gconf/gconf.c:286
+#: gconf/gconf.c:343
#, c-format
msgid "Server couldn't resolve the address `%s'"
msgstr ""
-#: gconf/gconf.c:571
+#: gconf/gconf.c:634
msgid "Can't add notifications to a local configuration source"
msgstr ""
-#: gconf/gconf.c:1869
+#: gconf/gconf.c:2081
#, c-format
msgid "Adding client to server's list failed, CORBA error: %s"
msgstr ""
-#: gconf/gconf.c:2195
+#: gconf/gconf.c:2436
msgid "Must begin with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2217
+#: gconf/gconf.c:2458
msgid "Can't have two slashes (/) in a row"
msgstr ""
-#: gconf/gconf.c:2219
+#: gconf/gconf.c:2460
msgid "Can't have a period (.) right after a slash (/)"
msgstr ""
-#: gconf/gconf.c:2238
+#: gconf/gconf.c:2479
#, c-format
msgid "'%c' is not an ASCII character, so isn't allowed in key names"
msgstr ""
-#: gconf/gconf.c:2248
+#: gconf/gconf.c:2489
#, c-format
msgid "`%c' is an invalid character in key/directory names"
msgstr ""
-#: gconf/gconf.c:2262
+#: gconf/gconf.c:2503
msgid "Key/directory may not end with a slash (/)"
msgstr ""
-#: gconf/gconf.c:2619
+#: gconf/gconf.c:2872
#, c-format
msgid "Failure shutting down config server: %s"
msgstr ""
-#: gconf/gconf.c:2680
+#: gconf/gconf.c:2933
#, c-format
msgid "Expected float, got %s"
msgstr ""
-#: gconf/gconf.c:2715
+#: gconf/gconf.c:2968
#, c-format
msgid "Expected int, got %s"
msgstr ""
-#: gconf/gconf.c:2750
+#: gconf/gconf.c:3003
#, c-format
msgid "Expected string, got %s"
msgstr ""
-#: gconf/gconf.c:2787
+#: gconf/gconf.c:3040
#, c-format
msgid "Expected bool, got %s"
msgstr ""
-#: gconf/gconf.c:2820
+#: gconf/gconf.c:3073
#, c-format
msgid "Expected schema, got %s"
msgstr ""
-#: gconf/gconf.c:3181
+#: gconf/gconf.c:3434
#, c-format
msgid "CORBA error: %s"
msgstr ""
@@ -894,801 +970,808 @@ msgstr ""
#. openlog() does not copy logname - what total brokenness.
#. So we free it at the end of main()
-#: gconf/gconfd.c:522
+#: gconf/gconfd.c:531
#, c-format
msgid "starting (version %s), pid %u user '%s'"
msgstr ""
-#: gconf/gconfd.c:563
+#: gconf/gconfd.c:570
msgid "Failed to get object reference for ConfigServer"
msgstr ""
-#: gconf/gconfd.c:601
+#: gconf/gconfd.c:608
#, c-format
msgid "Failed to write byte to pipe fd %d so client program may hang: %s"
msgstr ""
-#: gconf/gconfd.c:611
+#: gconf/gconfd.c:618
#, fuzzy, c-format
msgid "Failed to get lock for daemon, exiting: %s"
msgstr "޷á%sĿ¼%s"
-#: gconf/gconfd.c:649
+#: gconf/gconfd.c:656
#, fuzzy, c-format
msgid "Error releasing lockfile: %s"
msgstr "޷ļ%s%s"
-#: gconf/gconfd.c:657
+#: gconf/gconfd.c:664
msgid "Exiting"
msgstr ""
-#: gconf/gconfd.c:682
+#: gconf/gconfd.c:690
msgid "GConf server is not in use, shutting down."
msgstr ""
-#: gconf/gconfd.c:1041
+#: gconf/gconfd.c:1059
#, c-format
msgid "Returning exception: %s"
msgstr ""
-#: gconf/gconfd.c:1141
+#: gconf/gconfd.c:1159
#, c-format
msgid ""
"Failed to open gconfd logfile; won't be able to restore listeners after "
"gconfd shutdown (%s)"
msgstr ""
-#: gconf/gconfd.c:1176
+#: gconf/gconfd.c:1194
#, c-format
msgid ""
"Failed to close gconfd logfile; data may not have been properly saved (%s)"
msgstr ""
-#: gconf/gconfd.c:1245
+#: gconf/gconfd.c:1263
#, c-format
msgid "Could not open saved state file '%s' for writing: %s"
msgstr ""
-#: gconf/gconfd.c:1259
+#: gconf/gconfd.c:1277
#, c-format
msgid "Could not write saved state file '%s' fd: %d: %s"
msgstr ""
-#: gconf/gconfd.c:1268
+#: gconf/gconfd.c:1286
#, c-format
msgid "Failed to close new saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1282
+#: gconf/gconfd.c:1300
#, c-format
msgid "Could not move aside old saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1292
+#: gconf/gconfd.c:1310
#, c-format
msgid "Failed to move new save state file into place: %s"
msgstr ""
-#: gconf/gconfd.c:1301
+#: gconf/gconfd.c:1319
#, c-format
msgid ""
"Failed to restore original saved state file that had been moved to '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1772
+#: gconf/gconfd.c:1790
#, c-format
msgid ""
"Unable to restore a listener on address '%s', couldn't resolve the database"
msgstr ""
-#: gconf/gconfd.c:1818
+#: gconf/gconfd.c:1836
#, c-format
msgid "Error reading saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:1871
+#: gconf/gconfd.c:1889
#, c-format
msgid "Unable to open saved state file '%s': %s"
msgstr ""
-#: gconf/gconfd.c:1988
+#: gconf/gconfd.c:2006
#, c-format
msgid ""
"Failed to log addition of listener to gconfd logfile; won't be able to re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:1993
+#: gconf/gconfd.c:2011
#, c-format
msgid ""
"Failed to log removal of listener to gconfd logfile; might erroneously re-"
"add the listener if gconfd exits or shuts down (%s)"
msgstr ""
-#: gconf/gconfd.c:2016 gconf/gconfd.c:2181
+#: gconf/gconfd.c:2034 gconf/gconfd.c:2199
#, c-format
msgid "Failed to get IOR for client: %s"
msgstr ""
-#: gconf/gconfd.c:2031
+#: gconf/gconfd.c:2049
#, c-format
msgid "Failed to open saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2044
+#: gconf/gconfd.c:2062
#, c-format
msgid "Failed to write client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2052
+#: gconf/gconfd.c:2070
#, c-format
msgid "Failed to flush client add to saved state file: %s"
msgstr ""
-#: gconf/gconfd.c:2142
+#: gconf/gconfd.c:2160
msgid ""
"Some client removed itself from the GConf server when it hadn't been added."
msgstr ""
-#: gconf/gconftool.c:70
+#: gconf/gconftool.c:71
msgid "Help options"
msgstr ""
-#: gconf/gconftool.c:79
+#: gconf/gconftool.c:80
msgid "Set a key to a value and sync. Use with --type."
msgstr ""
-#: gconf/gconftool.c:88
+#: gconf/gconftool.c:89
msgid "Print the value of a key to standard output."
msgstr ""
-#: gconf/gconftool.c:97
+#: gconf/gconftool.c:98
msgid ""
"Set a schema and sync. Use with --short-desc, --long-desc, --owner, and --"
"type."
msgstr ""
-#: gconf/gconftool.c:107
+#: gconf/gconftool.c:108
msgid "Unset the keys on the command line"
msgstr ""
-#: gconf/gconftool.c:116
+#: gconf/gconftool.c:117
#, fuzzy
msgid ""
"Recursively unset all keys at or below the key/directory names on the "
"command line"
msgstr "ָһ\n"
-#: gconf/gconftool.c:125
+#: gconf/gconftool.c:126
msgid "Print all key/value pairs in a directory."
msgstr ""
-#: gconf/gconftool.c:134
+#: gconf/gconftool.c:135
msgid "Print all subdirectories in a directory."
msgstr ""
-#: gconf/gconftool.c:143
+#: gconf/gconftool.c:144
msgid "Print all subdirectories and entries under a dir, recursively."
msgstr ""
-#: gconf/gconftool.c:152
+#: gconf/gconftool.c:153
msgid "Return 0 if the directory exists, 2 if it does not."
msgstr ""
-#: gconf/gconftool.c:161
+#: gconf/gconftool.c:162
msgid "Shut down gconfd. DON'T USE THIS OPTION WITHOUT GOOD REASON."
msgstr ""
-#: gconf/gconftool.c:170
+#: gconf/gconftool.c:171
msgid "Return 0 if gconfd is running, 2 if not."
msgstr ""
-#: gconf/gconftool.c:179
+#: gconf/gconftool.c:180
msgid ""
"Launch the config server (gconfd). (Normally happens automatically when "
"needed.)"
msgstr ""
-#: gconf/gconftool.c:188
+#: gconf/gconftool.c:189
msgid ""
"Specify the type of the value being set, or the type of the value a schema "
"describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:189
+#: gconf/gconftool.c:190
msgid "int|bool|float|string|list|pair"
msgstr ""
-#: gconf/gconftool.c:197
+#: gconf/gconftool.c:198
msgid ""
"Specify the type of the list value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:198 gconf/gconftool.c:207 gconf/gconftool.c:216
+#: gconf/gconftool.c:199 gconf/gconftool.c:208 gconf/gconftool.c:217
msgid "int|bool|float|string"
msgstr ""
-#: gconf/gconftool.c:206
+#: gconf/gconftool.c:207
msgid ""
"Specify the type of the car pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:215
+#: gconf/gconftool.c:216
msgid ""
"Specify the type of the cdr pair value being set, or the type of the value a "
"schema describes. Unique abbreviations OK."
msgstr ""
-#: gconf/gconftool.c:224
+#: gconf/gconftool.c:225
msgid "Specify a short half-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:225 gconf/gconftool.c:234
+#: gconf/gconftool.c:226 gconf/gconftool.c:235
msgid "DESCRIPTION"
msgstr ""
-#: gconf/gconftool.c:233
+#: gconf/gconftool.c:234
msgid "Specify a several-line description to go in a schema."
msgstr ""
-#: gconf/gconftool.c:242
+#: gconf/gconftool.c:243
msgid "Specify the owner of a schema"
msgstr ""
-#: gconf/gconftool.c:243
+#: gconf/gconftool.c:244
msgid "OWNER"
msgstr ""
-#: gconf/gconftool.c:251
+#: gconf/gconftool.c:252
msgid "Specify a schema file to be installed"
msgstr ""
-#: gconf/gconftool.c:252
+#: gconf/gconftool.c:253
msgid "FILENAME"
msgstr ""
-#: gconf/gconftool.c:260
+#: gconf/gconftool.c:261
msgid "Specify a configuration source to use rather than the default path"
msgstr ""
-#: gconf/gconftool.c:261
+#: gconf/gconftool.c:262
msgid "SOURCE"
msgstr ""
-#: gconf/gconftool.c:269
+#: gconf/gconftool.c:270
msgid ""
"Access the config database directly, bypassing server. Requires that gconfd "
"is not running."
msgstr ""
-#: gconf/gconftool.c:278
+#: gconf/gconftool.c:279
msgid ""
"Properly installs schema files on the command line into the database. "
"GCONF_CONFIG_SOURCE environment variable should be set to a non-default "
"config source or set to the empty string to use the default."
msgstr ""
-#: gconf/gconftool.c:287
+#: gconf/gconftool.c:288
msgid ""
"Torture-test an application by setting and unsetting a bunch of values of "
"different types for keys on the command line."
msgstr ""
-#: gconf/gconftool.c:296
+#: gconf/gconftool.c:297
msgid ""
"Torture-test an application by setting and unsetting a bunch of keys inside "
"the directories on the command line."
msgstr ""
-#: gconf/gconftool.c:305
+#: gconf/gconftool.c:306
msgid "Get the short doc string for a key"
msgstr ""
-#: gconf/gconftool.c:314
+#: gconf/gconftool.c:315
msgid "Get the long doc string for a key"
msgstr ""
-#: gconf/gconftool.c:323
+#: gconf/gconftool.c:324
msgid "Get the name of the schema applied to this key"
msgstr ""
-#: gconf/gconftool.c:332
+#: gconf/gconftool.c:333
msgid "Specify the schema name followed by the key to apply the schema name to"
msgstr ""
-#: gconf/gconftool.c:341
+#: gconf/gconftool.c:342
+msgid "Remove any schema name applied to the given keys"
+msgstr ""
+
+#: gconf/gconftool.c:351
msgid "Get the name of the default source"
msgstr ""
-#: gconf/gconftool.c:397
+#: gconf/gconftool.c:408
#, c-format
msgid ""
"Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr ""
-#: gconf/gconftool.c:409
+#: gconf/gconftool.c:420
msgid "Can't get and set/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:416
+#: gconf/gconftool.c:427
msgid "Can't set and get/unset simultaneously\n"
msgstr ""
-#: gconf/gconftool.c:424
+#: gconf/gconftool.c:435
msgid "Can't use --all-entries with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:432
+#: gconf/gconftool.c:443
msgid "Can't use --all-dirs with --get or --set\n"
msgstr ""
-#: gconf/gconftool.c:442
+#: gconf/gconftool.c:453
msgid ""
"--recursive-list should not be used with --get, --set, --unset, --all-"
"entries, or --all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:452
+#: gconf/gconftool.c:463
msgid ""
"--set_schema should not be used with --get, --set, --unset, --all-entries, --"
"all-dirs\n"
msgstr ""
-#: gconf/gconftool.c:458
+#: gconf/gconftool.c:469
msgid "Value type is only relevant when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:464
+#: gconf/gconftool.c:475
msgid "Must specify a type when setting a value\n"
msgstr ""
-#: gconf/gconftool.c:474
+#: gconf/gconftool.c:485
msgid "Ping option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:484
+#: gconf/gconftool.c:495
msgid "--dir-exists option must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:494
+#: gconf/gconftool.c:505
msgid "--install-schema-file must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:505
+#: gconf/gconftool.c:516
msgid "--makefile-install-rule must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:516
+#: gconf/gconftool.c:527
msgid "--break-key must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:527
+#: gconf/gconftool.c:538
msgid "--break-directory must be used by itself.\n"
msgstr ""
-#: gconf/gconftool.c:535
+#: gconf/gconftool.c:546
msgid ""
"You must specify a config source with --config-source when using --direct\n"
msgstr ""
-#: gconf/gconftool.c:541
+#: gconf/gconftool.c:552
+msgid "You should use --direct when using a non-default configuration source\n"
+msgstr ""
+
+#: gconf/gconftool.c:558
#, c-format
msgid "Failed to init GConf: %s\n"
msgstr ""
-#: gconf/gconftool.c:576
+#: gconf/gconftool.c:587
+msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
+msgstr ""
+
+#: gconf/gconftool.c:600
msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
msgstr ""
-#: gconf/gconftool.c:605
+#: gconf/gconftool.c:629
#, c-format
msgid "Failed to access configuration source(s): %s\n"
msgstr "޷Դ%s\n"
-#: gconf/gconftool.c:817
+#: gconf/gconftool.c:851
#, c-format
msgid "Shutdown error: %s\n"
msgstr ""
-#: gconf/gconftool.c:860
+#: gconf/gconftool.c:894
msgid "Must specify one or more dirs to recursively list.\n"
msgstr "ҪָݹбĿ¼\n"
-#: gconf/gconftool.c:894
+#: gconf/gconftool.c:928
#, c-format
msgid "Failure listing entries in `%s': %s\n"
msgstr "г%sеĿʱ%s\n"
-#: gconf/gconftool.c:912
+#: gconf/gconftool.c:946
msgid "(no value set)"
msgstr "(ûֵ)"
-#: gconf/gconftool.c:967
+#: gconf/gconftool.c:1001
#, c-format
msgid "Failed to spawn the config server (gconfd): %s\n"
msgstr ""
-#: gconf/gconftool.c:981
+#: gconf/gconftool.c:1015
msgid "Must specify a key or keys to get\n"
msgstr "ָҪȡļ\n"
-#: gconf/gconftool.c:1016
+#: gconf/gconftool.c:1050
#, c-format
msgid "Type: %s\n"
msgstr "ͣ%s\n"
-#: gconf/gconftool.c:1017
+#: gconf/gconftool.c:1051
#, c-format
msgid "List Type: %s\n"
msgstr "бͣ%s\n"
-#: gconf/gconftool.c:1018
+#: gconf/gconftool.c:1052
#, c-format
msgid "Car Type: %s\n"
msgstr "Car ͣ%s\n"
-#: gconf/gconftool.c:1019
+#: gconf/gconftool.c:1053
#, c-format
msgid "Cdr Type: %s\n"
msgstr "Cdr ͣ%s\n"
-#: gconf/gconftool.c:1024
+#: gconf/gconftool.c:1058
#, c-format
msgid "Default Value: %s\n"
msgstr "Ĭֵ%s\n"
-#: gconf/gconftool.c:1024 gconf/gconftool.c:1026 gconf/gconftool.c:1027
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1058 gconf/gconftool.c:1060 gconf/gconftool.c:1061
+#: gconf/gconftool.c:1062
msgid "Unset"
msgstr ""
-#: gconf/gconftool.c:1026
+#: gconf/gconftool.c:1060
#, c-format
msgid "Owner: %s\n"
msgstr "%s\n"
-#: gconf/gconftool.c:1027
+#: gconf/gconftool.c:1061
#, c-format
msgid "Short Desc: %s\n"
msgstr "%s\n"
-#: gconf/gconftool.c:1028
+#: gconf/gconftool.c:1062
#, c-format
msgid "Long Desc: %s\n"
msgstr "ϸ%s\n"
-#: gconf/gconftool.c:1037 gconf/gconftool.c:1331
+#: gconf/gconftool.c:1071 gconf/gconftool.c:1365
#, c-format
msgid "No value set for `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1041 gconf/gconftool.c:1335
+#: gconf/gconftool.c:1075 gconf/gconftool.c:1369
#, c-format
msgid "Failed to get value for `%s': %s\n"
msgstr "޷ȡ%sֵ%s\n"
-#: gconf/gconftool.c:1084 gconf/gconftool.c:1096
+#: gconf/gconftool.c:1118 gconf/gconftool.c:1130
#, c-format
msgid "Don't understand type `%s'\n"
msgstr "͡%s\n"
-#: gconf/gconftool.c:1108
+#: gconf/gconftool.c:1142
msgid "Must specify alternating keys/values as arguments\n"
msgstr ""
-#: gconf/gconftool.c:1128
+#: gconf/gconftool.c:1162
#, c-format
msgid "No value to set for key: `%s'\n"
msgstr ""
-#: gconf/gconftool.c:1156
+#: gconf/gconftool.c:1190
msgid "Cannot set schema as value\n"
msgstr "޷ schema Ϊֵ\n"
-#: gconf/gconftool.c:1166
+#: gconf/gconftool.c:1200
msgid "When setting a list you must specify a primitive list-type\n"
msgstr "бʱָ򵥵 list-type\n"
-#: gconf/gconftool.c:1180
+#: gconf/gconftool.c:1214
msgid ""
"When setting a pair you must specify a primitive car-type and cdr-type\n"
msgstr ""
-#: gconf/gconftool.c:1195
+#: gconf/gconftool.c:1229
#, c-format
msgid "Error: %s\n"
msgstr "%s\n"
-#: gconf/gconftool.c:1208
+#: gconf/gconftool.c:1242
#, c-format
msgid "Error setting value: %s\n"
msgstr "ֵʱ%s\n"
-#: gconf/gconftool.c:1226
+#: gconf/gconftool.c:1260
#, c-format
msgid "Error syncing: %s\n"
msgstr "ͬʱ%s\n"
-#: gconf/gconftool.c:1249
+#: gconf/gconftool.c:1283
msgid "Must specify a key or keys on the command line\n"
msgstr "ָһ\n"
-#: gconf/gconftool.c:1269
+#: gconf/gconftool.c:1303
#, c-format
msgid "No schema known for `%s'\n"
msgstr "û֪ schema ڡ%s\n"
-#: gconf/gconftool.c:1302
+#: gconf/gconftool.c:1336
#, c-format
msgid "No doc string stored in schema at '%s'\n"
msgstr ""
-#: gconf/gconftool.c:1307
+#: gconf/gconftool.c:1341
#, c-format
msgid "Error getting schema at '%s': %s\n"
msgstr "ڡ%sȡ schema ʱ%s\n"
-#: gconf/gconftool.c:1314
+#: gconf/gconftool.c:1348
#, fuzzy, c-format
msgid "No schema stored at '%s'\n"
msgstr "ûļ%s\n"
-#: gconf/gconftool.c:1317
+#: gconf/gconftool.c:1351
#, c-format
msgid "Value at '%s' is not a schema\n"
msgstr ""
-#: gconf/gconftool.c:1373
+#: gconf/gconftool.c:1407 gconf/gconftool.c:1432
msgid "Must specify a schema name followed by the key name to apply it to\n"
msgstr ""
-#: gconf/gconftool.c:1380
+#: gconf/gconftool.c:1414
#, c-format
msgid "Error associating schema name '%s' with key name '%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1400
+#: gconf/gconftool.c:1442
+#, fuzzy, c-format
+msgid "Error removing schema name from '%s': %s\n"
+msgstr "ڡ%sȡ schema ʱ%s\n"
+
+#: gconf/gconftool.c:1467
msgid "Must specify key (schema name) as the only argument\n"
msgstr ""
-#: gconf/gconftool.c:1442
+#: gconf/gconftool.c:1509
msgid "List type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1462
+#: gconf/gconftool.c:1529
msgid "Pair car type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1482
+#: gconf/gconftool.c:1549
msgid "Pair cdr type must be a primitive type: string, int, float or bool\n"
msgstr ""
-#: gconf/gconftool.c:1497
+#: gconf/gconftool.c:1564
#, c-format
msgid "Error setting value: %s"
msgstr "ֵʱ%s"
-#: gconf/gconftool.c:1511
+#: gconf/gconftool.c:1578
#, c-format
msgid "Error syncing: %s"
msgstr "ͬʱ%s"
-#: gconf/gconftool.c:1526
+#: gconf/gconftool.c:1593
msgid "Must specify one or more dirs to get key/value pairs from.\n"
msgstr ""
-#: gconf/gconftool.c:1540
+#: gconf/gconftool.c:1607
msgid "Must specify one or more keys to unset.\n"
msgstr ""
-#: gconf/gconftool.c:1551
+#: gconf/gconftool.c:1618
#, c-format
msgid "Error unsetting `%s': %s\n"
msgstr ""
-#: gconf/gconftool.c:1600
-#, fuzzy, c-format
-msgid "Error listing subdirs of '%s': %s\n"
-msgstr "г%sеĿ¼ʱ%s"
-
-#: gconf/gconftool.c:1611
-#, fuzzy, c-format
-msgid "Failure listing entries in '%s': %s\n"
-msgstr "г%sеĿʱ%s\n"
-
-#: gconf/gconftool.c:1630 gconf/gconftool.c:1647
-#, fuzzy, c-format
-msgid "Error unsetting '%s': %s\n"
-msgstr "ֵʱ%s\n"
-
-#: gconf/gconftool.c:1659
+#: gconf/gconftool.c:1638
#, fuzzy
msgid "Must specify one or more keys to recursively unset.\n"
msgstr "ҪָݹбĿ¼\n"
-#: gconf/gconftool.c:1680
+#: gconf/gconftool.c:1652
+#, fuzzy, c-format
+msgid "Failure during recursive unset of \"%s\": %s\n"
+msgstr "г%sеĿʱ%s\n"
+
+#: gconf/gconftool.c:1670
msgid "Must specify one or more dirs to get subdirs from.\n"
msgstr "ָȡĿ¼һĿ¼\n"
-#: gconf/gconftool.c:1714
+#: gconf/gconftool.c:1704
#, c-format
msgid "Error listing dirs: %s\n"
msgstr "Ŀ¼ʱ%s\n"
-#: gconf/gconftool.c:1756
+#: gconf/gconftool.c:1746
#, c-format
msgid "WARNING: invalid or missing type for schema (%s)\n"
msgstr "棺schema (%s) Чȱ\n"
-#: gconf/gconftool.c:1765
+#: gconf/gconftool.c:1755
#, c-format
msgid "WARNING: invalid or missing list_type for schema (%s)\n"
msgstr "棺schema (%s) list_type Чȱ\n"
-#: gconf/gconftool.c:1776 gconf/gconftool.c:1806 gconf/gconftool.c:1835
+#: gconf/gconftool.c:1766 gconf/gconftool.c:1796 gconf/gconftool.c:1825
#, c-format
msgid "WARNING: Failed to parse default value `%s' for schema (%s)\n"
msgstr "棺޷ schema (%s) Ĭֵ%s\n"
-#: gconf/gconftool.c:1794
+#: gconf/gconftool.c:1784
#, c-format
msgid "WARNING: invalid or missing car_type or cdr_type for schema (%s)\n"
msgstr "棺schema (%s) car_type cdr_type Чȱ \n"
-#: gconf/gconftool.c:1819
+#: gconf/gconftool.c:1809
msgid "WARNING: You cannot set a default value for a schema\n"
msgstr "棺޷Ϊ schema Ĭֵ\n"
-#: gconf/gconftool.c:1848
+#: gconf/gconftool.c:1838
msgid "WARNING: gconftool internal error, unknown GConfValueType\n"
msgstr "棺gconftool ڲδ֪ GConfValueType\n"
-#: gconf/gconftool.c:1895 gconf/gconftool.c:1916 gconf/gconftool.c:1937
-#: gconf/gconftool.c:1958
+#: gconf/gconftool.c:1885 gconf/gconftool.c:1906 gconf/gconftool.c:1927
+#: gconf/gconftool.c:1948
#, c-format
msgid "WARNING: failed to parse type name `%s'\n"
msgstr "棺޷%s\n"
-#: gconf/gconftool.c:1912
+#: gconf/gconftool.c:1902
#, c-format
msgid ""
"WARNING: list_type can only be int, float, string or bool and not `%s'\n"
msgstr "棺list_type ַֻ͡͡򲼶ͣǡ%s\n"
-#: gconf/gconftool.c:1933
+#: gconf/gconftool.c:1923
#, c-format
msgid "WARNING: car_type can only be int, float, string or bool and not `%s'\n"
msgstr "棺car_type ַֻ͡͡򲼶ͣǡ%s\n"
-#: gconf/gconftool.c:1954
+#: gconf/gconftool.c:1944
#, c-format
msgid "WARNING: cdr_type can only be int, float, string or bool and not `%s'\n"
msgstr "棺cdr_type ַֻ͡͡򲼶ͣǡ%s\n"
-#: gconf/gconftool.c:1982
+#: gconf/gconftool.c:1972
msgid "WARNING: empty <applyto> node"
msgstr "棺յ <applyto> ڵ"
-#: gconf/gconftool.c:1985 gconf/gconftool.c:2248
+#: gconf/gconftool.c:1975 gconf/gconftool.c:2238
#, c-format
msgid "WARNING: node <%s> not understood below <schema>\n"
msgstr "棺޷ <schema> µĽڵ <%s>\n"
-#: gconf/gconftool.c:1995
+#: gconf/gconftool.c:1985
msgid "WARNING: no key specified for schema\n"
msgstr "棺ûָ schema ļ\n"
-#: gconf/gconftool.c:2028
+#: gconf/gconftool.c:2018
msgid "WARNING: <locale> node has no `name=\"locale\"' attribute, ignoring\n"
msgstr "棺<locale> ڵûСname=\"locale\"ԣ\n"
-#: gconf/gconftool.c:2034
+#: gconf/gconftool.c:2024
#, c-format
msgid ""
"WARNING: multiple <locale> nodes for locale `%s', ignoring all past first\n"
msgstr "棺á%sж <locale> ڵ㣬Եһнڵ\n"
-#: gconf/gconftool.c:2115
+#: gconf/gconftool.c:2105
#, c-format
msgid "WARNING: Invalid node <%s> in a <locale> node\n"
msgstr "棺<locale> ڵеĽڵ <%s> Ч\n"
-#: gconf/gconftool.c:2144
+#: gconf/gconftool.c:2134
#, c-format
msgid "WARNING: failed to install schema `%s' locale `%s': %s\n"
msgstr "棺޷װ schema %sá%s%s\n"
-#: gconf/gconftool.c:2152
+#: gconf/gconftool.c:2142
#, c-format
msgid "Installed schema `%s' for locale `%s'\n"
msgstr "װ schema %sá%s\n"
-#: gconf/gconftool.c:2174
+#: gconf/gconftool.c:2164
#, c-format
msgid "WARNING: failed to associate schema `%s' with key `%s': %s\n"
msgstr "棺޷ schema %s%s%s\n"
-#: gconf/gconftool.c:2182
+#: gconf/gconftool.c:2172
#, c-format
msgid "Attached schema `%s' to key `%s'\n"
msgstr " schema %s %s\n"
-#: gconf/gconftool.c:2261
+#: gconf/gconftool.c:2251
msgid "You must have at least one <locale> entry in a <schema>\n"
msgstr " <schema> бһ <locale> \n"
-#: gconf/gconftool.c:2290
+#: gconf/gconftool.c:2282
#, c-format
msgid "WARNING: node <%s> not understood below <schemalist>\n"
msgstr "棺޷λ <schemalist> µĽڵ <%s>\n"
-#: gconf/gconftool.c:2312
+#: gconf/gconftool.c:2305
#, c-format
msgid "Failed to open `%s': %s\n"
msgstr "޷򿪡%s%s\n"
-#: gconf/gconftool.c:2319
+#: gconf/gconftool.c:2312
#, c-format
msgid "Document `%s' is empty?\n"
msgstr "ĵ%sǿյģ\n"
-#: gconf/gconftool.c:2331
+#: gconf/gconftool.c:2324
#, c-format
msgid ""
"Document `%s' has the wrong type of root node (<%s>, should be "
"<gconfschemafile>)\n"
msgstr "ĵ%sĸڵʹ(<%s>Ӧ <gconfschemafile>)\n"
-#: gconf/gconftool.c:2344
+#: gconf/gconftool.c:2337
#, c-format
msgid "Document `%s' has no top level <gconfschemafile> node\n"
msgstr "ĵ%sûж <gconfschemafile> ڵ\n"
-#: gconf/gconftool.c:2358
+#: gconf/gconftool.c:2351
#, c-format
msgid "WARNING: node <%s> below <gconfschemafile> not understood\n"
msgstr "棺޷λ <gconfschemafile> µĽڵ <%s>\n"
-#: gconf/gconftool.c:2369 gconf/gconftool.c:2401
+#: gconf/gconftool.c:2362 gconf/gconftool.c:2394
#, c-format
msgid "Error syncing config data: %s"
msgstr "ͬʱ%s"
-#: gconf/gconftool.c:2385
+#: gconf/gconftool.c:2378
msgid "Must specify some schema files to install\n"
msgstr "ָҪװ schema ļ\n"
-#: gconf/gconftool.c:2422
+#: gconf/gconftool.c:2415
#, c-format
msgid ""
"\n"
"%s\n"
msgstr ""
-#: gconf/gconftool.c:2442
+#: gconf/gconftool.c:2435
#, c-format
msgid "Failed to unset breakage key %s: %s\n"
msgstr ""
-#: gconf/gconftool.c:2568
+#: gconf/gconftool.c:2561
msgid "Must specify some keys to break\n"
msgstr ""
-#: gconf/gconftool.c:2574
+#: gconf/gconftool.c:2567
#, c-format
msgid ""
"Trying to break your application by setting bad values for key:\n"
" %s\n"
msgstr ""
-#: gconf/gconftool.c:2592
+#: gconf/gconftool.c:2585
msgid "Must specify some directories to break\n"
msgstr ""
-#: gconf/gconftool.c:2611
+#: gconf/gconftool.c:2604
#, c-format
msgid ""
"Trying to break your application by setting bad values for keys in "
@@ -1696,20 +1779,9 @@ msgid ""
" %s\n"
msgstr ""
-#: gconf/gconf-client.c:298 gconf/gconf-client.c:315
-#, c-format
-msgid "GConf Error: %s\n"
-msgstr "GConf %s\n"
-
-#: gconf/gconf-client.c:798
-#, c-format
-msgid "GConf warning: failure listing pairs in `%s': %s"
-msgstr ""
-
-#: gconf/gconf-client.c:1000
-#, fuzzy, c-format
-msgid "Expected `%s' got `%s' for key %s"
-msgstr "Ҫ%sõ%sΪ %s"
+#, fuzzy
+#~ msgid "Error listing subdirs of '%s': %s\n"
+#~ msgstr "г%sеĿ¼ʱ%s"
#~ msgid "%s"
#~ msgstr "%s"