Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UTIL_VERSION := 0.5.17
UTIL_VERSION := 0.5.18
UTIL_NAME := codeplag
PWD := $(shell pwd)

Expand Down
4 changes: 2 additions & 2 deletions debian/copyright.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License:
All files in the codeplag/* and webparsers/* are licensed
under the MIT License as below.
.
Copyright (c) 2021 Codeplag Development Team
Copyright (c) 2021-2025 Codeplag Development Team
.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand All @@ -21,4 +21,4 @@ License:
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
77 changes: 40 additions & 37 deletions locales/codeplag.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: codeplag 0.5.13\n"
"POT-Creation-Date: 2025-02-25 22:01+0300\n"
"Project-Id-Version: codeplag 0.5.18\n"
"POT-Creation-Date: 2025-03-28 23:00+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Artyom Semidolin\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -56,167 +56,170 @@ msgid "Show progress of searching plagiarism."
msgstr ""

#: src/codeplag/codeplagcli.py:133
msgid "Do not show check works results in the stdout."
msgid ""
"When provided '0' show all check works results in the stdout. When "
"provided '1' show only new found check works results in the stdout. When "
"provided '2' do not show check works result in the stdout."
msgstr ""

#: src/codeplag/codeplagcli.py:140
#: src/codeplag/codeplagcli.py:144
msgid ""
"Threshold of analyzer which classifies two work as same. If this number "
"is too large, such as 99, then completely matching jobs will be found. "
"Otherwise, if this number is small, such as 50, then all work with "
"minimal similarity will be found."
msgstr ""

#: src/codeplag/codeplagcli.py:154
#: src/codeplag/codeplagcli.py:158
msgid "The maximum depth of the AST structure which play role in calculations."
msgstr ""

#: src/codeplag/codeplagcli.py:161
#: src/codeplag/codeplagcli.py:165
msgid ""
"The length of N-grams generated to calculate the Jakkar coefficient. A "
"long length of N-grams reduces the Jakkar coefficient because there are "
"fewer equal sequences of two works."
msgstr ""

#: src/codeplag/codeplagcli.py:172
#: src/codeplag/codeplagcli.py:176
msgid "The language of help messages, generated reports, errors."
msgstr ""

#: src/codeplag/codeplagcli.py:178
#: src/codeplag/codeplagcli.py:182
msgid ""
"Sets the threshold for the '{util_name}' util loggers'. Logging messages "
"that are less severe than the level will be ignored."
msgstr ""

#: src/codeplag/codeplagcli.py:188
#: src/codeplag/codeplagcli.py:192
msgid "The maximum number of processes that can be used to compare works."
msgstr ""

#: src/codeplag/codeplagcli.py:196
#: src/codeplag/codeplagcli.py:200
msgid "Show the '{util_name}' util settings."
msgstr ""

#: src/codeplag/codeplagcli.py:200
#: src/codeplag/codeplagcli.py:204
msgid "Start searching similar works."
msgstr ""

#: src/codeplag/codeplagcli.py:206
#: src/codeplag/codeplagcli.py:210
msgid "Absolute or relative path to a local directories with project files."
msgstr ""

#: src/codeplag/codeplagcli.py:216
#: src/codeplag/codeplagcli.py:220
msgid "Absolute or relative path to files on a computer."
msgstr ""

#: src/codeplag/codeplagcli.py:223
#: src/codeplag/codeplagcli.py:227
msgid ""
"Choose one of the following modes of searching plagiarism. The "
"'many_to_many' mode may require more free memory."
msgstr ""

#: src/codeplag/codeplagcli.py:234
#: src/codeplag/codeplagcli.py:238
msgid ""
"A regular expression for filtering checked works by name. Used with "
"options 'directories', 'github-user' and 'github-project-folders'."
msgstr ""

#: src/codeplag/codeplagcli.py:243
#: src/codeplag/codeplagcli.py:247
msgid "Ignore the threshold when checking of works."
msgstr ""

#: src/codeplag/codeplagcli.py:250
#: src/codeplag/codeplagcli.py:254
msgid "Extension responsible for the analyzed programming language."
msgstr ""

#: src/codeplag/codeplagcli.py:260
#: src/codeplag/codeplagcli.py:264
msgid "Searching in all branches."
msgstr ""

#: src/codeplag/codeplagcli.py:267
#: src/codeplag/codeplagcli.py:271
msgid "A regular expression to filter searching repositories on GitHub."
msgstr ""

#: src/codeplag/codeplagcli.py:274
#: src/codeplag/codeplagcli.py:278
msgid "URL to file in a GitHub repository."
msgstr ""

#: src/codeplag/codeplagcli.py:280
#: src/codeplag/codeplagcli.py:284
msgid "GitHub organization/user name."
msgstr ""

#: src/codeplag/codeplagcli.py:287
#: src/codeplag/codeplagcli.py:291
msgid "URL to a GitHub project folder."
msgstr ""

#: src/codeplag/codeplagcli.py:297
#: src/codeplag/codeplagcli.py:301
msgid ""
"Handling generated by the {util_name} reports as creating html report "
"file or show it on console."
msgstr ""

#: src/codeplag/codeplagcli.py:305
#: src/codeplag/codeplagcli.py:309
msgid "Report commands of the '{util_name}' util."
msgstr ""

#: src/codeplag/codeplagcli.py:314
#: src/codeplag/codeplagcli.py:318
msgid "Generate general report from created some time ago report files."
msgstr ""

#: src/codeplag/codeplagcli.py:319
#: src/codeplag/codeplagcli.py:323
msgid ""
"Path to save generated report. If it's a directory, then create a file in"
" it."
msgstr ""

#: src/codeplag/codeplagcli.py:328
#: src/codeplag/codeplagcli.py:332
msgid "Type of the created report file."
msgstr ""

#: src/codeplag/codeplagcli.py:336
#: src/codeplag/codeplagcli.py:340
msgid ""
"Path to first compared works. Can be path to directory or URL to the "
"project folder."
msgstr ""

#: src/codeplag/codeplagcli.py:346
#: src/codeplag/codeplagcli.py:350
msgid ""
"Path to second compared works. Can be path to directory or URL to the "
"project folder."
msgstr ""

#: src/codeplag/codeplagcli.py:358
#: src/codeplag/codeplagcli.py:362
msgid ""
"Program help to find similar parts of source codes for the different "
"languages."
msgstr ""

#: src/codeplag/codeplagcli.py:365
#: src/codeplag/codeplagcli.py:369
msgid "Print current version number and exit."
msgstr ""

#: src/codeplag/codeplagcli.py:371
#: src/codeplag/codeplagcli.py:375
msgid "Commands help."
msgstr ""

#: src/codeplag/codeplagcli.py:386
#: src/codeplag/codeplagcli.py:390
msgid "No command is provided; please choose one from the available (--help)."
msgstr ""

#: src/codeplag/codeplagcli.py:397
#: src/codeplag/codeplagcli.py:401
msgid "There is nothing to modify; please provide at least one argument."
msgstr ""

#: src/codeplag/codeplagcli.py:401
#: src/codeplag/codeplagcli.py:405
msgid "The'repo-regexp' option requires the provided 'github-user' option."
msgstr ""

#: src/codeplag/codeplagcli.py:409
#: src/codeplag/codeplagcli.py:413
msgid ""
"The'path-regexp' option requires the provided 'directories', 'github-"
"user', or 'github-project-folder' options."
msgstr ""

#: src/codeplag/codeplagcli.py:420 src/codeplag/handlers/report.py:95
#: src/codeplag/codeplagcli.py:424 src/codeplag/handlers/report.py:95
msgid "All paths must be provided."
msgstr ""

Expand Down
Loading
Loading