summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Massonnet <mmassonnet@xfce.org>2009-02-22 10:28:18 +0000
committerMike Massonnet <mmassonnet@xfce.org>2009-02-22 10:28:18 +0000
commit3269987685f757ff1aa26040438addd0fb1617d5 (patch)
tree5fd32e94c318c939a5c6d6842baa063baf69ed8d
parent7e01babed4a0ad9b6abae15e96686d920a2af60c (diff)
downloadxfconf-3269987685f757ff1aa26040438addd0fb1617d5.tar.gz
update translations
(Old svn revision: 29528)
-rw-r--r--po/ChangeLog5
-rw-r--r--po/LINGUAS2
-rw-r--r--po/ro.po347
-rw-r--r--po/ru.po331
4 files changed, 684 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index e1a876b..34d0240 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-22 Mike Massonnet <mmassonnet@xfce.org>
+
+ * ro.po: Add Romanian translation (Mișu Moldovan)
+ * ru.po: Add Russian translation (Ilya Shestopalov)
+
2009-02-20 Maximilian Schleiss <maximilian@xfce.org>
* ca.po: Catalan translation update (Carles Muñoz Gorriz)
diff --git a/po/LINGUAS b/po/LINGUAS
index 72d1d44..33721b2 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,2 +1,2 @@
# set of available languages (in alphabetic order)
-ca cs da de es eu fi fr hu id ja nb nl pt_BR sv tr uk zh_CN
+ca cs da de es eu fi fr hu id ja nb nl pt_BR ro ru sv tr uk zh_CN
diff --git a/po/ro.po b/po/ro.po
new file mode 100644
index 0000000..b7ee91d
--- /dev/null
+++ b/po/ro.po
@@ -0,0 +1,347 @@
+# Romanian translations for xfconf package.
+# Copyright (C) 2009 THE xfconf'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the xfconf package.
+# Mișu Moldovan <dumol@gnome.ro>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfconf 4.6\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"PO-Revision-Date: 2009-02-03 23:36+0200\n"
+"Last-Translator: Mișu Moldovan <dumol@gnome.ro>\n"
+"Language-Team: Romanian\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==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+
+#: xfconfd/xfconf-backend-perchannel-xml.c:280
+#, c-format
+msgid "Unable to create configuration directory \"%s\""
+msgstr "Nu s-a putut crea directorul preferințelor „%s”"
+
+#: 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 ""
+"Drepturi insuficiente pentru modificarea proprietății „%s” în canalul „%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
+#, c-format
+msgid "Property \"%s\" does not exist on channel \"%s\""
+msgstr "Proprietatea „%s” nu există în canalul „%s”"
+
+#: xfconfd/xfconf-backend-perchannel-xml.c:603
+#, c-format
+msgid "Unable to remove channel \"%s\": %s"
+msgstr "Nu s-a putut șterge canalul „%s”: %s"
+
+#: xfconfd/xfconf-backend-perchannel-xml.c:1293
+#, c-format
+msgid "Invalid type for <property>: \"%s\""
+msgstr "Tip invalid pentru <property>: „%s”"
+
+#: 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 "Nu s-a putut prelucra valoarea tipului „%s” pentru „%s”"
+
+#: xfconfd/xfconf-backend-perchannel-xml.c:1365
+#, c-format
+msgid "The type attribute of <value> cannot be an array"
+msgstr "Tipul atributului pentru <value> nu poate fi o matrice"
+
+#: xfconfd/xfconf-backend-perchannel-xml.c:1374
+#, c-format
+msgid "Invalid type for <value>: \"%s\""
+msgstr "Tip pentru <valeu>: „%s”"
+
+#: xfconfd/xfconf-backend-perchannel-xml.c:1662
+#: xfconfd/xfconf-backend-perchannel-xml.c:1907
+#, c-format
+msgid "Channel \"%s\" does not exist"
+msgstr "Canalul „%s” nu există"
+
+#: xfconfd/xfconf-backend-perchannel-xml.c:1952
+#, c-format
+msgid "Unable to write channel \"%s\": %s"
+msgstr "Nu s-a putut scrie canalul „%s”: %s"
+
+#: xfconfd/xfconf-backend-factory.c:70
+#, c-format
+msgid "Unable to find Xfconf backend of type \"%s\""
+msgstr "Nu s-a putut găsi suportul Xfconf pentru tipul „%s”"
+
+#: xfconfd/xfconf-backend.c:103
+#, c-format
+msgid "Property names must start with a '/' character"
+msgstr "Numele proprietăților trebuie să înceapă cu un caracter „/”"
+
+#: xfconfd/xfconf-backend.c:112
+#, c-format
+msgid "The root element ('/') is not a valid property name"
+msgstr "Elementul rădăcină („/”) nu este un nume valid de proprietate"
+
+#: 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 ""
+"Numele de proprietăți nu pot include decât caracterele ASCII A-Z, a-z, 0-9 "
+"„_”, „-” „<” și „>”, precum și „/” ca separator"
+
+#: xfconfd/xfconf-backend.c:135
+#, c-format
+msgid "Property names cannot have two or more consecutive '/' characters"
+msgstr "Numele de proprietăți au două sau mai multe caractere „/” consecutive"
+
+#: xfconfd/xfconf-backend.c:146
+#, c-format
+msgid "Property names cannot end with a '/' character"
+msgstr "Numele de proprietăți nu se pot termina cu un caracter „/”"
+
+#: xfconfd/xfconf-backend.c:163
+#, c-format
+msgid "Channel name cannot be an empty string"
+msgstr "Numele unui canal nu poate fi un șir gol"
+
+#: xfconfd/xfconf-backend.c:176
+#, c-format
+msgid ""
+"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 „-”"
+
+#: xfconfd/xfconf-backend.c:398
+#, c-format
+msgid ""
+"The property name can only be empty or \"/\" if a recursive reset was "
+"specified"
+msgstr ""
+"Numele proprietății nu poate fi gol ori „/” dacă s-a specificat o "
+"reinițializare recursivă"
+
+#: xfconfd/main.c:132
+msgid "Prints the xfconfd version."
+msgstr "Arată versiunea xfconfd"
+
+#: xfconfd/main.c:134
+msgid ""
+"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."
+
+#: xfconfd/main.c:154
+msgid "Xfce Configuration Daemon"
+msgstr "Demonul preferințelor Xfce"
+
+#: xfconfd/main.c:160
+msgid "Xfce configuration daemon"
+msgstr "Demonul preferințelor Xfce"
+
+#: xfconfd/main.c:162
+msgid "Report bugs to http://bugs.xfce.org/\n"
+msgstr "Raportați problemele la http://bugs.xfce.org\n"
+
+#: xfconfd/main.c:165
+#, c-format
+msgid "Error parsing options: %s\n"
+msgstr "Eroare la prelucrarea opțiunilor: %s\n"
+
+#: xfconfd/xfconf-daemon.c:460
+#, c-format
+msgid "Another Xfconf daemon is already running"
+msgstr "Un alt demon Xfconf este deja pornit"
+
+#: xfconfd/xfconf-daemon.c:496
+#, c-format
+msgid "No backends could be started"
+msgstr "Nu s-a putut inițializa nici un suport"
+
+#: xfconf-query/main.c:92
+#, c-format
+msgid "Property '%s' changed: %s\n"
+msgstr "Proprietatea „%s” s-a schimbat: %s\n"
+
+#: xfconf-query/main.c:97
+#, c-format
+msgid "Property '%s' changed\n"
+msgstr "Proprietatea „%s” s-a schimbat\n"
+
+#: xfconf-query/main.c:102
+#, c-format
+msgid "Property '%s' removed\n"
+msgstr "Proprietatea „%s” a fost ștearsă\n"
+
+#: xfconf-query/main.c:111
+#, c-format
+msgid "Export method not yet implemented"
+msgstr "Metoda de export nu a fost încă implementată"
+
+#: xfconf-query/main.c:125
+#, c-format
+msgid "Export not yet implemented"
+msgstr "Exportul nu este încă implementat"
+
+#: xfconf-query/main.c:182
+msgid "Version information"
+msgstr "Detalii despre versiune"
+
+#: xfconf-query/main.c:186
+msgid "The channel to query/modify"
+msgstr "Canalul de interogat/modificat"
+
+#: xfconf-query/main.c:190
+msgid "The property to query/modify"
+msgstr "Proprietatea de interogat/modificat"
+
+#: xfconf-query/main.c:194
+msgid "The new value to set for the property"
+msgstr "Noua valoare de definit pentru proprietate"
+
+#: xfconf-query/main.c:198
+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
+msgid "Verbose output"
+msgstr "Ieșire detaliată"
+
+#: xfconf-query/main.c:206
+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
+msgid "Specify the property value type"
+msgstr "Specifică tipul valorii proprietății"
+
+#: xfconf-query/main.c:214
+msgid "Reset property"
+msgstr "Reinițializează proprietatea"
+
+#: xfconf-query/main.c:218
+msgid "Recursive (use with -r)"
+msgstr "Recursiv (utilizați „-r”)"
+
+#: xfconf-query/main.c:222
+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
+msgid "Monitor a channel for property changes"
+msgstr "Monitorizează un canal pentru schimbarea proprietăților"
+
+#: xfconf-query/main.c:335
+#, c-format
+msgid "Start monitoring channel '%s':"
+msgstr "Începe monitorizarea canalului „%s”:"
+
+#: xfconf-query/main.c:357
+#, 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
+msgid "(unknown)"
+msgstr "(necunoscută)"
+
+#: xfconf-query/main.c:374
+#, c-format
+msgid ""
+"Value is an array with %d items:\n"
+"\n"
+msgstr ""
+"Valoarea este o matrice cu %d elemente:\n"
+"\n"
+
+#: xfconf-query/main.c:397
+#, 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 ""
+"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
+#, 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
+#, 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
+#, 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
+#, c-format
+msgid ""
+"A value type must be specified to change an array into a single value.\n"
+msgstr ""
+"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
+#, 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
+#, c-format
+msgid "Failed to set property.\n"
+msgstr "Nu s-a putut defini proprietatea.\n"
+
+#: xfconf-query/main.c:481
+#, 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
+#, 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
+#, 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
+#, 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
+#, 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
+#, c-format
+msgid "Could not parse import file \"%s\": %s\n"
+msgstr "Nu s-a putut prelucra fișierul de import „%s”: %s\n"
+
diff --git a/po/ru.po b/po/ru.po
new file mode 100644
index 0000000..b42b8f4
--- /dev/null
+++ b/po/ru.po
@@ -0,0 +1,331 @@
+# Russian translation of xfconf.
+# Copyright (C) 2009 Ilya Shestopalov
+# This file is distributed under the same license as the xfconf package.
+# Ilya <yast4ik@yahoo.com>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfconf\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-01-26 02:16-0800\n"
+"PO-Revision-Date: 2009-01-31 12:57+0300\n"
+"Last-Translator: Ilya Shestopalov <yast4ik@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"
+
+#: 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
+#, c-format
+msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
+msgstr "Недостаточно прав для изменения свойств \"%s\" на канале \"%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
+#, c-format
+msgid "Property \"%s\" does not exist on channel \"%s\""
+msgstr "Свойство \"%s\" отсутствует на канале \"%s\""
+
+#: 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
+#, 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
+#, c-format
+msgid "Unable to parse value of type \"%s\" from \"%s\""
+msgstr "Не получилось определить значение типа \"%s\" из \"%s\""
+
+#: 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
+#, 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
+#, c-format
+msgid "Channel \"%s\" does not exist"
+msgstr "Канал \"%s\" не существует"
+
+#: xfconfd/xfconf-backend-perchannel-xml.c:1952
+#, c-format
+msgid "Unable to write channel \"%s\": %s"
+msgstr "Не удалось записать канал \"%s\": %s"
+
+#: xfconfd/xfconf-backend-factory.c:70
+#, c-format
+msgid "Unable to find Xfconf backend of type \"%s\""
+msgstr "Не удалось найти бэкенд Xfconf типа \"%s\""
+
+#: xfconfd/xfconf-backend.c:103
+#, c-format
+msgid "Property names must start with a '/' character"
+msgstr "Названия свойств должны начинаться с символа «/»"
+
+#: xfconfd/xfconf-backend.c:112
+#, c-format
+msgid "The root element ('/') is not a valid property name"
+msgstr "Элемент root («/») не является правильным названием для свойства"
+
+#: 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, '_', '-', '<' и '>', так же как и «/» как разделитель"
+
+#: xfconfd/xfconf-backend.c:135
+#, c-format
+msgid "Property names cannot have two or more consecutive '/' characters"
+msgstr "Названия свойств не могут включать более два или более последовательных знаков «/»"
+
+#: xfconfd/xfconf-backend.c:146
+#, c-format
+msgid "Property names cannot end with a '/' character"
+msgstr "Названия свойств не могут заканчиваться на «/»"
+
+#: xfconfd/xfconf-backend.c:163
+#, c-format
+msgid "Channel name cannot be an empty string"
+msgstr "Название канала не может быть пустой строкой"
+
+#: 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, '_', и '-'"
+
+#: xfconfd/xfconf-backend.c:398
+#, c-format
+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 "Бэкенд конфигурации для использования. Первый указанный бэкенд открыт для чтения/записи; остальные только для чтения"
+
+#: xfconfd/main.c:154
+msgid "Xfce Configuration Daemon"
+msgstr "Диспетчер конфигурации Xfce"
+
+#: xfconfd/main.c:160
+msgid "Xfce configuration daemon"
+msgstr "Диспетчер конфигурации Xfce"
+
+#: xfconfd/main.c:162
+msgid "Report bugs to http://bugs.xfce.org/\n"
+msgstr "Отправляйте сообщения об ошибке на http://bugs.xfce.org/\n"
+
+#: xfconfd/main.c:165
+#, c-format
+msgid "Error parsing options: %s\n"
+msgstr "Невозможно определить опции: %s\n"
+
+#: xfconfd/xfconf-daemon.c:460
+#, c-format
+msgid "Another Xfconf daemon is already running"
+msgstr "Другой диспетчер конфигурации Xfce уже запущен"
+
+#: xfconfd/xfconf-daemon.c:496
+#, c-format
+msgid "No backends could be started"
+msgstr "Не удалось запустить бэкенд"
+
+#: xfconf-query/main.c:92
+#, c-format
+msgid "Property '%s' changed: %s\n"
+msgstr "Свойство '%s' изменено: %s\n"
+
+#: xfconf-query/main.c:97
+#, c-format
+msgid "Property '%s' changed\n"
+msgstr "Свойство '%s' изменено\n"
+
+#: xfconf-query/main.c:102
+#, c-format
+msgid "Property '%s' removed\n"
+msgstr "Свойство '%s' удалено\n"
+
+#: xfconf-query/main.c:111
+#, c-format
+msgid "Export method not yet implemented"
+msgstr "Способ экспорта ещё не внедрён"
+
+#: xfconf-query/main.c:125
+#, c-format
+msgid "Export not yet implemented"
+msgstr "Экспорт ещё не внедрён"
+
+#: xfconf-query/main.c:182
+msgid "Version information"
+msgstr "Версия"
+
+#: xfconf-query/main.c:186
+msgid "The channel to query/modify"
+msgstr "Канал для запроса/изменения"
+
+#: xfconf-query/main.c:190
+msgid "The property to query/modify"
+msgstr "Свойство для запроса/изменения"
+
+#: xfconf-query/main.c:194
+msgid "The new value to set for the property"
+msgstr "Новое значение, устанавливаемое для свойства"
+
+#: xfconf-query/main.c:198
+msgid "List properties (or channels if -c is not specified)"
+msgstr "Список свойств (или каналов, если не указано -c)"
+
+#: xfconf-query/main.c:202
+msgid "Verbose output"
+msgstr "Подробный вывод"
+
+#: xfconf-query/main.c:206
+msgid "Create a new property if it does not already exist"
+msgstr "Создать новое свойство, если оно уже не существует"
+
+#: xfconf-query/main.c:210
+msgid "Specify the property value type"
+msgstr "Указать тип значения свойства"
+
+#: xfconf-query/main.c:214
+msgid "Reset property"
+msgstr "Сбросить свойство"
+
+#: xfconf-query/main.c:218
+msgid "Recursive (use with -r)"
+msgstr "Рекурсивно (используется с -r)"
+
+#: xfconf-query/main.c:222
+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
+msgid "Monitor a channel for property changes"
+msgstr "Следить за изменением свойств на канале"
+
+#: xfconf-query/main.c:335
+#, c-format
+msgid "Start monitoring channel '%s':"
+msgstr "Начать следить за каналом '%s':"
+
+#: xfconf-query/main.c:357
+#, 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
+msgid "(unknown)"
+msgstr "(неизвестно)"
+
+#: xfconf-query/main.c:374
+#, c-format
+msgid ""
+"Value is an array with %d items:\n"
+"\n"
+msgstr ""
+"Значение является массивом с %d элементами:\n"
+"\n"
+
+#: xfconf-query/main.c:397
+#, 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 ""
+"Свойство \"%s\" не существует на канале \"%s\". Если новое\n"
+"свойство должно быть создано, то используйте --create option.\n"
+
+#: xfconf-query/main.c:405
+#, 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 the existing type for the value.\n"
+msgstr "Не удалось получить существующий тип для значения.\n"
+
+#: xfconf-query/main.c:433
+#, c-format
+msgid "Unable to determine the type of the value.\n"
+msgstr "Не удалось определить тип значения.\n"
+
+#: xfconf-query/main.c:439
+#, 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
+#, 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
+#, c-format
+msgid "Failed to set property.\n"
+msgstr "Не удалось установить свойство.\n"
+
+#: xfconf-query/main.c:481
+#, 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
+#, c-format
+msgid "Unable to determine type of value at index %d.\n"
+msgstr "Не удалось определить тип значения в индексе %d.\n"
+
+#: xfconf-query/main.c:553
+#, c-format
+msgid "Channel '%s' contains no properties\n"
+msgstr "Канал '%s' не имеет свойств\n"
+
+#: xfconf-query/main.c:569
+#: xfconf-query/main.c:578
+#, c-format
+msgid "Could not create export file \"%s\": %s\n"
+msgstr "Не удалось создать файл экспорта \"%s\": %s\n"
+
+#: xfconf-query/main.c:598
+#, c-format
+msgid "Could not open import file \"%s\": %s\n"
+msgstr "Не удалось открыть файл импорта \"%s\": %s\n"
+
+#: xfconf-query/main.c:607
+#, c-format
+msgid "Could not parse import file \"%s\": %s\n"
+msgstr "Не удалось прочитать структуру файла импорта \"%s\": %s\n"
+