Index: branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevheaptrack.po =================================================================== --- branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevheaptrack.po (nonexistent) +++ branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevheaptrack.po (revision 1553927) @@ -0,0 +1,92 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdevelop package. +# +# Alexander Potashev , 2019. +msgid "" +msgstr "" +"Project-Id-Version: kdevelop\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-05-20 02:46+0200\n" +"PO-Revision-Date: 2019-10-16 20:15+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=3; plural=(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 19.07.70\n" + +#: config/globalconfigpage.cpp:42 +#, kde-format +msgid "Heaptrack" +msgstr "Heaptrack" + +#: config/globalconfigpage.cpp:47 +#, kde-format +msgid "Configure Heaptrack Settings" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, pathsGroupBox) +#: config/globalconfigpage.ui:29 +#, kde-format +msgid "Executables" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, heaptrackExecutableLabel) +#: config/globalconfigpage.ui:35 +#, kde-format +msgid "Heaptrack:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, heaptrackGuiExecutableLabel) +#: config/globalconfigpage.ui:51 +#, kde-format +msgid "Visualizer:" +msgstr "" + +#: job.cpp:113 +#, kde-format +msgid "Heaptrack Analysis (%1)" +msgstr "" + +#: plugin.cpp:62 +#, kde-format +msgid "Run Heaptrack Analysis" +msgstr "" + +#: plugin.cpp:71 +#, kde-format +msgid "Attach to Process with Heaptrack" +msgstr "" + +#: plugin.cpp:100 +#, kde-format +msgid "Unable to start Heaptrack analysis - \"%1\" plugin is not loaded." +msgstr "" + +#: plugin.cpp:113 +#, kde-format +msgid "Heaptrack analysis can be started only for native applications." +msgstr "" + +#: visualizer.cpp:44 +#, kde-format +msgid "Failed to start visualizer from \"%1\"." +msgstr "" + +#: visualizer.cpp:46 +#, kde-format +msgid "Check your settings and install the visualizer if necessary." +msgstr "" + +#: visualizer.cpp:48 +#, kde-format +msgid "Error during visualizer execution:" +msgstr "" + +#: visualizer.cpp:52 +#, kde-format +msgid "Heaptrack Error" +msgstr "" Index: branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevlldb.po =================================================================== --- branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevlldb.po (nonexistent) +++ branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevlldb.po (revision 1553927) @@ -0,0 +1,218 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdevelop package. +# +# Alexander Potashev , 2019. +msgid "" +msgstr "" +"Project-Id-Version: kdevelop\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-06-28 02:42+0200\n" +"PO-Revision-Date: 2019-10-16 20:15+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=3; plural=(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 19.07.70\n" + +#: controllers/framestackmodel.cpp:101 +#, kde-format +msgid "(running)" +msgstr "" + +#: debuggerplugin.cpp:44 lldblauncher.cpp:60 +#, kde-format +msgid "LLDB" +msgstr "LLDB" + +#. i18n: ectx: property (text), item, widget (QComboBox, comboStartWith) +#: debuggerplugin.cpp:109 widgets/lldbconfigpage.ui:122 +#, kde-format +msgid "LLDB Console" +msgstr "" + +#: debugsession.cpp:149 +#, kde-format +msgid "Attempting to execute user command on unsupported LLDB version" +msgstr "" + +#: debugsession.cpp:349 +#, kde-format +msgid "Could not start debugger:
" +msgstr "" + +#: debugsession.cpp:351 debugsession.cpp:362 debugsession.cpp:378 +#, kde-format +msgid "Startup error" +msgstr "" + +#: debugsession.cpp:360 +#, kde-format +msgid "Error connecting to remote target:
" +msgstr "" + +#: debugsession.cpp:374 +#, kde-format +msgid "" +"Failed to load core file

Debugger reported the following error:" +"

%1" +msgstr "" + +#: debugsession.cpp:404 +#, kde-format +msgid "" +"Your lldb-mi version is unsupported, as it lacks an essential patch.
See https://llvm.org/bugs/show_bug.cgi?id=28026 for more information." +"
Debugger console will be disabled to prevent crash.
Do you want to " +"continue?" +msgstr "" + +#: debugsession.cpp:408 +#, kde-format +msgid "LLDB Version Unsupported" +msgstr "" + +#: debugsession.cpp:458 +#, kde-format +msgid "" +"You need lldb-mi from LLDB 3.8.1 or higher.
You are using: %1" +msgstr "" + +#: debugsession.cpp:460 +#, kde-format +msgid "LLDB Error" +msgstr "" + +#. i18n: ectx: ToolBar (debugToolBar) +#: kdevlldbui.rc:19 +#, kde-format +msgid "Debugger Toolbar" +msgstr "" + +#: lldblauncher.cpp:65 +#, kde-format +msgid "Debug a native application in LLDB" +msgstr "" + +#: lldblauncher.cpp:89 +#, kde-format +msgid "" +"A program is already being debugged. Do you want to abort the currently " +"running debug session and continue with the launch?" +msgstr "" + +#: widgets/lldbconfigpage.cpp:83 +#, kde-format +msgid "LLDB Configuration" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupDebugger) +#: widgets/lldbconfigpage.ui:17 +#, kde-format +msgid "Debugger" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/lldbconfigpage.ui:23 +#, kde-format +msgid "Debugger executable:" +msgstr "" + +#. i18n: ectx: property (placeholderText), widget (KUrlRequester, lineDebuggerExec) +#: widgets/lldbconfigpage.ui:30 +#, kde-format +msgid "Override path to lldb-mi executable" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_2) +#: widgets/lldbconfigpage.ui:37 +#, kde-format +msgid "Additional arguments:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_3) +#: widgets/lldbconfigpage.ui:51 +#, kde-format +msgid "Environment:" +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, checkInheritSystem) +#: widgets/lldbconfigpage.ui:79 +#, kde-format +msgid "Inherit system environment" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupOptions) +#: widgets/lldbconfigpage.ui:89 +#, kde-format +msgid "Options" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_4) +#: widgets/lldbconfigpage.ui:95 +#, kde-format +msgid "Config script:" +msgstr "" + +#. i18n: ectx: property (placeholderText), widget (KUrlRequester, lineConfigScript) +#: widgets/lldbconfigpage.ui:102 +#, kde-format +msgid "/path/to/lldb/config/script" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_5) +#: widgets/lldbconfigpage.ui:109 +#, kde-format +msgid "Start debugger with:" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, comboStartWith) +#: widgets/lldbconfigpage.ui:117 +#, kde-format +msgid "Application Output" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, comboStartWith) +#: widgets/lldbconfigpage.ui:127 +#, kde-format +msgid "Frame Stack" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_7) +#: widgets/lldbconfigpage.ui:135 +#, kde-format +msgid "Break on start:" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupRemote) +#: widgets/lldbconfigpage.ui:152 +#, kde-format +msgid "Remo&te Debugging" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_6) +#: widgets/lldbconfigpage.ui:161 +#, kde-format +msgid "Remote server:" +msgstr "" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineRemoteServer) +#: widgets/lldbconfigpage.ui:168 +#, kde-format +msgid "host:port" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_8) +#: widgets/lldbconfigpage.ui:175 +#, kde-format +msgid "Remote work path:" +msgstr "" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineOnDevPath) +#: widgets/lldbconfigpage.ui:182 +#, kde-format +msgid "/path/to/a/on-device/writable/directory" +msgstr "" Index: branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevoutlineview.po =================================================================== --- branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevoutlineview.po (nonexistent) +++ branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevoutlineview.po (revision 1553927) @@ -0,0 +1,50 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdevelop package. +# +# Alexander Potashev , 2019. +msgid "" +msgstr "" +"Project-Id-Version: kdevelop\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-06-28 02:42+0200\n" +"PO-Revision-Date: 2019-10-16 20:15+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=3; plural=(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 19.07.70\n" + +#: outlinenode.cpp:181 +#, kde-format +msgctxt "An anonymous declaration (class, function, etc.)" +msgid "" +msgstr "" + +#: outlineviewplugin.cpp:61 outlinewidget.cpp:45 +#, kde-format +msgid "Outline" +msgstr "" + +#: outlinewidget.cpp:46 +#, kde-format +msgid "Outline View" +msgstr "" + +#: outlinewidget.cpp:59 +#, kde-format +msgid "Sort Alphabetically" +msgstr "" + +#: outlinewidget.cpp:60 +#, kde-format +msgid "Sort items alphabetically" +msgstr "" + +#: outlinewidget.cpp:72 +#, kde-format +msgid "Filter..." +msgstr "Фильтр..." Index: branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevperforce.po =================================================================== --- branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevperforce.po (nonexistent) +++ branches/stable/l10n-kf5/ru/messages/extragear-kdevelop/kdevperforce.po (revision 1553927) @@ -0,0 +1,145 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdevelop package. +# +# Alexander Potashev , 2019. +msgid "" +msgstr "" +"Project-Id-Version: kdevelop\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-09-28 02:35+0200\n" +"PO-Revision-Date: 2019-10-16 20:15+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=3; plural=(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 19.07.70\n" + +#: perforceplugin.cpp:119 +#, kde-format +msgid "The variable P4CONFIG is not set. Is perforce installed on the system?" +msgstr "" + +#: perforceplugin.cpp:133 +#, kde-format +msgid "Perforce" +msgstr "Perforce" + +#: perforceplugin.cpp:243 perforceplugin.cpp:260 +#, kde-format +msgid "Please select only one item for this operation" +msgstr "" + +#: perforceplugin.cpp:293 +#, kde-format +msgid "No files or message specified" +msgstr "" + +#: perforceplugin.cpp:376 perforceplugin.cpp:392 +#, kde-format +msgid "Please select a file for this operation" +msgstr "" + +#: perforceplugin.cpp:377 perforceplugin.cpp:393 +#, kde-format +msgid "Directory not supported for this operation" +msgstr "" + +#: perforceplugin.cpp:473 +#, kde-format +msgid "Edit" +msgstr "" + +#: perforceplugin.cpp:681 +#, kde-format +msgid "error: %1" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelUrl) +#: ui/perforceimportmetadatawidget.ui:29 +#, kde-format +msgid "Source directory:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelExec) +#: ui/perforceimportmetadatawidget.ui:39 +#, kde-format +msgid "P4 executable:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelP4port) +#: ui/perforceimportmetadatawidget.ui:49 +#, kde-format +msgid "P4 Port" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QLineEdit, p4portEdit) +#: ui/perforceimportmetadatawidget.ui:68 +#, kde-format +msgid "" +"The format of P4PORT for Perforce applications is protocol:host:port, or " +"port by itself if both the Perforce application and versioning service are " +"running on the same host. Port numbers must be in the range 1024 through " +"32767" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelP4user) +#: ui/perforceimportmetadatawidget.ui:90 +#, kde-format +msgid "P4 User" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QLineEdit, p4userEdit) +#: ui/perforceimportmetadatawidget.ui:97 +#, kde-format +msgid "" +"Current Perforce user name. By default, the Perforce username is the same as " +"the OS username" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelP4client) +#: ui/perforceimportmetadatawidget.ui:104 +#, kde-format +msgid "P4 Client" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (KComboBox, p4clientEdit) +#: ui/perforceimportmetadatawidget.ui:111 +#, kde-format +msgid "Name of current client workspace on the Perforce server" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelP4config) +#: ui/perforceimportmetadatawidget.ui:118 +#, kde-format +msgid "P4 Config" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QLineEdit, p4configEdit) +#: ui/perforceimportmetadatawidget.ui:128 +#, kde-format +msgid "" +"Contains a file name without a path. The specified file is used to store " +"other Perforce environment variables " +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, testP4setupButton) +#: ui/perforceimportmetadatawidget.ui:141 +#, kde-format +msgid "Test" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, radioButtonConfig) +#: ui/perforceimportmetadatawidget.ui:197 +#, kde-format +msgid "Config File" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, radioButtonVariables) +#: ui/perforceimportmetadatawidget.ui:213 +#, kde-format +msgid "User/Port Config" +msgstr "" Index: trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevheaptrack.po =================================================================== --- trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevheaptrack.po (nonexistent) +++ trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevheaptrack.po (revision 1553927) @@ -0,0 +1,92 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdevelop package. +# +# Alexander Potashev , 2019. +msgid "" +msgstr "" +"Project-Id-Version: kdevelop\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-05-20 02:46+0200\n" +"PO-Revision-Date: 2019-10-16 20:15+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=3; plural=(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 19.07.70\n" + +#: config/globalconfigpage.cpp:42 +#, kde-format +msgid "Heaptrack" +msgstr "Heaptrack" + +#: config/globalconfigpage.cpp:47 +#, kde-format +msgid "Configure Heaptrack Settings" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, pathsGroupBox) +#: config/globalconfigpage.ui:29 +#, kde-format +msgid "Executables" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, heaptrackExecutableLabel) +#: config/globalconfigpage.ui:35 +#, kde-format +msgid "Heaptrack:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, heaptrackGuiExecutableLabel) +#: config/globalconfigpage.ui:51 +#, kde-format +msgid "Visualizer:" +msgstr "" + +#: job.cpp:113 +#, kde-format +msgid "Heaptrack Analysis (%1)" +msgstr "" + +#: plugin.cpp:62 +#, kde-format +msgid "Run Heaptrack Analysis" +msgstr "" + +#: plugin.cpp:71 +#, kde-format +msgid "Attach to Process with Heaptrack" +msgstr "" + +#: plugin.cpp:100 +#, kde-format +msgid "Unable to start Heaptrack analysis - \"%1\" plugin is not loaded." +msgstr "" + +#: plugin.cpp:113 +#, kde-format +msgid "Heaptrack analysis can be started only for native applications." +msgstr "" + +#: visualizer.cpp:44 +#, kde-format +msgid "Failed to start visualizer from \"%1\"." +msgstr "" + +#: visualizer.cpp:46 +#, kde-format +msgid "Check your settings and install the visualizer if necessary." +msgstr "" + +#: visualizer.cpp:48 +#, kde-format +msgid "Error during visualizer execution:" +msgstr "" + +#: visualizer.cpp:52 +#, kde-format +msgid "Heaptrack Error" +msgstr "" Index: trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevlldb.po =================================================================== --- trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevlldb.po (nonexistent) +++ trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevlldb.po (revision 1553927) @@ -0,0 +1,218 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdevelop package. +# +# Alexander Potashev , 2019. +msgid "" +msgstr "" +"Project-Id-Version: kdevelop\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-06-28 02:42+0200\n" +"PO-Revision-Date: 2019-10-16 20:15+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=3; plural=(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 19.07.70\n" + +#: controllers/framestackmodel.cpp:101 +#, kde-format +msgid "(running)" +msgstr "" + +#: debuggerplugin.cpp:44 lldblauncher.cpp:60 +#, kde-format +msgid "LLDB" +msgstr "LLDB" + +#. i18n: ectx: property (text), item, widget (QComboBox, comboStartWith) +#: debuggerplugin.cpp:109 widgets/lldbconfigpage.ui:122 +#, kde-format +msgid "LLDB Console" +msgstr "" + +#: debugsession.cpp:149 +#, kde-format +msgid "Attempting to execute user command on unsupported LLDB version" +msgstr "" + +#: debugsession.cpp:349 +#, kde-format +msgid "Could not start debugger:
" +msgstr "" + +#: debugsession.cpp:351 debugsession.cpp:362 debugsession.cpp:378 +#, kde-format +msgid "Startup error" +msgstr "" + +#: debugsession.cpp:360 +#, kde-format +msgid "Error connecting to remote target:
" +msgstr "" + +#: debugsession.cpp:374 +#, kde-format +msgid "" +"Failed to load core file

