Commit 4ee7df95 authored by Victor Ananjevsky's avatar Victor Ananjevsky

some translations updates

parent 2862f04e
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: YAD\n" "Project-Id-Version: YAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-26 10:11+0300\n" "POT-Creation-Date: 2022-04-26 10:23+0300\n"
"PO-Revision-Date: 2021-11-28 19:00+0200\n" "PO-Revision-Date: 2021-11-28 19:00+0200\n"
"Last-Translator: Victor Ananjevsky <ananasik@gmail.com>\n" "Last-Translator: Victor Ananjevsky <ananasik@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
...@@ -416,7 +416,8 @@ msgstr "" ...@@ -416,7 +416,8 @@ msgstr ""
#: ../src/option.c:145 ../src/option.c:147 ../src/option.c:149 #: ../src/option.c:145 ../src/option.c:147 ../src/option.c:149
#: ../src/option.c:194 ../src/option.c:343 ../src/option.c:347 #: ../src/option.c:194 ../src/option.c:343 ../src/option.c:347
#: ../src/option.c:492 ../src/option.c:494 ../src/option.c:496 #: ../src/option.c:393 ../src/option.c:492 ../src/option.c:494
#: ../src/option.c:496 ../src/option.c:566
msgid "CMD" msgid "CMD"
msgstr "КОМАНДА" msgstr "КОМАНДА"
......
...@@ -390,7 +390,7 @@ static GOptionEntry form_options[] = { ...@@ -390,7 +390,7 @@ static GOptionEntry form_options[] = {
{ "align-buttons", 0, 0, G_OPTION_ARG_NONE, &options.form_data.align_buttons, { "align-buttons", 0, 0, G_OPTION_ARG_NONE, &options.form_data.align_buttons,
N_("Align labels on button fields"), NULL }, N_("Align labels on button fields"), NULL },
{ "changed-action", 0, 0, G_OPTION_ARG_STRING, &options.form_data.changed_action, { "changed-action", 0, 0, G_OPTION_ARG_STRING, &options.form_data.changed_action,
N_("Set changed action"), "CMD" }, N_("Set changed action"), N_("CMD") },
{ NULL } { NULL }
}; };
...@@ -563,7 +563,7 @@ static GOptionEntry picture_options[] = { ...@@ -563,7 +563,7 @@ static GOptionEntry picture_options[] = {
{ "inc", 0, 0, G_OPTION_ARG_INT, &options.picture_data.inc, { "inc", 0, 0, G_OPTION_ARG_INT, &options.picture_data.inc,
N_("Set increment for picture scaling (default - 5)"), N_("NUMBER") }, N_("Set increment for picture scaling (default - 5)"), N_("NUMBER") },
{ "image-changed", 0, 0, G_OPTION_ARG_STRING, &options.picture_data.change_cmd, { "image-changed", 0, 0, G_OPTION_ARG_STRING, &options.picture_data.change_cmd,
N_("Set action on image changing"), "CMD" }, N_("Set action on image changing"), N_("CMD") },
{ NULL } { NULL }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment