Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
yad
Commits
4ee7df95
Commit
4ee7df95
authored
Apr 26, 2022
by
Victor Ananjevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some translations updates
parent
2862f04e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
uk.po
po/uk.po
+3
-2
option.c
src/option.c
+2
-2
No files found.
po/uk.po
View file @
4ee7df95
...
@@ -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 "КОМАНДА"
...
...
src/option.c
View file @
4ee7df95
...
@@ -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
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment