@@ -16,7 +16,7 @@ msgstr ""
1616"Content-Transfer-Encoding : 8bit\n "
1717"Generated-By : Babel 2.15.0\n "
1818
19- #: src/codeplag/codeplagcli.py:49
19+ #: src/codeplag/codeplagcli.py:48
2020msgid "You cannot specify the same value multiple times. You provided '{values}'."
2121msgstr "You cannot specify the same value multiple times. You provided '{values}'."
2222
@@ -48,7 +48,7 @@ msgstr "Manage the '{util_name}' util settings."
4848msgid "Path to the environment file with GitHub access token."
4949msgstr "Path to the environment file with GitHub access token."
5050
51- #: src/codeplag/codeplagcli.py:128
51+ #: src/codeplag/codeplagcli.py:127
5252msgid ""
5353"If defined, then saves reports about suspect works into provided file or "
5454"directory. If directory by provided path doesn't exists than saves "
@@ -58,7 +58,7 @@ msgstr ""
5858"directory. If directory by provided path doesn't exists than saves "
5959"reports as a file."
6060
61- #: src/codeplag/codeplagcli.py:139
61+ #: src/codeplag/codeplagcli.py:138
6262msgid ""
6363"When provided 'csv' saves similar works compare info into csv file. When "
6464"provided 'mongo' saves similar works compare info and works metadata into"
@@ -72,7 +72,7 @@ msgstr ""
7272msgid "Show progress of searching plagiarism."
7373msgstr "Show progress of searching plagiarism."
7474
75- #: src/codeplag/codeplagcli.py:157
75+ #: src/codeplag/codeplagcli.py:156
7676msgid ""
7777"When provided '0' show all check works results in the stdout. When "
7878"provided '1' show only new found check works results in the stdout. When "
@@ -82,7 +82,7 @@ msgstr ""
8282"provided '1' show only new found check works results in the stdout. When "
8383"provided '2' do not show check works result in the stdout."
8484
85- #: src/codeplag/codeplagcli.py:168
85+ #: src/codeplag/codeplagcli.py:167
8686msgid ""
8787"Threshold of analyzer which classifies two work as same. If this number "
8888"is too large, such as 99, then completely matching jobs will be found. "
@@ -98,7 +98,7 @@ msgstr ""
9898msgid "The maximum depth of the AST structure which play role in calculations."
9999msgstr "The maximum depth of the AST structure which play role in calculations."
100100
101- #: src/codeplag/codeplagcli.py:189
101+ #: src/codeplag/codeplagcli.py:188
102102msgid ""
103103"The length of N-grams generated to calculate the Jakkar coefficient. A "
104104"long length of N-grams reduces the Jakkar coefficient because there are "
@@ -112,7 +112,7 @@ msgstr ""
112112msgid "The language of help messages, generated reports, errors."
113113msgstr "The language of help messages, generated reports, errors."
114114
115- #: src/codeplag/codeplagcli.py:206
115+ #: src/codeplag/codeplagcli.py:205
116116msgid ""
117117"Sets the threshold for the '{util_name}' util loggers'. Logging messages "
118118"that are less severe than the level will be ignored."
@@ -156,15 +156,15 @@ msgstr "Absolute or relative path to a local directories with project files."
156156msgid "Absolute or relative path to files on a computer."
157157msgstr "Absolute or relative path to files on a computer."
158158
159- #: src/codeplag/codeplagcli.py:279
159+ #: src/codeplag/codeplagcli.py:278
160160msgid ""
161161"Choose one of the following modes of searching plagiarism. The "
162162"'many_to_many' mode may require more free memory."
163163msgstr ""
164164"Choose one of the following modes of searching plagiarism. The "
165165"'many_to_many' mode may require more free memory."
166166
167- #: src/codeplag/codeplagcli.py:290
167+ #: src/codeplag/codeplagcli.py:289
168168msgid ""
169169"A regular expression for filtering checked works by name. Used with "
170170"options 'directories', 'github-user' and 'github-project-folders'."
@@ -200,7 +200,7 @@ msgstr "GitHub organization/user name."
200200msgid "URL to a GitHub project folder."
201201msgstr "URL to a GitHub project folder."
202202
203- #: src/codeplag/codeplagcli.py:353
203+ #: src/codeplag/codeplagcli.py:352
204204msgid ""
205205"Handling generated by the {util_name} reports as creating html report "
206206"file or show it on console."
@@ -216,7 +216,7 @@ msgstr "Report commands of the '{util_name}' util."
216216msgid "Generate general report from created some time ago report files."
217217msgstr "Generate general report from created some time ago report files."
218218
219- #: src/codeplag/codeplagcli.py:375
219+ #: src/codeplag/codeplagcli.py:374
220220msgid ""
221221"Path to save generated report. If it's a directory, then create a file in"
222222" it."
@@ -228,23 +228,23 @@ msgstr ""
228228msgid "Type of the created report file."
229229msgstr "Type of the created report file."
230230
231- #: src/codeplag/codeplagcli.py:392
231+ #: src/codeplag/codeplagcli.py:391
232232msgid ""
233233"Path to first compared works. Can be path to directory or URL to the "
234234"project folder."
235235msgstr ""
236236"Path to first compared works. Can be path to directory or URL to the "
237237"project folder."
238238
239- #: src/codeplag/codeplagcli.py:402
239+ #: src/codeplag/codeplagcli.py:401
240240msgid ""
241241"Path to second compared works. Can be path to directory or URL to the "
242242"project folder."
243243msgstr ""
244244"Path to second compared works. Can be path to directory or URL to the "
245245"project folder."
246246
247- #: src/codeplag/codeplagcli.py:414
247+ #: src/codeplag/codeplagcli.py:413
248248msgid ""
249249"Program help to find similar parts of source codes for the different "
250250"languages."
@@ -272,19 +272,19 @@ msgstr "There is nothing to modify; please provide at least one argument."
272272msgid "The'repo-regexp' option requires the provided 'github-user' option."
273273msgstr "The'repo-regexp' option requires the provided 'github-user' option."
274274
275- #: src/codeplag/codeplagcli.py:465
275+ #: src/codeplag/codeplagcli.py:464
276276msgid ""
277277"The'path-regexp' option requires the provided 'directories', 'github-"
278278"user', or 'github-project-folder' options."
279279msgstr ""
280280"The'path-regexp' option requires the provided 'directories', 'github-"
281281"user', or 'github-project-folder' options."
282282
283- #: src/codeplag/codeplagcli.py:475 src/codeplag/handlers/report.py:97
283+ #: src/codeplag/codeplagcli.py:475 src/codeplag/handlers/report.py:440
284284msgid "All paths must be provided."
285285msgstr "All or none of the root paths must be specified."
286286
287- #: src/codeplag/handlers/report.py:94
287+ #: src/codeplag/handlers/report.py:437
288288msgid "Invalid report type."
289289msgstr "Invalid report type."
290290
0 commit comments