Skip to content

Commit

Permalink
reg: Add initial support for the export operation.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugh McMaster <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
  • Loading branch information
hughmcmaster authored and julliard committed Dec 4, 2017
1 parent 5831e88 commit 38954ae
Show file tree
Hide file tree
Showing 53 changed files with 397 additions and 50 deletions.
8 changes: 7 additions & 1 deletion po/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -12367,7 +12367,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12534,6 +12534,12 @@ msgstr "خطأ : تعذر إضافة المفاتيح للجهاز البعيد\
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
#, fuzzy
#| msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG QUERY اسم المفتاح [/v اسم القيمة | /ve] [/s]\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "ال&سجل"
Expand Down
6 changes: 5 additions & 1 deletion po/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -11907,7 +11907,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12061,6 +12061,10 @@ msgstr "Наистина ли искате да изтриете '%1'?"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr ""

#: regedit.rc:34
msgid "&Registry"
msgstr "&Регистър"
Expand Down
8 changes: 7 additions & 1 deletion po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -12237,7 +12237,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12398,6 +12398,12 @@ msgstr "regedit: No s'ha pogut obrir la clau de registre '%1'.\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr "regedit: Seqüència d'escapada no reconeguda [\\%1!c!]\n"

#: reg.rc:70
#, fuzzy
#| msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG QUERY nom_de_clau [/v nom_de_valor | /ve] [/s]\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&Registre"
Expand Down
8 changes: 7 additions & 1 deletion po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -12017,7 +12017,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12182,6 +12182,12 @@ msgstr "Chyba: Nepodařilo se přidat klíče na vzdálený stroj\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
#, fuzzy
#| msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG QUERY název_klíče [/v název_hodnoty | /ve] [/s]\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&Registr"
Expand Down
8 changes: 7 additions & 1 deletion po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -12321,7 +12321,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12489,6 +12489,12 @@ msgstr "Fejl: Kunne ikke tilføje nøgler til fjern maskinen\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
#, fuzzy
#| msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG QUERY nøgle_navn [/v værdi | /ve] [/s]\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&Register"
Expand Down
19 changes: 18 additions & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -12092,12 +12092,23 @@ msgid "Icons (*.ico)"
msgstr "Symbole (*.ico)"

#: reg.rc:35
#, fuzzy
#| msgid ""
#| "Usage:\n"
#| " REG [operation] [parameters]\n"
#| "\n"
#| "Supported operations:\n"
#| " ADD | DELETE | IMPORT | QUERY\n"
#| "\n"
#| "For help on a specific operation, type:\n"
#| " REG [operation] /?\n"
#| "\n"
msgid ""
"Usage:\n"
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12250,6 +12261,12 @@ msgstr "reg: Der Schlüssel '%1' konnte nicht geöffnet werden.\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr "reg: Unbekannte Escape-Sequenz [\\%1!c!]\n"

#: reg.rc:70
#, fuzzy
#| msgid "REG IMPORT file.reg\n"
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG IMPORT datei.reg\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&Registrierung"
Expand Down
6 changes: 5 additions & 1 deletion po/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -11679,7 +11679,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -11826,6 +11826,10 @@ msgstr ""
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr ""

#: regedit.rc:34
msgid "&Registry"
msgstr ""
Expand Down
8 changes: 6 additions & 2 deletions po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -12018,7 +12018,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand All @@ -12028,7 +12028,7 @@ msgstr ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12172,6 +12172,10 @@ msgstr "reg: Unable to open the registry key '%1'.\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr "reg: Unrecognized escape sequence [\\%1!c!]\n"

#: reg.rc:70
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG EXPORT key_name file.reg [/y]\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&Registry"
Expand Down
8 changes: 6 additions & 2 deletions po/en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -12018,7 +12018,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand All @@ -12028,7 +12028,7 @@ msgstr ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12172,6 +12172,10 @@ msgstr "reg: Unable to open the registry key '%1'.\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr "reg: Unrecognized escape sequence [\\%1!c!]\n"

