Index: trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevclangtidy.po =================================================================== --- trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevclangtidy.po (revision 1527813) +++ trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevclangtidy.po (revision 1527814) @@ -1,250 +1,250 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Alexander Potashev , 2017. +# Alexander Potashev , 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-10-10 03:53+0200\n" -"PO-Revision-Date: 2017-12-14 14:31+0300\n" +"PO-Revision-Date: 2018-11-05 22:44+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 2.0\n" #: config/checklistfilterproxysearchline.cpp:38 #, kde-format msgid "Search" -msgstr "" +msgstr "Поиск" #: config/checklistmodel.cpp:80 #, kde-format msgid "All checks" msgstr "" #: config/clangtidypreferences.cpp:69 config/clangtidyprojectconfigpage.cpp:59 #: plugin.cpp:97 plugin.cpp:219 plugin.cpp:278 plugin.cpp:282 plugin.cpp:308 #: problemmodel.cpp:82 #, kde-format msgid "Clang-Tidy" msgstr "Clang-Tidy" #: config/clangtidypreferences.cpp:74 #, kde-format msgid "Configure Clang-Tidy Settings" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, pathsGroupBox) #: config/clangtidypreferences.ui:29 #, kde-format msgid "Paths" msgstr "" #. i18n: ectx: property (text), widget (QLabel, clangtidyLabel) #: config/clangtidypreferences.ui:37 #, kde-format msgid "Clang-&tidy executable:" msgstr "" #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_clangtidyPath) #: config/clangtidypreferences.ui:54 #, kde-format msgid "The full path to the clang-tidy executable" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_parallelJobsEnabled) #: config/clangtidypreferences.ui:72 #, kde-format msgid "Run analysis jobs in parallel" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_parallelJobsAutoCount) #: config/clangtidypreferences.ui:81 #, kde-format msgid "Use all CPU cores" msgstr "" #. i18n: ectx: property (text), widget (QLabel, parallelJobsFixedCountLabel) #: config/clangtidypreferences.ui:101 #, kde-format msgid "Maximum number of threads:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_useConfigFile) #: config/clangtidyprojectconfigpage.ui:17 #, kde-format msgid "&Use .clang-tidy file(s)" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, checksTab) #: config/clangtidyprojectconfigpage.ui:31 #, kde-format msgid "Checks" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #: config/clangtidyprojectconfigpage.ui:44 #, kde-format msgid "Includes" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #: config/clangtidyprojectconfigpage.ui:50 #, kde-format msgid "&Check system headers:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, headerFilterLabel) #: config/clangtidyprojectconfigpage.ui:63 #, kde-format msgid "Header fi<er:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_headerFilter) #: config/clangtidyprojectconfigpage.ui:76 #, kde-format msgid "" "

Regular expression matching the names of the headers " "to output diagnostics from. Diagnostics from the main file of each " "translation unit are always displayed. Can be used together with -line-" "filter.

" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #: config/clangtidyprojectconfigpage.ui:90 #, kde-format msgid "Extra Parameters" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #: config/clangtidyprojectconfigpage.ui:96 #, kde-format msgid "E&xtra parameters:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_additionalParameters) #: config/clangtidyprojectconfigpage.ui:106 #, kde-format msgid "" "

Additional command line options to pass to clang-tidy." "

" msgstr "" #: job.cpp:82 #, fuzzy, kde-format #| msgid "Clang-Tidy" msgid "Clang-Tidy Analysis" msgstr "Clang-Tidy" #: job.cpp:231 #, kde-format msgid "Failed to start Clang-Tidy process." msgstr "" #: job.cpp:236 #, kde-format msgid "Clang-tidy crashed." msgstr "" #: job.cpp:240 #, kde-format msgid "Clang-tidy process timed out." msgstr "" #: job.cpp:244 #, kde-format msgid "Write to Clang-tidy process failed." msgstr "" #: job.cpp:248 #, kde-format msgid "Read from Clang-tidy process failed." msgstr "" #: job.cpp:258 #, kde-format msgid "Clang-tidy Error" msgstr "" #: plugin.cpp:87 #, kde-format msgid "Analyze Current File with Clang-Tidy" msgstr "" #: plugin.cpp:92 #, kde-format msgid "Analyze Current Project with Clang-Tidy" msgstr "" #: plugin.cpp:158 plugin.cpp:170 #, kde-format msgid "Error starting clang-tidy" msgstr "" #: plugin.cpp:159 #, kde-format msgid "No suitable active file, unable to deduce project." msgstr "" #: plugin.cpp:170 #, kde-format msgid "Active file isn't in a project" msgstr "" #: plugin.cpp:264 #, kde-format msgctxt "@title:window" msgid "Test" msgstr "" #: problemmodel.cpp:69 #, kde-format msgid "Analysis started..." msgstr "" #: problemmodel.cpp:70 #, fuzzy, kde-format #| msgid "Clang-Tidy" msgctxt "@info:tooltip %1 is the path of the file" msgid "Re-run last Clang-Tidy analysis (%1)" msgstr "Clang-Tidy" #: problemmodel.cpp:72 #, fuzzy, kde-format #| msgid "Clang-Tidy" msgctxt "@info:tooltip" msgid "Re-run last Clang-Tidy analysis" msgstr "Clang-Tidy" #: problemmodel.cpp:129 #, kde-format msgid "Analysis completed, no problems detected." msgstr "" #: utils.cpp:69 #, kde-format msgid "Compilation database file not found: '%1'" msgstr "" #: utils.cpp:80 #, kde-format msgid "Could not open compilation database file for reading: '%1'" msgstr "" #: utils.cpp:88 #, kde-format msgid "JSON error during parsing compilation database file '%1': %2" msgstr "" #: utils.cpp:93 #, kde-format msgid "" "JSON error during parsing compilation database file '%1': document is not an " "array." msgstr ""