[Xfce4-commits] r29553 - in xfconf/trunk: . po
Stephan Arts
stephan at xfce.org
Tue Feb 24 01:46:25 CET 2009
Author: stephan
Date: 2009-02-24 00:46:25 +0000 (Tue, 24 Feb 2009)
New Revision: 29553
Modified:
xfconf/trunk/ChangeLog
xfconf/trunk/NEWS
xfconf/trunk/configure.ac.in
xfconf/trunk/po/ca.po
xfconf/trunk/po/cs.po
xfconf/trunk/po/da.po
xfconf/trunk/po/de.po
xfconf/trunk/po/es.po
xfconf/trunk/po/eu.po
xfconf/trunk/po/fi.po
xfconf/trunk/po/fr.po
xfconf/trunk/po/hu.po
xfconf/trunk/po/id.po
xfconf/trunk/po/ja.po
xfconf/trunk/po/nb.po
xfconf/trunk/po/nl.po
xfconf/trunk/po/pt_BR.po
xfconf/trunk/po/ro.po
xfconf/trunk/po/ru.po
xfconf/trunk/po/sv.po
xfconf/trunk/po/tr.po
xfconf/trunk/po/uk.po
xfconf/trunk/po/xfconf.pot
xfconf/trunk/po/zh_CN.po
Log:
==== Xfce 4.6.0 Released ====
Modified: xfconf/trunk/ChangeLog
===================================================================
--- xfconf/trunk/ChangeLog 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/ChangeLog 2009-02-24 00:46:25 UTC (rev 29553)
@@ -1,5 +1,126 @@
+2009-02-23 09:08 stephan
+
+ * xfconf-query/main.c:
+ Remove unimplemented import and export functions
+
+2009-02-22 12:42 mmassonnet
+
+ * po/ChangeLog, po/ja.po:
+ update japanese translation
+
+2009-02-22 10:28 mmassonnet
+
+ * po/ChangeLog, po/LINGUAS, po/ro.po, po/ru.po:
+ update translations
+
+2009-02-20 23:58 maximilian
+
+ * po/ChangeLog, po/ca.po:
+ Translations Updates - ca es gl id it pt_PT zh_CN
+
+2009-02-20 18:57 stephan
+
+ * configure.ac.in, xfconf-query/main.c:
+ Fix Bug #4622, applied patch by Mike Massonnet
+ <mike.massonnet at gmail.com> (with changes)
+
+2009-02-16 15:54 pko
+
+ * po/ChangeLog, po/da.po:
+ * da.po: Danish translation update (Per Kongstad) * da.po: Danish
+ translation update (Per Kongstad) * da.po: Updated Danish
+ traanslation (Per Kongstad)
+
+2009-02-12 09:14 stephan
+
+ * xfconf-query/main.c:
+ Revert previous change to xfconf-query, but still clean up the
+ g_critical assertion
+
+2009-02-11 12:24 mmassonnet
+
+ * po/ChangeLog, po/fr.po:
+ update french translation
+
+2009-02-11 01:59 sas
+
+ * po/hu.po:
+ [intl:hu] little updates for 4.6
+
+2009-02-08 08:20 maximilian
+
+ * po/ChangeLog, po/id.po, po/nb.po, po/zh_CN.po:
+ Translations udaptes - de id ja nb pl zh_CN
+
+2009-02-07 23:18 stephan
+
+ * xfconf-query/main.c:
+ Fix my previous commit
+
+2009-02-07 20:02 eulex
+
+ * po/ChangeLog, po/sv.po:
+ xfwm4/trunk/po: * sv.po: Swedish translation update (Daniel
+ Nylander) xfconf/trunk/po: * sv.po: Swedish translation update
+ (Daniel Nylander)
+
+2009-02-07 13:52 stephan
+
+ * xfconf-query/main.c:
+ Now it supports showing array contents inside the verbose-list
+ view.
+
+2009-02-05 01:20 omaciel
+
+ * po/ChangeLog, po/pt_BR.po:
+ Updated Brazilian Portuguese translation.
+
+2009-02-03 21:07 maximilian
+
+ * po/ChangeLog, po/es.po:
+ Translations updates - en_GB es
+
+2009-02-02 05:57 kelnos
+
+ * xfconfd/xfconf-backend-factory.c:
+ just malloc a GType to store in the hash table rather than
+ assuming a GType will always fit in a pointer, and/or using the
+ annoying macros that don't really do what we want (but 4881).
+
+2009-02-01 21:47 stephan
+
+ * xfconfd/xfconf-backend-factory.c:
+ Replace GUINT_TO_POINTER and GPOINTER_TO_UINT with
+ GSIZE_TO_POINTER and GPOINTER_TO_SIZE respectively. Fixes
+ segfault on AMD64 (Bug #4881)
+
+2009-01-31 17:38 erenturkay
+
+ * po/ChangeLog, po/tr.po:
+ Turkish translation update by Gokmen Gorgen and Samed Beyribey
+
+2009-01-26 23:15 piarres
+
+ * po/ChangeLog, po/eu.po:
+ Trunk Basque translation update
+
+2009-01-26 20:52 majkl
+
+ * po/ChangeLog, po/cs.po:
+ Czech translation updated
+
+2009-01-26 20:39 maximilian
+
+ * po/ChangeLog, po/LINGUAS, po/uk.po:
+ Translations updates - ca fr uk
+
2009-01-26 12:57 jannis
+ * ChangeLog:
+ Update ChangeLog.
+
+2009-01-26 12:57 jannis
+
* NEWS, po/ChangeLog, po/nl.po, po/zh_CN.po:
Update NEWS and translation files for the release.
Modified: xfconf/trunk/NEWS
===================================================================
--- xfconf/trunk/NEWS 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/NEWS 2009-02-24 00:46:25 UTC (rev 29553)
@@ -1,3 +1,12 @@
+Xfce 4.6.0
+==========
+
+ * Remove unimplemented --import and --export functions from xfconf-query
+ * Fix encoding bug with xfconf-query input (Bug #4622)
+ * Updated translations: ba, ca, cs, da, de, en_GB, es, fr, gl, hu, id, it, ja,
+ nb, pl, pt_PT, sv, tr, zh_CN
+
+
Xfce 4.6rc1 (Xfce 4.5.99.1)
===========================
Modified: xfconf/trunk/configure.ac.in
===================================================================
--- xfconf/trunk/configure.ac.in 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/configure.ac.in 2009-02-24 00:46:25 UTC (rev 29553)
@@ -9,9 +9,9 @@
m4_define([libxfconf_verinfo], [2:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
-m4_define([xfconf_version_minor], [5])
-m4_define([xfconf_version_micro], [99])
-m4_define([xfconf_version_nano], [1])
+m4_define([xfconf_version_minor], [6])
+m4_define([xfconf_version_micro], [0])
+m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [r at REVISION@])
m4_define([xfconf_version_tag], [])
m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [svn], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
@@ -63,7 +63,7 @@
dnl required
XDT_CHECK_PACKAGE([GLIB], [gobject-2.0], [2.12.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.5.99.1])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.0.0])
XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.72])
Modified: xfconf/trunk/po/ca.po
===================================================================
--- xfconf/trunk/po/ca.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/ca.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-02-01 11:34+0100\n"
"Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
"Language-Team: Catalan\n"
@@ -72,7 +72,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "No s'ha pogut escriure al canal «%s»: %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "No s'han pogut trobar interfícies secundàries de tipus «%s»"
@@ -194,77 +194,69 @@
msgid "Export not yet implemented"
msgstr "«Exporta» encara no està implementat"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Informació de la versió"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "El canal a consultar/modificar"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "La propietat a consultar/modificar"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "El nou valor que s'establirà per la propietat"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Llista propietats (o canals si -c no s'ha especificat)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Sortida detallada"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Crea una nova propietat si aquesta no existeix"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Definiu el tipus de valor de la propietat"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Reinicia la propietat"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Recursiu (empra amb -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Força una matriu d'elements encara que només hi hagi un"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Exporta el canal al fitxer"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Importa el canal des de el fitxer"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Fa un seguiment dels canvis de les propietats"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Inicia el seguiment del canal «%s»:"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "La propietat «%s» no existeix al canal «%s».\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(desconegut)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -273,7 +265,7 @@
"El valor és una matriu de %d elements:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -282,22 +274,22 @@
"La propietat «%s» no hi és al canal «%s». Si s'ha de crear \n"
"una nova propietat, empreu l'opció --create.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Quan es crea una nova propietat s'ha d'establir el tipus de valor.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "No s'ha pogut obtenir el tipus del valor.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "No s'ha pogut determinar el tipus de valor.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
@@ -305,46 +297,52 @@
"S'ha d'especificar un tipus de valor per canviar la matriu a un valor "
"individual.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "No s'ha pogut convertir «%s» al tipus «%s»\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "No s'ha pogut especificar la propietat.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Hi han %d valors nous, però tant sols es poden establir %d tipus.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "No s'ha pogut establir el tipus de valor a l'índex %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "El canal «%s» no té propietats\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "No es pot crear el fitxer a exportar «%s»: %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "No es pot obrir el fitxer a importar «%s»: %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "No es por analitzar el fitxer a importar «%s»: %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Exporta el canal al fitxer"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Importa el canal des de el fitxer"
+
#~ msgid "true"
#~ msgstr "cert"
Modified: xfconf/trunk/po/cs.po
===================================================================
--- xfconf/trunk/po/cs.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/cs.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf 0.1.0svn-r28490\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-26 21:50+0100\n"
"Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
"Language-Team: Czech\n"
@@ -21,8 +21,7 @@
msgid "Unable to create configuration directory \"%s\""
msgstr "Nelze vytvořit adresář konfigurace „%s“"
-#: xfconfd/xfconf-backend-perchannel-xml.c:328
-#: xfconfd/xfconf-daemon.c:244
+#: xfconfd/xfconf-backend-perchannel-xml.c:328 xfconfd/xfconf-daemon.c:244
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "Přístup při změně vlastnosti „%s“ na kanálu „%s“ byl zamítnut"
@@ -72,7 +71,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Nelze zapsat kanál „%s“: %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Nelze nalézt backend služby Xfconf typu „%s“"
@@ -89,13 +88,18 @@
#: xfconfd/xfconf-backend.c:126
#, c-format
-msgid "Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', '-', '<' and '>', as well as '/' as a separator"
-msgstr "Názvy vlastností mohou obsahovat pouze znaky kódování ASCII: A-Z, a-z, 0-9, '_', '-', '<' a '>' a také '/' jako oddělovač"
+msgid ""
+"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
+"'-', '<' and '>', as well as '/' as a separator"
+msgstr ""
+"Názvy vlastností mohou obsahovat pouze znaky kódování ASCII: A-Z, a-z, 0-9, "
+"'_', '-', '<' a '>' a také '/' jako oddělovač"
#: xfconfd/xfconf-backend.c:135
#, c-format
msgid "Property names cannot have two or more consecutive '/' characters"
-msgstr "Názvy vlastností nemohou obsahovat dva nebo více po sobě jdoucích znaků '/"
+msgstr ""
+"Názvy vlastností nemohou obsahovat dva nebo více po sobě jdoucích znaků '/"
#: xfconfd/xfconf-backend.c:146
#, c-format
@@ -109,21 +113,33 @@
#: xfconfd/xfconf-backend.c:176
#, c-format
-msgid "Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and '-'"
-msgstr "Názvy kanálů mohou obsahovat pouze znaky kódování ASCII: A-Z, a-z, 0-9, '_', a '-'"
+msgid ""
+"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
+"'-'"
+msgstr ""
+"Názvy kanálů mohou obsahovat pouze znaky kódování ASCII: A-Z, a-z, 0-9, '_', "
+"a '-'"
#: xfconfd/xfconf-backend.c:398
#, c-format
-msgid "The property name can only be empty or \"/\" if a recursive reset was specified"
-msgstr "Název vlastnosti může být prázdný, nebo „/“ pouze pokud byl specifikován rekurzivní reset"
+msgid ""
+"The property name can only be empty or \"/\" if a recursive reset was "
+"specified"
+msgstr ""
+"Název vlastnosti může být prázdný, nebo „/“ pouze pokud byl specifikován "
+"rekurzivní reset"
#: xfconfd/main.c:132
msgid "Prints the xfconfd version."
msgstr "Zobrazí verzi xfconfd."
#: xfconfd/main.c:134
-msgid "Configuration backends to use. The first backend specified is opened read/write; the others, read-only."
-msgstr "Konfigurovat backendy pro použití. První zadaný backend je otevřen pro čtení a zápis, ostatní pouze pro čtení."
+msgid ""
+"Configuration backends to use. The first backend specified is opened read/"
+"write; the others, read-only."
+msgstr ""
+"Konfigurovat backendy pro použití. První zadaný backend je otevřen pro čtení "
+"a zápis, ostatní pouze pro čtení."
#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
@@ -177,78 +193,69 @@
msgid "Export not yet implemented"
msgstr "Export dosud nebyl implementován"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Informace o verzi"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Kanál pro zaslání dotazu nebo modifikaci"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Vlastnost pro zaslání dotazu nebo modifikaci"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Nová hodnota pro nastavení vlastnosti"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Seznam vlastností (nebo kanálů, pokud není zadán parametr -c)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Podrobný výstup"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Vytvoří novou vlastnost, pokud již neexistuje"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Specifikovat typ hodnoty vlastnosti"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Resetovat vlastnost"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Rekurzivně (použijte s parametrem -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Vynutit pole pouze v případě jednoho prvku"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Exportovat kanál do souboru"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Importovat kanál ze souboru"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Sledovat změny vlastností kanálu"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Zahájit monitorování kanálu '%s':"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Vlastnost „%s“ na kanálu „%s“ neexistuje.\n"
-#: xfconf-query/main.c:365
-#: xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(neznámý)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -257,7 +264,7 @@
"Hodnota je pole %d položek:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -266,79 +273,87 @@
"Vlastnost „%s“ na kanálu „%s“ neexistuje. Pokud chcete\n"
"vytvořit novou vlastnost, použijte volbu --create.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Při vytváření nové vlastnosti je nutné specifikovat typ hodnoty.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Získání typu pro hodnotu se nezdařilo.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Nelze určit typ hodnoty.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
-msgid "A value type must be specified to change an array into a single value.\n"
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
msgstr "Pro změnu pole na hodnotu je nutné specifikovat typ hodnoty .\n"
-#: xfconf-query/main.c:449
-#: xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Nelze zkonvertovat „%s“ na typ „%s“\n"
-#: xfconf-query/main.c:456
-#: xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Nastavení vlastnosti se nezdařilo.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Existuje %d nových hodnot, ale je možné určit pouze %d typů.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Nelze určit typ hodnoty na indexu %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Kanál '%s' neobsahuje žádné vlastnosti\n"
-#: xfconf-query/main.c:569
-#: xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Nelze vytvořit soubor pro export „%s“: %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Nelze otevřít soubor pro import „%s“: %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Nelze zpracovat soubor pro import „%s“: %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Exportovat kanál do souboru"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Importovat kanál ze souboru"
+
#~ msgid "true"
#~ msgstr "pravda"
+
#~ msgid "false"
#~ msgstr "nepravda"
+
#~ msgid "Pick the channel"
#~ msgstr "Vybrat kanál"
+
#~ msgid "Pick the property"
#~ msgstr "Vybrat vlastnost"
+
#~ msgid "Create new entry"
#~ msgstr "Vytvořit novou položku"
+
#~ msgid "Property \"%s\" doesn't exist on channel \"%s\".\n"
#~ msgstr "Vlastnost \"%s\" na kanálu \"%s\" neexistuje.\n"
-
Modified: xfconf/trunk/po/da.po
===================================================================
--- xfconf/trunk/po/da.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/da.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf 4.5.93\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-02-16 15:08+0100\n"
"Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
"Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
@@ -23,8 +23,7 @@
msgid "Unable to create configuration directory \"%s\""
msgstr "Kan ikke oprette indstillingskatalog \"%s\""
-#: xfconfd/xfconf-backend-perchannel-xml.c:328
-#: xfconfd/xfconf-daemon.c:244
+#: xfconfd/xfconf-backend-perchannel-xml.c:328 xfconfd/xfconf-daemon.c:244
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "Du har ikke rettigheder til at ændre egenskab \"%s\" på kanal \"%s\""
@@ -74,7 +73,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Kunne ikke skrive til kanal \"%s\": %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Kunne ikke finde Xfconf bagende af type \"%s\""
@@ -91,8 +90,12 @@
#: xfconfd/xfconf-backend.c:126
#, c-format
-msgid "Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', '-', '<' and '>', as well as '/' as a separator"
-msgstr "Egenskabnavne kan kun indeholde ASCII-karakterne A-Z, a-z, 0-9, '_', '-', '<' og '>', samt '/' som adskiller"
+msgid ""
+"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
+"'-', '<' and '>', as well as '/' as a separator"
+msgstr ""
+"Egenskabnavne kan kun indeholde ASCII-karakterne A-Z, a-z, 0-9, '_', '-', "
+"'<' og '>', samt '/' som adskiller"
#: xfconfd/xfconf-backend.c:135
#, c-format
@@ -111,21 +114,31 @@
#: xfconfd/xfconf-backend.c:176
#, c-format
-msgid "Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and '-'"
+msgid ""
+"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
+"'-'"
msgstr "Kanalnavne kan kun indeholde ASCII-tegnene A-Z, a-z, 0-9, '_', og '-'"
#: xfconfd/xfconf-backend.c:398
#, c-format
-msgid "The property name can only be empty or \"/\" if a recursive reset was specified"
-msgstr "Egenskabsnavne kan kun være tomme eller \"/\" hvis rekursiv nulstilling blev angivet"
+msgid ""
+"The property name can only be empty or \"/\" if a recursive reset was "
+"specified"
+msgstr ""
+"Egenskabsnavne kan kun være tomme eller \"/\" hvis rekursiv nulstilling blev "
+"angivet"
#: xfconfd/main.c:132
msgid "Prints the xfconfd version."
msgstr "Udskriver xfconfd-versionen."
#: xfconfd/main.c:134
-msgid "Configuration backends to use. The first backend specified is opened read/write; the others, read-only."
-msgstr "Underliggende indstilling til anvendelse. Den første underliggende der angives er åbnet med læse/skrive; alle andre kun med læse."
+msgid ""
+"Configuration backends to use. The first backend specified is opened read/"
+"write; the others, read-only."
+msgstr ""
+"Underliggende indstilling til anvendelse. Den første underliggende der "
+"angives er åbnet med læse/skrive; alle andre kun med læse."
#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
@@ -179,78 +192,69 @@
msgid "Export not yet implemented"
msgstr "Eksport er endnu ikke understøttet"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Versionsinformation"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Kanalen til forespørgsel/ændring"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Egenskaben til forespørgsel/ændring"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Den nye værdi til indstilling af egenskab"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Vis egenskaber (eller kanaler hvis -c ikke er angivet)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Uddybende uddata"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Opret en ny egenskab hvis den ikke allerede findes"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Angiv egenskabværditype"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Nulstil egenskab"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Rekursivt (brug med -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Tving tabel selv ved kun et element"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Eksportér kanal til fil"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Importér kanal fra fil"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Overvåg en kanal for egenskabsændringer"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Begynd at overvåge kanal '%s':"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Egenskab \"%s\" findes ikke på kanal \"%s\".\n"
-#: xfconf-query/main.c:365
-#: xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(ukendt)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -259,7 +263,7 @@
"Værdi er en tabel med %d elementer:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -268,65 +272,70 @@
"Egenskab \"%s\" findes ikke på denne kanal \"%s\". Hvis du ønsker\n"
"at oprette en ny egenskab brug indstillingen --create.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Når der oprettes en ny egenskab, skal du angive værditypen.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Kunne ikke få den eksisterende type for værdien.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Kunne ikke afgøre typen af værdien.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
-msgid "A value type must be specified to change an array into a single value.\n"
-msgstr "Du skal angive en værditype for at ændre en tabel til en enkeltværdi.\n"
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
+msgstr ""
+"Du skal angive en værditype for at ændre en tabel til en enkeltværdi.\n"
-#: xfconf-query/main.c:449
-#: xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Kunne ikke konvertere \"%s\" til type \"%s\"\n"
-#: xfconf-query/main.c:456
-#: xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Kunne ikke sætte egenskab.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Har %d nye værdier, men kunne kun afgøre %d typer.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Kunne ikke afgøre type af værdi ved indeks %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Kanal '%s' indeholder ingen egenskaber\n"
-#: xfconf-query/main.c:569
-#: xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Kunne ikke oprette eksportfil \"%s\": %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Kunne ikke åbne importfil \"%s\": %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Kunne ikke fortolke importfil \"%s\": %s\n"
+
+#~ msgid "Export channel to file"
+#~ msgstr "Eksportér kanal til fil"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Importér kanal fra fil"
Modified: xfconf/trunk/po/de.po
===================================================================
--- xfconf/trunk/po/de.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/de.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: xfconf 0.1.0svn-r27345\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2008-07-18 22:37+0200\n"
"Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
"Language-Team: German\n"
@@ -75,7 +75,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Kann auf Kanal »%s« nicht schreiben: %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Kein Xfconf-Backend auffindbar für Typ »%s«"
@@ -198,79 +198,71 @@
msgid "Export not yet implemented"
msgstr "Exportieren noch nicht implementiert"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Versionsinformation"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr ""
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr ""
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
#, fuzzy
msgid "The new value to set for the property"
msgstr "Ändern oder setzen des Wertes einer Eigenschaft"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
#, fuzzy
msgid "List properties (or channels if -c is not specified)"
msgstr "Eigenschaften aufzählen (oder Kanäle, wenn »-c« nicht angegeben ist)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Gesprächige Ausgabe"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr ""
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Geben Sie den Wertetyp der Eigenschaft an"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Setze Eigenschaft zurück"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Rekursiv (mit »-r« verwenden)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Array erzwingen, auc bei nur einem Element"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Kanal in Datei exportieren"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Kanal aus Datei importieren"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Einen Kanal auf Änderungen hin überwachen"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Überwache Kanal »%s«:"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, fuzzy, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Eigenschaft »%s« ist für den Kanal »%s« nicht vorhanden"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(unbekannt)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -279,7 +271,7 @@
"Wert ist ein Feld mit %d Einträgen:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, fuzzy, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -288,23 +280,23 @@
"Eigenschaft »%s« ist für den Kanal »%s« nicht vorhanden. Möchten Sie\n"
"eine neue Eigenschaft anlegen, so benutzen Sie die Option »--create«.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, fuzzy, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr ""
"Wenn Sie eine neue Eigenschaft anlegen, müssen Sie den Wertetyp angeben.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, fuzzy, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Konnte vorhandenen Typ des Werts nicht bekommen.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, fuzzy, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Kann Wertetyp nicht bestimmen\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, fuzzy, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
@@ -312,46 +304,52 @@
"Sie müssen einen Wertetyp angeben, um ein Feld in einen einzigen Wert "
"konvertieren zu können.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Kann »%s« nicht in Typ »%s« konvertieren\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Konnte Eigenschaften nicht setzen.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, fuzzy, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Habe %d neue Werte, kann aber nur %d Typen erkennen.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Kann Wertetyp bei Index %d nicht bestimmen.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Kanal »%s« enthält keine Eigenschaften\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Konnte Exportdatei »%s« nicht anlegen: %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Konnte Importdatei »%s« nicht öffnen: %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Konnte Importdatei »%s« nicht ordnungsgemäß lesen: %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Kanal in Datei exportieren"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Kanal aus Datei importieren"
+
#~ msgid "true"
#~ msgstr "wahr"
Modified: xfconf/trunk/po/es.po
===================================================================
--- xfconf/trunk/po/es.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/es.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: Xfconf 0.0.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-26 23:15+0100\n"
"Last-Translator: Abel Martín <abel.martin.ruiz at gmail.com>\n"
"Language-Team: Spanish/ES <xfce-i18n at xfce.org>\n"
@@ -21,8 +21,7 @@
msgid "Unable to create configuration directory \"%s\""
msgstr "Imposible crear directorio de configuración \"%s\""
-#: xfconfd/xfconf-backend-perchannel-xml.c:328
-#: xfconfd/xfconf-daemon.c:244
+#: xfconfd/xfconf-backend-perchannel-xml.c:328 xfconfd/xfconf-daemon.c:244
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "Permiso denegado al modificar la propiedad \"%s\" en el canal \"%s\""
@@ -72,7 +71,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Imposible escribir canal \"%s\": %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Imposible encontrar el motor de Xfconf de tipo \"%s\""
@@ -89,13 +88,19 @@
#: xfconfd/xfconf-backend.c:126
#, c-format
-msgid "Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', '-', '<' and '>', as well as '/' as a separator"
-msgstr "Los nombres de propiedad sólo pueden incluir los caracteres ASCII A-Z, a-z, 0-9, '_', '-', '<' y '>', y también '/' como separador"
+msgid ""
+"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
+"'-', '<' and '>', as well as '/' as a separator"
+msgstr ""
+"Los nombres de propiedad sólo pueden incluir los caracteres ASCII A-Z, a-z, "
+"0-9, '_', '-', '<' y '>', y también '/' como separador"
#: xfconfd/xfconf-backend.c:135
#, c-format
msgid "Property names cannot have two or more consecutive '/' characters"
-msgstr "Los nombres de propiedad no pueden tener dos o más caracteres '/' consecutivos"
+msgstr ""
+"Los nombres de propiedad no pueden tener dos o más caracteres '/' "
+"consecutivos"
#: xfconfd/xfconf-backend.c:146
#, c-format
@@ -109,21 +114,33 @@
#: xfconfd/xfconf-backend.c:176
#, c-format
-msgid "Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and '-'"
-msgstr "Los nombres de canales sólo pueden incluir los caracteres ASCII A-Z, a-z, 0-9, \"_\" y \"-\""
+msgid ""
+"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
+"'-'"
+msgstr ""
+"Los nombres de canales sólo pueden incluir los caracteres ASCII A-Z, a-z, 0-"
+"9, \"_\" y \"-\""
#: xfconfd/xfconf-backend.c:398
#, c-format
-msgid "The property name can only be empty or \"/\" if a recursive reset was specified"
-msgstr "El nombre de la propiedad sólo puede ser vacío o \"/\" si se especificó una reinicialización recursiva"
+msgid ""
+"The property name can only be empty or \"/\" if a recursive reset was "
+"specified"
+msgstr ""
+"El nombre de la propiedad sólo puede ser vacío o \"/\" si se especificó una "
+"reinicialización recursiva"
#: xfconfd/main.c:132
msgid "Prints the xfconfd version."
msgstr "Muestra la versión de xfconfd."
#: xfconfd/main.c:134
-msgid "Configuration backends to use. The first backend specified is opened read/write; the others, read-only."
-msgstr "Motores de configuración a usar. El primer motor especificado se abre en modo lectura/escritura; los otros, en modo sólo lectura."
+msgid ""
+"Configuration backends to use. The first backend specified is opened read/"
+"write; the others, read-only."
+msgstr ""
+"Motores de configuración a usar. El primer motor especificado se abre en "
+"modo lectura/escritura; los otros, en modo sólo lectura."
#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
@@ -177,78 +194,69 @@
msgid "Export not yet implemented"
msgstr "Exportación aún no implementada"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Información de versión"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "El canal a consultar/modificar"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "La propiedad a consultar/modificar"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "El nuevo valor a establecer para la propiedad"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Listar propiedades (o canales si -c no se especifica)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Salida detallada"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Crear una nueva propiedad si aún no existe"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Especificar el tipo de valor de la propiedad"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Borrar propiedad"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Recursivo (usar con -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Forzar a vector incluso si sólo hay un elemento"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Exportar canal a archivo"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Importar canal desde archivo"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Monitorizar un canal para encontrar cambios de propiedades"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Comenzar monitorización del canal '%s':"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "La propiedad \"%s\" no existe en el canal \"%s\".\n"
-#: xfconf-query/main.c:365
-#: xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(desconocido)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -257,7 +265,7 @@
"Valor es un vector con %d elementos:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -266,83 +274,95 @@
"La propiedad \"%s\" no existe en el canal \"%s\". Si desea\n"
"crear una nueva, use la opción --create.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Al crear una nueva propiedad se debe especificar el tipo del valor.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Fallo al obtener el tipo existente para el valor.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Imposible determinar el tipo del valor.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
-msgid "A value type must be specified to change an array into a single value.\n"
-msgstr "Se debe especificar un tipo de valor para transformar un vector en un único valor.\n"
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
+msgstr ""
+"Se debe especificar un tipo de valor para transformar un vector en un único "
+"valor.\n"
-#: xfconf-query/main.c:449
-#: xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Imposible convertir \"%s\" a tipo \"%s\"\n"
-#: xfconf-query/main.c:456
-#: xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Fallo al establecer propiedad.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Hay %d nuevos valores, pero sólo se pudieron determinar %d tipos.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Imposible determinar el tipo de valor para el índice %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "El canal \"%s\" no contiene ninguna propiedad\n"
-#: xfconf-query/main.c:569
-#: xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "No se pudo crear archivo de exportación \"%s\": %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "No se pudo abrir el archivo de importación \"%s\": %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "No se pudo analizar sintácticamente el archivo \"%s\": %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Exportar canal a archivo"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Importar canal desde archivo"
+
#~ msgid "true"
#~ msgstr "verdadero"
+
#~ msgid "false"
#~ msgstr "falso"
+
#~ msgid "Pick the channel"
#~ msgstr "Elija el canal"
+
#~ msgid "Pick the property"
#~ msgstr "Elija la propiedad"
+
#~ msgid "Create new entry"
#~ msgstr "Crear una nueva entrada"
+
#~ msgid "Property \"%s\" doesn't exist on channel \"%s\".\n"
#~ msgstr "La propiedad \"%s\" no existe en el canal \"%s\".\n"
+
#~ msgid "set (change the value)"
#~ msgstr "définir (changer la valeur)"
+
#~ msgid "List properties"
#~ msgstr "Afficher les propriétés"
-
Modified: xfconf/trunk/po/eu.po
===================================================================
--- xfconf/trunk/po/eu.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/eu.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-27 00:12+0100\n"
"Last-Translator: Piarres Beobide <pi at beobide.net>\n"
"Language-Team: Euskara <debian-l10n-basque at lists.debian.org>\n"
@@ -73,7 +73,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Ezin da \"%s\" kanalean idatzi: %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Ezin da \"%s\" motako Xfconf interfazerik aurkitu"
@@ -194,77 +194,69 @@
msgid "Export not yet implemented"
msgstr "Esportatzea ez dago inplementaturik oraindik"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Bertsio argibideak"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Galdezkatu/eraldatzeko kanala"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Galdezkatu/eraldatzeko propietatea"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Propietatearentzat ezarritako balio berria"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Zerrendatu propietateak (edo kanalak -c zehazten ez bada)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Irteera luzea"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Sortu propietate berri bat berau ez bada existitzen"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Zehatu propietate balio mota"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Berezarri propietatea"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Errekurtsiboa (-r-rekin erabili)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Behartu array nahiz elementu bakarra izan"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Esportatu kanala fitxategira"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Inportatu kanala fitxategitik"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Monitorizatu kanal bat propietate aldaketa bila"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Hasi '%s' kanala monitorizatzen:"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "\"%s\" propietatea ez dago \"%s\" kanalean.\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(ezezaguna)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -273,7 +265,7 @@
"Balioa %d elementu dituen array bat da:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -282,65 +274,71 @@
"Ez dago \"%s\" propietaterik \"%s\" kanalean. Propietate berri bat\n"
" sortu nahi baduzu, --create aukera erabili.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Propietate berri bat sorzean balio mota zehaztu behar duzu.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Huts dauden balio motak eskuratzerakoan.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Ezin da jakin balioaren mota.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
-msgid "A value type must be specified to change an array into a single value.\n"
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
msgstr ""
"Balio mota bar zehaztu behar duzu, array bat balio soil batetara "
"bihurtzeko.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Ezin da\"%s\" \"%s\" motara bihurtu\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Huts propietatea ezartzean.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "%d balio berri ditu, baina %d mota bakarrik antzeman daitezke.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Ezin da %d indizeko balioaren mota antzeman.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "'%s' kanalak ez du propietaterik\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Ezinda \"%s\" esportatze fitxategia sortu: %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Ezinda \"%s\" inportatze fitxategia ireki: %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Ezinda \"%s\" inportatze fitxategia analizatu: %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Esportatu kanala fitxategira"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Inportatu kanala fitxategitik"
Modified: xfconf/trunk/po/fi.po
===================================================================
--- xfconf/trunk/po/fi.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/fi.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-25 16:29+0200\n"
"Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
"Language-Team: Finnish <xfce-i18n at xfce.org>\n"
@@ -70,7 +70,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Kanavaa \"%s\" ei voi kirjoittaa: %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Tyypin \"%s\" Xfconf-moduulia ei löydy"
@@ -191,77 +191,69 @@
msgid "Export not yet implemented"
msgstr "Vientiä ei ole vielä toteutettu"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Versiotiedot"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Haettava/muokattava kanava"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Haettava/muokattava asetus"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Asetukselle määritettävä uusi arvo"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Listaa asetukset (tai kanavat valitsimen \"-c\" puuttuessa)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Yksityiskohtainen tulostus"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Luo asetus, jos sitä ei löydy"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Määritä asetuksen arvon tyyppi"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Palauta asetus"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Rekursiivinen (käytä valitsimen -r kanssa)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Luo taulukkomuuttuja, vaikka arvoja olisi yksi"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Vie kanava tiedostoon"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Tuo kanava tiedostosta"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Seuraa kanavan asetusten muutoksia"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Ala seurata kanavaa \"%s\":"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Asetusta \"%s\" ei ole kanavalla \"%s\".\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(tuntematon)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -270,7 +262,7 @@
"Arvo on taulukko, jossa on %d kohdetta:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -279,67 +271,73 @@
"Asetusta \"%s\" ei ole kanavalla \"%s\". Jos haluat luoda uuden\n"
"asetuksen, käytä valitsinta --create.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Arvon tyyppi on määritettävä uutta asetusta luotaessa.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Arvon nykyistä tyyppiä ei voi noutaa.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Arvon tyypin määritys ei onnistu.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
msgstr "Määritä arvon tyyppi muuttaaksesi taulukon yksittäiseksi arvoksi.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Kohdetta \"%s\" ei voi muuttaa \"%s\"-tyyppiseksi\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Asetuksen muutos epäonnistui.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "%d uutta arvoa, mutta vain %d tyypin määritys onnistui.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Tyypin määritys ei onnistu arvolle indeksillä %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Kanavalla \"%s\" ei ole asetuksia\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Vientitiedoston \"%s\" luominen epäonnistui: %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Tuontitiedoston \"%s\" avaaminen epäonnistui: %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Tuontitiedoston \"%s\" lukeminen epäonnistui: %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Vie kanava tiedostoon"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Tuo kanava tiedostosta"
+
#~ msgid "true"
#~ msgstr "tosi"
Modified: xfconf/trunk/po/fr.po
===================================================================
--- xfconf/trunk/po/fr.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/fr.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: Xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-29 18:34+0100\n"
"Last-Translator: Mike Massonnet <mmassonnet at gmail.com>\n"
"Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -73,7 +73,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Échec à l'écriture du canal \"%s\" : %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Impossible de trouver un backend de Xfconf pour le type \"%s\""
@@ -196,77 +196,69 @@
msgid "Export not yet implemented"
msgstr "L'exportation n'est pas encore disponible"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Information sur la version"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Le canal à lire ou à modifier"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "La propriété à lire ou à modifier"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "La nouvelle valeur à affecter à la propriété"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Lister les propriétés (ou les canaux si -c n'est pas spécifié)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Sortie bavarde"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Créer une nouvelle propriété si elle n'existe pas encore"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Spécifier le type de valeur de la propriété"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Réinitialiser la propriété"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Récursif (utiliser -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Forcer l'utilisation d'un ensemble même si il n'y a q'un élément"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Exporter un canal vers un fichier"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Importer un canal depuis un fichier"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Surveiller les changements de propriétés d'un canal"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Commencer à surveiller le canal '%s' :"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "La propriété \"%s\" n'existe pas dans le canal \"%s\".\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(inconnu)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -275,7 +267,7 @@
"La valeur est un ensemble avec %d objets :\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -284,70 +276,78 @@
"La propriété \"%s\" n'existe pas dans le canal \"%s\". Si une nouvelle\n"
"propriété doit être créer, utilisez l'option --create.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
-msgstr "Le type de valeur de la propriété doit être spécifié lors de sa création.\n"
+msgstr ""
+"Le type de valeur de la propriété doit être spécifié lors de sa création.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Erreur à la récupération du type existant de la valeur.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Impossible de déterminer le type de la valeur.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
msgstr ""
-"Un type de valeur doit être spécifié pour changer un tableau en une valeur simple.\n"
+"Un type de valeur doit être spécifié pour changer un tableau en une valeur "
+"simple.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Échec lors de la conversion de \"%s\" vers le type \"%s\"\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Échec à la définition de la propriété.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr ""
"Il y a %d nouvelles valeurs, mais seulement %d types ont pu être "
"déterminés.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Le type de la valeur à l'index %d n'a pas pu être déterminé.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Le canal '%s' ne contient pas de propriétés\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Échec à la création du fichier à exporter \"%s\" : %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Échec à l'ouverture du fichier à importer \"%s\" : %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Échec à l'analyse du fichier à importer \"%s\" : %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Exporter un canal vers un fichier"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Importer un canal depuis un fichier"
+
#~ msgid "true"
#~ msgstr "vrai"
Modified: xfconf/trunk/po/hu.po
===================================================================
--- xfconf/trunk/po/hu.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/hu.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
"Language-Team: Hungarian <debian-l10n-hungarian at lists.d.o>\n"
@@ -18,8 +18,7 @@
msgid "Unable to create configuration directory \"%s\""
msgstr "Nem tudom létrehozni e beállító mappát: \"%s\""
-#: xfconfd/xfconf-backend-perchannel-xml.c:328
-#: xfconfd/xfconf-daemon.c:244
+#: xfconfd/xfconf-backend-perchannel-xml.c:328 xfconfd/xfconf-daemon.c:244
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "Nincs jogod módosítani \"%s\" tulajdonságot e csatornán: \"%s\""
@@ -69,7 +68,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr ""
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr ""
@@ -86,7 +85,9 @@
#: xfconfd/xfconf-backend.c:126
#, c-format
-msgid "Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', '-', '<' and '>', as well as '/' as a separator"
+msgid ""
+"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
+"'-', '<' and '>', as well as '/' as a separator"
msgstr ""
#: xfconfd/xfconf-backend.c:135
@@ -106,12 +107,16 @@
#: xfconfd/xfconf-backend.c:176
#, c-format
-msgid "Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and '-'"
+msgid ""
+"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
+"'-'"
msgstr ""
#: xfconfd/xfconf-backend.c:398
#, c-format
-msgid "The property name can only be empty or \"/\" if a recursive reset was specified"
+msgid ""
+"The property name can only be empty or \"/\" if a recursive reset was "
+"specified"
msgstr ""
#: xfconfd/main.c:132
@@ -119,7 +124,9 @@
msgstr ""
#: xfconfd/main.c:134
-msgid "Configuration backends to use. The first backend specified is opened read/write; the others, read-only."
+msgid ""
+"Configuration backends to use. The first backend specified is opened read/"
+"write; the others, read-only."
msgstr ""
#: xfconfd/main.c:154
@@ -174,156 +181,145 @@
msgid "Export not yet implemented"
msgstr ""
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr ""
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr ""
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr ""
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr ""
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr ""
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr ""
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr ""
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr ""
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr ""
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr ""
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr ""
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr ""
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr ""
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr ""
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr ""
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Nincs \"%s\" tulajdonság e csatornán: \"%s\".\n"
-#: xfconf-query/main.c:365
-#: xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr ""
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
"\n"
msgstr ""
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
"property should be created, use the --create option.\n"
msgstr ""
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr ""
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr ""
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr ""
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
-msgid "A value type must be specified to change an array into a single value.\n"
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
msgstr ""
-#: xfconf-query/main.c:449
-#: xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr ""
-#: xfconf-query/main.c:456
-#: xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr ""
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr ""
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr ""
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr ""
-#: xfconf-query/main.c:569
-#: xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr ""
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr ""
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr ""
#~ msgid "true"
#~ msgstr "igaz"
+
#~ msgid "false"
#~ msgstr "hamis"
-
Modified: xfconf/trunk/po/id.po
===================================================================
--- xfconf/trunk/po/id.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/id.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-27 22:20+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
"Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
@@ -20,8 +20,7 @@
msgid "Unable to create configuration directory \"%s\""
msgstr "Tak dapat membuat direktori konfigurasi \"%s\""
-#: xfconfd/xfconf-backend-perchannel-xml.c:328
-#: xfconfd/xfconf-daemon.c:244
+#: xfconfd/xfconf-backend-perchannel-xml.c:328 xfconfd/xfconf-daemon.c:244
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "Hak akses ditolak ketika memodifikasi properti \"%s\" di kanal \"%s\""
@@ -71,7 +70,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Tak dapat menulis kanal \"%s\": %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Tak dapat menemukan ujung-belakang tipe \"%s\""
@@ -88,8 +87,12 @@
#: xfconfd/xfconf-backend.c:126
#, c-format
-msgid "Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', '-', '<' and '>', as well as '/' as a separator"
-msgstr "Nama properti hanya dapat menyertakan karakter ASCII A-Z, a-z, 0-9, '_', '-', '<' dan '>', serta '/' sebagai pemisah"
+msgid ""
+"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
+"'-', '<' and '>', as well as '/' as a separator"
+msgstr ""
+"Nama properti hanya dapat menyertakan karakter ASCII A-Z, a-z, 0-9, '_', "
+"'-', '<' dan '>', serta '/' sebagai pemisah"
#: xfconfd/xfconf-backend.c:135
#, c-format
@@ -108,21 +111,31 @@
#: xfconfd/xfconf-backend.c:176
#, c-format
-msgid "Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and '-'"
-msgstr "Nama kanal hanya dapat menyertakan karakter ASCII A-Z, a-z, 0-9, '_', dan '-'"
+msgid ""
+"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
+"'-'"
+msgstr ""
+"Nama kanal hanya dapat menyertakan karakter ASCII A-Z, a-z, 0-9, '_', dan '-'"
#: xfconfd/xfconf-backend.c:398
#, c-format
-msgid "The property name can only be empty or \"/\" if a recursive reset was specified"
-msgstr "Nama properti hanya dapat kosong atau \"/\" jika reset rekursif ditentukan"
+msgid ""
+"The property name can only be empty or \"/\" if a recursive reset was "
+"specified"
+msgstr ""
+"Nama properti hanya dapat kosong atau \"/\" jika reset rekursif ditentukan"
#: xfconfd/main.c:132
msgid "Prints the xfconfd version."
msgstr "Cetak versi xfconfd."
#: xfconfd/main.c:134
-msgid "Configuration backends to use. The first backend specified is opened read/write; the others, read-only."
-msgstr "Ujung-belakang konfigurasi yang digunakan. Ujung-belakang pertama yang ditentukan dibuka sebagai baca/tulis; sisanya, hanya-baca."
+msgid ""
+"Configuration backends to use. The first backend specified is opened read/"
+"write; the others, read-only."
+msgstr ""
+"Ujung-belakang konfigurasi yang digunakan. Ujung-belakang pertama yang "
+"ditentukan dibuka sebagai baca/tulis; sisanya, hanya-baca."
#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
@@ -176,78 +189,69 @@
msgid "Export not yet implemented"
msgstr "Ekspor belum diimplementasikan"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Informasi versi"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Kanal untuk kueri/modifikasi"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Properti untuk kueri/modifikasi"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Nilai baru untuk diatur sebagai properti"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Senarai properti (atau kanal jika -c tak ditentukan)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Keluaran lengkap"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Buat properti baru jika belum ada properti"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Tentukan tipe nilai properti"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Reset properti"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Rekursif (gunakan dengan -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Paksa larik bahkan jika hanya satu elemen"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Ekspor kanal ke berkas"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Impor kanal dari berkas"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Monitor kanal untuk perubahan properti"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Mulai mengawasi kanal '%s':"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Properti \"%s\" tidak ada di kanal \"%s\".\n"
-#: xfconf-query/main.c:365
-#: xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(tak diketahui)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -256,7 +260,7 @@
"Nilai adalah larik dengan %d item:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -265,83 +269,94 @@
"Properti \"%s\" tidak ada di kanal \"%s\". Jika properti baru\n"
"harus dibuat, gunakan opsi --create.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Ketika membuat properti baru, tipe nilai harus ditentukan.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Gagal untuk mendapatkan tipe yang ada untuk nilai.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Tak dapat menentukan tipe dari nilai.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
-msgid "A value type must be specified to change an array into a single value.\n"
-msgstr "Tipe nilai harus ditentukan untuk mengganti larik menjadi nilai tunggal.\n"
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
+msgstr ""
+"Tipe nilai harus ditentukan untuk mengganti larik menjadi nilai tunggal.\n"
-#: xfconf-query/main.c:449
-#: xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Tak dapat mengonversi \"%s\" ke tipe \"%s\".\n"
-#: xfconf-query/main.c:456
-#: xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Gagal mengatur properti.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Ada %d nilai baru, tapi hanya %d tipe yang dapat ditentukan.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Tak dapat menentukan tipe atau nilai pada indeks %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Kanal '%s' tak berisi properti\n"
-#: xfconf-query/main.c:569
-#: xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Tak dapat membuat berkas ekspor \"%s\": %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Tak dapat membuka berkas impor \"%s\": %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Tak dapat mengurai berkas impor \"%s\": %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Ekspor kanal ke berkas"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Impor kanal dari berkas"
+
#~ msgid "true"
#~ msgstr "benar"
+
#~ msgid "false"
#~ msgstr "salah"
+
#~ msgid "Pick the channel"
#~ msgstr "Pilih kanal"
+
#~ msgid "Pick the property"
#~ msgstr "Pilih properti"
+
#~ msgid "Create new entry"
#~ msgstr "Buat entri baru"
+
#~ msgid "Property \"%s\" doesn't exist on channel \"%s\".\n"
#~ msgstr "Properti \"%s\" tidak ada di kanal \"%s\".\n"
+
#~ msgid "set (change the value)"
#~ msgstr "atur (ubah nilai)"
+
#~ msgid "List properties"
#~ msgstr "Senarai properti"
-
Modified: xfconf/trunk/po/ja.po
===================================================================
--- xfconf/trunk/po/ja.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/ja.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: xfconf 4.5.99\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-14 16:08+0900\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-27 14:47+0900\n"
"Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
"Language-Team: Japanese <xfce-i18n at xfce.org>\n"
@@ -17,80 +17,79 @@
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:280
+#: xfconfd/xfconf-backend-perchannel-xml.c:280
#, c-format
msgid "Unable to create configuration directory \"%s\""
msgstr "設定用ディレクトリを作成できません \"%s\""
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:328
-#: ../xfconfd/xfconf-daemon.c:244
+#: xfconfd/xfconf-backend-perchannel-xml.c:328 xfconfd/xfconf-daemon.c:244
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr ""
"チャンネル \"%2$s\" 上のプロパティ \"%1$s\" を変更している間の権限が拒否され"
"ました"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:393
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:475
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:636
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:656
+#: xfconfd/xfconf-backend-perchannel-xml.c:393
+#: xfconfd/xfconf-backend-perchannel-xml.c:475
+#: xfconfd/xfconf-backend-perchannel-xml.c:636
+#: xfconfd/xfconf-backend-perchannel-xml.c:656
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\""
msgstr "プロパティ \"%s\" はチャンネル \"%s\" 上に存在しません"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:603
+#: xfconfd/xfconf-backend-perchannel-xml.c:603
#, c-format
msgid "Unable to remove channel \"%s\": %s"
msgstr "チャンネル \"%s\" を削除できません: %s"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1293
+#: xfconfd/xfconf-backend-perchannel-xml.c:1293
#, c-format
msgid "Invalid type for <property>: \"%s\""
msgstr "<property> の無効なデータ型: \"%s\""
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1309
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1385
+#: xfconfd/xfconf-backend-perchannel-xml.c:1309
+#: xfconfd/xfconf-backend-perchannel-xml.c:1385
#, c-format
msgid "Unable to parse value of type \"%s\" from \"%s\""
msgstr "データ型 \"%s\" の値を \"%s\" から解析できません"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1365
+#: xfconfd/xfconf-backend-perchannel-xml.c:1365
#, c-format
msgid "The type attribute of <value> cannot be an array"
msgstr "<value> のデータ型属性は配列ではいけません"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1374
+#: xfconfd/xfconf-backend-perchannel-xml.c:1374
#, c-format
msgid "Invalid type for <value>: \"%s\""
msgstr "<value> の無効なデータ型: \"%s\""
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1662
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1907
+#: xfconfd/xfconf-backend-perchannel-xml.c:1662
+#: xfconfd/xfconf-backend-perchannel-xml.c:1907
#, c-format
msgid "Channel \"%s\" does not exist"
msgstr "チャンネル \"%s\" は存在しません"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1952
+#: xfconfd/xfconf-backend-perchannel-xml.c:1952
#, c-format
msgid "Unable to write channel \"%s\": %s"
msgstr "チャンネル \"%s\" を書き込めません: %s"
-#: ../xfconfd/xfconf-backend-factory.c:75
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "データ型 \"%s\" の Xfconf バックエンドが見つかりません"
-#: ../xfconfd/xfconf-backend.c:103
+#: xfconfd/xfconf-backend.c:103
#, c-format
msgid "Property names must start with a '/' character"
msgstr "プロパティ名は \"/\" 文字で始まる必要があります"
-#: ../xfconfd/xfconf-backend.c:112
+#: xfconfd/xfconf-backend.c:112
#, c-format
msgid "The root element ('/') is not a valid property name"
msgstr "ルート要素 (\"/\") は有効なプロパティ名ではありません"
-#: ../xfconfd/xfconf-backend.c:126
+#: xfconfd/xfconf-backend.c:126
#, c-format
msgid ""
"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
@@ -99,22 +98,22 @@
"プロパティ名に使用できるのは ASCII 文字の A-Z、a-z、0-9、\"_\"、\"-\"、\"<\" "
"および \">\"と、区切り文字として \"/\" です"
-#: ../xfconfd/xfconf-backend.c:135
+#: xfconfd/xfconf-backend.c:135
#, c-format
msgid "Property names cannot have two or more consecutive '/' characters"
msgstr "プロパティ名は2つ以上の連続した \"/\" 文字を使用できません"
-#: ../xfconfd/xfconf-backend.c:146
+#: xfconfd/xfconf-backend.c:146
#, c-format
msgid "Property names cannot end with a '/' character"
msgstr "プロパティ名の最後には \"/\" 文字を使用できません"
-#: ../xfconfd/xfconf-backend.c:163
+#: xfconfd/xfconf-backend.c:163
#, c-format
msgid "Channel name cannot be an empty string"
msgstr "チャンネル名は空の文字列ではいけません"
-#: ../xfconfd/xfconf-backend.c:176
+#: xfconfd/xfconf-backend.c:176
#, c-format
msgid ""
"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
@@ -123,7 +122,7 @@
"チャンネル名には ASCII 文字の A-Z、a-z、0-9、\"_\" および \"-\" のみ使用でき"
"ます"
-#: ../xfconfd/xfconf-backend.c:398
+#: xfconfd/xfconf-backend.c:398
#, c-format
msgid ""
"The property name can only be empty or \"/\" if a recursive reset was "
@@ -132,11 +131,11 @@
"再帰的リセットが指定された場合は、プロパティ名は空か \"/\" である必要がありま"
"す"
-#: ../xfconfd/main.c:132
+#: xfconfd/main.c:132
msgid "Prints the xfconfd version."
msgstr "xfconfd バージョンを表示する。"
-#: ../xfconfd/main.c:134
+#: xfconfd/main.c:134
msgid ""
"Configuration backends to use. The first backend specified is opened read/"
"write; the others, read-only."
@@ -144,129 +143,121 @@
"使用する構成バックエンド。指定された最初のバックエンドは読み/書きで、その他は"
"読み込み専用で開かれます。"
-#: ../xfconfd/main.c:154
+#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
msgstr "Xfce 設定デーモン"
-#: ../xfconfd/main.c:160
+#: xfconfd/main.c:160
msgid "Xfce configuration daemon"
msgstr "Xfce 設定デーモン"
-#: ../xfconfd/main.c:162
+#: xfconfd/main.c:162
msgid "Report bugs to http://bugs.xfce.org/\n"
msgstr "バグを http://bugs.xfce.org/ に報告する\n"
-#: ../xfconfd/main.c:165
+#: xfconfd/main.c:165
#, c-format
msgid "Error parsing options: %s\n"
msgstr "オプションの解析中にエラーが発生しました: %s\n"
-#: ../xfconfd/xfconf-daemon.c:460
+#: xfconfd/xfconf-daemon.c:460
#, c-format
msgid "Another Xfconf daemon is already running"
msgstr "別の Xfconf デーモンがすでに実行中です"
-#: ../xfconfd/xfconf-daemon.c:496
+#: xfconfd/xfconf-daemon.c:496
#, c-format
msgid "No backends could be started"
msgstr "バックエンドはひとつも開始できませんでした"
-#: ../xfconf-query/main.c:92
+#: xfconf-query/main.c:92
#, c-format
msgid "Property '%s' changed: %s\n"
msgstr "プロパティ \"%s\" は変更されました: %s\n"
-#: ../xfconf-query/main.c:97
+#: xfconf-query/main.c:97
#, c-format
msgid "Property '%s' changed\n"
msgstr "プロパティ \"%s\" を変更しました\n"
-#: ../xfconf-query/main.c:102
+#: xfconf-query/main.c:102
#, c-format
msgid "Property '%s' removed\n"
msgstr "プロパティ \"%s\" を削除しました\n"
-#: ../xfconf-query/main.c:111
+#: xfconf-query/main.c:111
#, c-format
msgid "Export method not yet implemented"
msgstr "エクスポートメソッドが未実装です"
-#: ../xfconf-query/main.c:125
+#: xfconf-query/main.c:125
#, c-format
msgid "Export not yet implemented"
msgstr "エクスポートが未実装です"
-#: ../xfconf-query/main.c:191
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "バージョン情報"
-#: ../xfconf-query/main.c:195
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "問い合わせ/変更用チャンネル"
-#: ../xfconf-query/main.c:199
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "問い合わせ/変更用プロパティ"
-#: ../xfconf-query/main.c:203
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "プロパティに設定する新しい値"
-#: ../xfconf-query/main.c:207
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "プロパティ (-c が指定されていない場合はチャンネル) をリスト表示する"
-#: ../xfconf-query/main.c:211
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "詳細な出力"
-#: ../xfconf-query/main.c:215
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "既に存在しないのなら、新しいプロパティを作成する"
-#: ../xfconf-query/main.c:219
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "プロパティ値のデータ型を指定する"
-#: ../xfconf-query/main.c:223
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "プロパティをリセットする"
-#: ../xfconf-query/main.c:227
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "再帰的 (-r 付きで使用)"
-#: ../xfconf-query/main.c:231
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "要素がひとつのみの場合でも配列を強制する"
-#: ../xfconf-query/main.c:235
-msgid "Export channel to file"
-msgstr "チャンネルをファイルにエクスポートする"
-
-#: ../xfconf-query/main.c:239
-msgid "Import channel from file"
-msgstr "チャンネルをファイルからインポートする"
-
-#: ../xfconf-query/main.c:243
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "指定したチャンネルのプロパティ変更をモニタする"
-#: ../xfconf-query/main.c:344
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "チャンネル \"%s\" のモニタリングを開始します:"
-#: ../xfconf-query/main.c:366
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "プロパティ \"%s\" はチャンネル \"%s\" 上に存在しません。\n"
-#: ../xfconf-query/main.c:374 ../xfconf-query/main.c:392
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(不明)"
-#: ../xfconf-query/main.c:383
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -275,7 +266,7 @@
"値が %d 項目の配列になっています:\n"
"\n"
-#: ../xfconf-query/main.c:406
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -284,67 +275,73 @@
"プロパティ \"%s\" はチャンネル \"%s\" 上に存在しません。新規プロパティを\n"
"作成したい場合は、--create オプションを使用します。\n"
-#: ../xfconf-query/main.c:414
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "新規プロパティを作成する時は、値のデータ型を指定する必要があります。\n"
-#: ../xfconf-query/main.c:424
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "値の既存のデータ型を取得できませんでした。\n"
-#: ../xfconf-query/main.c:442
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "値のデータ型を決定できません。\n"
-#: ../xfconf-query/main.c:448
+#: xfconf-query/main.c:453
#, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
msgstr "配列を単一の値に変更するには、値のデータ型を指定する必要があります。\n"
-#: ../xfconf-query/main.c:458 ../xfconf-query/main.c:520
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "\"%s\" を形式 \"%s\" に変換できません\n"
-#: ../xfconf-query/main.c:465 ../xfconf-query/main.c:535
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "プロパティの設定に失敗しました。\n"
-#: ../xfconf-query/main.c:490
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "%d 個の新規値がありますが、%d 個の形式しか決定できませんでした。\n"
-#: ../xfconf-query/main.c:511
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "インデックス %d で値の形式を決定できません。\n"
-#: ../xfconf-query/main.c:562
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "チャンネル \"%s\" にはプロパティが含まれていません\n"
-#: ../xfconf-query/main.c:578 ../xfconf-query/main.c:587
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "エクスポートファイル \"%s\" を作成できませんでした: %s\n"
-#: ../xfconf-query/main.c:607
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "インポートファイル \"%s\" を開けませんでした: %s\n"
-#: ../xfconf-query/main.c:616
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "インポートファイル \"%s\" を解析できませんでした: %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "チャンネルをファイルにエクスポートする"
+
+#~ msgid "Import channel from file"
+#~ msgstr "チャンネルをファイルからインポートする"
+
#~ msgid "true"
#~ msgstr "TRUE"
Modified: xfconf/trunk/po/nb.po
===================================================================
--- xfconf/trunk/po/nb.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/nb.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf 4.5.90\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2008-10-22 00:59+0200\n"
"Last-Translator: Terje Uriansrud <terje at uriansrud.net>\n"
"Language-Team: Norwegian Bokmal\n"
@@ -71,7 +71,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Klarte ikke lagre kanal «%s»: %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Klarte ikke å finne Xfconf baksystem av typen «%s»"
@@ -190,77 +190,69 @@
msgid "Export not yet implemented"
msgstr "Eksport ikke implementert ennå"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Versjonsinformasjon"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Kanalen å søke/endre"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Egenskapen å søke/endre"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Den nye verdien for egenskap"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Vis egenskapene (eller kanalene hvis -c ikke er angitt))"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Fullstendig logg"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Lag ny egenskap hvis den ikke allerede finnes"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Angi egenskapens type verdi"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Nullstill egenskap"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Rekursiv (bruk med -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Tving tabell selv hvis bare ett element"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Eksporter kanal til fil"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Importer kanal fra fil"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Overvåk kanal for egenskapsendringer"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Start overvåking av kanal '%s':"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Egenskapen «%s» finnes ikke på kanal «%s»\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(ukjent)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -269,7 +261,7 @@
"Verdien er en tabell med %d elementer:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -278,67 +270,73 @@
"Egenskapen «%s» finnes ikke i kanal «%s». Hvis du vil\n"
"lage en ny egenskap, bruk '--create' valget.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Ved opprettelse av ny egenskap må type verdi angis.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Klarte ikke hente eksisterende type for verdi.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Klarte ikke avgjøre type for verdi.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
msgstr "Du må angi type for å endre fra tabell til enkeltverdi.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Klarte ikke gjøre om «%s» til type «%s»\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Klarte ikke sett egenskap.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Har %d nye verdier, men kunne bare bestemme %d typer.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Klarte ikke avgjøre type verdi ved indeks %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Kanal '%s' inneholder ingen egenskaper\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Klarte ikke lage eksportfil «%s»: %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Klarte ikke åpne importfilen «%s»: %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Klarte ikke tolke importfilen «%s»: %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Eksporter kanal til fil"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Importer kanal fra fil"
+
#~ msgid "true"
#~ msgstr "sant"
Modified: xfconf/trunk/po/nl.po
===================================================================
--- xfconf/trunk/po/nl.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/nl.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf 4.5.92svn-r28734\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-24 16:20+0100\n"
"Last-Translator: Vincent Tunru <projects at vinnl.nl>\n"
"Language-Team: Dutch\n"
@@ -72,7 +72,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Er kan niet worden geschreven naar kanaal \"%s\": %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Er kan geen Xfconf backend gevonden worden van het type \"%s\""
@@ -192,79 +192,71 @@
msgid "Export not yet implemented"
msgstr "Exporteren is nog niet geïmplementeerd"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Versie-informatie"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Het kanaal om raad te plegen/te bewerken"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "De instelling om te raadplegen/bewerken"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Nieuwe waarde voor de instelling"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
#, fuzzy
msgid "List properties (or channels if -c is not specified)"
msgstr ""
"Geef een lijst van instellingen (of kanalen wanneer -c niet is meegegeven)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Gedetailleerde uitvoer"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Maak een nieuwe instelling wanneer deze nog niet bestaat"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Specificeer het type van de instelling"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Instelling beginwaarde geven"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Recursief (te gebruiken met -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Forceer een reeks ook wanneer er slechts één element is"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Kanaal naar bestand exporteren"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Kanaal uit bestand importeren"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr ""
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr ""
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Instelling \"%s\" bestaat niet voor kanaal \"%s\".\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(onbekend)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -273,7 +265,7 @@
"Waarde is een reeks met %d elementen:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, fuzzy, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -282,22 +274,22 @@
"Instelling \"%s\" bestaat niet in kanaal \"%s\". Gebruik de\n"
"--create optie wanneer u deze instelling wilt aanmaken.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, fuzzy, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Wanneer een instelling wordt gemaakt dient u het type op te geven.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, fuzzy, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Kon bestaand type voor de waarde niet achterhalen.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, fuzzy, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Kan het type van de waarde niet vaststellen.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, fuzzy, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
@@ -305,47 +297,53 @@
"Een waardetype moet worden ingesteld om een reeks te converteren naar een "
"enkele waarde.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "\"%s\" kon niet worden omgezet naar type \"%s\"\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "De instelling kon niet worden opgeslagen.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr ""
"Er zijn %d nieuwe waarden, maar slechts %d typen konden worden vastgesteld.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Kan het type van de waarde op index %d niet bepalen.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Kanaal '%s' bevat geen instellingen\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Het exportbestand \"%s\" kon niet gemaakt worden: %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Het importbestand \"%s\" kon niet geopend worden: %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Het importbestand \"%s\" kon niet gelezen worden: %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Kanaal naar bestand exporteren"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Kanaal uit bestand importeren"
+
#~ msgid "true"
#~ msgstr "true"
Modified: xfconf/trunk/po/pt_BR.po
===================================================================
--- xfconf/trunk/po/pt_BR.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/pt_BR.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-02-04 20:19-0500\n"
"Last-Translator: Og Maciel <ogmaciel at gnome.org>\n"
"Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -72,7 +72,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Não é possível escrever o canal \"%s\": %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Não foi possível encontrar o backend do tipo \"%s\""
@@ -195,77 +195,69 @@
msgid "Export not yet implemented"
msgstr "Exportação ainda não implementada"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Informação da versão"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "O canal para consultar/modificar"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "A propriedade para consultar/modificar"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "O novo valor a ser atribuído à propriedade"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Lista propriedades (ou canais se -c não for especificado)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Saída detalhada"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Cria uma nova propriedade se ela ainda não existe"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Especificar o tipo de valor da propriedade"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Redefinir propriedade"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Recursivo (use com -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Forçar matriz mesmo se houver somente um elemento"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Exportar canal para arquivo"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Importar canal do arquivo"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Monitorar um canal por modificações de propriedades"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Começar a monitorar o canal \"%s\":"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "A propriedade \"%s\" não existe no canal \"%s\".\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(desconhecido)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -274,7 +266,7 @@
"O valor é uma matriz com %d itens:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -283,23 +275,23 @@
"A propriedade \"%s\" não existe no canal \"%s\". Se você deseja\n"
"criar uma nova propriedade, use a opção --create.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr ""
"Ao criar uma nova propriedade, é necessário especificar o tipo do valor.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Falha ao obter o tipo atual para o valor.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Não foi possível determinar o tipo do valor.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
@@ -307,47 +299,53 @@
"É necessário especificar um tipo de valor para mudar uma matriz para um "
"valor único.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Não foi possível converter \"%s\" para tipo \"%s\"\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Falha ao definir a propriedade.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr ""
"Existem %d novos valores, mas somente %d tipos puderam ser determinados.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Não foi possível determinar o tipo do valor no índice %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "O canal \"%s\" não possui propriedades\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Não foi possível criar o arquivo de exportação \"%s\": %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Não foi possível abrir o arquivo de importação \"%s\": %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Não foi possível analisar o arquivo de importação \"%s\": %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Exportar canal para arquivo"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Importar canal do arquivo"
+
#~ msgid "true"
#~ msgstr "true"
Modified: xfconf/trunk/po/ro.po
===================================================================
--- xfconf/trunk/po/ro.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/ro.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf 4.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-02-03 23:36+0200\n"
"Last-Translator: Mișu Moldovan <dumol at gnome.ro>\n"
"Language-Team: Romanian\n"
@@ -73,7 +73,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Nu s-a putut scrie canalul „%s”: %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Nu s-a putut găsi suportul Xfconf pentru tipul „%s”"
@@ -118,8 +118,8 @@
"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
"'-'"
msgstr ""
-"Numele de canal nu pot include decât caracterele ASCII A-Z, a-z, 0-9, „_” "
-"și „-”"
+"Numele de canal nu pot include decât caracterele ASCII A-Z, a-z, 0-9, „_” și "
+"„-”"
#: xfconfd/xfconf-backend.c:398
#, c-format
@@ -139,8 +139,8 @@
"Configuration backends to use. The first backend specified is opened read/"
"write; the others, read-only."
msgstr ""
-"Suporturi de configurare ce pot fi utilizate. Primul backend specificat este"
-" deschis pentru citire și scriere, celelalte, doar pentru citire."
+"Suporturi de configurare ce pot fi utilizate. Primul backend specificat este "
+"deschis pentru citire și scriere, celelalte, doar pentru citire."
#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
@@ -194,77 +194,69 @@
msgid "Export not yet implemented"
msgstr "Exportul nu este încă implementat"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Detalii despre versiune"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Canalul de interogat/modificat"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Proprietatea de interogat/modificat"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Noua valoare de definit pentru proprietate"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Arată proprietățile (ori canalele dacă se specifică -c)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Ieșire detaliată"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Creează o nouă proprietate dacă aceasta nu există deja"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Specifică tipul valorii proprietății"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Reinițializează proprietatea"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Recursiv (utilizați „-r”)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Folosește o matrice, chiar și pentru un singur element"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Exportă canalul în fișier"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Importă canalul din fișier"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Monitorizează un canal pentru schimbarea proprietăților"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Începe monitorizarea canalului „%s”:"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Proprietatea „%s” nu există în canalul „%s”.\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(necunoscută)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -273,7 +265,7 @@
"Valoarea este o matrice cu %d elemente:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -282,22 +274,22 @@
"Proprietatea „%s” nu există în canalul „%s”. Dacă trebuie\n"
"creată o nouă proprietate, folosiți opțiunea „--create”.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Când creați o nouă proprietate trebuie specificat tipul valorii.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Nu s-a putut obține tipul existent al valorii.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Nu s-a putut determina tipul valorii.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
@@ -305,43 +297,48 @@
"Un tip de valoare trebuie specificat pentru a schimba o matrice într-o "
"valoare unică.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Nu s-a putut converti „%s” în tipul „%s”\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Nu s-a putut defini proprietatea.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Există %d noi valori, dar doar %d tipuri au putut fi determinate.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Nu s-a putut tipul valorii pentru indexul %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Canalul „%s” nu conține nici o proprietate\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Nu s-a putut crea fișierul de export „%s”: %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Nu s-a putut deschide fișierul de import „%s”: %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Nu s-a putut prelucra fișierul de import „%s”: %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Exportă canalul în fișier"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Importă canalul din fișier"
Modified: xfconf/trunk/po/ru.po
===================================================================
--- xfconf/trunk/po/ru.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/ru.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,22 +7,22 @@
msgstr ""
"Project-Id-Version: xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-31 12:57+0300\n"
"Last-Translator: Ilya Shestopalov <yast4ik at yahoo.com>\n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: xfconfd/xfconf-backend-perchannel-xml.c:280
#, c-format
msgid "Unable to create configuration directory \"%s\""
msgstr "Не удалось создать директорию конфигурации \"%s\""
-#: xfconfd/xfconf-backend-perchannel-xml.c:328
-#: xfconfd/xfconf-daemon.c:244
+#: xfconfd/xfconf-backend-perchannel-xml.c:328 xfconfd/xfconf-daemon.c:244
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "Недостаточно прав для изменения свойств \"%s\" на канале \"%s\""
@@ -72,7 +72,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Не удалось записать канал \"%s\": %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Не удалось найти бэкенд Xfconf типа \"%s\""
@@ -89,13 +89,19 @@
#: xfconfd/xfconf-backend.c:126
#, c-format
-msgid "Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', '-', '<' and '>', as well as '/' as a separator"
-msgstr "Названия свойств могут включать только символы ASCII A-Z, a-z, 0-9, '_', '-', '<' и '>', так же как и «/» как разделитель"
+msgid ""
+"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
+"'-', '<' and '>', as well as '/' as a separator"
+msgstr ""
+"Названия свойств могут включать только символы ASCII A-Z, a-z, 0-9, '_', "
+"'-', '<' и '>', так же как и «/» как разделитель"
#: xfconfd/xfconf-backend.c:135
#, c-format
msgid "Property names cannot have two or more consecutive '/' characters"
-msgstr "Названия свойств не могут включать более два или более последовательных знаков «/»"
+msgstr ""
+"Названия свойств не могут включать более два или более последовательных "
+"знаков «/»"
#: xfconfd/xfconf-backend.c:146
#, c-format
@@ -109,21 +115,33 @@
#: xfconfd/xfconf-backend.c:176
#, c-format
-msgid "Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and '-'"
-msgstr "Названия каналов могут включать только символы ASCII A-Z, a-z, 0-9, '_', и '-'"
+msgid ""
+"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
+"'-'"
+msgstr ""
+"Названия каналов могут включать только символы ASCII A-Z, a-z, 0-9, '_', и "
+"'-'"
#: xfconfd/xfconf-backend.c:398
#, c-format
-msgid "The property name can only be empty or \"/\" if a recursive reset was specified"
-msgstr "Название свойства может быть только пустым или \"/\" если был выбран рекурсивный сброс"
+msgid ""
+"The property name can only be empty or \"/\" if a recursive reset was "
+"specified"
+msgstr ""
+"Название свойства может быть только пустым или \"/\" если был выбран "
+"рекурсивный сброс"
#: xfconfd/main.c:132
msgid "Prints the xfconfd version."
msgstr "Показать версию Xfconf"
#: xfconfd/main.c:134
-msgid "Configuration backends to use. The first backend specified is opened read/write; the others, read-only."
-msgstr "Бэкенд конфигурации для использования. Первый указанный бэкенд открыт для чтения/записи; остальные только для чтения"
+msgid ""
+"Configuration backends to use. The first backend specified is opened read/"
+"write; the others, read-only."
+msgstr ""
+"Бэкенд конфигурации для использования. Первый указанный бэкенд открыт для "
+"чтения/записи; остальные только для чтения"
#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
@@ -177,78 +195,69 @@
msgid "Export not yet implemented"
msgstr "Экспорт ещё не внедрён"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Версия"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Канал для запроса/изменения"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Свойство для запроса/изменения"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Новое значение, устанавливаемое для свойства"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Список свойств (или каналов, если не указано -c)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Подробный вывод"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Создать новое свойство, если оно уже не существует"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Указать тип значения свойства"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Сбросить свойство"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Рекурсивно (используется с -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Использовать массив, даже если он состоит из одного элемента"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Экспортировать канал в файл"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Импортировать канал из файла"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Следить за изменением свойств на канале"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Начать следить за каналом '%s':"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Свойство \"%s\" не существует на канале \"%s\".\n"
-#: xfconf-query/main.c:365
-#: xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(неизвестно)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -257,7 +266,7 @@
"Значение является массивом с %d элементами:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -266,66 +275,71 @@
"Свойство \"%s\" не существует на канале \"%s\". Если новое\n"
"свойство должно быть создано, то используйте --create option.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Когда создаёте новое свойство, указывайте тип значения.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Не удалось получить существующий тип для значения.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Не удалось определить тип значения.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
-msgid "A value type must be specified to change an array into a single value.\n"
-msgstr "Тип значения должен быть установлен для преобразования массива в одно значение.\n"
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
+msgstr ""
+"Тип значения должен быть установлен для преобразования массива в одно "
+"значение.\n"
-#: xfconf-query/main.c:449
-#: xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Не удалось преобразовать \"%s\" в тип \"%s\"\n"
-#: xfconf-query/main.c:456
-#: xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Не удалось установить свойство.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Указано %d новых значений, но только %d типов могут быть определены.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Не удалось определить тип значения в индексе %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Канал '%s' не имеет свойств\n"
-#: xfconf-query/main.c:569
-#: xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Не удалось создать файл экспорта \"%s\": %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Не удалось открыть файл импорта \"%s\": %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Не удалось прочитать структуру файла импорта \"%s\": %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Экспортировать канал в файл"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Импортировать канал из файла"
Modified: xfconf/trunk/po/sv.po
===================================================================
--- xfconf/trunk/po/sv.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/sv.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-01 19:13+0100\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-02-01 19:16+0100\n"
"Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -16,239 +16,244 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:280
+#: xfconfd/xfconf-backend-perchannel-xml.c:280
#, c-format
msgid "Unable to create configuration directory \"%s\""
msgstr "Kunde inte skapa konfigurationskatalogen \"%s\""
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:328
-#: ../xfconfd/xfconf-daemon.c:244
+#: xfconfd/xfconf-backend-perchannel-xml.c:328 xfconfd/xfconf-daemon.c:244
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "Åtkomst nekad vid ändring av egenskapen \"%s\" på kanalen \"%s\""
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:393
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:475
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:636
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:656
+#: xfconfd/xfconf-backend-perchannel-xml.c:393
+#: xfconfd/xfconf-backend-perchannel-xml.c:475
+#: xfconfd/xfconf-backend-perchannel-xml.c:636
+#: xfconfd/xfconf-backend-perchannel-xml.c:656
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\""
msgstr "Egenskapen \"%s\" finns inte på kanalen \"%s\""
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:603
+#: xfconfd/xfconf-backend-perchannel-xml.c:603
#, c-format
msgid "Unable to remove channel \"%s\": %s"
msgstr "Kunde inte ta bort kanalen \"%s\": %s"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1293
+#: xfconfd/xfconf-backend-perchannel-xml.c:1293
#, c-format
msgid "Invalid type for <property>: \"%s\""
msgstr "Ogiltig typ för <property>: \"%s\""
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1309
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1385
+#: xfconfd/xfconf-backend-perchannel-xml.c:1309
+#: xfconfd/xfconf-backend-perchannel-xml.c:1385
#, c-format
msgid "Unable to parse value of type \"%s\" from \"%s\""
msgstr "Kunde inte tolka värdet av typet \"%s\" från \"%s\""
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1365
+#: xfconfd/xfconf-backend-perchannel-xml.c:1365
#, c-format
msgid "The type attribute of <value> cannot be an array"
msgstr "Typattributet för <value> kan inte vara en array"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1374
+#: xfconfd/xfconf-backend-perchannel-xml.c:1374
#, c-format
msgid "Invalid type for <value>: \"%s\""
msgstr "Ogiltig typ för <value>: \"%s\""
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1662
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1907
+#: xfconfd/xfconf-backend-perchannel-xml.c:1662
+#: xfconfd/xfconf-backend-perchannel-xml.c:1907
#, c-format
msgid "Channel \"%s\" does not exist"
msgstr "Kanalen \"%s\" finns inte"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1952
+#: xfconfd/xfconf-backend-perchannel-xml.c:1952
#, c-format
msgid "Unable to write channel \"%s\": %s"
msgstr "Kunde inte skriva kanalen \"%s\": %s"
-#: ../xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Kunde inte hitta Xfconf-bakände av typen \"%s\""
-#: ../xfconfd/xfconf-backend.c:103
+#: xfconfd/xfconf-backend.c:103
#, c-format
msgid "Property names must start with a '/' character"
msgstr "Egenskapsnamn måste inledas med ett \"/\"-tecken"
-#: ../xfconfd/xfconf-backend.c:112
+#: xfconfd/xfconf-backend.c:112
#, c-format
msgid "The root element ('/') is not a valid property name"
msgstr "Rotelementet (\"/\") är inte ett giltigt egenskapsnamn"
-#: ../xfconfd/xfconf-backend.c:126
+#: xfconfd/xfconf-backend.c:126
#, c-format
-msgid "Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', '-', '<' and '>', as well as '/' as a separator"
-msgstr "Egenskapsnamn får endast innehålla ASCII-tecknen A-Z, a-z, 0-9, \"_\", \"-\", \"<\" och \">\" såväl som \"/\" som avgränsare"
+msgid ""
+"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
+"'-', '<' and '>', as well as '/' as a separator"
+msgstr ""
+"Egenskapsnamn får endast innehålla ASCII-tecknen A-Z, a-z, 0-9, \"_\", \"-"
+"\", \"<\" och \">\" såväl som \"/\" som avgränsare"
-#: ../xfconfd/xfconf-backend.c:135
+#: xfconfd/xfconf-backend.c:135
#, c-format
msgid "Property names cannot have two or more consecutive '/' characters"
msgstr "Egenskapsnamn får inte innehålla två eller flera \"/\"-tecken i rad"
-#: ../xfconfd/xfconf-backend.c:146
+#: xfconfd/xfconf-backend.c:146
#, c-format
msgid "Property names cannot end with a '/' character"
msgstr "Egenskapsnamn får inte sluta med ett \"/\"-tecken"
-#: ../xfconfd/xfconf-backend.c:163
+#: xfconfd/xfconf-backend.c:163
#, c-format
msgid "Channel name cannot be an empty string"
msgstr "Kanalnamn får inte vara en tom sträng"
-#: ../xfconfd/xfconf-backend.c:176
+#: xfconfd/xfconf-backend.c:176
#, c-format
-msgid "Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and '-'"
-msgstr "Kanalnamn får endast innehålla ASCII-tecknen A-Z, a-z, 0-9, \"_\" och \"-\""
+msgid ""
+"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
+"'-'"
+msgstr ""
+"Kanalnamn får endast innehålla ASCII-tecknen A-Z, a-z, 0-9, \"_\" och \"-\""
-#: ../xfconfd/xfconf-backend.c:398
+#: xfconfd/xfconf-backend.c:398
#, c-format
-msgid "The property name can only be empty or \"/\" if a recursive reset was specified"
-msgstr "Egenskapsnamnet får endast vara tomt eller \"/\" om en rekursiv nollställning angavs"
+msgid ""
+"The property name can only be empty or \"/\" if a recursive reset was "
+"specified"
+msgstr ""
+"Egenskapsnamnet får endast vara tomt eller \"/\" om en rekursiv "
+"nollställning angavs"
-#: ../xfconfd/main.c:132
+#: xfconfd/main.c:132
msgid "Prints the xfconfd version."
msgstr "Skriver ut xfconfd-versionen."
-#: ../xfconfd/main.c:134
-msgid "Configuration backends to use. The first backend specified is opened read/write; the others, read-only."
-msgstr "Konfigurationsbakände att använda. Första bakänden som anges öppnas läs/skriv; de andra som skivskyddade."
+#: xfconfd/main.c:134
+msgid ""
+"Configuration backends to use. The first backend specified is opened read/"
+"write; the others, read-only."
+msgstr ""
+"Konfigurationsbakände att använda. Första bakänden som anges öppnas läs/"
+"skriv; de andra som skivskyddade."
-#: ../xfconfd/main.c:154
+#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
msgstr "Konfigurationsdemon för Xfce"
-#: ../xfconfd/main.c:160
+#: xfconfd/main.c:160
msgid "Xfce configuration daemon"
msgstr "Konfigurationsdemon för Xfce"
-#: ../xfconfd/main.c:162
+#: xfconfd/main.c:162
msgid "Report bugs to http://bugs.xfce.org/\n"
msgstr "Rapportera fel till http://bugs.xfce.org/\n"
-#: ../xfconfd/main.c:165
+#: xfconfd/main.c:165
#, c-format
msgid "Error parsing options: %s\n"
msgstr "Fel vid tolkning av flaggor: %s\n"
-#: ../xfconfd/xfconf-daemon.c:460
+#: xfconfd/xfconf-daemon.c:460
#, c-format
msgid "Another Xfconf daemon is already running"
msgstr "En annan Xfconf-demon körs"
-#: ../xfconfd/xfconf-daemon.c:496
+#: xfconfd/xfconf-daemon.c:496
#, c-format
msgid "No backends could be started"
msgstr "Inga bakändar kunde startas"
-#: ../xfconf-query/main.c:92
+#: xfconf-query/main.c:92
#, c-format
msgid "Property '%s' changed: %s\n"
msgstr "Egenskapen \"%s\" ändrades: %s\n"
-#: ../xfconf-query/main.c:97
+#: xfconf-query/main.c:97
#, c-format
msgid "Property '%s' changed\n"
msgstr "Egenskapen \"%s\" ändrades\n"
-#: ../xfconf-query/main.c:102
+#: xfconf-query/main.c:102
#, c-format
msgid "Property '%s' removed\n"
msgstr "Egenskapen \"%s\" togs bort\n"
-#: ../xfconf-query/main.c:111
+#: xfconf-query/main.c:111
#, c-format
msgid "Export method not yet implemented"
msgstr "Exportmetod är ännu inte implementerad"
-#: ../xfconf-query/main.c:125
+#: xfconf-query/main.c:125
#, c-format
msgid "Export not yet implemented"
msgstr "Exportering är ännu inte implementerat"
-#: ../xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Versionsinformation"
-#: ../xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Kanalen att fråga/ändra"
-#: ../xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Egenskapen att fråga/ändra"
-#: ../xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Det nya värdet att ange för egenskapen"
-#: ../xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Lista egenskaper (eller kanaler om -c inte angivits)"
-#: ../xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Informativ utmatning"
-#: ../xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Skapa en ny egenskap om den inte redan finns"
-#: ../xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Ange egenskapens värdetyp"
-#: ../xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Nollställ egenskap"
-#: ../xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Rekursiv (använd med -r)"
-#: ../xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Tvinga array även om endast ett element"
-#: ../xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Exportera kanal till fil"
-
-#: ../xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Importera kanal från fil"
-
-#: ../xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Övervaka en kanal för egenskapsändringar"
-#: ../xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Påbörja övervakning av kanalen \"%s\":"
-#: ../xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Egenskapen \"%s\" finns inte på kanalen \"%s\".\n"
-#: ../xfconf-query/main.c:365
-#: ../xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(okänt)"
-#: ../xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -257,7 +262,7 @@
"Värdet är en array med %d objekt:\n"
"\n"
-#: ../xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -266,79 +271,88 @@
"Egenskapen \"%s\" finns inte på kanalen \"%s\". Om du vill\n"
"skapa en ny egenskap så använd flaggan --create.\n"
-#: ../xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Du måste ange värdestypen när du skapar en ny egenskap.\n"
-#: ../xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Misslyckades med att få befintlig typ för värdet.\n"
-#: ../xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Kunde inte fastställa typen av värdet.\n"
-#: ../xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
-msgid "A value type must be specified to change an array into a single value.\n"
-msgstr "Du måste ange en värdestyp för att ändra en array till ett enda värde.\n"
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
+msgstr ""
+"Du måste ange en värdestyp för att ändra en array till ett enda värde.\n"
-#: ../xfconf-query/main.c:449
-#: ../xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Kunde inte konvertera \"%s\" till typen \"%s\"\n"
-#: ../xfconf-query/main.c:456
-#: ../xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Misslyckades med att ställa in egenskap.\n"
-#: ../xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Det finns %d nya värden, men kunde %d typer kunde fastställas.\n"
-#: ../xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Kunde inte fastställa typen för värdet på index %d.\n"
-#: ../xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Kanalen \"%s\" innehåller inga egenskaper\n"
-#: ../xfconf-query/main.c:569
-#: ../xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Kunde inte skapa exportfilen \"%s\": %s\n"
-#: ../xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Kunde inte öppna importfilen \"%s\": %s\n"
-#: ../xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Kunde inte tolka importfilen \"%s\": %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Exportera kanal till fil"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Importera kanal från fil"
+
#~ msgid "true"
#~ msgstr "sant"
+
#~ msgid "false"
#~ msgstr "falskt"
+
#~ msgid "Pick the channel"
#~ msgstr "Välj kanalen"
+
#~ msgid "Pick the property"
#~ msgstr "Välj egenskapen"
+
#~ msgid "Create new entry"
#~ msgstr "Skapa ny post"
+
#~ msgid "Property \"%s\" doesn't exist on channel \"%s\".\n"
#~ msgstr "Egenskapen \"%s\" finns inte på kanalen \"%s\".\n"
-
Modified: xfconf/trunk/po/tr.po
===================================================================
--- xfconf/trunk/po/tr.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/tr.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-30 21:21+0200\n"
"Last-Translator: Gökmen Görgen <gkmngrgn at gmail.com>\n"
"Language-Team: Turkish <yerellestirme at kde.org.tr>\n"
@@ -22,8 +22,7 @@
msgid "Unable to create configuration directory \"%s\""
msgstr "\"%s\" yapılandırma dizini oluşturulamıyor"
-#: xfconfd/xfconf-backend-perchannel-xml.c:328
-#: xfconfd/xfconf-daemon.c:244
+#: xfconfd/xfconf-backend-perchannel-xml.c:328 xfconfd/xfconf-daemon.c:244
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "\"%s\" özelliğini değişirme yetkiniz, bu kanal için yok: \"%s\""
@@ -73,7 +72,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Kanala yazılamıyor \"%s\": %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Xfconf tür çıktısını bulamıyor \"%s\""
@@ -90,8 +89,12 @@
#: xfconfd/xfconf-backend.c:126
#, c-format
-msgid "Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', '-', '<' and '>', as well as '/' as a separator"
-msgstr "Özellik isimleri sadece aşağıda listenen ASCII karakterlerini içerebilir:A-Z, a-z, 0-9, '_', '-', '<' ve '>', ve ayraç olarak '/'"
+msgid ""
+"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
+"'-', '<' and '>', as well as '/' as a separator"
+msgstr ""
+"Özellik isimleri sadece aşağıda listenen ASCII karakterlerini içerebilir:A-"
+"Z, a-z, 0-9, '_', '-', '<' ve '>', ve ayraç olarak '/'"
#: xfconfd/xfconf-backend.c:135
#, c-format
@@ -110,21 +113,33 @@
#: xfconfd/xfconf-backend.c:176
#, c-format
-msgid "Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and '-'"
-msgstr "Kanal isimleri sadece şu ASCII karakterlerini içerebilir: A-Z, a-z, 0-9, '_', ve '-'"
+msgid ""
+"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
+"'-'"
+msgstr ""
+"Kanal isimleri sadece şu ASCII karakterlerini içerebilir: A-Z, a-z, 0-9, "
+"'_', ve '-'"
#: xfconfd/xfconf-backend.c:398
#, c-format
-msgid "The property name can only be empty or \"/\" if a recursive reset was specified"
-msgstr "Eğer özyineli yenileme belirlenmişse, özellik isimleri sadece boş olabilir veya \"/\" karakterinden oluşabilir."
+msgid ""
+"The property name can only be empty or \"/\" if a recursive reset was "
+"specified"
+msgstr ""
+"Eğer özyineli yenileme belirlenmişse, özellik isimleri sadece boş olabilir "
+"veya \"/\" karakterinden oluşabilir."
#: xfconfd/main.c:132
msgid "Prints the xfconfd version."
msgstr "xfconfd sürüm bilgisini gösterir."
#: xfconfd/main.c:134
-msgid "Configuration backends to use. The first backend specified is opened read/write; the others, read-only."
-msgstr "Kullanılacak yapılandırma çıkışları. Belirtilen ilk çıktı okuma/yazma olarak açılır; diğerleri sadece-okunur olarak."
+msgid ""
+"Configuration backends to use. The first backend specified is opened read/"
+"write; the others, read-only."
+msgstr ""
+"Kullanılacak yapılandırma çıkışları. Belirtilen ilk çıktı okuma/yazma olarak "
+"açılır; diğerleri sadece-okunur olarak."
#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
@@ -178,78 +193,69 @@
msgid "Export not yet implemented"
msgstr "Dışarı aktarma henüz sağlanmadı"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Sürüm bilgisi"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Değişiklik / sorgu için kanal"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Değişiklik / sorgu için özellik"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Özellik için yeni değer belirle"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "Özellikleri (veya kanalları, eğer -c seçilmemişse) listele"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Yoğun çıktı"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Eğer yoksa, yeni bir özellik oluşturun"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Özellik değer türünü belirle"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Özelliği sıfırla"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Yinelemeli (-r ile kullanın)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Bir öge de olsa, sıralamaya zorla"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Kanalı dosyaya aktar"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Dosyadan kanal aktar"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Özellik değişiklikleri için bir kanal izleyin"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "'%s' kanalını izlemeyi başlat:"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "\"%s\" özelliği, \"%s\" kanalında yer almamaktadır.\n"
-#: xfconf-query/main.c:365
-#: xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(bilinmiyor)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -258,7 +264,7 @@
"Değer, %d unsurlarından oluşan bir sıradır:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
@@ -267,79 +273,89 @@
"\"%s\" özelliği, \"%s\" kanalında yok. Eğer yeni bir özellik\n"
"oluşturmak isterseniz --create seçeneğini kullanın.\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "Yeni bir özellik oluştururken, değer türünü belirlemelisiniz.\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "Değer için var olan tür alınamadı.\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "Değerin türü belirlenemiyor.\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
-msgid "A value type must be specified to change an array into a single value.\n"
-msgstr "Bir diziyi tekil değere dönüştürmek istiyorsanız bir değer türü belirlemelisiniz.\n"
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
+msgstr ""
+"Bir diziyi tekil değere dönüştürmek istiyorsanız bir değer türü "
+"belirlemelisiniz.\n"
-#: xfconf-query/main.c:449
-#: xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Bunu \"%s\" bu türe dönüştürme işlemi \"%s\" başarılamadı\n"
-#: xfconf-query/main.c:456
-#: xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Özellik ayarlanamadı.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "%d yeni değer var; ama sadece %d tür belirlenebildi.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "%d listesindeki değer türü belirlenemedi.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Bu kanal %s herhangi bir özellik içermiyor\n"
-#: xfconf-query/main.c:569
-#: xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Dışarı aktarma dosyası yaratılamadı \"%s\": %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "İçeri aktarılan dosya açılamadı \"%s\": %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "İçeri aktarılan dosya çözümlenemiyor \"%s\": %s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "Kanalı dosyaya aktar"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Dosyadan kanal aktar"
+
#~ msgid "true"
#~ msgstr "doğru"
+
#~ msgid "false"
#~ msgstr "yanlış"
+
#~ msgid "Pick the channel"
#~ msgstr "Kanalı seç"
+
#~ msgid "Pick the property"
#~ msgstr "Özelliği seç"
+
#~ msgid "Create new entry"
#~ msgstr "Yeni bir girdi oluştur"
+
#~ msgid "Property \"%s\" doesn't exist on channel \"%s\".\n"
#~ msgstr "Bu özellik \"%s\" bu kanalda yok \"%s\".\n"
-
Modified: xfconf/trunk/po/uk.po
===================================================================
--- xfconf/trunk/po/uk.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/uk.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-08 18:06-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-26 17:24+0200\n"
"Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
"Language-Team: Ukrainian <xfce4-dev at xfce.org>\n"
@@ -15,16 +15,9 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: common/xfconf-gvaluefuncs.c:282
-msgid "true"
-msgstr "правда"
-
-#: common/xfconf-gvaluefuncs.c:283
-msgid "false"
-msgstr "брехня"
-
#: xfconfd/xfconf-backend-perchannel-xml.c:280
#, c-format
msgid "Unable to create configuration directory \"%s\""
@@ -80,7 +73,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "Неможливо записати канал \"%s\": %s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Неможливо знайти підтримку Xfconf для типу \"%s\""
@@ -124,7 +117,8 @@
msgid ""
"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and "
"'-'"
-msgstr "Назви каналів можуть включати тільки ASCII символи A-Z, a-z, 0-9, '_', і '-'"
+msgstr ""
+"Назви каналів можуть включати тільки ASCII символи A-Z, a-z, 0-9, '_', і '-'"
#: xfconfd/xfconf-backend.c:398
#, c-format
@@ -144,8 +138,8 @@
"Configuration backends to use. The first backend specified is opened read/"
"write; the others, read-only."
msgstr ""
-"Інструменти конфігурації для використання. Перший визначений інструмент є"
-" відкриття на читання/запис, інші, тільки для читання."
+"Інструменти конфігурації для використання. Перший визначений інструмент є "
+"відкриття на читання/запис, інші, тільки для читання."
#: xfconfd/main.c:154
msgid "Xfce Configuration Daemon"
@@ -199,77 +193,70 @@
msgid "Export not yet implemented"
msgstr "Експорт не може бути застосовано"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "Інформація про версію"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "Канал для запиту/зміни"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "Властивість для запиту/зміни"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "Нове значення призначено для властивості"
-#: xfconf-query/main.c:198
-msgid "List properties (or channels if -c isn't specified)"
+#: xfconf-query/main.c:207
+#, fuzzy
+msgid "List properties (or channels if -c is not specified)"
msgstr "Список властивостей (або каналів, якщо не вказано -c)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "Докладний вивід"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "Створити нову властивість, якщо її ще не існує"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "Призначити тип значення для властивості"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "Скинути властивість"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "Постійно (використовується з -r)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "Застосовувати масив навіть якщо тільки один елемент"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "Експорт каналу в файл"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "Імпорт каналу з файлу"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "Спостерігати за зміною властивостей каналу"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "Розпочати спостереження каналу '%s':"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "Властивість \"%s\" відсутня в каналі \"%s\".\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(невідомо)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -278,72 +265,84 @@
"Значення є в масиві з %d предметами:\n"
"\n"
-#: xfconf-query/main.c:397
-#, c-format
+#: xfconf-query/main.c:411
+#, fuzzy, c-format
msgid ""
-"Property \"%s\" does not exist on channel \"%s\". If you would\n"
-"like to create a new property, use the --create option.\n"
+"Property \"%s\" does not exist on channel \"%s\". If a new\n"
+"property should be created, use the --create option.\n"
msgstr ""
"Властивість \"%s\" відсутня на каналі \"%s\". Якщо Ви хотіли\n"
"б створити нову властивість, використовуйте опцію --create.\n"
-#: xfconf-query/main.c:405
-#, c-format
-msgid "When creating a new property, you must specify the value type.\n"
+#: xfconf-query/main.c:419
+#, fuzzy, c-format
+msgid "When creating a new property, the value type must be specified.\n"
msgstr "Під час створення властивості Ви повинні визначити тип значення.\n"
-#: xfconf-query/main.c:415
-#, c-format
-msgid "Failed to get existing type for value.\n"
+#: xfconf-query/main.c:429
+#, fuzzy, c-format
+msgid "Failed to get the existing type for the value.\n"
msgstr "Не вдалось отримати тип значення.\n"
-#: xfconf-query/main.c:433
-#, c-format
-msgid "Unable to determine type of value.\n"
+#: xfconf-query/main.c:447
+#, fuzzy, c-format
+msgid "Unable to determine the type of the value.\n"
msgstr "Неможливо визначити тип значення.\n"
-#: xfconf-query/main.c:439
-#, c-format
-msgid "You must specify a value type to change an array into a single value.\n"
+#: xfconf-query/main.c:453
+#, fuzzy, c-format
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
msgstr "Ви мусите визначити тип значення для зміни масиву в одному значенні.\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "Неможливо конвертувати \"%s\" в тип \"%s\"\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "Не вдалось призначити властивість.\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "Тут є %d нових значень, але тільки %d типів можна визначити.\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "Неможливо визначити тип значення в індексі %d.\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "Канал '%s' не має властивостей\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "Неможливо створити файл експорту \"%s\": %s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "Неможливо відкрити файл імпорту \"%s\": %s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "Неможливо розібрати файл імпорту \"%s\": %s\n"
+#~ msgid "true"
+#~ msgstr "правда"
+
+#~ msgid "false"
+#~ msgstr "брехня"
+
+#~ msgid "Export channel to file"
+#~ msgstr "Експорт каналу в файл"
+
+#~ msgid "Import channel from file"
+#~ msgstr "Імпорт каналу з файлу"
Modified: xfconf/trunk/po/xfconf.pot
===================================================================
--- xfconf/trunk/po/xfconf.pot 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/xfconf.pot 2009-02-24 00:46:25 UTC (rev 29553)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\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"
@@ -71,7 +71,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr ""
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr ""
@@ -184,147 +184,139 @@
msgid "Export not yet implemented"
msgstr ""
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr ""
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr ""
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr ""
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr ""
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr ""
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr ""
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr ""
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr ""
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr ""
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr ""
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr ""
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr ""
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr ""
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr ""
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr ""
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr ""
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr ""
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
"\n"
msgstr ""
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
"property should be created, use the --create option.\n"
msgstr ""
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr ""
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr ""
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr ""
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
msgstr ""
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr ""
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr ""
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr ""
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr ""
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr ""
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr ""
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr ""
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr ""
Modified: xfconf/trunk/po/zh_CN.po
===================================================================
--- xfconf/trunk/po/zh_CN.po 2009-02-24 00:43:00 UTC (rev 29552)
+++ xfconf/trunk/po/zh_CN.po 2009-02-24 00:46:25 UTC (rev 29553)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: Xfconf\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"POT-Creation-Date: 2009-02-24 01:25+0100\n"
"PO-Revision-Date: 2009-01-26 22:56-0800\n"
"Last-Translator: Chris K. Zhang <plutino at gmail.com>\n"
"Language-Team: Simplified Chinese <xfce-i18n at xfce.org>\n"
@@ -70,7 +70,7 @@
msgid "Unable to write channel \"%s\": %s"
msgstr "无法写入通道“%s”:%s"
-#: xfconfd/xfconf-backend-factory.c:70
+#: xfconfd/xfconf-backend-factory.c:75
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "找不到“%s”类型的 Xfconf 后台"
@@ -185,77 +185,69 @@
msgid "Export not yet implemented"
msgstr "还不支持导出功能"
-#: xfconf-query/main.c:182
+#: xfconf-query/main.c:191
msgid "Version information"
msgstr "版本信息"
-#: xfconf-query/main.c:186
+#: xfconf-query/main.c:195
msgid "The channel to query/modify"
msgstr "要查询/修改的通道"
-#: xfconf-query/main.c:190
+#: xfconf-query/main.c:199
msgid "The property to query/modify"
msgstr "要查询/修改的属性"
-#: xfconf-query/main.c:194
+#: xfconf-query/main.c:203
msgid "The new value to set for the property"
msgstr "新的属性值"
-#: xfconf-query/main.c:198
+#: xfconf-query/main.c:207
msgid "List properties (or channels if -c is not specified)"
msgstr "属性列表(如果使用 -c 选项则给出通道列表)"
-#: xfconf-query/main.c:202
+#: xfconf-query/main.c:211
msgid "Verbose output"
msgstr "详细输出"
-#: xfconf-query/main.c:206
+#: xfconf-query/main.c:215
msgid "Create a new property if it does not already exist"
msgstr "如果该属性不存在就新建一个"
-#: xfconf-query/main.c:210
+#: xfconf-query/main.c:219
msgid "Specify the property value type"
msgstr "指定属性值类型"
-#: xfconf-query/main.c:214
+#: xfconf-query/main.c:223
msgid "Reset property"
msgstr "重置属性"
-#: xfconf-query/main.c:218
+#: xfconf-query/main.c:227
msgid "Recursive (use with -r)"
msgstr "使用递归(用 -r 选项时使用)"
-#: xfconf-query/main.c:222
+#: xfconf-query/main.c:231
msgid "Force array even if only one element"
msgstr "即使只有一个元素也使用数组"
-#: xfconf-query/main.c:226
-msgid "Export channel to file"
-msgstr "把通道导出到文件"
-
-#: xfconf-query/main.c:230
-msgid "Import channel from file"
-msgstr "从文件导入通道"
-
-#: xfconf-query/main.c:234
+#: xfconf-query/main.c:245
msgid "Monitor a channel for property changes"
msgstr "监视通道中属性变化"
-#: xfconf-query/main.c:335
+#: xfconf-query/main.c:349
#, c-format
msgid "Start monitoring channel '%s':"
msgstr "开始监视通道“%s”:"
-#: xfconf-query/main.c:357
+#: xfconf-query/main.c:371
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\".\n"
msgstr "通道“%2$s”没有属性“%1$s”\n"
-#: xfconf-query/main.c:365 xfconf-query/main.c:383
+#: xfconf-query/main.c:379 xfconf-query/main.c:397
msgid "(unknown)"
msgstr "(未知)"
-#: xfconf-query/main.c:374
+#: xfconf-query/main.c:388
#, c-format
msgid ""
"Value is an array with %d items:\n"
@@ -264,74 +256,80 @@
"值是一个%d元素的数组:\n"
"\n"
-#: xfconf-query/main.c:397
+#: xfconf-query/main.c:411
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new\n"
"property should be created, use the --create option.\n"
msgstr "通道“%2$s”没有属性“%1$s”。如果你要新建属性,请使用 --create 选项。\n"
-#: xfconf-query/main.c:405
+#: xfconf-query/main.c:419
#, c-format
msgid "When creating a new property, the value type must be specified.\n"
msgstr "创建新属性时必须指定数据类型。\n"
-#: xfconf-query/main.c:415
+#: xfconf-query/main.c:429
#, c-format
msgid "Failed to get the existing type for the value.\n"
msgstr "无法读出该值的当前类型。\n"
-#: xfconf-query/main.c:433
+#: xfconf-query/main.c:447
#, c-format
msgid "Unable to determine the type of the value.\n"
msgstr "无法确定值的类型。\n"
-#: xfconf-query/main.c:439
+#: xfconf-query/main.c:453
#, c-format
msgid ""
"A value type must be specified to change an array into a single value.\n"
msgstr "把数组改为单一值时必须指定值的类型。\n"
-#: xfconf-query/main.c:449 xfconf-query/main.c:511
+#: xfconf-query/main.c:463 xfconf-query/main.c:525
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\"\n"
msgstr "无法把“%s”转换成类型“%s”\n"
-#: xfconf-query/main.c:456 xfconf-query/main.c:526
+#: xfconf-query/main.c:470 xfconf-query/main.c:540
#, c-format
msgid "Failed to set property.\n"
msgstr "无法设置属性。\n"
-#: xfconf-query/main.c:481
+#: xfconf-query/main.c:495
#, c-format
msgid "There are %d new values, but only %d types could be determined.\n"
msgstr "%d 个新值中,只能确定 %d 个的类型。\n"
-#: xfconf-query/main.c:502
+#: xfconf-query/main.c:516
#, c-format
msgid "Unable to determine type of value at index %d.\n"
msgstr "无法确定第 %d 个值的类型\n"
-#: xfconf-query/main.c:553
+#: xfconf-query/main.c:567
#, c-format
msgid "Channel '%s' contains no properties\n"
msgstr "通道“%s”没有任何属性\n"
-#: xfconf-query/main.c:569 xfconf-query/main.c:578
+#: xfconf-query/main.c:583 xfconf-query/main.c:592
#, c-format
msgid "Could not create export file \"%s\": %s\n"
msgstr "无法创建导出文件“%s”:%s\n"
-#: xfconf-query/main.c:598
+#: xfconf-query/main.c:612
#, c-format
msgid "Could not open import file \"%s\": %s\n"
msgstr "无法打开导入文件“%s”:%s\n"
-#: xfconf-query/main.c:607
+#: xfconf-query/main.c:621
#, c-format
msgid "Could not parse import file \"%s\": %s\n"
msgstr "无法解读导入文件“%s”:%s\n"
+#~ msgid "Export channel to file"
+#~ msgstr "把通道导出到文件"
+
+#~ msgid "Import channel from file"
+#~ msgstr "从文件导入通道"
+
#~ msgid "true"
#~ msgstr "对"
More information about the Xfce4-commits
mailing list