[Xfce4-commits] r26806 - xfconf/trunk/po
Brian Tarricone
kelnos at xfce.org
Wed Apr 9 08:22:20 CEST 2008
Author: kelnos
Date: 2008-04-09 06:22:20 +0000 (Wed, 09 Apr 2008)
New Revision: 26806
Modified:
xfconf/trunk/po/POTFILES.in
xfconf/trunk/po/xfconf.pot
Log:
update POTFILES
Modified: xfconf/trunk/po/POTFILES.in
===================================================================
--- xfconf/trunk/po/POTFILES.in 2008-04-09 06:20:13 UTC (rev 26805)
+++ xfconf/trunk/po/POTFILES.in 2008-04-09 06:22:20 UTC (rev 26806)
@@ -1,3 +1,7 @@
+common/xfconf-gvaluefuncs.c
+xfsettingsd/main.c
+xfconfd/xfconf-backend-perchannel-xml.c
xfconfd/xfconf-backend-factory.c
-xfconfd/xfconf-backend-perchannel-xml.c
+xfconfd/main.c
xfconfd/xfconf-daemon.c
+xfconf-query/main.c
Modified: xfconf/trunk/po/xfconf.pot
===================================================================
--- xfconf/trunk/po/xfconf.pot 2008-04-09 06:20:13 UTC (rev 26805)
+++ xfconf/trunk/po/xfconf.pot 2008-04-09 06:22:20 UTC (rev 26806)
@@ -3,12 +3,13 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
#
+#: xfsettingsd/main.c:115
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-27 12:22-0700\n"
+"POT-Creation-Date: 2008-04-08 23:21-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,66 +17,127 @@
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: xfconfd/xfconf-backend-factory.c:70
+#: common/xfconf-gvaluefuncs.c:209
+msgid "true"
+msgstr ""
+
+#: common/xfconf-gvaluefuncs.c:210
+msgid "false"
+msgstr ""
+
+#: xfsettingsd/main.c:50 xfconf-query/main.c:51
+msgid "Version information"
+msgstr ""
+
+#: xfsettingsd/main.c:54 xfconf-query/main.c:55
+msgid "Verbose output"
+msgstr ""
+
+#: xfsettingsd/main.c:58
+msgid "Force replace existing any xsettings daemon"
+msgstr ""
+
+#: xfsettingsd/main.c:62
+msgid "Start in debug mode (don't fork to the background)"
+msgstr ""
+
+#: xfsettingsd/main.c:119
#, c-format
-msgid "Unable to find Xfconf backend of type \"%s\""
+msgid ""
+"%s: %s\n"
+"Try %s --help to see a full list of available command line options.\n"
msgstr ""
-#: xfconfd/xfconf-backend-perchannel-xml.c:272
+#: xfconfd/xfconf-backend-perchannel-xml.c:263
#, c-format
msgid "Unable to create configuration directory"
msgstr ""
-#: xfconfd/xfconf-backend-perchannel-xml.c:319
+#: xfconfd/xfconf-backend-perchannel-xml.c:310
#, c-format
msgid "You don't have permission to modify property \"%s\" on channel \"%s\""
msgstr ""
-#: xfconfd/xfconf-backend-perchannel-xml.c:362
-#: xfconfd/xfconf-backend-perchannel-xml.c:496
+#: xfconfd/xfconf-backend-perchannel-xml.c:361
+#: xfconfd/xfconf-backend-perchannel-xml.c:495
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\""
msgstr ""
-#: xfconfd/xfconf-backend-perchannel-xml.c:533
+#: xfconfd/xfconf-backend-perchannel-xml.c:535
#, c-format
msgid "Unable to remove channel \"%s\": %s"
msgstr ""
-#: xfconfd/xfconf-backend-perchannel-xml.c:1136
-#: xfconfd/xfconf-backend-perchannel-xml.c:1203
+#: xfconfd/xfconf-backend-perchannel-xml.c:1037
+#: xfconfd/xfconf-backend-perchannel-xml.c:1107
#, c-format
msgid "Invalid type for <%s>: \"%s\""
msgstr ""
-#: xfconfd/xfconf-backend-perchannel-xml.c:1147
-#: xfconfd/xfconf-backend-perchannel-xml.c:1214
+#: xfconfd/xfconf-backend-perchannel-xml.c:1049
+#: xfconfd/xfconf-backend-perchannel-xml.c:1119
#, c-format
-msgid "Unable to parse value from \"%s\""
+msgid "Unable to parse value of type \"%s\" from \"%s\""
msgstr ""
-#: xfconfd/xfconf-backend-perchannel-xml.c:1194
+#: xfconfd/xfconf-backend-perchannel-xml.c:1098
#, c-format
msgid "The type attribute of <value> cannot be an array"
msgstr ""
-#: xfconfd/xfconf-backend-perchannel-xml.c:1461
-#: xfconfd/xfconf-backend-perchannel-xml.c:1692
+#: xfconfd/xfconf-backend-perchannel-xml.c:1366
+#: xfconfd/xfconf-backend-perchannel-xml.c:1604
#, c-format
msgid "Channel \"%s\" does not exist"
msgstr ""
-#: xfconfd/xfconf-backend-perchannel-xml.c:1737
+#: xfconfd/xfconf-backend-perchannel-xml.c:1649
#, c-format
msgid "Unable to write channel \"%s\": %s"
msgstr ""
-#: xfconfd/xfconf-daemon.c:362
+#: xfconfd/xfconf-backend-factory.c:70
#, c-format
+msgid "Unable to find Xfconf backend of type \"%s\""
+msgstr ""
+
+#: xfconfd/main.c:126
+msgid "Prints the xfconfd version"
+msgstr ""
+
+#: xfconfd/main.c:128
+msgid ""
+"Configuration backends to use. The first backend specified is opened read/"
+"write; the others, read-only."
+msgstr ""
+
+#: xfconfd/main.c:157
+msgid "Xfce configuration daemon"
+msgstr ""
+
+#: xfconfd/main.c:159
+msgid "Report bugs to http://bugs.xfce.org/\n"
+msgstr ""
+
+#: xfconfd/xfconf-daemon.c:395
+#, c-format
msgid "Another Xfconf daemon is already running"
msgstr ""
-#: xfconfd/xfconf-daemon.c:394
+#: xfconfd/xfconf-daemon.c:431
#, c-format
msgid "No backends could be started"
msgstr ""
+
+#: xfconf-query/main.c:59
+msgid "pick the channel"
+msgstr ""
+
+#: xfconf-query/main.c:63
+msgid "pick the property"
+msgstr ""
+
+#: xfconf-query/main.c:67
+msgid "set (change the value)"
+msgstr ""
More information about the Xfce4-commits
mailing list