Debugger reported the following error:" +"

%1" +msgstr "" + +#: debugsession.cpp:404 +#, kde-format +msgid "" +"Your lldb-mi version is unsupported, as it lacks an essential patch.
See https://llvm.org/bugs/show_bug.cgi?id=28026 for more information." +"
Debugger console will be disabled to prevent crash.
Do you want to " +"continue?" +msgstr "" + +#: debugsession.cpp:408 +#, kde-format +msgid "LLDB Version Unsupported" +msgstr "" + +#: debugsession.cpp:458 +#, kde-format +msgid "" +"You need lldb-mi from LLDB 3.8.1 or higher.
You are using: %1" +msgstr "" + +#: debugsession.cpp:460 +#, kde-format +msgid "LLDB Error" +msgstr "" + +#. i18n: ectx: ToolBar (debugToolBar) +#: kdevlldbui.rc:19 +#, kde-format +msgid "Debugger Toolbar" +msgstr "" + +#: lldblauncher.cpp:65 +#, kde-format +msgid "Debug a native application in LLDB" +msgstr "" + +#: lldblauncher.cpp:89 +#, kde-format +msgid "" +"A program is already being debugged. Do you want to abort the currently " +"running debug session and continue with the launch?" +msgstr "" + +#: widgets/lldbconfigpage.cpp:83 +#, kde-format +msgid "LLDB Configuration" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupDebugger) +#: widgets/lldbconfigpage.ui:17 +#, kde-format +msgid "Debugger" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/lldbconfigpage.ui:23 +#, kde-format +msgid "Debugger executable:" +msgstr "" + +#. i18n: ectx: property (placeholderText), widget (KUrlRequester, lineDebuggerExec) +#: widgets/lldbconfigpage.ui:30 +#, kde-format +msgid "Override path to lldb-mi executable" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_2) +#: widgets/lldbconfigpage.ui:37 +#, kde-format +msgid "Additional arguments:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_3) +#: widgets/lldbconfigpage.ui:51 +#, kde-format +msgid "Environment:" +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, checkInheritSystem) +#: widgets/lldbconfigpage.ui:79 +#, kde-format +msgid "Inherit system environment" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupOptions) +#: widgets/lldbconfigpage.ui:89 +#, kde-format +msgid "Options" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_4) +#: widgets/lldbconfigpage.ui:95 +#, kde-format +msgid "Config script:" +msgstr "" + +#. i18n: ectx: property (placeholderText), widget (KUrlRequester, lineConfigScript) +#: widgets/lldbconfigpage.ui:102 +#, kde-format +msgid "/path/to/lldb/config/script" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_5) +#: widgets/lldbconfigpage.ui:109 +#, kde-format +msgid "Start debugger with:" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, comboStartWith) +#: widgets/lldbconfigpage.ui:117 +#, kde-format +msgid "Application Output" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, comboStartWith) +#: widgets/lldbconfigpage.ui:127 +#, kde-format +msgid "Frame Stack" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_7) +#: widgets/lldbconfigpage.ui:135 +#, kde-format +msgid "Break on start:" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupRemote) +#: widgets/lldbconfigpage.ui:152 +#, kde-format +msgid "Remo&te Debugging" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_6) +#: widgets/lldbconfigpage.ui:161 +#, kde-format +msgid "Remote server:" +msgstr "" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineRemoteServer) +#: widgets/lldbconfigpage.ui:168 +#, kde-format +msgid "host:port" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_8) +#: widgets/lldbconfigpage.ui:175 +#, kde-format +msgid "Remote work path:" +msgstr "" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineOnDevPath) +#: widgets/lldbconfigpage.ui:182 +#, kde-format +msgid "/path/to/a/on-device/writable/directory" +msgstr "" Index: trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevoutlineview.po =================================================================== --- trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevoutlineview.po (nonexistent) +++ trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevoutlineview.po (revision 1553927) @@ -0,0 +1,50 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdevelop package. +# +# Alexander Potashev , 2019. +msgid "" +msgstr "" +"Project-Id-Version: kdevelop\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-06-28 02:42+0200\n" +"PO-Revision-Date: 2019-10-16 20:15+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=3; plural=(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 19.07.70\n" + +#: outlinenode.cpp:181 +#, kde-format +msgctxt "An anonymous declaration (class, function, etc.)" +msgid "" +msgstr "" + +#: outlineviewplugin.cpp:61 outlinewidget.cpp:45 +#, kde-format +msgid "Outline" +msgstr "" + +#: outlinewidget.cpp:46 +#, kde-format +msgid "Outline View" +msgstr "" + +#: outlinewidget.cpp:59 +#, kde-format +msgid "Sort Alphabetically" +msgstr "" + +#: outlinewidget.cpp:60 +#, kde-format +msgid "Sort items alphabetically" +msgstr "" + +#: outlinewidget.cpp:72 +#, kde-format +msgid "Filter..." +msgstr "Фильтр..." Index: trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevperforce.po =================================================================== --- trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevperforce.po (nonexistent) +++ trunk/l10n-kf5/ru/messages/extragear-kdevelop/kdevperforce.po (revision 1553927) @@ -0,0 +1,145 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdevelop package. +# +# Alexander Potashev , 2019. +msgid "" +msgstr "" +"Project-Id-Version: kdevelop\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-09-28 02:35+0200\n" +"PO-Revision-Date: 2019-10-16 20:15+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=3; plural=(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 19.07.70\n" + +#: perforceplugin.cpp:119 +#, kde-format +msgid "The variable P4CONFIG is not set. Is perforce installed on the system?" +msgstr "" + +#: perforceplugin.cpp:133 +#, kde-format +msgid "Perforce" +msgstr "Perforce" + +#: perforceplugin.cpp:243 perforceplugin.cpp:260 +#, kde-format +msgid "Please select only one item for this operation" +msgstr "" + +#: perforceplugin.cpp:293 +#, kde-format +msgid "No files or message specified" +msgstr "" + +#: perforceplugin.cpp:376 perforceplugin.cpp:392 +#, kde-format +msgid "Please select a file for this operation" +msgstr "" + +#: perforceplugin.cpp:377 perforceplugin.cpp:393 +#, kde-format +msgid "Directory not supported for this operation" +msgstr "" + +#: perforceplugin.cpp:473 +#, kde-format +msgid "Edit" +msgstr "" + +#: perforceplugin.cpp:681 +#, kde-format +msgid "error: %1" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelUrl) +#: ui/perforceimportmetadatawidget.ui:29 +#, kde-format +msgid "Source directory:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelExec) +#: ui/perforceimportmetadatawidget.ui:39 +#, kde-format +msgid "P4 executable:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelP4port) +#: ui/perforceimportmetadatawidget.ui:49 +#, kde-format +msgid "P4 Port" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QLineEdit, p4portEdit) +#: ui/perforceimportmetadatawidget.ui:68 +#, kde-format +msgid "" +"The format of P4PORT for Perforce applications is protocol:host:port, or " +"port by itself if both the Perforce application and versioning service are " +"running on the same host. Port numbers must be in the range 1024 through " +"32767" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelP4user) +#: ui/perforceimportmetadatawidget.ui:90 +#, kde-format +msgid "P4 User" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QLineEdit, p4userEdit) +#: ui/perforceimportmetadatawidget.ui:97 +#, kde-format +msgid "" +"Current Perforce user name. By default, the Perforce username is the same as " +"the OS username" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelP4client) +#: ui/perforceimportmetadatawidget.ui:104 +#, kde-format +msgid "P4 Client" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (KComboBox, p4clientEdit) +#: ui/perforceimportmetadatawidget.ui:111 +#, kde-format +msgid "Name of current client workspace on the Perforce server" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, labelP4config) +#: ui/perforceimportmetadatawidget.ui:118 +#, kde-format +msgid "P4 Config" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QLineEdit, p4configEdit) +#: ui/perforceimportmetadatawidget.ui:128 +#, kde-format +msgid "" +"Contains a file name without a path. The specified file is used to store " +"other Perforce environment variables " +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, testP4setupButton) +#: ui/perforceimportmetadatawidget.ui:141 +#, kde-format +msgid "Test" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, radioButtonConfig) +#: ui/perforceimportmetadatawidget.ui:197 +#, kde-format +msgid "Config File" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, radioButtonVariables) +#: ui/perforceimportmetadatawidget.ui:213 +#, kde-format +msgid "User/Port Config" +msgstr ""