#: reg.rc:70
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG EXPORT key_name file.reg [/y]\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&Registry"
Expand Down
6 changes: 5 additions & 1 deletion po/eo.po
Original file line number Diff line number Diff line change
Expand Up @@ -11613,7 +11613,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -11771,6 +11771,10 @@ msgstr "Ĉu vi estas certa pri forigo de '%1'?"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr ""

#: regedit.rc:34
msgid "&Registry"
msgstr "&Registrejo"
Expand Down
8 changes: 7 additions & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -12399,7 +12399,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12568,6 +12568,12 @@ msgstr "Error: No se puede agregar claves al equipo remoto\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
#, fuzzy
#| msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG QUERY nombre_clave [/v nombre_valor | /ve] [/s]\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&Registro"
Expand Down
6 changes: 5 additions & 1 deletion po/fa.po
Original file line number Diff line number Diff line change
Expand Up @@ -11668,7 +11668,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -11811,6 +11811,10 @@ msgstr "پرونده‌های متنی (*.txt).\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr ""

#: regedit.rc:34
msgid "&Registry"
msgstr ""
Expand Down
19 changes: 18 additions & 1 deletion po/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -11993,12 +11993,23 @@ msgid "Icons (*.ico)"
msgstr "Kuvakkeet (*.ico)"

#: reg.rc:35
#, fuzzy
#| msgid ""
#| "Usage:\n"
#| " REG [operation] [parameters]\n"
#| "\n"
#| "Supported operations:\n"
#| " ADD | DELETE | IMPORT | QUERY\n"
#| "\n"
#| "For help on a specific operation, type:\n"
#| " REG [operation] /?\n"
#| "\n"
msgid ""
"Usage:\n"
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12151,6 +12162,12 @@ msgstr "reg: Rekisteriavainta '%1' ei voida avata.\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr "reg: Tuntematon merkintä [\\%1!c!]\n"

#: reg.rc:70
#, fuzzy
#| msgid "REG IMPORT file.reg\n"
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG IMPORT tiedosto.reg\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&Rekisteri"
Expand Down
8 changes: 7 additions & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -12278,7 +12278,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12441,6 +12441,12 @@ msgstr "regedit : impossible d'ouvrir la clé de registre « %1 ».\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr "regedit : séquence d'échappement non reconnue [\\%1!c!]\n"

#: reg.rc:70
#, fuzzy
#| msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG QUERY nom_de_clé [/v nom_de_valeur | /ve] [/s]\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&Registre"
Expand Down
8 changes: 7 additions & 1 deletion po/he.po
Original file line number Diff line number Diff line change
Expand Up @@ -12070,7 +12070,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -12239,6 +12239,12 @@ msgstr "Error: Unable to add keys to remote machine\n"
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
#, fuzzy
#| msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr "REG QUERY key_name [/v value_name | /ve] [/s]\n"

#: regedit.rc:34
msgid "&Registry"
msgstr "&רישום המערכת"
Expand Down
6 changes: 5 additions & 1 deletion po/hi.po
Original file line number Diff line number Diff line change
Expand Up @@ -11473,7 +11473,7 @@ msgid ""
" REG [operation] [parameters]\n"
"\n"
"Supported operations:\n"
" ADD | DELETE | IMPORT | QUERY\n"
" ADD | DELETE | IMPORT | EXPORT | QUERY\n"
"\n"
"For help on a specific operation, type:\n"
" REG [operation] /?\n"
Expand Down Expand Up @@ -11611,6 +11611,10 @@ msgstr ""
msgid "reg: Unrecognized escape sequence [\\%1!c!]\n"
msgstr ""

#: reg.rc:70
msgid "REG EXPORT key_name file.reg [/y]\n"
msgstr ""

#: regedit.rc:34
msgid "&Registry"
msgstr ""
Expand Down
Loading

0 comments on commit 38954ae

Please sign in to comment.